Plugin Contributor
Qurl
(@qurl)
DW works on 3.7.1
There can be several reasons why it’s not working for you. Most of the time it’s theme related. Try OLD method. That helps many times.
Hello,
I also have difficulties using the plugin on a theme that I currently develop. None of the settings I choose work. Can you please advice how to make the theme compatible with it ?
In sidebar.php I have this:
<div id="sidebar">
<?php dynamic_sidebar(); ?>
</div>
And then I register a default sidebar like this:
if ( function_exists('register_sidebar') )
register_sidebar(array(
'name' => 'Default sidebar',
'before_widget' => '<div id="%1$s" class="widget %2$s">',
'after_widget' => '</div>',
'before_title' => '<h3 class="widgettitle">',
'after_title' => '</h3>',
));
What am I missing ?
@goldenworks: It is considered impolite to interrupt another poster’s ongoing thread unless you are posting a solution or suggestion. It causes significant problems for the forum’s volunteers and prevents us from being able to track issues by topic. Please post your own topic.
Thank you @qurl for your reply. Rather than hassle with other implementation methods (I’m sorry I don’t know what the OLD method is) I chose to install another plugin for this purpose.
Plugin Contributor
Qurl
(@qurl)
Please read the FAQ how to switch on the OLD method.