Forum Replies Created
-
AuthorPosts
-
Scott Gillard
ParticipantIt worked! Thanks so much.
S
Scott Gillard
ParticipantYoast SEO doesn’t actually do this. It allows the addition of a generic image for use on all pages “without other images” but there’s no way to add an “events” featured image to the events archive page.
I did find the following snippet which seemed to work:
add_action( 'wp_head', 'prefix_add_og_image', 10, 1 ); function prefix_add_og_image( $img ) { if( is_post_type_archive( 'tribe_events' ) ) { echo '<meta property="og:image" content="http://hughmackay.ca/wp-content/uploads/2017/08/HMMLA-FBEvents.jpg" />'; } }What are your thoughts on this?
Scott Gillard
ParticipantThe window for getting this working is gone. I have failed to get it up and running.
I tried to deactivate and delete every TEC plugin and install the Dec 20 versions but I couldn’t get it going that way. There was a warning about updating to the current versions and the ticket functionality wasn’t there.
I then went back to the current versions for all plugins and the warning to update was still present and the ticketing functionality still did not work. So I’m worse off than I was when we began.
Sadly, the event for which this test was put in place has to get their tickets online. So, I have run out of time.
I haven’t actually modified any TEC templates or anything so I am doubtful the problem was in any customization to templates, etc.. I use your software on multiple websites all with the same theme and the same plugins and have never had an issue. It’s just the Community Events Tickets plugin that seems to have a problem. I did revert to Twenty Sixteen to give it a try. But the issues very much seems to be with that one plugin. Unless the one ticket plugin can conflict with another plugin I can’t see the issue. I even removed some custom CSS as a shot-in-the-dark solution.
Since we won’t be able to proceed and the software didn’t work can I get a credit for the Community Tickets plugin? Or additional thoughts? Maybe I could try a test environment with a similar configuration and we can keep on truckin’?
I love the software, appreciate the support, and would love to get it working.
SScott Gillard
ParticipantHey Geoff,
Thanks! I’ve encountered a little issue early in the process haha I can only download version 4.4 of Community Tickets. (see screenshot) I’ve version matched everything to December 20th, 2016. Is the community tickets download issue because I just purchased it?
S
-
AuthorPosts
