Need help making this plug-in compatible withmy site.

Forums Forums Menus Need help making this plug-in compatible withmy site.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1129

    I have downloaded and activated the plug-in but the theme that I am using was already coded to have a navigation bar and proving to be difficult for me to make compatible. I used both of the following codes to replace the existing nav bar code with no success so I changed it back to the way it was.

    <?php if (function_exists(‘pixopoint_menu’)) {pixopoint_menu();}; ?>

    <?php wp_page_menu();} ?>

    I have not manually changed the CSS.  Only used plug-ins.  None of which required me to add anything to the template.  They installed and were ready for use.

    My site is http://findingwonder.com

    Any help you could offer would be greatly appreciated. 

    #7409

    Find something like this:
    [code:l1932bet]<ul id="nav"><?php wp_list_pages(); ?></ul>[/code:l1932bet]

    and replace it with this:
    [code:l1932bet]
    <?php if (function_exists(‘pixopoint_menu’)) {pixopoint_menu();}; ?>
    [/code:l1932bet]

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.