Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1296152
    Matt Dwyer
    Guest

    enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.php on line 28 is this:

    $class->config[‘forced_load_objects’] = array( ‘layerslider’ );

    Can it please be changed to this:

    $this->config[‘forced_load_objects’] = array( ‘layerslider’ );

    to fix a PHP warning about “creating default object from empty value”. This has been an issue in at least the last few enfold versions and fills our error log files with every page request lol…. please fix!

    #1296287

    Hi Matt Dwyer,

    Thanks, we’ll forward this to our devs :)

    Best regards,
    Nikko

    #1296299

    Hi,

    I checked the latest version of Enfold however it is as following

    $this->config['forced_load_objects']	= array( 'layerslider' ); 

    If it is not on your installation, please delete the theme and re-install it and that should make sure that file is updated correctly :)

    Regards,
    Yigit

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