Google Routeplanner plugin conflicting with Suffusion theme

Reports about issues that you encounter in Suffusion
Forum rules
1. No offensive language and no mocking
2. Please do a thorough search before you post something. Trust us, there is a high probability that the question you are asking has been asked previously.
3. No soliciting. You cannot post here soliciting bids for people offer you quotes, or even offer money to people for some work. You will be moderated if you do so. If you are looking for help, please post your request on http://jobs.wordpress.net or http://codepoet.com
4. Please be reasonable. You are getting software and support. For free. Complicated requests from a general purpose theme are not welcome and some volunteers might lose patience with you.
5. Please do your due diligence. If you posted a query and we answered with a link, take the trouble to go through the link contents.
6. Please post with complete information. Requests for help MUST be accompanied with your URL, particularly if you are asking something like "Why am I seeing a blank space?"

Google Routeplanner plugin conflicting with Suffusion theme

Postby nieuwedag » 16 Mar 2011, 05:52

I am trying to make the plugin 'Google Routeplanner' work on my website, but somehow I am not able to let it work correctly while using the Suffusion theme. At the moment I am still not able to see the famous Google maps images on http://www.nieuwedag.nl/shiatsu-massage-in-rotterdam/routebeschrijving/

Somehow it seems to have something to do with the CSS. If you disable styles in the browser you see that the map images are loaded (sure, the map isn't working but you can see the images are there). There seem to be some general settings for div or img in the CSS. I have searched and searched again, but I cannot find the exact problem. Can someone help me out with this issue?

I really like the Suffusion theme so far, but I also really need to work with a perfectly working routeplanner.

If I use another theme, the Wordpress default for instance, the plugin 'Google Routeplanner' works perfectly. If I look on other websites, this plug-in works perfectlyl, so it really does not seem to have anything to do with the plug-in. See: http://www.pension-zandvoort.nl/en/cont ... teplanner/

More info on the plugin 'Google Routeplanner' for Worpress: http://wordpress.org/extend/plugins/google-routeplaner/
At the moment I am using Wordpress 3.1, and Suffusion 3.7.7.
Last edited by nieuwedag on 16 Mar 2011, 09:32, edited 1 time in total.
nieuwedag
 
Posts: 4
Joined: 16 Mar 2011, 05:29

Re: Google Routeplanner plugin conflicting with Suffusion th

Postby sayontan » 16 Mar 2011, 09:20

Some people have reported conflicts with Google maps printed directly on the theme. For some plugins it has been browser-specific (it works on Chrome, but not on other browsers) and for some it doesn't work on any browser. What I have seen is that it works 100% if your map is inserted via an IFRAME. I haven't researched plugins enough to insert maps, so I cannot tell you which plugin to use. But apart from that I have no idea why inserting a map directly onto the site doesn't work.
Sayontan Sinha | http://mynethome.net/blog | http://www.aquoid.com/news
I don't do freelance work (for Suffusion or otherwise), so please don't contact me for quotes or offers.
sayontan
Site Admin
 
Posts: 10161
Joined: 15 Sep 2009, 16:39
Location: Houston, Texas

Re: Google Routeplanner plugin conflicting with Suffusion th

Postby nieuwedag » 16 Mar 2011, 09:33

The designer of the the plugin 'Google Routeplanner' (Deformed Design) just told me the problem is definately within:
http://www.nieuwedag.nl/?ver=3.7.7&suffusion-css=css
together with
http://www.nieuwedag.nl/wp-content/them ... ?ver=3.7.7
When I disable ".page-template-no-sidebars-php .entry img { max-width: 99%;}" with Firebug the problem seems to be solved immediately. Now the main question is: In which specific file can I actually find this specific code?
Can I remove this code safely without breaking anything else unintentionally?
nieuwedag
 
Posts: 4
Joined: 16 Mar 2011, 05:29

Re: Google Routeplanner plugin conflicting with Suffusion th

Postby sayontan » 16 Mar 2011, 09:37

I just noticed that myself (before you posted). Here is what you can try putting in Back-end Settings -> Custom Includes -> Custom Styles:
Code: Select all
#map_canvas img { max-width: auto; }
Sayontan Sinha | http://mynethome.net/blog | http://www.aquoid.com/news
I don't do freelance work (for Suffusion or otherwise), so please don't contact me for quotes or offers.
sayontan
Site Admin
 
Posts: 10161
Joined: 15 Sep 2009, 16:39
Location: Houston, Texas

Re: Google Routeplanner plugin conflicting with Suffusion th

Postby nieuwedag » 16 Mar 2011, 09:53

Thanks for your quick respons! I just followed your suggestions immediately and emptied my cache afterwards, but unfortunately this does not seem to work either...
nieuwedag
 
Posts: 4
Joined: 16 Mar 2011, 05:29

Re: Google Routeplanner plugin conflicting with Suffusion th

Postby sayontan » 16 Mar 2011, 10:00

Crap. I always get the default value wrong:
Code: Select all
#map_canvas img { max-width: none; }
Sayontan Sinha | http://mynethome.net/blog | http://www.aquoid.com/news
I don't do freelance work (for Suffusion or otherwise), so please don't contact me for quotes or offers.
sayontan
Site Admin
 
Posts: 10161
Joined: 15 Sep 2009, 16:39
Location: Houston, Texas

Re: Google Routeplanner plugin conflicting with Suffusion th

Postby nieuwedag » 16 Mar 2011, 10:05

Yesssss, this works!! Thanks a million!!
:D
nieuwedag
 
Posts: 4
Joined: 16 Mar 2011, 05:29

Re: Google Routeplanner plugin conflicting with Suffusion th

Postby francismhwhite » 09 Jan 2012, 20:41

I am having this same problem. I was very happy to find this thread but unfortunately the custom style insert did not work for me. I have just taken over for a poorly managed not for profit site. The first thing i did was install the suffusion theme. This was pretty fluid except for the Google map not showing. Is there a back up thing to try? http://edensrose.org/tour
francismhwhite
 
Posts: 2
Joined: 09 Jan 2012, 20:36

Re: Google Routeplanner plugin conflicting with Suffusion th

Postby sayontan » 09 Jan 2012, 21:45

Use:
Code: Select all
#gmr_id_155 { max-width: none; }
Sayontan Sinha | http://mynethome.net/blog | http://www.aquoid.com/news
I don't do freelance work (for Suffusion or otherwise), so please don't contact me for quotes or offers.
sayontan
Site Admin
 
Posts: 10161
Joined: 15 Sep 2009, 16:39
Location: Houston, Texas

Re: Google Routeplanner plugin conflicting with Suffusion th

Postby francismhwhite » 09 Jan 2012, 23:27

Thank you but this did not work. Any other suggestions?
francismhwhite
 
Posts: 2
Joined: 09 Jan 2012, 20:36

Next

Return to Bug Reports

Who is online

Users browsing this forum: No registered users and 5 guests