cancel
Showing results for 
Search instead for 
Did you mean: 

Magento ver. 1.9.4.0 category page layout problem

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 Smiley Happy

7 REPLIES 7

Re: Magento ver. 1.9.4.0 category page layout problem

Hello @slobodan_jukić 

 

Follow the below steps for the solution:

  1. Go to Catalog -> Manage Categories
  2. Choose that particular category
  3. On the tab section, select Custom Design
  4. 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"

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.

http://prntscr.com/q27rtw

Was my answer helpful? You can accept it as a solution.
175+ Professional Extensions for M1 & M2
Need a developer?Just visit Contact Us Now

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

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

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

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. Smiley Happy

 

 

 

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