Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #534103

    Hi

    with Version number 3.3.2 I had the problem, that my calendar widget has only a link to view the past month and not a preview to the next. The link directs to an empty hello world page

    An update to the current version did not solve the problem.

    I have following code in my Quick CSS
    td#today {
    font-weight: bold;
    background-color: orange;
    color: white;
    }

    To delete the code did’nt help.
    By the way, I do not need a preview.

    A screenshot of the calendar is in my dropbox. Please find the link in the private content section.
    I tried the same widget with another website which runs with version 3.1.3.
    There is no view to the past, but neither to the future.

    Thanks and regard
    Thina

    • This topic was modified 8 years, 4 months ago by Thina.
    #534219

    Hey Bettina!

    Your using the regular WordPress calendar widget there it looks like. Did you actually write a post in October? If not then I think it will display the link to September instead.

    We do not change anything with the default calendar widget so it should be behaving like usual. You can switch to the default theme to see how it works there.

    Best regards,
    Elliott

    #534272

    Hi Elliot,

    I’m using the calendar widget only to display the actual date.
    I deleted the calendar, loged-out and loged-in again, set the calendar widget again –
    the link to september is there again.

    And as I said I did the same procedure on another website witch runs with Enfold version 3.1.3 and there I don’t have the link to september.

    The link would not bother so much (yet it ist not very professional) but I don’t want to direct visitors to a hello world page

    Regard
    Thina

    #534334

    Hi!

    So your just using it to display the current date then and you do not want the archive links at the bottom then? Add this to your custom CSS.

    #wp-calendar tfoot { display: none !important; }
    

    Again I’d like to point out this has nothing to do with Enfold. It’s the regular WordPress calendar widget and it works the same way no matter which theme your using.

    Regards,
    Elliott

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.