Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Contributor Kapil Chugh

    (@kapilchugh)

    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 “
    “;
    }
    ?>
    <p class=”clear copy”>
    <?php get_constructor_footer();?>
    </p>
    </div>
    </div>
    </div>
    <?php wp_footer(); ?>
    </body>
    </html>

    Plugin Contributor Kapil Chugh

    (@kapilchugh)

    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?

    Plugin Contributor Kapil Chugh

    (@kapilchugh)

    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 www.ads-software.com yesterday and try that. Isn’t it the most updated data?

    Plugin Contributor Kapil Chugh

    (@kapilchugh)

    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..

    Plugin Contributor Kapil Chugh

    (@kapilchugh)

    Ya choose certain menu option we will add in next update.

    Plugin Contributor Kapil Chugh

    (@kapilchugh)

    and yes it will work only for wordpress 3.0+

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘[Plugin: Disable Parent Menu Link] It didn't do anything’ is closed to new replies.