• Nice looking plugin, with the custom post types and all. But unfortunately when I activate it, the MySiteMyWay theme I am using (Persuasion) no longer loads its images on the homepage–they get stuck with a spinning ajax loader. Probably the plugin javascript is conflicting somehow, so would be nice if it was only called on pages that actually show the map.

    If it were working for me, I would also like the option to add more than 1 phone number (e.g. for a cell and fax line), and to be able to hide the business hours when they are not relevant.

    http://wordpress.org/extend/plugins/custom-business-locations/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter kevinmorton

    (@kevinmorton)

    Figured out that the plugin was removing the call to JQuery 1.8.3 that the theme was relying on. Apparently parts of the theme were not compatible with JQuery 2.0.1, which the plugin replaces with. At least I think that was the case.

    Commenting out this line on /library/php/frontend/frontend-init.php fixed the theme error:

    wp_deregister_script('jquery');

    Unfortunately, I still can’t get the maps to show, regardless of whether that line is commented out or not. I am using an active Google Maps v3 API key.

    Thread Starter kevinmorton

    (@kevinmorton)

    I got the maps to show finally by putting [raw] [/raw] tags around the [cbl-map] shortcode

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Breaks My Theme’ is closed to new replies.