Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1412188

    Hello,

    Since the last update there is a white space below all my slideshows on my website. I can add custom CSS but than i have to do this for every individual page because there are also slideshows where this doesnt happen. What is the fix?

    The website is https://jmsteeldesign.nl i hope someone knows the answer.

    #1412259

    Hey CreaThinkVeenendaal,
    Thanks for the link to your site, but the login doesn’t work. This space looks like the Smush lazyload error, try disabling the lasyload option in Smush or disable the Smush plugin all together and clear your browser cache and check again.
    I also see that you are using v5.2.1, I recommend that you update to v5.6.3, this would not solve the Smush error but will fix other errors.

    Best regards,
    Mike

    #1412262

    Hello Mike,

    Thank you for the quick respons. This was indeed the problem!
    I just manually updated Enfold there wasn’t a notification, but now the woocommerce integration looks really weird. Is this normal because now it is misplaced and looks nothing like it looked before. Hope you can help me again!

    Regards,
    Sander

    #1412267

    look at your quick css there is a rule:

    #top .no_margin.av_one_fourth {
     padding:2px;
    }

    you have set instead of a closing an opening curly bracket!

    Next : you have an opening media querry :

    @media screen and (max-width:450px) {
    

    but it does not close – go and have a look what rules must be surrounded by that media-query

    #1412269

    Next you had to be more specific in your heading color setting. because f.e. your heading under the slider is white on white ( maybe that is what you mean by big whitespace: “NIEUWE PRODUCTEN”

    same by “Vragen?” : “De meeste voorkomende vragen”. –
    offerte aanvragen: heading on top of the form: “Offerte aanvragen”
    – white heading on white ground

    #1412270

    if you got a full-slider solo on pages – there will be an automatic container after this. on most of your sites this will have the id: after_full_slider_1

    so maybe this could solve your issue:

    #after_full_slider_1 {
      display: none;
    }

    if there are other containers after the slider this automatic container will not be created.

    #1412274

    Hi,
    Thanks Guenni007 for pointing out these issues, I assume that CreaThinkVeenendaal has already corrected these because I don’t find these issues in the Quick CSS.
    CreaThinkVeenendaal everything looks good to me now, did Guenni007’s recommendations solve your issues?

    Best regards,
    Mike

    #1412276

    For better contrast on your slider headings you can have a little outline with drop-shadow on them:

    #top #main .avia-slideshow .avia-caption-title {
      color: #FFF;
      text-shadow:
    	-1px -1px 0 #000,  
    	 1px -1px 0 #000,
    	-1px 1px 0 #000,
    	 2px 2px 4px #000;
    }
    #1412282

    Perfect, thank you both so much for all the help. I adjusted it all. This topic can be closed.

    #1412286

    Hi,
    Glad Guenni007 could help, thank you Guenni007, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘White space below all my slideshows on all pages’ is closed to new replies.