liamo1988
Forum Replies Created
-
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Super widget – redirectsHi,
Thank you, I have narrowed it down to google tag manager, specifically to a tag we had set up to track clicks on external links.
We have disabled this tag for the moment and the calendar widget is now working as expected.
Thanks.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Super widget – redirectsStill experiencing this issue, and my replies over the last few weeks have been deleted from this post.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Unable to update addonsHi,
I emailed my details to this account on Friday the 11th of March and have not heard anything yet.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Unable to update addonsStill unable to update add ons !
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Unable to update addonsHi, our last invoice was October 02, 2015, for core+ we first purchased them 1 year before.
Thanks.Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Super widget – redirectsPlugins are up to date on test site, used widget to create test calendar, and still experiencing the same problems: http://www.northlincs.gov.uk/site/test-timely/
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Super widget – redirectssite using embed code: http://www.northlincs.gov.uk/tourism-museums-and-the-arts/whats-on/whats-on-in-north-lincolnshire/
it uses a .net based cms
Forum: Fixing WordPress
In reply to: Search, custom taxonomy 'all selected taxonomy terms'I have also tried the following with no success
the following in my searchform:
// generate list of tags $tags = get_terms('facilities'); foreach ($tags as $tag) { echo '<label>', '<input type="checkbox" name="taglist[]" value="', $tag->slug, '" /> ', $tag->name, "</label>\n"; }And the following in functions.php
add_action('pre_get_posts', 'advanced_search_query', 1000); // advanced search functionality function advanced_search_query($query) { if($query->is_search()) { // tag search if (isset($_GET['taglist']) && is_array($_GET['taglist'])) { $query->set('tag_slug__and', $_GET['taglist']); } return $query; } }Any help would be greatly appreciated.
Forum: Fixing WordPress
In reply to: Search, custom taxonomy 'all selected taxonomy terms'The search passes the following when multiple checkboxes are ticked: /?s=&facilities=baby-changing&facilities=conference-facilities When it needs to be: /?s=&facilities=baby-changing+conference-facilities for it to return results that contain both the facilities selected. Any Ideas?
Forum: Fixing WordPress
In reply to: Search, custom taxonomy 'all selected taxonomy terms'After checking further it seems to be only displaying results for the last selected check box I.E. if I choose two facilities, the search url would be: /?s=&facilities=baby-changing&facilities=conference-facilities , and only results including conference facilities would be shown.
Forum: Plugins
In reply to: [Rich Text Tags] Short codesThis is on a site using a custom theme (directory portal)