Forum Replies Created
-
AuthorPosts
-
Chris
ParticipantAha! Finally tracked it down. Its your theme
Can you install this:
http://wordpress.org/plugins/my-custom-css/And then add the following CSS:
.description {
text-transform: none !important;
}August 8, 2013 at 8:01 pm in reply to: The Events Calendar Update Affects Site Heading on Every Page of Website #59630Chris
ParticipantI’m pretty confident it’s caching related. SuperCache’s clear all cache options don’t truly clear all its cache. It can’t actually.
Can you try deleting it completely from your server and see if that fixes it?
August 8, 2013 at 7:42 pm in reply to: The Events Calendar Update Affects Site Heading on Every Page of Website #59625Chris
ParticipantCan you check that WordPress Settings -> General doesn’t have the heading set to that?
Chris
ParticipantTry this instead:
$label = __( ‘categories: ‘, ‘tribe-events-calendar’ );
$tribe_ecp = TribeEvents::instance();
$separator = ‘, ‘;
$list = get_the_term_list( get_the_ID(), $tribe_ecp->get_event_taxonomy(), ”.$label.”, $separator, ” );
echo $list;’,Chris
ParticipantHi there,
What code did you add?
-ChrisChris
ParticipantHi there,
is “Requires Clinic Email Form” the name of the meta you’re trying to pull?-Chris
August 8, 2013 at 1:44 pm in reply to: The Events Calendar Update Affects Site Heading on Every Page of Website #59548Chris
ParticipantHi there,
What’s the URL you’re experiencing this on?
Do you have any sort of caching plugins enabled?-Chris
Chris
ParticipantHi there,
Can you send me a url of a page that has the markup you want to adjust, and an explanation of how exactly you want it adjusted. When I look above, it appears you want to add a couple CSS classes to the parts of the event date? Is that correct?
-ChrisChris
ParticipantHi there,
Can you update to 3.0.5 and tell me if that fixes itHighly appreciated
-Chris
Chris
ParticipantHi there,
I haven’t been able to replicate this. Are all of your location fields filled in for events that have an associated map?-Chris
Chris
Participant> I tried this soloution, and it worked, but it still had the space left in there for the side bar even if if it was empty?
Can you give us a URL to the page with the space on it. If the space was gone, would your issue be solved if I understand this correctly?
-
AuthorPosts
