sarfaraz.r1406 Posted January 6, 2015 Share Posted January 6, 2015 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 Link to comment Share on other sites More sharing options...
CartExpert.net Posted January 7, 2015 Share Posted January 7, 2015 Hi. Have you modified the PHP file of the layered filter module? Regards.Robin.The CartExpert Team Link to comment Share on other sites More sharing options...
sarfaraz.r1406 Posted January 7, 2015 Author Share Posted January 7, 2015 Hi, We have not made any changes in layered navigation module in our website. Only change is I have removed the div which displays sub category images in the tpl file. But I don't think it will have any effect on this issue. Link to comment Share on other sites More sharing options...
sarfaraz.r1406 Posted January 16, 2015 Author Share Posted January 16, 2015 Finally I found the solution. Closing the thread. Link to comment Share on other sites More sharing options...
sarfaraz.r1406 Posted February 9, 2015 Author Share Posted February 9, 2015 (edited) 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 February 9, 2015 by sarfaraz.r1406 (see edit history) 2 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now