Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1271964

    Hello,
    we are testing the compatibility of Version 4.7.6.4 in our staging environment, and we see in the homepage that the Fullwidth Easy Slide is not anymore full-width, and also other parts of the page are moved on the right
    Previous install was Version 4.7.6.3
    I tried re-saving but it didn’t help. I created a new page with a Fullwidth Easy Slider with images set to 1500×630 px, but again the image displays at 1310 px that is the width set in General Layout Enfold options as the “Maximum Container width”
    Please see the links in private content
    Thank you
    Mauro

    #1272151

    Hi Mauro,

    Please send us a temporary WordPress admin login and login URL to the staging site so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #1272193
    This reply has been marked as private.
    #1272646

    Hi,

    Thanks for that. I activated the parent theme and imported your child theme settings to it, and it works after that. So the problem is coming from your child theme, could you try to take out all your customisation, then add them back one by one to see which one is causing the problem please? The parent theme is active at the moment, so that you can see that it’s working as expected.

    Best regards,
    Rikard

    #1272680

    Hi,
    I have uploaded Enfold Version 4.7.6.3 and re-enabled child theme and the slider is back in its full width
    So the culprit is both in my customizations in the child theme, that were made long ago, but also in something new that has changed in Version 4.7.6.4
    Our child theme css file is more than 1000 lines long, and you can imagine that will be very long to test reintroducing rule after rule, clearing the caches, etc
    I would rather prefer to add a certain css rule to make it full width again. I tried but with no success
    Thank you
    Mauro

    #1272771

    Hello,
    I have solved adding

    .home #main .container {
    max-width: 100%;
    padding: 0;
    }
    .home #main .container main.content {
    padding: 0;
    }

    #1273015

    Hi,

    Great, I’m glad that you found a solution. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1278095

    I have the same problem, with different websites with Enfold. See for example: https://glascorrect.nl/

    #1278156

    Hi Paul de Jong,

    Please open a new ticket for your problem. Provide us admin access to have a deeper look into the issue, as well as precise links where we can see the issue. Screenshots highlighting what’s going on would help a lot (imgur.com, dropbox).

    Best regards,
    Victoria

    #1285817

    Hello
    unfortunately after last update (4.8), the workaround mentioned above (https://kriesi.at/support/topic/fullwidth-easy-slider-in-version-4-7-6-4-is-not-anymore-full-width/#post-1272771) doesn’t work anymore
    I tried to add !important, but it changes in mobile view but not in higher resolutions
    Can you please help?
    Thank you
    Mauro

    #1286020

    Hi profumopuntoit,

    Best regards,
    Victoria

    #1286478

    Hello,
    no it is not intentional

    Please see

    in a 1200px windows


    or

    View post on imgur.com

    #1287609

    Hi,

    Sorry for the late reply. This CSS is causing that to happen:

    @media only screen and (min-width: 767px) and (max-width: 1380px) {
    .responsive #top #wrap_all .container {
        width: 93%;
    }
    }

    Coming from the file in private. I checked the file in question, but it looks empty on my end. It might be due to some sort of caching. The problem will go away if you activate the parent theme.

    Best regards,
    Rikard

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