Okay
  Public Ticket #3157356
Conflict with the theme and slider revolution
Closed

Comments

  •  2
    Deryan started the conversation

    Hi, i see that there is a conflict with your theme and slider revolution... please fix it.

    If i activate slider revolution i see a "fatal error" on all the page, and sometimes there is no error, but it's impossible to edit any slider on "slider revolution"... the conflict it's with your theme, 'cause if i change to another theme, te slider revolution works great, just mess with your theme.

  •  1,795
    Support replied

    Can you provide wp admin access in a private comment so at least have a look. And the name of the page / portfolio item containing the slider revolution

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  2
    Deryan replied

    No, the problem it's solved, editing the code of revolution slider.
    Need to edit this file '/revslider/includes/functions.class.php' and replace the function on line 407 "public function check_valid_image($url)" wit this:

    public function check_valid_image($url){ 
    if( !is_string($url) || $url == "" ){ return FALSE; };
        $pos = strrpos($url, '.', -1);
        if($pos === false) return false;
        
        $ext = strtolower(substr($url, $pos));
        
        $img_exts = array('.gif', '.jpg', '.jpeg', '.png');
        
        if(in_array($ext, $img_exts)) return $url;
        
        return false;
        
        }
  •  1,795
    Support replied

    OKay thanks for sharing this info in a public ticket, thinking why would our theme conflict with this since we don't have any thing similar related with images.

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  2
    Deryan replied

    Hi, i need to reopen this ticket... the problem with revolution slider persists only if humpton core plugin it's active... it's impossible to edit any slider...

  •   Deryan replied privately
  •   Deryan replied privately
  •  1,795
    Support replied

    Hi, from the browser console I see this message

    https://prnt.sc/YLexsCvcqRlI

    That's revslider saying it cannot set the innerHTML and the error is in one of their files (editor.min.js)

    We can definitely try to change our plugin to avoid this conflict if we know actually why is breaking - can you contact them and let us know. We do not plan to  integrate our theme with Slider Rev but just for the sake of helping you.

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  2
    Deryan replied

    Hi, the said that is not their issue, but revslider works on almost all the sites... and the problem it's your js file scripts.js under metaboxes/assets folder

  •  1,795
    Support replied

    Hi there, we made a fix in Humpton Core Plugin, can you retry now? Make sure you hard refresh the page (Ctrl+F5) before testing

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy