• Resolved AJ Don

    (@cultural-keys)


    I have Simple Event Planner working very well on my website events page. Exactly as I want it to work.

    However, when I try to use exactly the same short-code on another page (my home page) the resulting calendar doesn’t obey the style options I have set.

    Is there any way to fix this issue?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author PressTigers

    (@presstigers)

    Hello,

    You can style the calendar header & today date by adding custom style in your activated theme’s stylesheet as it’s not managed dynamically.

    You can style the following classes for cosmetic changes:
    https://plugins.trac.www.ads-software.com/browser/simple-event-planner/trunk/public/css/simple-event-planner-public.css#L2033
    https://plugins.trac.www.ads-software.com/browser/simple-event-planner/trunk/public/css/simple-event-planner-public.css#L1966

    Thanks & Regards,

    Thread Starter AJ Don

    (@cultural-keys)

    My apologies, and excuse my ignorance, but i don’t know what that means.

    You mean i should copy the two css codes into my stylesheet?

    So:

    .sep-page .sep-calendar .eventCalendar-wrap .eventCalendar-slider .eventCalendar-monthWrap .eventCalendar-daysList .eventCalendar-day-header {
    1967	    border-bottom: 1px solid #f3f3f3;
    1968	    color: #fff;
    1969	    background-color: #3297fa;
    1970	    font-family: 'Roboto', sans-serif;
    1971	    font-size: 16px;
    1972	    text-align: center;
    1973	    text-transform: uppercase;
    1974	    padding: 6px 0;

    and

    
    	.sep-page .sep-calendar .eventCalendar-wrap .eventCalendar-slider .eventCalendar-monthWrap .eventCalendar-daysList.eventCalendar-showAsWeek .eventCalendar-day.today {
    2034	    background: #3297fa;

    should go into the stylesheet, correct?

    • This reply was modified 5 years ago by AJ Don.
    Plugin Author PressTigers

    (@presstigers)

    Hi, @cultural-keys,

    Thank you for getting back to us.

    Please be informed that if you do not have any technical background then you are requested to take help from an expert WordPress programmer to make the things smooth and to avoid any kind of other issues.

    Thanks and Regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Style choices not working on all pages’ is closed to new replies.