Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Remove links in top nav right

  1. #1
    Thread Starter
    trude76's Avatar
    Join Date
    Dec 2012
    Location
    Leipzig, Germany
    Posts
    785
    Thanks
    1
    Thanked 61 Times in 57 Posts

    Remove links in top nav right

    Hi Spartac,

    can you tell me how to remove the links in the top nav right?

    In the header.php and several other files I have comment out really everything of links for the right section - but they still show up:


    <div class="header-ino">

    <div class="menus-s">
    <nav>
    <?php wp_nav_menu( array( 'theme_location' => 'primary', 'sort_column' => 'menu_order', 'container' => 'menu-header', 'fallback_cb' => 'default_top_nav' ) ); ?></nav>

    </nav>

    <ul class="dashboard">
    <?php
    //Pick add-button action whether the user is job seeker or jobs lister

    if ( is_user_logged_in() )
    if (current_user_can('can_submit_job')){
    echo'
    <!--<li class="dashboard">
    <a href="'.get_permalink( JR_Dashboard_Page::get_id() ).'">'.__( 'Dashboard',APP_TD ).'</a>
    </li>-->
    <!--<li class="dashboard"><a href="'.get_permalink( JR_Job_Submit_Page::get_id() ).'">'.stripslashes(get_option('tr_submit_job')).' </a></li>-->
    ';}
    else{echo'
    <!--<li class="dashboard">
    <a href="'.get_permalink( JR_Dashboard_Page::get_id() ).'">'.__( 'Dashboard',APP_TD ).'</a>
    </li>-->
    <!--<li class="dashboard"><a href="'.get_permalink( JR_Resume_Edit_Page::get_id()).'">'.stripslashes(g et_option('tr_submit_resume')).'</a></li>-->
    ';}
    else {
    ?>



    <?php
    switch (get_option('enable_menu_button')) {

    case "None": ?>

    <?php break;

    case "Submit a Job": ?>

    <!--<li class="dashboard">
    <?php echo'<a href="'.get_permalink( JR_Job_Submit_Page::get_id() ).'">'.stripslashes(get_option('tr_submit_job')).' </a>'; ?>
    </li>-->
    <?php break;

    case "Submit a Resume": ?>
    <!--<li class="dashboard">


    <?php if ( is_user_logged_in() && current_user_can('can_submit_resume') ) { ?>
    <?php echo'<a href="'.get_permalink( JR_Resume_Edit_Page::get_id()).'">'.stripslashes(g et_option('tr_submit_resume')).'</a>';?>
    <?php } else {?>
    <?php echo'<a href="'.site_url('wp-login.php').'">'.stripslashes(get_option('tr_submi t_resume')).'</a>';?>
    <?php } ?>



    </li>-->



    <?php break;


    }
    ?>


    <?php
    }
    ?>
    </ul>


    </div>

  2. #2
    spartac's Avatar
    Join Date
    May 2011
    Posts
    7,171
    Thanks
    75
    Thanked 830 Times in 808 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Do you need high-quality content for your Website? For a significantly reduced price? Try aicontently.com






    We answer the questions in threads as fast as the private messages, So do not send support questions via private message. Use the forum instead and open a new thread for every issue.
    Before you send any PM , Please read These rules .

  3. #3
    Thread Starter
    trude76's Avatar
    Join Date
    Dec 2012
    Location
    Leipzig, Germany
    Posts
    785
    Thanks
    1
    Thanked 61 Times in 57 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    spartac's Avatar
    Join Date
    May 2011
    Posts
    7,171
    Thanks
    75
    Thanked 830 Times in 808 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Do you need high-quality content for your Website? For a significantly reduced price? Try aicontently.com






    We answer the questions in threads as fast as the private messages, So do not send support questions via private message. Use the forum instead and open a new thread for every issue.
    Before you send any PM , Please read These rules .

  5. #5
    Thread Starter
    trude76's Avatar
    Join Date
    Dec 2012
    Location
    Leipzig, Germany
    Posts
    785
    Thanks
    1
    Thanked 61 Times in 57 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  6. #6
    spartac's Avatar
    Join Date
    May 2011
    Posts
    7,171
    Thanks
    75
    Thanked 830 Times in 808 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Do you need high-quality content for your Website? For a significantly reduced price? Try aicontently.com






    We answer the questions in threads as fast as the private messages, So do not send support questions via private message. Use the forum instead and open a new thread for every issue.
    Before you send any PM , Please read These rules .

  7. #7
    Thread Starter
    trude76's Avatar
    Join Date
    Dec 2012
    Location
    Leipzig, Germany
    Posts
    785
    Thanks
    1
    Thanked 61 Times in 57 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  8. #8
    spartac's Avatar
    Join Date
    May 2011
    Posts
    7,171
    Thanks
    75
    Thanked 830 Times in 808 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Do you need high-quality content for your Website? For a significantly reduced price? Try aicontently.com






    We answer the questions in threads as fast as the private messages, So do not send support questions via private message. Use the forum instead and open a new thread for every issue.
    Before you send any PM , Please read These rules .

  9. #9
    Thread Starter
    trude76's Avatar
    Join Date
    Dec 2012
    Location
    Leipzig, Germany
    Posts
    785
    Thanks
    1
    Thanked 61 Times in 57 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  10. #10
    spartac's Avatar
    Join Date
    May 2011
    Posts
    7,171
    Thanks
    75
    Thanked 830 Times in 808 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Do you need high-quality content for your Website? For a significantly reduced price? Try aicontently.com






    We answer the questions in threads as fast as the private messages, So do not send support questions via private message. Use the forum instead and open a new thread for every issue.
    Before you send any PM , Please read These rules .

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Remove Links That Appear Below Job Description
    By ozzy00200 in forum JobRoller General Discussion
    Replies: 3
    Last Post: November 23rd, 2012, 08:25 AM
  2. Remove links from toolbar
    By msolomon in forum ClassiPress General Discussion
    Replies: 1
    Last Post: March 10th, 2012, 07:12 PM
  3. remove links in footer
    By comlor in forum Report Clipper Bugs
    Replies: 2
    Last Post: July 19th, 2011, 05:11 AM
  4. [SOLVED] How do i remove the links in header?
    By job888 in forum Report JobRoller Bugs
    Replies: 5
    Last Post: November 15th, 2010, 10:28 AM