• Resolved A.P. Shkardun

    (@shkardun)


    Thank you for very useful plugin.
    After the upgrade 2.5.16 -> 2.6.0 the following problems with the arrows of the Image Carousel arose:
    1. Now they are placed asymmetrically about the image.
    2. Now the corners of the arrows are not rounded which is not as pretty as before.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • v2.6.1 is being released right now. Upgrade and see if that solves your issues.

    Thread Starter A.P. Shkardun

    (@shkardun)

    Upgraded to 2.6.1
    The problems are still there.

    Can you please clear all cache (browser, WP cache plugins, and server cache)? It’s possible that Font Awesome changed those icons in v5, so it may be something we can’t do anything about, but let me know if clearing cache helped.

    Thread Starter A.P. Shkardun

    (@shkardun)

    Actually v2.6.1 does not use Font Awesome, at least in /wp-content/plugins/elementor/assets/css/frontend.min.css.
    It uses eicons instead (at least in that css file).
    So, the solution is to use this css code to roll back to Font Awesome:

    .elementor-slick-slider .slick-prev::before {
        content: "\f104" !important; /* the initial value was "\e89f" */
    }
    
    .elementor-slick-slider .slick-next::before {
        content: "\f105" !important; /* the initial value was "\e89e" */
    }
    
    .elementor-slick-slider .slick-next::before,
    .elementor-slick-slider .slick-prev::before {
        font-family: FontAwesome !important; /* the initial value was eicons */
    }
    

    Or to wait until Elementor’s team will fix eicons.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Arrows of Image Carousel are broken after upgrade to 2.6.0’ is closed to new replies.