Jump to content
thirty bees forum
  • 0

Can't remove/hide/disable right and left columns in my product and CMS pages


Question

Posted

Can't hide/disable columns in product and cms pages. I don't see it available in the default community theme or one from PS that I've imported. Am I just missing something?

16 answers to this question

Recommended Posts

  • 0
Posted

Yes, already tried. That just leaves me with an empty column, the same as adding display:none in global css. I want to keep the columns from loading to get center column to render correctly. In prestashop, I can deselect the cms, product, and category columns in theme advanced settings, but in thirty bees not.

Please help.

  • 0
Posted

I was just investigating further. Prestashop 1.6 has supported this functionality for quite some time....if not since day one of 1.6. I'm really not sure of the exact timeline. Why does thirty bees omit this functionality? It makes it challenging for current Prestashop users to transition if their themes will not operate as they do currently in their prestashop instance of 1.6.

Just for fun I tried to import the default-bootstrap theme from a fresh copy of prestashop 1.6.1.17 to see if it enabled the selection of those pages in advanced theme settings. It does not leading me to believe this is a undesired restriction of 30 bees.

  • 0
Posted

Hmm, looking at it, it is actually a bug somewhere in the loading of the meta. Are you comfortable editing a database? I can tell you how to manually change it.

  • 0
Posted

Ok, go into your database and find the tbmeta table. Find whichever page type you want to edit there. What you want is the idmeta, https://www.screencast.com/t/xzzZKyBXTJ3 Then go to the theme_meta table and match up the ID meta and from there you can use 1 in the column value to disable it.

  • 0
Posted

Alright. I follow your directions but then quickly found that cms, product, and category didn't exist in the tbmeta table. Not sure if this is a bug or desired functionality. I inserted them as new rows, then added them to the tbmetalang table as well (Not sure if this was necessary.) Then I was able to add new rows for each in the thememeta which made them show up in the theme advanced settings and all seems to be working.

Thanks for the assistance and hope this helps others with the same issue.

  • Like 1
  • 0
Posted

Modifing your database and tables is the only way to do it. You need to use phpMyAdmin, to do the modifications. You can go into tb_meta, go down to 27-product, 28-category, and 29-cms, and set the configurable to 1 for each. That will give you the options in advanced settings to change them.

  • 0
Posted

that doesnt solve it for me. For my own theme there are much more tables missing, and the 27-product, 28-category, and 29-cms for my theme(id 2) doesnt even show up in tb_meta. So i give up this, it costs me too much energy. I tried PS 1.7 and everything is there from scratch. I am struggling for months to get things working, dont think this is something for me, i have to spend time in selling, not in coding. I am a bit dissapointed because i see this problem is already mentioned 5 months ago.

  • 0
Posted

The fix with editing the DB worked for me.

I had free space to the right in categories but in tbthememeta uder id=2 which is warehouse I have left columns active despite all checkboxes were removed from theme settings. When I removed them the view is OK.

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