Forum Replies Created
-
AuthorPosts
-
November 10, 2015 at 2:11 pm in reply to: Changing the Upcoming Events view for single-organizer.php #1023938
Geoff
MemberAh, gotcha. Thanks for clarifying!
I would suggest taking this line out from the template:
echo tribe_organizer_upcoming_events( $organizer_id ); ?>…and replacing it with you custom loop. You can even use the list/content.php template as the foundation and modify it from there in the organizer template.
Does that make sense and will it work for you? Let me know!
Geoff
Geoff
MemberMy pleasure! Thanks again for reaching out–I’m stoked that helped. 🙂
Geoff
MemberHi Terry, thanks for following up!
I’m afraid I am unable to log into the back end of your site per our service terms. That said, I’m happy to keep helping you out here in the forums as best I can. 🙂
It doesn’t look like the CSS code stuck–or at least, I’m not seeing it when I inspect the site. I see it added to the Simple Custom CSS plugin, but it doesn’t seem to be doing anything, which is weird.
Another idea is try adding this:
.events-gridview .bSe table thead th {
padding: 1em 0 !important;
}Let’s give that a shot.
Cheers!
GeoffGeoff
MemberHi Ron,
Thanks for getting in touch and sorry for the late reply. This thread got caught in our spam filter and we simply missed it. My sincere apologies for the mix-up!
There is no option for the tickets to automatically show up in the store catalog, but you can always edit a ticket so that it does display in there using the Catalog Visibility settings in the editing screen for that ticket/product (screenshot).
Does this help answer your question? Please let me know. 🙂
Cheers!
GeoffGeoff
MemberHey there!
Super sorry for the delayed reply. This thread got caught in our spam filter and we simply missed it. My sincere apologies!
Good questions.
1) how can I remove attached Calendar powered by The Events Calendar link? (Reference to below capture link)
There is an option when you head to Events > Settings that allows you to remove the link. It should be right at the top of the screen (screenshot).
Do you have “Short Code” for tickets add to cart on the post page such on below?
Sorry, I’m afraid not. That is an interesting idea for a shortcode though and I’d love it if you could add that to our feature requests forum. Shortcodes are something we’d like to expand and I can see how that one would be useful.
3) please advise what images I can add to? (Reference to screen capture)
Interesting! The image isn’t shown in the ticket box by default, but you can certainly update the image by heading to the ticket in WooCommerce (in the Products tab) and adding the image. There will be a product image option in the editing screen for the product (screenshot).
Does this help answer your questions? Please let me know. 🙂
Cheers!
GeoffGeoff
MemberHey Terry!
It looks like the theme’s CSS is overriding the calendar. Try adding this to your child theme’s style.css file or in a plugin like Simple Custom CSS:
.tribe-events-calendar thead th { padding: 7px 1em !important; }Does that do the trick? Please let me know. 🙂
Cheers,
GeoffGeoff
MemberHi Hugues,
Wow, that is quite a setup and sounds like a very cool use of the calendar. I’d like to see it if/when you have it up and running!
Is there a way to use a combination of categories and tags and only use tags to display “related events” below each event ?
The “Related Events” section works off event categories and tags. The calendar does support hierarchical categories. So, for example, you could create a “parent” event category called “Competition A” and then create sub-categories for the competitions within it. That should tell the “Related Events” section to show the events from the same sub-category and, if none exist, then move up to the parent category.
If that doesn’t do the trick for some reason, then I would suggest possibly writing a filter for the tribe_get_related_posts() function, perhaps to ignore tags altogether or to create a query that’s more suited to the parameters you’re looking for.
Will this help you get started? We are fairly limited when it comes to supporting custom development question, but I’ll certainly do my best to answer any questions you have!
Cheers,
GeoffNovember 10, 2015 at 8:23 am in reply to: Changing the Upcoming Events view for single-organizer.php #1023771Geoff
MemberHey there, @bkozlowski!
Good question. You’re already well on track with the single-organizer.php file. Make a copy of that and then:
- Make a new folder in your child theme directory called tribe-events
- Make a new folder in that one called pro
- Drop the copied single-organizer.php file in that last folder
Now that the template is in your theme directory, you can modify it to suit your needs. 🙂
Our themer’s guide is another good resource, if you haven’t seen it yet. It provides the same steps, but breaks it out in much more detail.
Does this help get you started? Please let me know.
Cheers!
GeoffGeoff
MemberHi Brendan,
Good question. Do you have the plugins installed on any other site other than this one? And, if so, are they registered?
You can check by heading to your account here on this site. Log in, head to My Account > License Keys and check to make sure the license keys for your plugins are registered to the correct sites.
If you need to move your license key from one site to another, this guide will help walk through the steps for making that happen.
Cheers!
GeoffGeoff
MemberHey Benji,
Welcome back–nice to see you again!
It looks like you have The Events Calendar 3.12.3 and Events Calendar PRO 3.10 installed. Will you please try updating both to the latest versions:
- The Events Calendar 3.12.5
- Events Calendar PRO 3.12.6
Running un-synced versions of the plugins will often lead to issues like this. Let’s try updating and see if we notice a difference. 🙂
Cheers!
GeoffGeoff
MemberHi @foothills,
Thanks for getting in touch and welcome to the forums!
It looks like the fixed position of the site header in the CSS is blocking things up. You could try a couple of things:
1) Switch templates
If you head to Events > Settings > Display, then you can change the default calendar template to one of your site’s page templates. This would frame the calendar the same way the rest of your site’s pages are set up.
2) Remove the fixed header position in CSS
You could remove the fixed header feature for events by adding something like this to your theme’s style.css file:
.events_archive .l-header.pos_fixed { position: relative; }That would override the CSS for the calendar archive pages so the header does not interfere with the Filter Bar.
Will either of these options work for you? Please let me know. 🙂
Cheers!
GeoffGeoff
MemberHi Coralie,
Thanks for getting in touch! I’d be happy to help but would you please post this question to our Events Calendar PRO forum? We use the Pre-Sales forum to answer general questions about the features of our premiums forums for people interested in purchasing them.
If you have not purchased one of our premium plugins, you can post in our open source forum. We review that forum weekly to check for bug reports. If you need more in-depth support you will need to purchase a license.
In the meantime, it sounds like CSS will help resolve this issue. Please do check out our Themer’s Guide (which includes information on customizing calendar styles) and this article for tips on how to target CSS classes in the calendar.
Cheers!
GeoffNovember 10, 2015 at 7:09 am in reply to: How to get a 'sign up' button on every event page #1023710Geoff
MemberMy pleasure and thanks again for reaching out!
Geoff
MemberExcellent, thanks for confirming the answer and for following up! I’m so glad things are working. 🙂
Geoff
November 10, 2015 at 7:07 am in reply to: Next and Previous buttons display the wrong event dates (cont.) #1023707Geoff
MemberHi Lin,
We’ve released some updates in the last week and I think it would be a good idea to install those, just in case. We’re currently at:
- The Events Calendar 3.12.5
- Events Calendar PRO 3.12.6
Will you please install those, test again, and send me the updated system information in a private reply?
I haven’t been able to recreate the issue in a default WordPress environment–so, if you’re still seeing the issue after the latest updates, we’ll have to do some deeper troubleshooting.
Thanks for working with me while we figure this out!
Geoff
-
AuthorPosts
