Forum Replies Created
-
AuthorPosts
-
Mathew
ParticipantWilliam,
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.
Mathew
ParticipantWilliam,
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.
Mathew
ParticipantDamien,
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.
Mathew
ParticipantWilliam,
Head over to the Extensions Library. I think you might find what you are looking for.
Here’s the direct link.
Hope this helps.
Mathew
ParticipantI 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.
Mathew
ParticipantCliff,
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 –
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.
Mathew
ParticipantThis reply is private.
Mathew
ParticipantThis reply is private.
Mathew
ParticipantThis reply is private.
Mathew
ParticipantThis reply is private.
Mathew
ParticipantThis reply is private.
Mathew
ParticipantNico,
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.
Mathew
ParticipantThis reply is private.
November 29, 2016 at 5:27 pm in reply to: Removing Featured Image from Events Element on page #1199522Mathew
ParticipantDawn,
Give this a try.
.fusion-events-shortcode .fusion-events-thumbnail {
display: none !important;
}
Hope this helps.
Mathew
ParticipantThis reply is private.
-
AuthorPosts
