*

martintony

  • **
  • 7 posts
How to edit the title - What are you looking for today
« on: May 07, 2021, 05:00:36 PM »
Hi There,

How can i edit the TEXT : What are you looking for today?

Where is the filename and where is it located.
From Theme setup, not possible to allow us to change from the CMS

*

MB Themes

Re: How to edit the title - What are you looking for today
« Reply #1 on: May 07, 2021, 05:24:24 PM »
All strings can be modified via translation (.PO) file.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

martintony

  • **
  • 7 posts
Re: How to edit the title - What are you looking for today
« Reply #2 on: May 07, 2021, 06:54:54 PM »
All strings can be modified via translation (.PO) file.

Hi, I am pretty new to this and with IT.
Which .PO file do i modify and where can i find it.

*

MB Themes

  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

martintony

  • **
  • 7 posts
Re: How to edit the title - What are you looking for today
« Reply #4 on: May 07, 2021, 09:45:41 PM »
Check this:
https://osclasspoint.com/blog/how-to-translate-themes-and-plugins-b3

I cannot seem to edit in POEDIT on the theme.po file. however i note the BANNER Message if from header.php
so i manually edited the BANNER message in header.php

Any other suggestions?

*

MB Themes

Re: How to edit the title - What are you looking for today
« Reply #5 on: May 08, 2021, 12:46:58 PM »
Please check PO Editor tutorial, though usage of this program is essential.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

mheston

  • ***
  • 48 posts
Re: How to edit the title - What are you looking for today
« Reply #6 on: November 24, 2021, 10:09:52 PM »
I changed mine in header.php

<?php if(osc_is_home_page()) { ?>
          <h1><?php _e('What are you looking for today?', 'sigma'); ?></h1>
        <?php } ?>

*

MB Themes

Re: How to edit the title - What are you looking for today
« Reply #7 on: November 25, 2021, 08:13:53 AM »
I would recommend to do it via translation files, as in that case it persists updates  :-*
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

vazzo

  • **
  • 14 posts
Re: How to edit the title - What are you looking for today
« Reply #8 on: September 14, 2022, 06:12:09 PM »
I have not succeeded ... I can not find which file po to edit.
I changed one but nothing changes ...