harryvl
Forum Replies Created
-
Forum: Plugins
In reply to: [SimpleMap Store Locator] how to change 'ZIP' field labelit’s the classes/simplemap.php file not the main simplemap.php one.
Hmm. I reinstalled an old version of the plugin and then upgraded again and everything works. Not sure what happened…
Same problem. Tried replacing the template file with the old one and still no luck.
Also tried loading jquery a couple different ways after taking a look at the firebug error. No luck
Firebug:
ReferenceError: jQuery is not defined [Break On This Error] jQuery(document).ready( function() { initialize(); addMapMarkers(); } );
Thanks for the recommendation bolide but it’s far from an ideal solution for this project.
I’ve tried to replace the slugs directly in the database. wp_options table rows “rewrite_rules” and “tribe_events_calendar_options”.
UPdating the rewrite_rules displayed an empty page for communities/events and updating “tribe_events_calendar_options” broke the site completely.
PHP error log came back with:
PHP Fatal error: [] operator not supported for strings in …/wp-content/plugins/the-events-calendar/lib/the-events-calendar.class.php on line 341
I find it difficult to believe this plugin was developed without the ability to change the url slug to a page a level deep…
This worked for me. You’ll have to change the the $pTitle var to the name of your category.
I’m having a similar problem because I’m trying to choose a URL slug which is not one of the top level links on the website.
Instead of website.com/events/
I’m looking to use website.com/communities/events/
The URL slug will not accept a slash. Is there a way around this?
Thanks in advance.