• I updated my theme (arras) and to the new WP version and suddenly my widgets were all messed up and javascript not working, plus when I removed a widget, it wouldn’t go away on the site.

    So, after I removed all my plug-ins,changed & and deleted the theme, re-installed theme, I tried to re-installed Widget Logic and it doesn’t show up.

    It says its installed, but it doesn’t show up anywhere in the dashboard.

    HELP! I love widget logic.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mcfunky

    (@mcfunky)

    I should also note that “Widget Logic Option does show at the bottom of the screen, and the Widget Logic space for designating options shows in each widget.

    But there is no access to Widget Logic control where you input the ad codes and placement

    Thread Starter mcfunky

    (@mcfunky)

    OK – now I got this message when trying to put in a different widget to see if it would work:

    Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/mylogin/public_html/mysite.com/wp-includes/widgets.php on line 777

    How can I fix this? Anyone, please?

    You need to complete your constructor function with an id_base and a name.

    So if your running php 5.3 (or <) then:
    function __construct() {
    parent::__construct($id_base = ‘xyz_’, $name = ‘My Simple Widget’);
    }

    or if you are not using php 5.3 or < then use the name of your class.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Widget Logic doesn't show up after downloading’ is closed to new replies.