Tommy Chamings

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 22 total)
  • Author
    Posts
  • in reply to: Filter Bar not working for locations #1541571
    Tommy Chamings
    Participant

    This reply is private.

    in reply to: Filter Bar not working for locations #1533675
    Tommy Chamings
    Participant

    Hi Brendan,

    The issue is exactly replicated defaulting to the 2017 theme.

    in reply to: Filter Bar not working for locations #1532744
    Tommy Chamings
    Participant

    Regarding both issues, I can resolve these only if I refresh the page.

    For example
    https://www.bigrockclimbing.com/bond-book/
    I navigate to the next month (June) and my location (Big Rock Bond) disappears from the title (Sessions for June 2018).
    I refresh the page and it appears (Sessions for June 2018 > Big Rock Bond).

    Same issue with the Filter Bar
    I have to select a location, then refresh the page for the filter to work.

    in reply to: Add navigation links above the calendar in month view #1479759
    Tommy Chamings
    Participant

    Hi Jennifer,

    Thank you for the additional code – it worked great!
    The nav links above the calendar add really useful functionality, especially in mobile view where users otherwise have to scroll all the way to the bottom of the page past all the day’s events.
    Your support has been great 🙂

    I’ll look out for the navigation fix in a future update.

    in reply to: Add navigation links above the calendar in month view #1478837
    Tommy Chamings
    Participant

    Hi Jennifer,

    Thanks! With this extra code and a few style tweaks, the nav links work perfectly here https://www.beaconclimbing.com/sessions/

    However, I tried to add this to my other website and it doesn’t work with the shortcode calendar. Any ideas?
    https://www.bigrockclimbing.com/hub-book/
    https://www.bigrockclimbing.com/bond-book/
    This website is setup to manage 2 locations within the same city so I use the shortcode calendars to filter by category (each location has a category assigned).

    Additionally, when I use the nav links on the pages with the calendar shortcode as per the 2 Big Rock links, the category is dropped unless I refresh the page.
    e.g. I hit the “April” nav link and the title is “Sessions for April 2018”, but refreshing adds the title back correctly to “Sessions for April 2018 › Big Rock Hub”

    Tommy Chamings
    Participant

    Hi Jamie,

    I’ve used this code to disable Schema markup and after testing with Google Structured Data Tool, the event markup has been removed. I’m assuming that this will solve my issue once Google has recrawled the site.

    /*
    * Disable JSON LD markup used by search engines
    */
    add_filter( 'tribe_json_ld_markup', '__return_empty_string' );

    Tommy Chamings
    Participant

    Hi Jamie,

    I need to remove the start time too to fix the issue.
    Can you tell me the file location within the plugin that contains the schema information?

    Thanks
    Tommy

    Tommy Chamings
    Participant

    Hi Jaime,

    I’m afraid that your response isn’t that helpful (sorry!). The fact is that the schema for event calendar ‘all day events’ is outputting start/end times as 00:00 which is really unhelpful when this shows up on Google.

    I need to know how I can specifically edit the schema for a single events page in order to remove the start/end times from the schema.

    Thanks
    Tommy

    Tommy Chamings
    Participant

    Hi Jaime,

    My calender is configured so that each entry is always an All Day Event. This means that I don’t need start and end times at all. You can check out me calendar here https://www.bigrockclimbing.com/hub-book/

    I’ve also attached some screenshots. You can see that I have already removed all the times from the front end of the site. Unfortunately, Google is picking up the 00:00 time from the plugin as per the Structured Data screenshot I sent with my original query.

    So, I need to remove the start and end times from Google, by removing them from the plugin. I’m hoping that you have a fix for completely removing the start and end times from the schema markup that the plugin generates.

    Best regards
    Tommy

    Tommy Chamings
    Participant

    Hi Sky,

    Thanks for your reply! No problem, I’ll look out for a fix in the future.

    Best regards

    Tommy Chamings

    Marketing Manager

    Climbing Hold Sales Manager

    ClimbUK Ltd

    Head Office: Beacon Climbing Centre

    *Cibyn Estate, Caernarfon, LL55 2BD Tel: 01286 677 322Direct Line:
    01286 685 964**[email protected]*

    This email and any attachments are confidential and intended for the named
    recipient only. The content may contain privileged information. If it has
    reached you by mistake, you should not copy, distribute or show the content
    to anyone but should contact Beacon Climbing Centre Ltd at once. Neither
    the Company nor the sender accepts any responsibility for viruses, and it
    is your responsibility to scan any attachments.

    Tommy Chamings
    Participant

    The shortcode mobile month view calendar has also stopped working correctly following the updates.
    I have rolled back to Version 4.6.9 and Pro Version 4.4.21 until these issues are addressed

    Tommy Chamings
    Participant

    Hi Victor,

    Thanks for pointing me in the right direction. It required a bit more code, but this works:

    #tribe-events-content table .type-tribe_events {
        border-bottom: 1px solid #363d4d !important;
        margin: 0 5% !important;
        padding: 2px 0px !important;
    }
    #tribe-events-content table .tribe-events-last {
        border-bottom: 0 !important;
    }
    Tommy Chamings
    Participant

    Hi Victor,

    The CSS you have supplied is sames as I wrote in my original post and only works for the main calendar, not the shortcode calendar.

    So unfortunately I still have the same problem. It’s actually quite frustrating how differently the shortcode calendar renders to the main calendar. I’ve had to apply a lot of CSS changes to get them to match. This problem with the border is my last hurdle so I’d be really happy if you can crack it!

    Thanks

    in reply to: Google search results displaying Event Calendar data #1371249
    Tommy Chamings
    Participant

    Hi Cliff,

    Thanks for your response. I’ll look at the issue further once I finish and release the test site. I do have one more related question – How can I stop Google listing the time as 00:00 for all day events?

    Tommy Chamings
    Participant

    Okay Hunter, thanks for trying though.

    I can get around the issue with custom CSS so it’s not a huge deal anyway.

Viewing 15 posts - 1 through 15 (of 22 total)