Thesis 1.2 theme

Forums Forums Menus Thesis 1.2 theme

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #405

    This is a reply to Shahid’s post in the live examples topic … https://geek.hellyer.kiwi/forum/index.php?to … 29#msg2229

    [quote:2zycqzp5]I like the examples and they appear to demonstrate the potential and usefulness of the plug-in really well.

    I’m having a hard time integrating this plug-in with the Thesis 1.2 theme though. I cannot get the menus to work at all. Do you have any advice?

    I’ve added the following code:
    // Suckerfish menus
    if (function_exists(‘suckerfish’))
      add_action(‘thesis_hook_before_container’, ‘suckerfish’);

    To the custom_functions.php file, but I can’t get it to activate.[/quote:2zycqzp5]

    Where did you get that code from?

    The plugin instructions are to place the following code at the point in your theme where you want the menu to display (usually somewhere in the header.php file).

    [code:2zycqzp5]<?php if (function_exists(‘suckerfish’)) {suckerfish();} ?>[/code:2zycqzp5]

    If you have any more troubles, post back here with a link to the site and I’ll pin point where you want to place the code in the HTML.

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.