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
Hello @slobodan_jukić
Follow the below steps for the solution:
I hope it helps.
Hello @slobodan_jukić
Setting up the 2 columns with the left bar will help you to resolve the issue.
Please check the screenshot.
@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
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
@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
@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.
@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