-
-
This is messing up all my page layouts as soon as I update a page. Neither Off or On works. If either is chosen they both are full width. I’m loosing all my boxed content pages which is ruining my layout. What do I do to fix it?
-
To be more specific… I want the header rows and outside of site to be full width but want the menu, logo and page content to be about 990px wide (so sort of boxed inside).
These pages are how I had it and wanted it to stay:
https://trophyawardco.com/trophies-awards-shop/
But after entering new products it turned to this in the category which I don’t want:
https://trophyawardco.com/product-category/acrylic-trophies/
And this is a new page doing the same as the this immediately above:In the admin area under page I’ve tried turning the Page Fullwidth Content option off and on but it doesn’t work. I’ve looked around and played with options on the frontend customizer but still can’t figure out how to fix it.
Thanks.
-
Hello,
Can you please try adding this code into Customize > General > Custom Codes > Custom Css:
.archive main#main { padding-left: 10%; padding-right: 10%; }
Change the padding value to your wish.
I tried to login using the default url to admin panel, but it’s leading to a not found page. Can you please send us the link to the admin panel?Best regards!
-
My apologies. I’ve now added the full url to our wordpress admin area in “User Extra Information” in my account details for this forum.
Thanks!
-
I added the code you provided. The policy page that was updated today shows that this new CSS code doesn’t work:
Here’s the Terms page which hasn’t been updated since before the theme was upgraded:
If I were to update the wording on the Terms page from the admin panel, it would change the layout to what the privacy policy now looks like which isn’t what I want.
As I was saying… this first became obvious just by me adding and updating products in woocommerce. The whole page layout changed to full width. -
What’s odd too is if I’m in Customize from the frontend, it shows the layout correctly with the content indented on both sides. Once I go to the live site, it’s wrong with it being full width.
-
-
Hi, sorry about that. I forgot that was on. What I did this morning was force the inner content to ‘container’ in codeless_html_attrs.php. I changed the function codeless_extra_classes_inner_content’s else to also be ‘container’ instead of ‘container-fluid’. That fixes it for now. If you have any thoughts on why that function might not be switching from container to contain-fluid like it should, please advise. Thanks :))
-
Oh ok, now that I look at that <span style=”color: #4b4d4d; font-family: Raleway; font-size: 14px;”>codeless_extra_classes_inner_content </span>function closer, the not ! should simply be removed. Now it works fine. I’m not that good at php so please check if I’m right here and that’s a bug…?? Thanks! :)
-
Sorry, when I cut and pasted it added html garbage. Here’s my post again….
Oh ok, now that I look at that codeless_extra_classes_inner_content function closer, the not ! should simply be removed. Now it works fine. I’m not that good at php so please check if I’m right here and that’s a bug…?? Thanks! :)
-
Hello,
I’m glad to see you resolved your issue but i can’t say it a bug since this is not an issue present on our side. We have tested theme many times (Envato team has as well), also other users do not report such situation. So this looks like an isolated case.
I will forward this ticket to our developers so they can investigate further and include any needed changes in the next theme update.
Let us know if we can help with anything else.
Best regards!
-
I have exactly the same problem with that fluid inner content container on all 3 of my Folie sites since updating to the latest version of the theme. Every time I create or edit a page or product they page goes full width! Annoying. And I cannot make my Blog Template page show in the container. I’ve tried everything. Definitely a theme bug. Thanks @trophyawardco for the fix.
Please codeless fix this bug. It was driving me insane.
-
For anyone else having this issue go to /wp-content/themes/folie/includes/codeless_html_attrs.php
Go to line 193 and delete the ! in front of !codeless_get_meta so it looks like this:
if( codeless_get_meta( 'page_fullwidth_content', false ) )
-
Hello,
Please make sure to have all included plugins updated to their latest version as well. We have tested this many times already and the issue does not happen on our side so the edit above should not be necessary.
However as promised we have this already added to our to-do list for the next theme update and will make all necessary tests to make sure it’s ok.
Best regards!
-
UPDATE:
I am still having all sorts of issues with that fluid container on each of my Folie sites whenever I update a page or add a new post, page or product. Existing pages that are not edited were not impacted. On one site I am only using bundled plugins = no extras. I have set my page options to be full width=off, yet they display full width/fluid. Using the code edit I mentioned above, I could get my updated pages and archives to display in the container, but my blog posts and products went full width.
So I changed line 193 of /wp-content/themes/folie/includes/codeless_html_attrs.php to the following (removed the ! AND changed ‘false’ to ‘true’) and now pages, products, posts and archives are all displaying within the container and not fluid when updating and creating new ones. There’s definitely a bug here.
if( codeless_get_meta( 'page_fullwidth_content', true ) )
-
Hello,
Sorry for the inconvenience.
As previously written, we have noted this already and will included the fix in the next theme update.
Thank you for your participations.Best regards!
-
I just updated to Folie 2.1.1 and this issue has not been resolved. My pages are forced full width again ie. I have set my page options to be full width=off, yet they display full width/fluid. Will this issue be fixed soon? I will implement my fix above again until this is fixed.
-
Thanks brightestspark for the heads up! I haven’t yet updated.
-
Hello,
We have released another theme update. Please download theme again.
Let us know.
Best regards!
-
I just updated the theme and installed and activated the Kirki plugin.
The pages went back to fluid/full width even though I have set them to not be full-width. So this problem is not fixed.
-
Sorry, just checked your site, it looks good. Can you please help me understand the issue?
Thanks
-
-
It needed to be like this:
if( !codeless_get_meta( 'page_fullwidth_content', false ) )
Maybe something else cause this on your side. On localhost page fullwidth content works good as an option.
Thanks
-
You must be logged in to reply to this topic.