Okay
  Public Ticket #884195
Dropdown bug - video links - footer icons
Closed

Comments

  •  2
    Tommaso started the conversation

    Hi,

    I noticed a bug with my sticky main nav. The dropdown appears underneath the embedded videos, while it should appear on top. This does not happen with images. Please check attached screenshot.

    Also, I would like to know if it's possible to remove the links from embedded vimeo videos (again please check screenshot).

    Finally, I would like to know it it's possible to have the social icons in the footer instead of words.


    Thanks,

    Tommy

  •  1,558
    Laborator replied

    Hi Tommaso,

    Add the following CSS to fix the first and second issue

    .main-header.is-sticky.sticky-initialized.sticky-auto-hide.sticky-autohide-shown {
      z-index: 99999 !important;
    }
    
    a.arve-hidden {
        display: none;
    }
    

    And for the footer social icons go to Laborator > Theme Options > Footer and scroll down to the Footer Right section paste the following code, by deleting the old one:

    [lab_social_networks rounded]

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    Tommaso replied

    Hi Art,

    thanks for your reply.

    I have successfully changed the icons, but where do I put the css for the first and second issue? I am not very literate with css and such things. 

    Many thanks,

    Tommy

  •  1,558
    Laborator replied

    Hi Tommy,

    In the Admin Panel, on the left side menu at the very end you will see Custom CSS, open it and then inside the field there paste the code I gave you.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    Tommaso replied

    oh that was easy, worked like a charm!

    thanks a lot Art, have a good day

  •  1,558
    Laborator replied

    You're welcome Tommaso :)

    If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab, (if you don't know how, just open this link).

    A huge thank you from Laborator in advance and have a great day!

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    Tommaso replied

    Hi, sorry I still have the dropdown from the main nav appearing behind the videos in the portfolio pages. Please check attached screenshot.

    I have implemented the custom css but no luck.

    Cheers,

    Tommy

  •  1,558
    Laborator replied

    Hi Tommaso,

    Add this extra CSS in Custom CSS to finally fix it:

    .single-portfolio-holder .portfolio-video-holder {
        z-index: 1;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    Tommaso replied

    thanks Art, it seems to be fixed now!

  •  1,558
    Laborator replied

    Glad to hear that Tommaso :)

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group