Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #638339

    Hi there,

    I can’t seem to get the footer/socket menu to show up on mobile.
    I tried this with no success: http://kriesi.at/documentation/enfold/display-footer-menu-scroll-to-top-button-on-mobile/

    Here’s a link to the site: http://soulbursts.com/soulbursts/

    Thank you!

    #638377

    Hey webprodigy,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 767px)  {
    .responsive #socket .sub_menu_socket {
        display: block!important;
        clear : both;
        margin-top:1px;
    }}
    

    Best regards,
    Vinay

    #638388

    Thanks for the quick response, Vinay. I had tried that code previously. I’m wondering if there’s a setting in the Enfold Settings that I’m not seeing? It seems like this should show up :~|

    #638396

    Hey!

    At the moment there is no setting by default the footer menu in socket is hidden in mobile version. But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/

    This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)

    Cheers!
    Vinay

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.