Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #358247

    Hi Guys,

    I’m sure the upgrade to WordPress 4.0.1 is causing you as much headaches as it is for me. I had the same issue as everyone else with the easy slider and maps so I upgraded to Enfold 3.0.3 as instructed.

    Since the upgrade my ‘work in progress’ site http://dalestudios.co.uk/thermograve/ has changed the way it renders it’s whitespace elements. It used to look like this: http://i.imgur.com/P0mCRp9.png but as you can see on the live link, it’s now lost all it’s spacing and the map at the foot of the homepage is rendering incorrectly too.

    Please help! Thanks.

    #359066

    Hey tocal!

    Please remove following code from Quick CSS

    #home_2 .container {
    margin-top: -118px;
    }

    Regards,
    Yigit

    #359096

    Thanks Yigit but it’s not that simple I’m afraid.

    The site was working perfectly before the WordPress 4.0.1 and Enfold 3.0.4 updates. The CSS above was performing a function. That is the most obvious fix but if you look further down the page the padding around every colour section has been reduced by the update.

    The update has also caused the map to stop functioning. The site looked almost identical to the image here http://i.imgur.com/P0mCRp9.png last week and, since the update it is nothing like that. This has happened to a number of other sites I am also working on so I am hoping whatever fix we find will work on all the development sites.

    Best regards,
    Tom

    • This reply was modified 9 years, 11 months ago by tocal.
    #359882

    Hi!

    try to use this in Quick CSS:

    #top .hr-invisible, .hr-invisible .hr-inner {
    margin: 25px;
    }
    

    Hope that helps.

    Best regards,
    Andy

    #360830

    Thanks Andy, that’s perfect!

    Any idea about the maps?

    #361288

    Hey!

    what do you want to achieve? do you want to show the whole map? if yes go with this:

    #home_contact {
    margin-top: 0;
    }
    

    Best regards,
    Andy

    #361406

    Thanks Andy,

    Not quite. The maps seem to have developed a margin to the left and right and I can’t see where it’s come from in the CSS. If you look at the bottom of http://i.imgur.com/P0mCRp9.png you can see that the site (before the update) showed the map filling the whole bottom of the site at full width.

    Thanks,
    Tom

    #361932

    Hey!

    I’m sorry but there is no option to set the map as background by default. I don’t know how you did it before but I think this customization falls beyond the scope of support. If I am not mistaken, it is possible with the Layer Slider. Please hire a freelance developer to fix it.

    Cheers!
    Ismael

    #362226

    Hi Ismael,

    I know it’s not within the scope of your theme support. I asked you because it is the theme update which caused the issue. I have now resolved it. The margin values on the left and right of the container elements have been changed to padding values. There’s also now a max width property so, my code which was:

    #home_map .container{
    	width: 100%;
    	margin: 0 !important;
    }

    had to change to be

    #home_map .container{
    	width: 100%;
    	max-width: none;
    	padding: 0 !important;
    }

    I hope some other people in the support forum find this fix useful.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Padding and maps issues after upgrade to 3.0.4’ is closed to new replies.