Rosa Maria

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Month View tooltip image size #1055029
    Rosa Maria
    Participant

    Hi Geoff,

    It’s perfect!

    Thanks for your quick help.

    Cheers!

    • This reply was modified 8 years, 3 months ago by Rosa Maria.
    in reply to: Map view tooltip #1052952
    Rosa Maria
    Participant

    Hi 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!

    in reply to: Different style depending on category #1028169
    Rosa Maria
    Participant

    Hi,

    But my Events Template is set to “Default Page Template”… Which code must I use, then? How can I fix it?

    Cheers

    in reply to: Different style depending on category #1027848
    Rosa Maria
    Participant

    Hi 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');
    in reply to: Date format #1026750
    Rosa Maria
    Participant

    Hi 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

    in reply to: Date format #1022779
    Rosa Maria
    Participant

    I 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…

Viewing 6 posts - 1 through 6 (of 6 total)