Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1107973

    Hi Mike,

    Today we stumbled upon the same issue as gekkie96 (link). It’s indeed odd that layer_slider_1 is used when using the Slider Revolution plugin. This is the first problem, what should be fixed with another class name f.e. ‘slider-wrap’. Gunter should fix this.
    There’s an absolute height on this element which causes the issue. This should be fixed and is so weird, WHY on earth would you do that?

    Please fix this (asap), because we can’t overwrite this since this is in the core of Enfold. Login credentials are in private.

    Thanks,
    Webvriend

    #1108412

    Hey Jan,
    Thank you for the login, I examined your page and the \enfold\config-templatebuilder\avia-shortcodes\slideshow_revolution.php and found line 126 could be edited to change the ID
    look for:

    $params['id'] = "layer_slider_".( avia_sc_revolutionslider::$slide_count );

    change to:

    $params['id'] = "revolution_slider_".( avia_sc_revolutionslider::$slide_count );

    Please try to make this change via ftp to see if it helps, if so then we can create a child element for you and submit it to the dev team for review to include in an update.
    If you wish I can help edit the file if you include ftp access in the Private Content area.

    Best regards,
    Mike

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