Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14
Like Tree2Likes

Thread: Just Launched Our JobRoller Site, How's It Look?

  1. #11
    Thread Starter
    Senior Member aglionep's Avatar
    Join Date
    Sep 2012
    Location
    United States
    Posts
    108
    Thanks
    3
    Thanked 4 Times in 4 Posts
    Hi darrenherbold, if you're referring to the slider on filmcrewgigs.com I'm using the WP layerslider plugin. The child theme Eva has a built in slider but it only allows for one large image and we needed more flexibility. WP layerslider can do just about anything: video, text, animation, images, transitions. You can get it on Code Canyon. Once the plugin is installed I just had to add this code to bottom of header.php just above final div tag:

    <?php if (is_front_page()) echo do_shortcode('[layerslider id="2"]'); ?>


    Hope that helps,

    Tim

  2. #12
    rubencio's Avatar
    Join Date
    May 2010
    Location
    Spain
    Posts
    3,804
    Thanks
    268
    Thanked 316 Times in 278 Posts
    Looking nice... just one thing missing: more jobs to see the list completed.
    Best of luck in your project

    r u b e n c i o . c o m


    Since 2010 providing AppThemes solutions,
    Plugins and the best childthemes...



  3. #13
    myhero's Avatar
    Join Date
    Nov 2012
    Location
    South Africa
    Posts
    46
    Thanks
    4
    Thanked 1 Time in 1 Post
    Hi,

    Thanks, what slider did you use on your home page?

    Quote Originally Posted by aglionep View Post
    Thanks for the compliments. And of course, I'd love to share how I:

    To add Post a Resume button (and not have it also appear when Job Lister logs in)

    I'm using the Eva child theme so in the child theme Includes folder I added sidebar-sjob.php file

    I added this just above </div>:

    <?php if (!is_user_logged_in() || (is_user_logged_in() && current_user_can('can_submit_resume'))) : ?>

    <a href="<?php echo get_permalink(get_option('jr_submit_page_id')); ?>" class="button"><span><?php _e('Post a Resume','appthemes'); ?></span></a>

    <?php endif; ?>

    BUT The Post a Resume button was then taking people to the register page that is specific to Post a Job(has post job arrows and no radio buttons to select if you're a Seeker or Poster as it assumes you are a Poster). So to get that button to go to the general Register page.

    in sidebar-sjob.php (in my child theme)

    I changed this:

    <a href="<?php echo get_permalink(get_option('jr_submit_page_id')); ?>" class="button"><span><?php _e('Post a Resume','appthemes'); ?></span></a>

    To this:
    *********** <a href="http://mysitename.com/login/" class="button"><span><?php _e('Post a Resume','appthemes'); ?></span></a>


    Hope that helps.

    Tim

  4. #14
    Thread Starter
    Senior Member aglionep's Avatar
    Join Date
    Sep 2012
    Location
    United States
    Posts
    108
    Thanks
    3
    Thanked 4 Times in 4 Posts

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Jobs from one jobroller site automatically in another jobroller site
    By paleoglobe in forum Report JobRoller Bugs
    Replies: 1
    Last Post: September 10th, 2012, 11:14 AM
  2. Recently Launched
    By eyesea in forum Showcase & Feedback
    Replies: 6
    Last Post: July 21st, 2011, 02:08 AM
  3. Launched Vintage and Classic car site... thoughts?
    By daveknowscars in forum Showcase & Feedback
    Replies: 5
    Last Post: March 4th, 2011, 02:59 PM
  4. launched today
    By hugo in forum Showcase & Feedback
    Replies: 6
    Last Post: February 25th, 2011, 04:07 AM
  5. Just Launched - Pinposts
    By laura in forum Showcase & Feedback
    Replies: 0
    Last Post: July 1st, 2010, 10:32 PM