alannah

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Comment Counter on Blog page #141050
    alannah
    Participant

    Thank you very much for the answer, Zed, and the fix! Got it done. Apparently there a more than a few bugs in the new 6.3 release of WordPress.
    Cheers,
    Alannah

    in reply to: Cannot add buttons to slide #134282
    alannah
    Participant

    Hi folks,

    Had the same problem with the buttons in Serious Slider since the WordPress 6.1 update. I found a workaround that works for me.

    Find the code for whatever button or buttons you wish to hide and code display:none in the customizer under Additional CSS. In my case working in Fluida it was:
    .seriousslider-theme .seriousslider-caption-buttons a:nth-child(2n), a.staticslider-button:nth-child(2n) {
    display: none
    }

    This hid the button I couldn’t change or delete. Then I created a new button in the Slide where you can create your own buttons, labels etc. to take it’s place for the time being. You can find help in coding buttons in the W3 Schools website.

    Hope this helps people until Cryout can find a fix for the incompatibility that WordPress 6.1 created!

    Cheers

    • This reply was modified 1 year ago by alannah. Reason: Included unintentional likn
Viewing 2 posts - 1 through 2 (of 2 total)