Tagged: 

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #1312378

    If you look at the blue separator line below the main hero image you will see a 30px gap above and below. I have specified 0px in the top and bottom margin options for the separator element but this is not overriding the default value. Can you please fix this issue? Thanks.

    #1312649

    Hey aestheticare,

    Could you try updating the theme to the latest version (4.8.5) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update. If not, then please post admin WordPress login details in private, so that we can have a closer look.

    Best regards,
    Rikard

    #1312978

    Hi Rikard,

    I’ve updated the theme this morning but the issue still persists. Details posted in private.

    #1313287

    Is there an update on this please? Most of our pages have this issue and ruins the layout. Thanks.

    #1313533

    Hi,

    Sorry for the late reply. I’ve added this in your Quick CSS box:

    body .container_wrap .hr.avia-builder-el-last, body .container_wrap .hr.avia-builder-el-first {
        margin: 0;
    }

    Could you confirm that things are working as they should now please? If not then we can help you with rolling back your site to 4.8.3. If you would like that, then please include FTP login details in private as well, and verify that you have backups of the site.

    Best regards,
    Rikard

    #1313857

    Hi, that doesn’t really work as we have some hero images sized slightly different but it’s better than before. Are there plans to fix this issue in the next version as I would rather wait to update than rollback?

    #1314136

    Hi,

    Thanks for the update. We released a new version of the theme yesterday, could you try updating to that please? Also remember to toggle a theme setting and save, and activate the option to delete the old CSS and JS files under Enfold->Performance, so that the CSS files will regenerate.

    Best regards,
    Rikard

    #1314153

    Hi, I’ve just updated the theme and followed the other steps but the issue still persists.

    #1314376

    Hi,

    Sorry for the problems.

    Reason was, that the selector was too weak in our post css file.

    I already

    – updated enfold\config-templatebuilder\avia-shortcodes\hr\hr.php,
    – removed the CSS in QuickCSS,
    – saved theme options
    – cleared server cache

    On Homepage now the CSS is correct and your margin settings are applied (I only checked the first one below easy slider).

    In case you need the updated file:

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_6/shortcodes/hr.php

    Best regards,
    Günter

    #1314378

    Thanks Gunter. Can you explain why the separator is still thinner on https://aestheticare.co.uk/contact-us/ when compared to https://aestheticare.co.uk/ even though they have the same settings, thanks.

    #1314389

    Hi,

    You have different inline styling for the easy slider (see console in browser):

    
    .page-id-171 .avia-slideshow, .page-id-405 .avia-slideshow, .page-id-199 .avia-slideshow, .page-id-3667 .avia-slideshow, .page-id-386 .avia-slideshow, .page-id-352 .avia-slideshow, .page-id-4013 .avia-slideshow, .page-id-422 .avia-slideshow, .page-id-437 .avia-slideshow {
        margin-bottom: 0px;
    }
    
    
    .page-id-5 > #wrap_all > #main > .avia-section > .container > .content > .post-entry > .entry-content-wrapper > .avia-slideshow {
        margin-bottom: 10px;
    }
    

    If you change the first to 10px the hr displays correct.

    Best regards,
    Günter

    #1314397

    Hi Gunter, that styling was just a temporary fix so if I remove that styling, there is a massive gap between the separator and easy slider still. Can you explain why please?

    #1314427

    Hi,

    This is the default styling for slideshows in enfold\config-templatebuilder\avia-shortcodes\slideshow\slideshow.css – first line:

    
    .avia-slideshow{position: relative; margin:50px 0; width:100%; clear: both; overflow: hidden;}
    

    Best regards,
    Günter

    #1314589

    That’s great, thanks Gunter.

    #1314934

    Hi,

    Great, I’m glad that Günter could help you out. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

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