Event Calander Pro – Next Event Widget Styling

Home Forums Calendar Products Events Calendar PRO Event Calander Pro – Next Event Widget Styling

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #50642
    Sheryl
    Participant

    Hello,
    I have 2 different issues I could use a little help with please.
    1. Where and what is styling the title of the event in the widget. I need to make the event title a different color and larger.
    2. I get a weird “45” at the beginning of each event in the widget. Looks like it is attached to the image.
    See testing site http://jazzschool1.info

    Thank you!

    #50652
    Jonah
    Participant

    Hi Sheryl,

    1. The Next Event Widget is prefixed with a class of ‘TribeEventsFeatureWidget’ so you can target it and everything else within it via that class. For example:

    .TribeEventsFeatureWidget .event {
    /*style the title*/
    }
    .TribeEventsFeatureWidget .when {
    /*style the date*/
    }
    .TribeEventsFeatureWidget .loc {
    /*style the location*/
    }
    .TribeEventsFeatureWidget .event_body {
    /*style the event text*/
    }

    I would suggest adding this CSS to your theme’s style.css at the end or organized along with your other widget styling…

    2. I’m not seeing the 45 but I can’t find where you have this widget. Can you please give me the specific URL?

    Thanks,
    Jonah

    #50653
    Sheryl
    Participant

    Thanks Jonah!

    I am using the widget on http://jazzschool1.info the last two boxes with workshops and concerts. You will see a “4 5” before the titles.

    Thanks again!

    #50722
    Jonah
    Participant

    Hi Sheryl,

    You’re welcome! Hmmm, would you mind providing me wp-admin access (post the credentials privately here) so I can take a quick peek and see where these characters might be sneaking in from?

    Thanks,
    Jonah

    #50766
    Sheryl
    Participant

    Ha! I styled the title as suggested and the “4 5” got styled and not the actual title. Something screwy here…

    #50767
    Sheryl
    Participant

    This reply is private.

    #50771
    Jonah
    Participant

    Hi Sheryl,

    It looks like it could be a conflict with another plugin. Can you please try deactivating all other plugins or give me permission to?

    Thanks,
    Jonah

    #50777
    Sheryl
    Participant

    I posted the reply but it didnt show, so here it is again…

    If it is a conflict it might be the Sidebar & Widget Manager plugin. Please feel free to test/deactivate what you need. Do know that I am currently working on the site.

    #50779
    Sheryl
    Participant

    Wondering if your in the site…the whole thing is down. Only the background is showing.

    #50835
    Jonah
    Participant

    Hi Sheryl,

    I haven’t touched the site since yesterday and I verified it was working for me after I did my thing. I’ll need you to deactivate all other plugins and report back with whether or not those characters are still there for the widgets. Let me know how it goes.

    Thanks,
    Jonah

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Event Calander Pro – Next Event Widget Styling’ is closed to new replies.