Support » Plugin: Simple Directory » New Piklist Breaks Simple Directory

  • Resolved mojodaddy

    (@mojodaddy)


    The latest plugin update to Piklist breaks Simple Directory on my end. Generates the following error upon activation of the Simple Directory Plugin:

    Fatal error: Call to undefined method Piklist_Admin::responsive_admin() in /homepages/26/d596566561/htdocs/wp-content/plugins/simple-directory/simple-directory.php on line 106

    https://wordpress.org/plugins/simple-directory/

Viewing 3 replies - 1 through 3 (of 3 total)
  • -Open the main simple-directory.php file in the Simple Directory plugin.
    -go to line 106

    CHANGE THIS:
    ,'menu_icon' => piklist_admin::responsive_admin() == true ? plugins_url('piklist/parts/img/piklist-menu-icon.svg') : plugins_url('piklist/parts/img/piklist-icon.png')

    TO THIS:
    ,'menu_icon' => plugins_url('piklist/parts/img/piklist-menu-icon.svg')

    That should fix the issue.

    Thread Starter mojodaddy

    (@mojodaddy)

    That did the trick. 🙂 Thanks Steve!

    Plugin Author michaellautman

    (@michaellautman)

    Steve, Thanks for jumping on this!

    M

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘New Piklist Breaks Simple Directory’ is closed to new replies.