Forum Replies Created
-
AuthorPosts
-
Rosa Maria
ParticipantHi Geoff,
It’s perfect!
Thanks for your quick help.
Cheers!
-
This reply was modified 10 years, 3 months ago by
Rosa Maria.
Rosa Maria
ParticipantHi George,
I’m working offline, so I don’t have a link to share with you…
I want to delete the “Event:” and “Address:” text, and also I’d like to change the font size and background color of the tooltip.
Thanks!
Rosa Maria
ParticipantHi,
But my Events Template is set to “Default Page Template”… Which code must I use, then? How can I fix it?
Cheers
Rosa Maria
ParticipantHi Brian,
I have added this code to functions.php:
function add_category_name($classes = '') { if(is_single()) { $category = get_the_category(); $classes[] = 'category-'.$category[0]->slug; } return $classes; } add_filter('body_class','add_category_name');Rosa Maria
ParticipantHi Brook,
Thanks for your assistance. Your indications have been very helpful.
What I want to know now is how display the categories just below the event title (in the same page: Single Event View). I need the categories to display this way: “CATEGORY 1 – CATEGORY 2 – CATEGORY 3”. Where the categories have their css style, and the hyphen needs its own css style. How can I do it?
Thanks
Rosa Maria
ParticipantI only want to change the format in one location (Single Event View). After reading your Themer’s Guide, I still have no idea how to do it… What is the exact code that I have to write? I have spent hours trying to figure out, without success…
-
This reply was modified 10 years, 3 months ago by
-
AuthorPosts
