jddvette

Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • in reply to: Default categories to list view previous link is not working #81437
    jddvette
    Participant

    Hi,

    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.

    http://dev-wp.dremed.com/

    in reply to: Default categories to list view previous link is not working #81383
    jddvette
    Participant

    I 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.

    in reply to: Google Maps on a single event #78900
    jddvette
    Participant

    yes, 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.

    Calendars not advancing to next month

    I do not get any error in Chrome, but this seems not work in any browser at the moment for me.

    in reply to: Google Maps on a single event #78645
    jddvette
    Participant

    Thanks 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?

    in reply to: URL’s fixes #78447
    jddvette
    Participant

    I’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 = 1

    I’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();
    // }

    in reply to: URL’s fixes #78239
    jddvette
    Participant

    Can 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

    in reply to: URL’s fixes #78226
    jddvette
    Participant

    I 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?

    in reply to: URL’s fixes #78049
    jddvette
    Participant

    This reply is private.

    in reply to: URL’s fixes #78040
    jddvette
    Participant

    This reply is private.

    in reply to: issues with event venues and error when migrating data. #76327
    jddvette
    Participant

    Worked like a charm! Thanks!

    in reply to: Event tickets setup not working #75280
    jddvette
    Participant

    yes, 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!

Viewing 11 posts - 1 through 11 (of 11 total)