Open GoogleCodeExporter opened 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
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
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
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
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
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
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
@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
Original comment by dylankk...@gmail.com
on 13 Mar 2011 at 3:15
Original issue reported on code.google.com by
skivow...@gmail.com
on 16 Dec 2009 at 7:58