It didn't do anything at all.
It didn't do anything at all.
It works quite well.
Can you please share url where are you checking it?
Hi,
same with me.. nothing changed...
i'm using constructor theme..
please advise..
this is my footer.php:
<?php
/**
* @package WordPress
* @subpackage Constructor
*/
?>
</div><!-- id='wrapcontent' -->
<div id="wrapfooter" class="wrapper">
<div id="footer">
<?php
// check active
if (is_active_sidebar('footer')
or is_active_sidebar('footer-posts')
or is_active_sidebar('footer-pages')
or is_active_sidebar('footer-categories')) {
echo "
// switch statement for widget place
switch (true) {
case (is_archive() && dynamic_sidebar('footer-categories')):
break;
case (is_page() && dynamic_sidebar('footer-pages')):
break;
case (is_single() && dynamic_sidebar('footer-posts')):
break;
case (dynamic_sidebar('footer')):
break;
default:
// nothing
break;
}
echo "
Surya please tell live or staging server url where you are checking it?
i'm doing it offline (with xampp) does it effecting your plugin?
No there is nothing like that i just wanted to see why it is not working.Few days ago i added a new version of plugin.So please check it again with latest plugin.
i just download it from wordpress.org yesterday and try that. Isn't it the most updated data?
No.Please download it again today.
Hi Capil, Thanks a lot for your support it works now..
one thing i understand is you need to apply it on custom menu option..
(well that means only works for wordpress 3.0+)
additionally is it possible to choose certain menu only? not applied for all parent..
once again thank you for your great plugin and support..
Ya choose certain menu option we will add in next update.
and yes it will work only for wordpress 3.0+
This topic has been closed to new replies.