Hi Max,
I installed and activated Q3W3, but its not working for my blog(Digital Advices). Now I deactivated.
Can you please check it on my blog and help me to fix this issue.
Thanks.
Hi Max,
I installed and activated Q3W3, but its not working for my blog(Digital Advices). Now I deactivated.
Can you please check it on my blog and help me to fix this issue.
Thanks.
Hello!
I checked your front page html source.
Widgets have no IDs - that is the problem. See FAQ.
Hey, I edited register sidebar function, and now its working perfectly.
Thanks for your immense support.
Ohh, just noticed now, its working only on home page not in post pages and also images are not showing up.
if ( function_exists('register_sidebar') )
// Sidebar Widget
register_sidebar(array('name'=>'Sidebar',
'before_widget' => '<li class="widget widget-sidebar">',
'after_widget' => '</li>',
'before_title' => '<h3>',
'after_title' => '</h3>',
));
I changed above code to this
if ( function_exists('register_sidebar') )
// Sidebar Widget
register_sidebar(array('name'=>'Sidebar',
'before_widget' => '<li id="%1$s" class="widget widget-sidebar %2$s">',
'after_widget' => '</li>',
'before_title' => '<h3>',
'after_title' => '</h3>',
));The code is ok.
There are a lot of javascript erros on your site. Fix them, then try again.
also images are not showing up
Might be css glitch, need to see in action.
Max,
I don't know much about JS & coding, so can you show me the Javascript errors or any tool to identify JS errors?
Can you activate plugin? Need to see problems in action
Okey activated.
Look, on subpages all javascript functions is not working.
The main problem:
Failed to load resource: the server responded with a status of 403 (Forbidden)
http://digital5.digitaladvices.netdna-cdn.com/wp-content/cache/minify/00000…rFS0u6iWH_j02t72b9dej7eT-aUFvbmRn1DbjjdzBYdgonvcTWTnG7MHCWdX9z_8R151Q54.js 403 (Forbidden)
Why? I don't know. May be you should clear W3 Total Cache?
I am sure, with standard script loading, plugin will work...
I disabled Minify option in W3 Total cache after that its working on post pages and images are loading.
Yes, much better now! )
In q3w2 options page there are two options for hiding this plugin when viewing from mobile or tablet devices, I checked that by resizing my browser window but its showing up as sticky when my browser window resized to smaller. what might be the problem?
Simple resizing will have no effect.
You need to access site in mobile device browser.
Mobile detection is based on Mobile-Detect project.
Okey, Thanks a lot Max for your immense support.
Hi Max,
Is there a way for this to work while using w3 total cache and minify is on?
Ronen
You must log in to post.