- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Magento ver. 1.9.4.0 category page layout problem
hello,
I am new in magento and I need help.
I have problem on one of my client's site. All category pages are are showing well except one.
And when I do any changes in admin in custom design after save I do not see any changes on front.
So from where to start?
this is my problematic category page
https://shop.apotekalaurus.rs/akcija
This i sprober category page
https://shop.apotekalaurus.rs/rasprodaja
HELP
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento ver. 1.9.4.0 category page layout problem
Hello @slobodan_jukić
Follow the below steps for the solution:
- Go to Catalog -> Manage Categories
- Choose that particular category
- On the tab section, select Custom Design
- Change the Page Layout from 3 columns to 2 columns with left sidebar.
I hope it helps.
If you've found my answer useful, please give"Kudos" and "Accept as Solution"
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento ver. 1.9.4.0 category page layout problem
Hello @slobodan_jukić
Setting up the 2 columns with the left bar will help you to resolve the issue.
Please check the screenshot.
200+ Premium Magento 2 Extensions Need help? Hire Magento Developer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento ver. 1.9.4.0 category page layout problem
@slobodan_jukić after changing if the changes are not reflected then try to flush the cache using below commad and test it in incognito mode of chrome.
php bin/magento cache:flush
Thanks
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento ver. 1.9.4.0 category page layout problem
Yes I try that in first place, and nothing.
I know that I need 2 columns but when I hit save, there is no change
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento ver. 1.9.4.0 category page layout problem
@slobodan_jukić use below command and then check again.
sudo rm -rf var/cache/*
Then you will be able to see the changes on admin.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento ver. 1.9.4.0 category page layout problem
@Rahul Gupta thank you, I will try it tonight.
will it affect the operation of the store, how do i check if some apps use cash?
Can I do flus from admin panel or I have to do it from comand line?
I am realy new in magento, i try to learn every day.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento ver. 1.9.4.0 category page layout problem
@slobodan_jukić sometimes it save the cache in the var folder and when we flush it then also we are getting the option which we select from the admin panel.
In these case we generally clear the cache folder which is there inside var folder.
So this command remove all the cache which is saved inside cache folder.
Thanks