Results 1 to 3 of 3

Thread: Removing the text under the “Submit a Job” button

  1. #1
    Thread Starter
    kingboombdnoil's Avatar
    Join Date
    May 2012
    Location
    United States
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Removing the text under the “Submit a Job” button

    Hello,

    I’m trying to remove the text that is under the “Submit a Job” button so it doesn’t display the price and number of listing days.

    I had removed this code you see below from the Sidebar-sjob.php file thinking it would then eliminate the text under the “Submit a Job” button and it did some what, however the price and listing days are still visible to the visitors who are not logged into their account. Once they login the text then goes away.

    What can I do to make this not visible to all website visitors?

    Thanks,

    Jason

    <?php if ($text = get_option('jr_jobs_submit_text')) : echo wpautop(wptexturize($text)); else :
    $packs = jr_get_job_packs();
    if (sizeof($packs) == 0) :
    // display standard pricing
    $amount = get_option('jr_jobs_listing_cost');
    $jobs_last = get_option('jr_jobs_default_expires');
    if (!$jobs_last) $jobs_last = 30; // 30 day default
    if ($amount && $amount>0) : echo '<p class="pricing"><em>'.jr_get_currency($amount).'</em> '.__('for',APP_TD).' <em>'.$jobs_last.' '.__('days',APP_TD).'</em></p>'; endif;
    endif;
    endif; ?>

  2. #2
    domino1957's Avatar
    Join Date
    Apr 2012
    Location
    Switzerland, The Net
    Posts
    779
    Thanks
    29
    Thanked 120 Times in 99 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    Thread Starter
    kingboombdnoil's Avatar
    Join Date
    May 2012
    Location
    United States
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Removing Submit a job button
    By fo0k in forum JobRoller General Discussion
    Replies: 15
    Last Post: August 6th, 2013, 04:51 AM
  2. [SOLVED] How move text widget under submit a job button?
    By pryda in forum JobRoller General Discussion
    Replies: 3
    Last Post: September 26th, 2012, 11:10 AM
  3. Replies: 1
    Last Post: September 26th, 2012, 09:41 AM
  4. Text Under Submit Button - Change font?
    By harryadams in forum JobRoller General Discussion
    Replies: 2
    Last Post: May 13th, 2012, 10:08 AM
  5. Text Under Submit A Job button?
    By thepsionicstorm in forum Report JobRoller Bugs
    Replies: 1
    Last Post: July 12th, 2011, 07:52 AM