Widgets in contango

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #454
    Anonymous
    Guest

    Good afternoon,

    I installed the google maps widget.

    http://wordpress.org/support/plugin/google-maps-widget

    I am unable to open the map. Have you have any problems with this plugin in the past? I’ve used it with other themes and not had any issues.

    Thanks much,

    Bryan

    #1161
    Anonymous
    Guest
    1. [IMG]http://www.gravatar.com/avatar/1a7e11456b252da6581705039dda5ba3?s=48&d=monsterid&r=g[/IMG]WebFactory
      Member
      Plugin Author
      Posted 1 year ago #

      Your sidebar markup is not respecting the usual widget naming convention so our JS is unable to target the widget link. Contact us via email and we’ll shoot you some custom code to fix the problem.

    2. [IMG]http://www.gravatar.com/avatar/1a7e11456b252da6581705039dda5ba3?s=48&d=monsterid&r=g[/IMG]WebFactory
      Member
      Plugin Author
      Posted 1 year ago #

      Open gmw.js and change
      $(‘.google-maps-widget a.widget-map’).click(function() {
      to
      $(‘a.widget-map’).click(function() {

    Could this be the issue with my site as well?

    Bryan

    #1162
    Anonymous
    Guest

    didnt fix

    #1163
    admin
    Participant

    Hi,
    Our themes are 100% according to WordPress standards and all popular plugins should work properly.
    I have forwarded this question to our developers for the possible debugging of this plugin.
    Thanks

    #1164
    Anonymous
    Guest

    I was able to resolve this issue. It was a conflict with another plugin.

    Thanks for looking into this!

    Bryan

    #1165
    admin
    Participant

    Thanks for the feedback.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.