Fixed widget not working despite suggested changes
-
Hello:
I have been trying to make the pluging work in my website Walhez in the widget of adsense (for which I am using a plugin of the same author of this one, Max Bond). I tried the fix solutions that Max Bond propouses like:
Changing the version of JQuery for a recent one:
<?php wp_enqueue_script('jquery', get_template_directory_uri() . '/js/jquery-1.10.1.min.js'); ?>
And making changes in the register_sidebar:
register_sidebar(array( 'name' => 'Sidebar', 'before_widget' => '<div id="%1$s" class="widget">', 'after_widget' => '</div>',
However, the changes made no effect in the plugin and it still does not work. What am I missing or doing wrong?
Regards
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Fixed widget not working despite suggested changes’ is closed to new replies.