Okay
  Public Ticket #1111858
Slider Revolution Not Compatible
Closed

Comments

  •  2
    stomprick started the conversation

    Ive installed this theme and installed the Slider Revolution plugin properly. It seems the Slider Revolution plugin is causing the VC to not work properly. The Slider is working, but when I try to access row settings or column settings in VC, it just loads forever. If I disable the plugin, I'm able to access the row settings and column settings with no issues. Please help

  •  8,403
    Tahir replied

    Hey Again,


    You likely need to increase your php memory. See : http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP .

    Add this to wp-config.php via FTP after the WP_debug line :

    define( 'WP_MEMORY_LIMIT', '256M' );
    define( 'WP_MAX_MEMORY_LIMIT', '256M' );


    Please have your hosting provider fix this for you if you cant make it work.


    Bes.t


    ThemeNectar Support Team