• ResolvedPlugin Author dudaster

    (@dudaster)


    if you wanna fix it now:
    go to wp-content/plugins/ele-custom-skin/theme-builder/init.php
    at line 42 (or whatever) you’ll find this:

    $settings = array_merge_recursive($settings, $add_settings);

    replace with this :

    if (!array_key_exists(‘loop’, $settings[‘theme_builder’][‘types’])) $settings = array_merge_recursive($settings, $add_settings);

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Coming update for E-PRO 2.1’ is closed to new replies.