Okay
  Public Ticket #1688912
Mobile - Side Widget & Nectar Slider Buttons
Closed

Comments

  •  1
    George started the conversation

    Hi,

    On mobile, it's showing duplicate 'hamburgers' (side widgets) on the nav header. (See attachment). The left one does nothing. I only need the one on the right side to remain.

    Also, in the Nectar Slider, how do I make the buttons and the text in the buttons larger on mobile?

    Lastly, is it possible to do a transparent nav header on mobile? If so, how?

    Thanks

  •  8,470
    Tahir replied

    Hey Again,

    Please update to Salient Theme Version 8.5.6 and Salient VC 5.4.7. 

    If you are not seeing the Plugin Update Notification you need to uncheck the " Disable Theme Reccomended Plugin Notifications " Field in "Salient Theme Options Panel"  -> General Settings -> "Toggle Theme Features" Section .

    To get a list of Bug Fixes and new Feature addons in the Latest Theme update,  the changelog can be viewed here : http://themenectar.com/changelogs/salient.html .

    Update the theme by following this guide: http://themenectar.com/docs/salient/updating-salient/ .

    Best.


    ThemeNectar Support Team 

  •  1
    George replied

    Hello Tahir,

    Also, please: in the Nectar Slider, how do I make the buttons and the text in the buttons slightly larger on mobile?

    Lastly, is it possible to do a transparent nav header on mobile? If so, how?

    On the double hamburger thing:

    I've updated the theme and the VC to the latest but that turned out to not be the problem. I toggled the "Off Canvas Menu Mobile Nav Menu items. This will cause your off canvas menu to inherit any navigation items assigned in your "Top Navigation" menu location when viewing on a mobile device" and that seemed to have worked.

    Please let me know about enlarging the Nectar slider buttons and text within them and if it's possible to do a transparent nav header on mobile.

    Thanks!

  •  2,744
    Andrew replied

    Hi George,

    1) The double mobile menu 'hamburgers', is not happening on our end when we try this on mobile.
    Is it a specific browser and device this is happening on?

    2) You can increase the button sizes on the slider with this CSS:

    @media only screen and (max-width: 690px){
    .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .button a {
        font-size: 15px!important;
    }
    }
    

    add it to salient \ general settings - css script related - custom css code.

    3) No it not possible to have a transparent header on mobile.

    Thanks.