benblanchard
Forum Replies Created
-
Forum: Plugins
In reply to: [Maps Widget for Google Maps] Lightbox and icon link not working in v. 2.25Page Builder does seem to be what’s breaking it. When I put the widget in a sidebar, header or footer it works, and I can then use the shortcode. But there’s still no easy way to just put the widget in a page without having it on every page.
Forum: Plugins
In reply to: [Maps Widget for Google Maps] Lightbox and icon link not working in v. 2.25Hi,
Here’s a test page with a clean install of WordPress with the latest version of Vantage. GMW was the only plugin (besides pagebuilder) that has ever been installed. The scripts and styles are not loaded in. I’ve also tested it with a few other themes: same deal.
Could it be something on the server level?
http://benblanchard.com/wordpress/?page_id=4
Again, commenting out the is_active_widget test fixes it (in all the themes I tested).
Forum: Plugins
In reply to: [Maps Widget for Google Maps] Lightbox and icon link not working in v. 2.25I got the custom pin working. It had to do with the type of image I was using.
Lightbox works on a clean install, but still not on the one I need it to work on, without commenting out the active widget test.
Forum: Plugins
In reply to: [Maps Widget for Google Maps] Lightbox and icon link not working in v. 2.25Hi,
I got the lightbox to work by commenting out the test
if (is_active_widget(false, false, 'googlemapswidget', true))in the
enqueue_scripts()function in google-maps-widget.php.I’m trying to track down why that would be returning false. Any ideas?
Also, that didn’t fix the custom map icon.
Forum: Plugins
In reply to: [Maps Widget for Google Maps] Lightbox and icon link not working in v. 2.25That’s the version I have. And I have a few other plugins that pull in scripts and styles no problem. Maybe the conflict is with one of them? Is there anything else you’d suggest?
Forum: Plugins
In reply to: [Maps Widget for Google Maps] Lightbox and icon link not working in v. 2.25I assume so. I’m using the Vantage theme, which has passed theme review.
Where would I look for that? Is there documentation on what constitutes proper implementation? Sorry for the n00b questions.
Forum: Plugins
In reply to: [Maps Widget for Google Maps] Lightbox and icon link not working in v. 2.25…deactivated all OTHER plugins… I should have written.
Forum: Plugins
In reply to: [Maps Widget for Google Maps] Lightbox and icon link not working in v. 2.25Hi,
I’ve grepped for and commented out all ‘add_action’s to wp_head() and wp_footer() everywhere (except in google-maps-widget.php), and deactivated all plugins. The CSS/JS files for gmw are still not loaded into the page. Is there something else I could look for?
-Ben
Forum: Plugins
In reply to: [Maps Widget for Google Maps] Lightbox and icon link not working in v. 2.25Addendum: I have verified that there are no javascript errors, and I don’t use “fancybox”. So maybe the issue is with wp_footer(). But I just need a hint about how to try to resolve it.
Forum: Plugins
In reply to: [Maps Widget for Google Maps] Lightbox not workingHi,
I I just used page builder and inserted the widget into a row. No sidebars or footers were involved as far as I know. I want it to stay in the main body of the page.
-Ben
Forum: Plugins
In reply to: [Maps Widget for Google Maps] Lightbox not workingHi,
I’ve got the same problem – lightbox doesn’t open – and I think I have the latest version. It’s on this page:
http://benblanchard.com/thomas/contact/
thanks,
-Ben