• Resolved hj

    (@hj)


    Nice little plugin that more or less does just what I want…and sits pretty nicely with the theme I’m using (Enfold)

    But curious thing is no ‘next month’ arrow displays to take me from September to October….but there is a ‘back’ arrow displayed to take me to (presumably) August. Only I have no entries for August, the plugin was installed and the Google Calendar created on the same date, 9th Sept.

    Hmmm..!!

    The location where there should be an arrow to take me to the next month is an active link hotspot…and when clicked it does take me to October. It’s just that there’s no arrow displayed, so you have to guess it! When I get to the October month, there is no ‘visible’ arrow to return to the previous month….but again there is a live hotspot which takes you back, you just got to know the trick. I know the trick, now…but site visitors?

    It’s not a huge deal, but it spoils the ship for a ha’penth of tar!

    Otherwise a useful plugin.

    • This topic was modified 1 year, 6 months ago by hj.

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support john

    (@johnweru)

    Hi there,

    Thanks for reaching out to us.

    With respect to the issue here, please add the following CSS code within the Appearance > Customize > Additional CSS setcion:

    button.simcal-nav-button.simcal-month-nav.simcal-next {
    color: #000 !important;
    }

    I hope this helps.

    Kind Regards,

    John

    Thread Starter hj

    (@hj)

    Hi John, thanks for reply.

    Well…partial success! The new CSS displayed a black FORWARD arrow (next month) on the September page – that’s good!

    But on the October page it failed to show a black BACK arrow (last month) – that’s not so good ??

    The October page also displays a black FORWARD arrow….but it’s null because there are no calendar entries for November. Similarly the September page also show a black BACK arrow, which again is null because there are no August entries (the calendar was created 9th Sept)

    So some improvement….but still things missing!

    regards
    Hugh

    Plugin Support john

    (@johnweru)

    Hi there,

    Thanks for keeping in touch with us.

    In this case, please try adding the following CSS codes as well:

    .simcal-default-calendar .simcal-nav-button:disabled {
    visibility: hidden;
    }
    button.simcal-nav-button.simcal-month-nav.simcal-prev {
    color: #000;
    }

    I hope this helps.

    Kind Regards,

    John

    Thread Starter hj

    (@hj)

    YAY!

    Excellent, just how it should be! Many thanks.

    Out of interest, I assume the

    .simcal-default-calendar .simcal-nav-button:disabled {
    visibility: hidden;
    is effectively disabling buttons for months where there are no calendar entries?

    I admit I quickly looked in the file default-calendar-grid.min.css (under assets/generated). Is this where the code you sent me should normally live?

    regards
    Hugh

    Plugin Support john

    (@johnweru)

    Hi Hugh,

    Thanks for keeping in touch with us.

    In regards to the follow-up here:

    1. Yes that is correct.

    2. The code I shared is a custom code. The code to however alter the color is present within the default-calendar-list.css file.

    I hope this information helps.

    Kind Regards,

    John

    Thread Starter hj

    (@hj)

    Hi John,

    Yes, the information is very helpful.

    Great support, thanks very much.

    regards
    Hugh

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Next month/last month arrows’ is closed to new replies.