Results 1 to 2 of 2

Thread: Resume nav widget showing on edit resume page

  1. #1
    Thread Starter
    Member bluesalman's Avatar
    Join Date
    Aug 2011
    Location
    United Arab Emirates
    Posts
    99
    Thanks
    1
    Thanked 4 Times in 4 Posts

    Resume nav widget showing on edit resume page

    Single edit template page is showing resume nav widget for job seeker, it should be only for job listers.

    See attached snapshot.

    i tried to add condition this
    <?php if (is_user_logged_in() && current_user_can('can_submit_job')) >
    <?php get_template_part( 'includes/sidebar-resume-nav' ); ?>
    <?php else : ?>


    to show this widget only to job lister in resume sidebar, but failed.

    HTML Code:
    <div id="sidebar">
    
    	<ul class="widgets">
    	
    		<?php appthemes_before_sidebar_widgets(); ?>
    		<?php if (is_user_logged_in() && current_user_can('can_submit_job')) :?>
    		<?php get_template_part( 'includes/sidebar-resume-nav' ); ?>
    		<?php else : ?> 
    		<?php if (function_exists('dynamic_sidebar') && dynamic_sidebar('sidebar_resume')) : 
    		
    		else : ?>
    
    			<!-- no dynamic sidebar so don't do anything -->
    
    		<?php endif; ?>
    		
    		<?php appthemes_after_sidebar_widgets(); ?>
    
    	</ul>
    
    </div><!-- end sidebar -->
    snapshot1.jpg

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,719
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 5
    Last Post: July 20th, 2012, 03:26 PM
  2. edit Resume
    By slmedia in forum Report JobRoller Bugs
    Replies: 4
    Last Post: April 30th, 2012, 10:55 AM
  3. Job packs showing up on post a resume profile/resume/
    By prohealth in forum Report JobRoller Bugs
    Replies: 7
    Last Post: March 2nd, 2012, 08:44 PM
  4. Looking to edit Add a Resume
    By jobo in forum Report JobRoller Bugs
    Replies: 3
    Last Post: September 11th, 2011, 11:22 AM
  5. Browse by... widget not displaying in resume page.
    By tuanma in forum Report JobRoller Bugs
    Replies: 1
    Last Post: May 26th, 2011, 03:15 AM