Forum Replies Created
-
AuthorPosts
-
March 6, 2018 at 7:27 am in reply to: Display Views gives 404 error when translated into French #1471002
Communications
ParticipantYes, we have tried the suggestions in the link you have provided, still no joy 🙁
Do you know of any similar live sites that use the plugins in question? That way we can see if the functionality is supposed to work…
March 5, 2018 at 4:37 am in reply to: Display Views gives 404 error when translated into French #1469874Communications
ParticipantWe really need a definitive answer as to whether this functionality is supposed to work with WPML. It’s been over 2 weeks since this thread was started and the site’s launch has been delayed because of it.
March 5, 2018 at 1:19 am in reply to: Display Views gives 404 error when translated into French #1469772Communications
ParticipantThis is the first time we’ve used the plugin so we are unable to answer wether it has worked with WPML in the past. I would imagine it should but you guys are best placed to answer that one…
February 28, 2018 at 2:31 am in reply to: Display Views gives 404 error when translated into French #1465697Communications
ParticipantThis reply is private.
February 27, 2018 at 1:54 am in reply to: Display Views gives 404 error when translated into French #1464570Communications
ParticipantAny joy? We are keen to resolve this issue as we have delayed the the site’s launch because of it.
Communications
ParticipantI found this link, https://theeventscalendar.com/knowledgebase/setting-up-filter-bar-with-wpml/ which has helped solve this issue. Thanks for your help
February 23, 2018 at 2:19 am in reply to: Display Views gives 404 error when translated into French #1461784Communications
ParticipantThis reply is private.
Communications
ParticipantThis reply is private.
Communications
ParticipantI’ve included a screenshot (just incase there was any confusion)
Communications
ParticipantI’ve managed to get it working. Firstly, I have disabled the default filter bar injection with;
`function removeTribeFilterBarDefaultDisplay() {
$filterClass = Tribe__Events__Filterbar__View::instance();
remove_action(‘tribe_events_before_template’, array($filterClass, ‘displaySidebar’), 25);
remove_action(‘tribe_events_bar_after_template’, array($filterClass, ‘displaySidebar’), 25);
}add_action( ‘wp_enqueue_scripts’, ‘removeTribeFilterBarDefaultDisplay’, 50 );`
Then, for each view I have added
tribe_get_template_part( ‘filter-bar/filter-view-vertical’ ) in the appropriate place so the filter bar appears where I want it.Communications
ParticipantI know what the issue is now. I was following the guidance given in here, https://theeventscalendar.com/support/forums/topic/position-of-filter-bar-in-template/ as I need to move the filter bar so that it is to the right of the events list. But it places it within the content area that gets updated with the AJAX results and therefore deletes everything within it before rendering the new content.
So, what is the best way to place the filter bar directly after
<
div id=”tribe-events-content” class=”tribe-events-list tribe-events-map”> ?
February 12, 2018 at 9:31 am in reply to: Position the Google maps container after the search bar #1450844Communications
ParticipantI figured it out, swap around,
tribe_get_template_part( ‘modules/bar’ );
tribe_get_template_part( ‘pro/map/gmap-container’ )in file, map.php
-
This reply was modified 8 years, 2 months ago by
Communications.
-
This reply was modified 8 years, 2 months ago by
Communications.
December 22, 2017 at 2:29 am in reply to: Create one event post with multiple dates and venues #1411476Communications
ParticipantHello,
It is indeed disappointing that this feature has not been yet implemented considering that you had users asking for this years ago.
Your suggested work around to be used “for now” will not work for us.
Would it be possible to received a refund? We have uninstalled this plugin as it is not suitable for us to use.
Thank you.
December 20, 2017 at 3:42 am in reply to: Create one event post with multiple dates and venues #1409585Communications
ParticipantI’ve posted this in the wrong forum…
-
This reply was modified 8 years, 2 months ago by
-
AuthorPosts
