Mathew

Forum Replies Created

Viewing 15 posts - 196 through 210 (of 264 total)
  • Author
    Posts
  • in reply to: Customize time format in metadata? #1228476
    Mathew
    Participant

    William,

    Try This:

    [tribe_formatted_event_date id="%post_id%" timezone="America/New_York" format="F jS, Y @ g:i a" ]
    

    Also, I think curly quotes are causing issue. Delete and re-type the quotes manually. Sometimes copy and paste in web pages causes formatting issues.

    in reply to: Customize time format in metadata? #1228453
    Mathew
    Participant

    William,

    Yes, Essential Grid does use metadata keys, but you can embed the key within the shortcode.

    Here’s a link to a recent support post on this very topic.

    Hope this gets you closer to a solution.

    in reply to: Events calendar Pro and Essential Grid #1228449
    Mathew
    Participant

    Damien,

    Yes, thanks to @Cliff for producing the extension.

    The issue stems from a disconnect between Slider Revolution and Essential Grid.

    The {{id}} meta in Rev Slider is a recent addition. However, both products use different meta variables. One uses {{some_meta}} and the other use %some_meta%.

    So for Essential Grid, you want to use “%post_id%” in the shortcode. Here’s an example:

    [tribe_formatted_event_date id=”%post_id%” timezone=”America/Chicago” format=”F jS, Y @ g:i a” ]

    All of the canned meta fields are listed within Essential Grid. There’s also a few articles on ThemePunch’s website with regards to metadata that are useful.

    Hope this helps.

    in reply to: Customize time format in metadata? #1228425
    Mathew
    Participant

    William,

    Head over to the Extensions Library. I think you might find what you are looking for.

    Here’s the direct link.

    Hope this helps.

    in reply to: Event Organizer Not Saving #1217887
    Mathew
    Participant

    I updated to 4.4.0.1 and 4.4 TECPro in my dev environment. The update does not resolve the issue. Events with _EventOrganizerID set to 0 remain in the DB.

    As for the root cause, I was venturing down an XML export/import path, but my tests did not pan out.

    in reply to: Event Organizer Not Saving #1214592
    Mathew
    Participant

    Cliff,

    I am glad you were able to reproduce the issue. I hope it helps with the other cases where something similar has been reported. Perhaps they can check their DB’s for 0 values.

    I found one more here, but it went stale.

    Double Entry of _EventVenueID and _EventOrganizerID with value 0

    And more recent –

    Saved Venue info not saving after publishing

    Event Venue not Saving

    As to the bigger issue, I think I may have stumbled upon the root cause. I am going to run some tests locally to prove or disprove my findings before I share them.

    in reply to: Event Organizer Not Saving #1213934
    Mathew
    Participant

    This reply is private.

    in reply to: Event Organizer Not Saving #1213636
    Mathew
    Participant

    This reply is private.

    in reply to: Event Organizer Not Saving #1213007
    Mathew
    Participant

    This reply is private.

    in reply to: Event Organizer Not Saving #1212859
    Mathew
    Participant

    This reply is private.

    in reply to: Event Organizer Not Saving #1211584
    Mathew
    Participant

    This reply is private.

    in reply to: Schema On Event List Pages #1211561
    Mathew
    Participant

    Nico,

    Thanks for the snippet. It’s one I’ve been looking for.

    On a side note: The hawaii.com website is using version 3.12 of TEC. The implementation of the structured data and the use of event markup tags has changed in version 4.x.

    Now playing the waiting game with Google to see if the snippet has the desired effect.

    Again, Thanks Nico.

    in reply to: Event Venue not Saving #1209411
    Mathew
    Participant

    This reply is private.

    in reply to: Removing Featured Image from Events Element on page #1199522
    Mathew
    Participant

    Dawn,

    Give this a try.


    .fusion-events-shortcode .fusion-events-thumbnail {
    display: none !important;
    }

    Hope this helps.

    in reply to: Saved Venue info not saving after publishing #1196245
    Mathew
    Participant

    This reply is private.

Viewing 15 posts - 196 through 210 (of 264 total)