MichDe / wordpress-geo-mashup

Automatically exported from code.google.com/p/wordpress-geo-mashup
1 stars 0 forks source link

Disqus commenting #287

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
With all versions of Geo Mashup if I have Disqus commenting active and go to 
the group map to 
click a pin.. the map goes away..  Right now Disqus is disabled but here is the 
website.

http://www.photowalklist.com/map/

Original issue reported on code.google.com by skivow...@gmail.com on 16 Dec 2009 at 7:58

GoogleCodeExporter commented 9 years ago
We'll note that incompatibility. Is it possible to create a test page for me 
with
commenting enabled so I can see the problem?

Original comment by dylankk...@gmail.com on 16 Dec 2009 at 9:26

GoogleCodeExporter commented 9 years ago
I can enable the plugin right now.. i disabled it completely before not just 
for that page

Original comment by skivow...@gmail.com on 16 Dec 2009 at 9:59

GoogleCodeExporter commented 9 years ago
I see. Disqus is inserting a script in the info window content that is not 
designed
to run in that context. Taking a quick look at the disqus code, I'd guess it's 
the
comment count script. Looks like the disqus plugin has an option to fix/disable 
it.
If that doesn't work, adding the following to the top of your info window 
template might:

<?php remove_action( 'loop_end', 'dsq_comment_count' ); ?>

Original comment by dylankk...@gmail.com on 17 Dec 2009 at 1:05

GoogleCodeExporter commented 9 years ago
This option?

"Check this if you have a problem with comment counts not showing on permalinks"

Original comment by skivow...@gmail.com on 17 Dec 2009 at 2:18

GoogleCodeExporter commented 9 years ago
I couldn't tell from a quick scan of the code - does it fix the problem?

Original comment by dylankk...@gmail.com on 17 Dec 2009 at 3:29

GoogleCodeExporter commented 9 years ago
It looks like it may.. I have it active right now and it seems to work on the 
Mac.. I will check PC when I get to 
work today.

Original comment by skivow...@gmail.com on 17 Dec 2009 at 12:12

GoogleCodeExporter commented 9 years ago
I tried both option but still it is not showing the map.Is there any 
possibility whether I can use both Geo mashup and Disqus together ?

See my blog   http;//www.globinch.com

Original comment by binugeor...@gmail.com on 20 Jul 2010 at 6:36

GoogleCodeExporter commented 9 years ago
@binugeorgep Thanks for the writeup. I'm not sure it's disqus. First thing I 
notice is some garbage at the end of your map URL. Here is the URL I see on 
your page:

http://www.globinch.com?geo_mashup_content=render-map&map_content=global&width=4
00&height=400&zoom=auto&background_color=c0c0c0&show_future=false&marker_select_
info_window=true&marker_select_center=false&marker_select_highlight=false&marker
_select_attachments=false&object_name=user&0=%3C%2Fcode%3E%3Ctt%3Eheight%3D%2220
0%22&1=width%3D%22400%22%3C%2Ftt%3E%3Ccode%3E

Everything after object_name=user looks foreign to me. Even if I remove it, 
though, the URL still gives me a javascript error. Maybe it could be wp-minify? 
Seems like geo-mashup.js is not loading correctly.

Original comment by dylankk...@gmail.com on 21 Jul 2010 at 12:49

GoogleCodeExporter commented 9 years ago

Original comment by dylankk...@gmail.com on 13 Mar 2011 at 3:15