Jump to content

SOLVED - Full width category page on 8.1.5?


GardusTech

Recommended Posts

Recently switched from 1.6 to 8.1.

All is fine but I can't remove the left side navigation panel on the category page, or at least the placeholder for it.

I'm on classic theme, some tutorial say to change the layout in the theme&logo page but it seems that page or button doesn't exist anymore in this version.

I guess I need to look into tpl file, but which one?

Thanks for anyone who will help.

cateogory-left.jpg

category-no-layout.jpg

Edited by GardusTech (see edit history)
Link to comment
Share on other sites

44 minutes ago, GardusTech said:

Recently switched from 1.6 to 8.1.

All is fine but I can't remove the left side navigation panel on the category page, or at least the placeholder for it.

I'm on classic theme, some tutorial say to change the layout in the theme&logo page but it seems that page or button doesn't exist anymore in this version.

I guess I need to look into tpl file, but which one?

Thanks for anyone who will help.

cateogory-left.jpg

category-no-layout.jpg

 

 

Hello

when you enter in Theme & Logo page in the bottom on the right side you have a button "Choose Layout"..click on it.There you can configure all main pages of your website...so in this case you set Category page choosing "Fullwidth"..it means that lateral column will not appear.

No need to touch css!!

Ciao

 

Link to comment
Share on other sites

Fabry no, the "Choose Layout" is not present anymore. I wrote that in the 1st post. Maybe it was removed in the 8.1.5 version?

It appear they changed the way the theme can be personalized, now there's something called a "child template" in advanced customization.

In that child template there is this file:

child_classic\assets\css\custom.css

there's ony this code in it:

/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 #header{ background: red !important; }

I cannot find custom.css anywhere else.

ComGrafPL, should I try to add the code in this file, salve the zip file and reload it?

I tried to put the code at the end exactly as you wrote it but when I try to load it it gives me an error.

 

Link to comment
Share on other sites

55 minutes ago, ComGrafPL said:

Add to custom.css

 

    .col-lg-9 {
        float: left;
        width: 100%;
    }
}

 

Never do that it will break your theme, worst advice ever.

 

 

 Just go to Tema & Logo section and there on bottom right will be button with advanced layout settings where you can switch to full width for category page. If you not see this button turn off ps_editionbasic module.

Link to comment
Share on other sites

14 hours ago, endriu107 said:

If you still not see this button you can try in url change this part:

index.php/improve/design/themes/?_token=

to this:

index.php/improve/design/themes/customize-layouts?_token=

Thanks! The direct url worked, no idea why I didn't have access to it.

Link to comment
Share on other sites

  • GardusTech changed the title to SOLVED - Full width category page on 8.1.5?

This issue just happened to me as well. I'm switching from 1.7.8 to 8.1.4 and the button is nowhere to be found indeed.

The direct link work for me as well. It should be a bug then.

 

@PhotoshopAddict : you screen doesn't show a V8 interface. That's why you see it.

Link to comment
Share on other sites

1 hour ago, Kr0n4 said:

This issue just happened to me as well. I'm switching from 1.7.8 to 8.1.4 and the button is nowhere to be found indeed.

The direct link work for me as well. It should be a bug then.

 

@PhotoshopAddict : you screen doesn't show a V8 interface. That's why you see it.

Glad this was useful to someone else!

Link to comment
Share on other sites

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