Problem with widget in versions 1.8.6+
-
Hi,
I am using the WP Google Map widget in the footer of my website. I have a problem with all versions after 1.8.5. Currently I am running version 1.8.5 to avoid the issue I am going to describe below.
My footer consists of 3 aside-containers (I have 3 widgets in my footer, 1 being WP Google Map).
With version 1.8.5 the code looks something like this (see live version of website):
<aside>...</aside> <aside>...</aside> <aside id="srmgmap_widget-3"> <h2>...</h2> <script>...</script> <div id="srm_gmp_embed_1">...</div>
With version 1.8.6+ the aside container for the WP Google Map widget disappears which breaks my footer. Code then looks like this:
<aside>...</aside> <aside>...</aside> <h2>...</h2> <script>...</script> <div id="srm_gmp_embed_1">...</div>
Is this intended? I am using a siteorigin theme.
Let me know if you need more info to understand my problem.
Thanks!
NilsThe page I need help with: [log in to see the link]
- The topic ‘Problem with widget in versions 1.8.6+’ is closed to new replies.