Forum Replies Created
-
AuthorPosts
-
Barry
MemberHi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!
Barry
MemberHi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!
Barry
MemberHi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!
March 24, 2015 at 6:20 am in reply to: Role Ticket Checkin in WordPress is not giving the expected content #950420Barry
MemberHi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!
Barry
MemberHi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!
March 24, 2015 at 6:19 am in reply to: Make Mini Cal Widget Days Link to that Event or that Days Events…? #950418Barry
MemberHi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!
Barry
MemberHi Ben,
So Brook’s advice relates to the specific theme of the other customer – you’d need to adapt this slightly in your case – something like this might help:
.tribe-events-page-template #top-menu .menu-item-1648 a { color: red }Be aware though that if you subsequently modify the menu you may need to revise the section reading .menu-item-1648 (in my suggested code).
Does that help?
Barry
MemberOur pleasure – I’ll go ahead and close this topic but, for anything else that might crop up, please just post new topics and one of the team will be only too happy to assist 🙂
Barry
MemberOK, so are there any theme-specific, non-standard settings that limit the count of something (the blog loop, a theme-provided widget, anything of that order)?
I’m essentially wondering if you can find the setting that controls this – if there is one – perhaps it would then be possible to go back to the theme author and ask why it interferes with queries it is not responsible for/if there is a way to fix this behaviour?
Is that something we can look into here?
Barry
MemberAwesome!
Barry
MemberGreat!
March 23, 2015 at 7:39 am in reply to: Recurring events not linking to event, just redirecting to /all/ #950130Barry
MemberHi Scott,
I’m sorry you’re experiencing difficulties.
I notice your site relates to a church: we often find the builders/administrators of church websites have a plugin called Series Engine installed (or have had at some point in the past) – can you confirm if that might be the case?
If so, it’s possible that the way it manipulates the system datetime setting causes breakages in relation to recurring events.
Is that possible here? If you are using Series Engine, can you try deactivating it then generate a fresh series of recurring events. Before reactivating Series Engine, please confirm if – for those newly created events – you are able to click on any month view links and successfully reach the individual event pages (unfortunately, if my theory is correct, any events that currently do not work will already have been “damaged” – so they will continue to fail).
If those new event links work as expected that would confirm the problem relates to Series Engine and we can take things from there. If not, we can explore alternatives.
Let me know how you get on!
Barry
MemberI’m sorry you’re hitting up against difficulties.
There’s something strange about the structure of your theme and it’s CSS that is getting in the way here (if you flip to a default theme such as Twenty Fifteen I feel confident you will not experience the same problem).
As a possible easy fix, can you visit Events → Settings → Display and try adjusting the default template setting? Right now you seem to be using the Default Events Template – but does switching to the Default Page Template (and you might try any other options listed there) resolve this?
Barry
MemberHi there – I’m sorry you’ve hit up against difficulties.
When you opened this topic you noted having run through our standard troubleshooting steps (deactivating all other plugins and switching to a default theme such as Twenty Fifteen) – can you confirm if that resolved the problem and enabled you to identify any conflicts?
Since you are using a caching plugin, please also ensure you follow the advice of the plugin author on completely disabling it since, in some cases, caching can continue even after the plugin is deactivated (sometimes the plugins are unable to clean up rules they added to the .htaccess file, for instance – but the author of the caching plugin can probably advise you further/may have an FAQ entry for this).
Barry
MemberHi Ben,
The best starting point for changes like these is our Themer’s Guide, which covers how to safely override and customize our templates.
How can I change the ‘Events for March 2015′ header on the calendar view from an h2 to an h1?
If you create an override for month/content.php by initially copying the theme’s default version of the template, you will find the following line of code:
<h2 class="tribe-events-page-title"><?php tribe_events_title() ?></h2>Simply modify to use <h1> tags 🙂
Also how can I change the event title within the day boxes on the calendar itself from an h3 to just body copy?
It’s a similar process, but the template you would be interested in is month/single-event.php.
I hope that helps!
-
AuthorPosts
