Jump to content

Page title coming in the category heading after selecting a layed in layered navigation module


sarfaraz.r1406

Recommended Posts

Hi

I am using layered navigation module in my website.

When I click on a category, it open the category page and display the category heading properly.

But after I select some filter from the layered navigation module and heading changes to the page title, which looks very weird.

Please find attached images for an idea and provide a solution for this.

 

Thanks in advance

 

post-777241-0-25904800-1420571783_thumb.jpg

post-777241-0-31180900-1420571795_thumb.jpg

Link to comment
Share on other sites

  • 2 weeks later...
  • 4 weeks later...

Solution :

Search for $title around line no. 3028;

change the statement to $title = $category->name;

Then at line no 3038 add :

$title_custom_filter = $title;

$title = $category_title.'>'.$title;

 

Then search for " heading' => $meta_title,  "

change it to heading' => $title_custom_filter,

 

This should solve the issue.

Edited by sarfaraz.r1406 (see edit history)
  • Like 2
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...