CTA Button #1 doesnt work anymore slider size went wrong

  • Author
    Posts
  • #66352

    Hello and thank you very much for your hard work.

    Last evening I updated the theme to the last version and at the Landing Page the CTA Button #1 went inactive along with the slider size changed (should be at 1920×800) now presenting round corners on top and “wrong” size.

    Can’t find what changed to make this happen.
    How can I fix it?

    Many thanks
    Best regards

    Website: www.circuloculturalscalabitano.pt

    #66453
    Zed
    Cryout Creations mastermind

    The Id of the icon blocks section changed to #lp-blocks-1.

    We’ve also adjusted the slider appearance to follow the theme’s static slider image design (limited width and rounded upper corners).
    If you prefer the full-width view, you can use CSS to restore it:

    body .lp-dynamic-slider {
        max-width: 100%;
        padding: 0;
    }
    body .seriousslider-inner {
        border-radius: 0;
    }
    

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #66474

    Hello,

    Thank you very much for the info. Our landing page is now as it was before the last update.

    For the record, the link for the icon blocks to work had to be #lp-blocks1
    And for the round corners at the slider’s top had also to include in body .lp-dynamic-slider the mention to the border-radius as follows:

    body .lp-dynamic-slider {
        max-width: 100%;
        padding: 0;
        border-radius: 0

    Best regards

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘CTA Button #1 doesnt work anymore slider size went wrong’ is closed to new replies.