This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

Jklb

  • ***
  • 54 posts
home link pointing www.home/
« on: February 01, 2017, 09:41:09 AM »
hi,

can someone assist me please
when opening a listing and want to get back to the home page
the home button is pointing to www.home/


*

MB Themes

Re: home link pointing www.home/
« Reply #1 on: February 01, 2017, 01:32:16 PM »
@jklb
Provide your URL.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Jklb

  • ***
  • 54 posts
Re: home link pointing www.home/
« Reply #2 on: February 01, 2017, 01:38:06 PM »

*

MB Themes

Re: home link pointing www.home/
« Reply #3 on: February 01, 2017, 02:03:28 PM »
@Jklb
Tested and did not get such issue.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Jklb

  • ***
  • 54 posts
Re: home link pointing www.home/
« Reply #4 on: February 01, 2017, 02:25:34 PM »
@frosticek

https://www.vi1dile.cd/index.php?page=item&id=6

use that link and click on ''home'' you'll see that

*

MB Themes

Re: home link pointing www.home/
« Reply #5 on: February 02, 2017, 11:22:51 AM »
@ Jklb
Tested and did not found any issue.
Not on desktop, nor mobile.

//Edit
Saw your screen, this URL is comming from osclass core, not theme. (breadcrumb function)
« Last Edit: February 03, 2017, 03:13:37 PM by frosticek »
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Marked as best answer by jhun.kiluba on February 06, 2017, 10:02:10 AM
*

Jklb

  • ***
  • 54 posts
Re: home link pointing www.home/
« Reply #6 on: February 06, 2017, 10:01:55 AM »
@frosticek

you're the best
thanks,

as you mentioned

in header.php I changed this:
$breadcrumb = str_replace(osc_page_title(), __('Home', 'veronika'), $breadcrumb);

into:
  $breadcrumb = str_replace('<span itemprop="title">' . osc_page_title() . '</span>', '<span itemprop="title">' . __('Home', 'veronika') . '</span>', $breadcrumb);