Forum Replies Created
-
AuthorPosts
-
December 12, 2013 at 10:28 am in reply to: Default categories to list view previous link is not working #81437
jddvette
ParticipantHi,
No it didn’t. I know there is a maintenance release coming soon, is there a ETA?
I have a file that I got from the support staff to update a little early. Might be effecting it. It’s a small issue right now, but something the client will notice and need to get working soon.
I can’t share the domain, the client has it on their secured internal servers. I’ll try to get that opened up.
December 12, 2013 at 5:14 am in reply to: Default categories to list view previous link is not working #81383jddvette
ParticipantI don’t know how else to explain it. On the event details pages there is a previous and next event links. They do not work.
There are AJAX issues on the plugin interfering with other JQuery code, that’s what it looks like.
jddvette
Participantyes, I’ve seen a couple on here about it. I’ve been waiting to see if there was a solution on their threads before bringing up my own.
I do not get any error in Chrome, but this seems not work in any browser at the moment for me.
jddvette
ParticipantThanks that seems to be working!
I posted also about the calendar not working when clicking on the pagination to the next month. Any news on that?
jddvette
ParticipantI’ve found this report to send you from the plugin admin panel
URL
http://dev-wp.dremed.com
INSTALL KEYS
–
WORDPRESS VERSION
3.7.1
PHP VERSION
5.4.9-4ubuntu2.3
PLUGINS
Display widgets version 1.24 by Strategy11(http://strategy11.com)
The Events Calendar PRO version 3.2 by Modern Tribe, Inc.(http://m.tri.be/20)
Image Widget version 4.0.8 by Modern Tribe, Inc.(http://m.tri.be/26)
WPBakery Visual Composer version 3.6.14.1 by Michael M – WPBakery.com(http://wpbakery.com)
The Events Calendar version 3.2 by Modern Tribe, Inc.(http://m.tri.be/1x)
UberMenu 2 – WordPress Mega Menu Plugin version 2.3.2.2 by Chris Mavricos, SevenSpark(http://sevenspark.com)
WordPress SEO version 1.4.19 by Joost de Valk(http://yoast.com/)
WP Help version 1.2 by Mark Jaquith(http://coveredwebservices.com/)
WP-PageNavi version 2.83 by Lester ‘GaMerZ’ Chan & scribu
NETWORK PLUGINS
–
MU PLUGINS
–
THEME
Doma
MULTISITE
–
SETTINGS
recurring_events_are_hidden = exposed
tribeEventsTemplate =
tribeEventsBeforeHTML =
tribeEventsAfterHTML =
previous_ecp_versions =
Array
(
[0] => 0
[1] => 3.1
)
latest_ecp_version = 3.2
welcome_notice = 1
data_migration_version = 2.0
viewOption = month
embedGoogleMapsHeight = 350
embedGoogleMapsWidth = 100%
embedGoogleMaps = 1
showComments =
displayEventsOnHomepage =
debugEvents =
eventsSlug = events
singleEventSlug = event
spEventsAfterHTML =
spEventsBeforeHTML =
multiDayCutoff = 12:00
spEventsTemplate =
spEventsCountries =
donate-link =
postsPerPage = 10
liveFiltersUpdate = 1
showEventsInMainLoop = 1
defaultCurrencySymbol = $
embedGoogleMapsZoom = 10
stylesheetOption = tribe
tribeEnableViews =
Array
(
[0] => upcoming
[1] => month
)
tribeDisableTribeBar =
monthEventAmount = 3
disable_metabox_custom_fields = show
defaultValueReplace = 1
defaultCountry =
hideLocationSearch =
hideRelatedEvents = 1I’ve been clicking the navigation at the bottom of the calendar to go the next month and it just refreshes the page, there are events in the next month to view.
The issue of the “slugs” and getting to the categories resolved once I removed the code snippet to have the categories default to the list view (which I need to work if possible). It would be nice to have the calendar view as the main view then the categories view default as a list.
Here’s the snippet commented out
/ add_action(‘parse_query’, ‘use_list_view_for_categories’, 60);
// function use_list_view_for_categories($query) {
// // Run once
// remove_action(‘parse_query’, ‘use_list_view_for_categories’, 60);// // Interfere only for non-ajax Tribe category requests not already destined to be presented by list view
// if (defined(‘DOING_AJAX’) && DOING_AJAX) return;
// if (!isset($query->tribe_is_event_category) || !$query->tribe_is_event_category) return;
// if (tribe_is_view(‘upcoming’)) return;// // Obtain the query term and get a link to list view for that term
// $main_tax_query = $query->tax_query->queries[0];
// $term = get_term_by(‘slug’, $main_tax_query[‘terms’][0], TribeEvents::TAXONOMY);
// $link = tribe_get_listview_link($term->term_id);// // Try to redirect
// wp_redirect($link);
// exit();
// }jddvette
ParticipantCan you please check the settings, I am stumped on how to only get visitors to the link
http://wpshindig.com/events/category/wordpress-meetups/
at this point I’ll find another solution to work around /category/ being in the slug
jddvette
ParticipantI activated the plugin to remove the category out of the slug, but it’s still there.
You said, /events/category/catname/
and
/events/category/catname/upcoming/are two different things, but when I try to get to /events/category/catname/ it redirects to /events/category/catname/upcoming
Is there a setting I am missing?
jddvette
ParticipantThis reply is private.
jddvette
ParticipantThis reply is private.
November 13, 2013 at 2:30 pm in reply to: issues with event venues and error when migrating data. #76327jddvette
ParticipantWorked like a charm! Thanks!
jddvette
Participantyes, I did do that but suddenly everything clicked and worked after fiddling with it for about a couple of hours. No clue what it was.
Thanks!
-
AuthorPosts
