Forum Replies Created

Viewing 7 replies - 16 through 22 (of 22 total)
  • Thread Starter Ghalebi

    (@ghalebi)

    thanks pento, and sorry for wasting ur time.

    Regards 🙂

    Thread Starter Ghalebi

    (@ghalebi)

    I tried but couldn’t! can anyone help

    yes the Job Categories is defined by <h4> tag but only as a head of the widget. the whole widget is defined with the following css:

    .winner  {
    background:url("images/box-bgr.gif") repeat-x scroll 0 0 transparent;
    border:1px solid #FFFFFF;
    padding:0 10px;
    }

    Any though how to merge the above css in my code?

    Thread Starter Ghalebi

    (@ghalebi)

    Hello again,
    Please have a look to my site so far:
    http://todayjobs.org/
    the question is, how to copy the format of the (Job Categories) table in the sidebar to the customized job list ??
    Here is my job list code:

    <table>
      <tr class="heading">
        <th>Position - Employer</th>
        <th>[job_field4_label]</th>
        <th>Details</th>
      </tr>
    
    [job_loop]
      <tr class="job[job_row_number] job[job_id] [if_job_highlighted]highlighted [/if_job_highlighted][job_odd_even]">
        <td>[if_job_icon][job_icon]<br />[/if_job_icon] [job_link] [job_title] [/job_link]</td>
        <th>[job_field4]</th>
        <td>[job_link]More Info[/job_link]</td>
      </tr>
    [/job_loop]
    
    </table>

    And this is my sidebar.php :

    <div id="sidebar" role="complementary">
    
    	<?php if(VPRO && pagelines('grandnav')) include(PRO.'/_grandchildnav.php');?>
    
    	<?php if(get_post_meta($post->ID, 'secondary_sidebar', true)):?>
    		<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('secondary_sidebar') ) : ?>
    			<?php _e('The secondary sidebar has been selected but doesn\'t have any widgets. Add some widgets to your secondary sidebar in your admin.');?>
    		<?php endif; ?>
    	<?php else:?>
    		<?php if(is_home() || pagelines('welcomeall')):?>
    			<?php if(pagelines('greeting') || pagelines('welcomemessage')):?>
    			<div id="welcome">
    				<div class="welcometext">
    				<?php if(pagelines('greeting')):?><h3 class="greeting"><?php echo pagelines('greeting');?></h3><?php endif;?>
    				<?php if(pagelines('welcomemessage')):?><div class="welcomemessage"><?php echo pagelines('welcomemessage');?></div><?php endif;?>
    				<div class="clear"></div>
    				</div>
    			</div>
    			<?php endif;?>
    		<?php endif;?>
    
    		<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>
    			<?php include(TEMPLATEPATH.'/_defaultsidebar.php');?>
    		<?php endif; ?>
    
    	<?php endif;?>
    </div>
    
    <?php include (TEMPLATEPATH . '/_contentfooter.php'); ?>

    Thanks 🙂

    @360 admin | *,

    just for curiosity, what “another sites” can be used to collect applicants information for me, either free or paid?!

    Can anyone advice in this.

    Thanks 🙂

    Thread Starter Ghalebi

    (@ghalebi)

    thanks!

    This was useful for me too. I think all fields of Adding Job form should have their own shortcodes so to offer full flexibility to the user.

    Can’t wait till releasing 0.8!

    Thanks Pento, and keep the great work on!

    Thread Starter Ghalebi

    (@ghalebi)

    Thanks Gary,

    A great tip i was in need of!

    A stupid question, what is the shortcode for Closing Date or (Deadline)?

    Regards,
    Ali

Viewing 7 replies - 16 through 22 (of 22 total)