How to change the texts on the header BETA OSCLASS theme?
« on: February 04, 2024, 02:48:28 AM »
i'm using Beta OSclass Theme.
and the header it has texts and it says below,

-----------------------------------------------------------
Best classifieds for you We are no. 1 online classifieds platform, our is all about you. Our aim is to empower every person in the country to independently connect with buyers and sellers online.
------------------------------------------------------------

I want to change these texts because it is not realistic.

How?

thank you in advance.

waren

Marked as best answer by frosticek on February 05, 2024, 07:51:22 AM
*

kriskoyk

  • *****
  • 285 posts
Re: How to change the texts on the header BETA OSCLASS theme?
« Reply #1 on: February 04, 2024, 08:37:32 PM »
In the inc.search file in line 10 is the text you want to change.

<div class="box">
      <h2><?php _e('Search, Sell & Buy', 'beta'); ?></h2>
      <h3><span><?php _e('Best classifieds', 'beta'); ?></span> <?php _e('for you', 'beta'); ?> </h3>
      <h4><?php _e('We are no. 1 online classifieds platform, our is all about you. Our aim is to empower every person in the country to independently connect with buyers and sellers online. ', 'beta'); ?></h4>
« Last Edit: February 04, 2024, 08:39:59 PM by kriskoyk »

Re: How to change the texts on the header BETA OSCLASS theme?
« Reply #2 on: February 05, 2024, 01:11:31 AM »
What was the exact path of the file?
and the complete name of the file?

thanks in advance.

*

kriskoyk

  • *****
  • 285 posts
Re: How to change the texts on the header BETA OSCLASS theme?
« Reply #3 on: February 05, 2024, 01:21:06 AM »
/your domain/oc-content/themes/beta/inc.search.php

Re: How to change the texts on the header BETA OSCLASS theme?
« Reply #4 on: February 05, 2024, 01:38:20 AM »
My friend thank you very much.
But could you teach me, how did you know the exact path and file name?

any video tutorial you could recommend?

thanks in iadvance.

*

kriskoyk

  • *****
  • 285 posts
Re: How to change the texts on the header BETA OSCLASS theme?
« Reply #5 on: February 05, 2024, 01:46:00 AM »
There is no video or instructions. Little by little I found out by searching. You also have to search and little by little you will learn enough things as long as you have the will.

*

MB Themes

Re: How to change the texts on the header BETA OSCLASS theme?
« Reply #6 on: February 05, 2024, 07:52:33 AM »
Copy your installation to desktop.
Use Notepad++ that allows to search in all files within specified folder.

In general,
Theme files are in oc-content/themes/
Plugin files are in oc-content/plugins/
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: How to change the texts on the header BETA OSCLASS theme?
« Reply #7 on: February 06, 2024, 12:01:37 AM »
@MB_Themes
thanks dude you made my life easier dude.

thanks.