• Resolved andriiwp

    (@andriiwp)


    Hi!

    I’m using Enfold.
    The button “Add Twenty20” is visible in Avia Layout Builder’s Text Block, but does not work. The shortcode for Twenty20 works.

    Also the Enfold’s border-color overrides the border-color of the Twenty20’s arrows causing a bad visualization.
    I fixed this on my page, but I think you should know ??

    Thanks for the great plugin!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Zayed Baloch

    (@zayedbaloch)

    Hi,

    Avia Layout Builder’s didn’t support it now, but I will fix this builder issue.

    Regarding the border-color issue, can you please me the demo link or screenshot I have to try to remove the conflict.

    Thanks for using the plugin.

    Br.

    Thread Starter andriiwp

    (@andriiwp)

    Hi,

    Thank you for the quick response!
    Please, refer to this page.

    BR.

    Plugin Author Zayed Baloch

    (@zayedbaloch)

    Hi,

    Try to add the following CSS in your style.css file.

    .twentytwenty-left-arrow {
        border-color: transparent !important;
        border-right: 6px solid white !important;
    }
    .twentytwenty-right-arrow {
        border-color: transparent !important;
        border-left: 6px solid white !important;
    }

    Br,

    Thread Starter andriiwp

    (@andriiwp)

    Hi,

    Thank you for the quick fix! The code did the job.

    Also need to override border color for the circle, I did this with next css:
    .twentytwenty-handle {
    border-color: white !important;
    }

    BR

    Plugin Author Zayed Baloch

    (@zayedbaloch)

    Good… I will add this in new update.

    Regards;

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Twenty20 & Enfold’ is closed to new replies.