Toby
Forum Replies Created
-
Forum: Plugins
In reply to: [Maps Builder - Google Maps Plugin] Can't get markers to work at allHi Matt, thank you for your offer to help. ??
I have sent you a message using the contact form on your website.
It includes access details.Forum: Plugins
In reply to: [Maps Builder - Google Maps Plugin] Can't get markers to work at allI am also experiencing problems with this plugin.
I like the map styling options, and the ability to set width to % instead of pixels, etc.
When the map markers work they look ideal…However, I have noticed that they no longer display in the WP Dashboard and on the web pages. I have no idea why.
I am using WordPress 4.1 … the Genesis theme with the Marcus child theme.
I have also disabled all other Map plugins.Please help
I have found the solution…
For some reason, the responsive.css file in my child theme folder just wasn’t being read by the parent theme. Either it didn’t point/link to the parent theme properly, or it just didn’t like which folder it was sat in… not exactly sure(?)
I copied the code from the responsive.css file and pasted it into the bottom of the style.css file, and re-uploaded it.
Now my mod of the theme functions as it’s supposed to again. Sigh of relief… I have deleted the responsive.css file in my child theme, and all is well ??
I’ve been trying to crack this, but so far I haven’t been able to effect the responsive behaviour.
I have create a child theme. It’s basically just a folder called “responsive-child” and within it are two css files “style.css” and “responsive.css”
I’ve been working on the “responsive.css” file which I have adapted from the file with the same name in the parent theme.
I’ve added this on the top of the page…
@import url("../responsive/core/css/responsive.css");
…so as to link it with the parent Responsive theme.Within these sections:
@media screen and (max-width: 320px) {
@media screen and (max-width: 240px) {
… I have included this:
.show-240 { display: none; } .widget-wrapper { display: none; } #widgets { display: none; }
… to see if I can make the right sidebar (widgets) vanish when I collapse the browser window, but so far my edits have made no changes when checking the site.
Thank you for this feedback. I’ll have a look for this @media code.