Advertisement:

Author Topic: wrong text  (Read 1354 times)

joeNY

  • Newbie
  • *
  • Posts: 29
wrong text
« on: December 20, 2013, 08:26:00 pm »
On the main page so instead of "latest Listings" we get "Latest job offers" its simply wrong.

I checked on github, the code there is good
Code: [Select]
<h1><strong><?php _e('Latest Listings''bender') ; ?></strong></h1>
39 <?php if( osc_count_latest_items() == 0) { ?>
40 <div class="clear"></div>
41 <p class="empty"><?php _e("There aren't listings available at this moment"'bender'); ?></p>

but on my latest install 3.3.2 its the following
Code: [Select]
<h1><strong><?php _e('Latest job offers''bender') ; ?></strong></h1>
 <?php if( osc_count_latest_items() == 0) { ?>
    <p class="empty"><?php _e("There aren't job offers available at this moment"'bender'); ?></p>

I wanted to correct it on github, but its good there, so what exactly is the matter?

design

  • Hero Member
  • *****
  • Posts: 2619
  • Osclass 3.5 MAC/PC w/ Modern Browsers
Re: wrong text
« Reply #1 on: December 23, 2013, 06:47:21 pm »
you posted in bender theme forum, but it sounds like you are taking about the jobs plugin.
on line 41 you can change to your personal preference.

fyi you might want to work in another theme, so you don't have to worry about changes when they update.

joeNY

  • Newbie
  • *
  • Posts: 29
Re: wrong text
« Reply #2 on: December 24, 2013, 02:57:00 am »
you posted in bender theme forum, but it sounds like you are taking about the jobs plugin.
on line 41 you can change to your personal preference.

fyi you might want to work in another theme, so you don't have to worry about changes when they update.

I dont have jobs plugin installed, its a fresh osclass install with no plugins.

The problem is in the theme files.

SmaRTeY

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2519
Re: wrong text
« Reply #3 on: January 15, 2014, 01:45:02 pm »
The problem is probably missing strings in your theme PO meaning the default PO is being used.
There are several PO (and MO) files that are being used, 1 is the themes own files and if strings are missing the 'system's' files are used.

Did you check PO/MO belonging to theme?

Regards,
Eric