i3a1l3y
Forum Replies Created
-
Forum: Plugins
In reply to: [Event Organiser] Listing venues by province?Brilliant! Problem solved, link added.
I’ll speak to my client and look into purchasing the pro version for the advance venue querying.
Many thanks,
Kyle
Forum: Plugins
In reply to: [Event Organiser] Listing venues by province?Ok, I have now included the complete example.
Though, some part of that code being added to my functions.php results in the whole site becoming inaccessible? Not sure if you’ve any idea what this may be?
Forum: Plugins
In reply to: [Event Organiser] Listing venues by province?That’s brilliant.
I have tried inserting the following code into my functions.php:
add_filter('eventorganiser_venue_tooltip','my_custom_callback',10,2); function my_custom_callback( $tooltip_content, $venue_id ){ //Callback performs operation return $tooltip_content; }
However, no changes seem to occur to the tooltip?
Thanks for your help,
Kyle
Forum: Plugins
In reply to: [Event Organiser] Listing venues by province?Hi Stephen,
Thanks for your reply!
Definitely considering buying the pro license, though as my client is only looking to have a venue finder website, the event side of the plugin is somewhat redundant unfortunately.
With the pro version is there also the possibility of having a sizeable map of the UK with all venue locations pinpointed with links to the venue page within the tooltip? Or am I asking too much!?
Thanks again,
Kyle
Well, I figured out why it wasn’t showing up – struggling to find a way to alter the image size.
Any help is greatly appreciated!
Forum: Fixing WordPress
In reply to: How Do I get rid of the comments boxYou need to go into wp-content -> themes -> ‘your theme’ -> they should be in there.