Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #523953

    I have the Enfold theme installed on my site.
    For some reason, I am having trouble with the tablet views. The notification boxes and buttons in the widgets are not re-sizing.
    Also, the menu is not transtioning to the mobile menu for the landscape mode and it looks funny.

    I tried playing with the @media calls but was unsuccessful.

    I wonder if the problem has to do with the fact that I initially used the Flagship theme but ultimately managed to convince the client that Enfold is much more versatile. There seem to be some Flagship remnants even though I have deleted that theme and re-installed Enfold from scratch.
    Any ideas????

    Site is not active so link and sign in credentials are included in the Private Content portion of this message.

    Thanks for any light you can shed on this subject.

    #523959

    Also, text on Advanced Layer Slider does not appear to be responsive.

    What I mean by remnants of Flagship is that I still get an option to edit a Dynamic Template like I did in Flagship even though Enfold doesn’t have that option. Weird.

    • This reply was modified 9 years, 1 month ago by naomi11.
    #524096

    Okay, found the post that helps me make the text on the Advanced Layer Slider.
    Still don’t know why the rest of my site is not responsive and don’t know how to get rid of the parts that talk about the Dynamic Template.

    #524236

    I think I have fixed everything myself except for the buttons that don’t appear to be fully responsive as the screen shrinks. Any help would be much appreciated.

    #525349

    Hey!

    Thank you for using Enfold.

    Are you referring to the previous and next navigation? Unfortunately, you can’t resize it via css because the navigation is image-based. You have to modify the layer slider skin: http://www.sasserinvestments.com/site/wp-content/themes/enfold/config-layerslider/LayerSlider/static/skins/fullwidth/skin.png

    If possible, please don’t bump the thread because it will push it back to the last of the queue and we won’t be able to answer it immediately. Thank you.

    Best regards,
    Ismael

    #526453

    Hi,
    No. I am referring to buttons on some pages that aren’t resizing the way they should. The text gets cut off and looks terrible.
    Will post the links to the pages below.
    Also, the menu looks terrible in the tablet view. . . Do I just fix that with @media calls for the tablet? It seems like it used to work automatically.
    How do I respond without bumping the thread????
    Thanks, Ismael.

    #526798

    Hey!

    Thank you for the update. Add this in the Quick CSS field to fix the buttons and the menu:

    @media only screen and (max-width: 989px) {
    .avia-button.avia-size-x-large {
        padding: 25px 20px 20px;
        font-size: 12px;
        min-width: 100%;
    }
    
    #top #header .av-main-nav > li > a {
        font-size: 14px;
    }
    }

    Cheers!
    Ismael

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