Tagged: map, padding, upgrade, whitespace, wordpress 4.0.1
-
AuthorPosts
-
November 26, 2014 at 12:44 pm #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.
November 27, 2014 at 4:54 pm #359066Hey tocal!
Please remove following code from Quick CSS
#home_2 .container { margin-top: -118px; }
Regards,
YigitNovember 27, 2014 at 5:38 pm #359096Thanks 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.
November 28, 2014 at 9:11 pm #359882Hi!
try to use this in Quick CSS:
#top .hr-invisible, .hr-invisible .hr-inner { margin: 25px; }
Hope that helps.
Best regards,
AndyDecember 1, 2014 at 4:33 pm #360830Thanks Andy, that’s perfect!
Any idea about the maps?
December 2, 2014 at 5:17 am #361288Hey!
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,
AndyDecember 2, 2014 at 12:39 pm #361406Thanks 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,
TomDecember 3, 2014 at 4:16 am #361932Hey!
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!
IsmaelDecember 3, 2014 at 4:41 pm #362226Hi 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 topadding
values. There’s also now amax 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.
-
AuthorPosts
- The topic ‘Padding and maps issues after upgrade to 3.0.4’ is closed to new replies.