Codeless
  • Support Home
  • Themes
  • Support
  • WordPress Tutorials
    • How to Start a Blog
    • Best Website Builders
    • Best Small Business Hosting
    • Email Marketing Services
    • Cheap WordPress Hosting
  • Video Tutorials

Community Forums

Page Fullwidth Content problem with new version

new versionpage fullwidth content
    • 7 years, 2 months ago trophyawardco
      Participant

      Expired

      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?

    • 7 years, 2 months ago trophyawardco
      Participant

      Expired

      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:

      Contact Us


      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:

      Customer Reviews

      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.

    • 7 years, 2 months ago Mirela
      Participant

      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!

    • 7 years, 2 months ago trophyawardco
      Participant

      Expired

      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!

    • 7 years, 2 months ago trophyawardco
      Participant

      Expired

      I added the code you provided. The policy page that was updated today shows that this new CSS code doesn’t work:

      Privacy Notice

      Here’s the Terms page which hasn’t been updated since before the theme was upgraded:

      Terms and Conditions

      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.

    • 7 years, 2 months ago trophyawardco
      Participant

      Expired

      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.

    • 7 years, 2 months ago Mirela
      Participant
      This reply has been marked as private.
    • 7 years, 2 months ago trophyawardco
      Participant

      Expired

      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 :))

       

    • 7 years, 2 months ago trophyawardco
      Participant

      Expired

      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! :)

    • 7 years, 2 months ago trophyawardco
      Participant

      Expired

      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! :)

    • 7 years, 2 months ago Mirela
      Participant

      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!

    • 7 years, 2 months ago brightestspark
      Participant

      Expired

      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.

    • 7 years, 2 months ago brightestspark
      Participant

      Expired

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

    • 7 years, 2 months ago Mirela
      Participant

      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!

    • 7 years, 1 month ago brightestspark
      Participant

      Expired

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

    • 7 years, 1 month ago Mirela
      Participant

      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!

    • 6 years, 11 months ago brightestspark
      Participant

      Expired

      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.

    • 6 years, 11 months ago trophyawardco
      Participant

      Expired

      Thanks brightestspark for the heads up! I haven’t yet updated.

    • 6 years, 11 months ago Mirela
      Participant

      Hello,

      We have released another theme update. Please download theme again.

      Let us know.

      Best regards!

    • 6 years, 11 months ago brightestspark
      Participant

      Expired

      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.

    • 6 years, 11 months ago Ludjon
      Keymaster

      Sorry, just checked your site, it looks good. Can you please help me understand the issue?

      Thanks

    • 6 years, 11 months ago brightestspark
      Participant

      Expired

      This reply has been marked as private.
    • 6 years, 11 months ago Ludjon
      Keymaster

      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

Viewing 22 reply threads

You must be logged in to reply to this topic.

Login

Log In
Register

Renew Support

  • Renew Specular Support
  • Renew Tower Support
  • Renew Folie Support
  • Renew Handel Support
  • Renew June Support
  • Renew Picante Support
  • Renew Thype Support
  • Renew Regn Support

Search Forums

Forums

  • Bygge – Construction Theme
  • Converta – Software Theme
  • Folie – The WordPress Website Builder
  • Handel – Responsive Multi-Purpose Business Theme
  • June WooCommerce WordPress Theme
  • Livecast – Podcast Theme
  • Picante – Restaurant & Food WordPress Theme
  • Regn | Agency & Business WordPress Theme
  • Remake – Minimal Portfolio & Agency Theme
  • Specular – Multi-Purpose WordPress Theme
  • Suggest us Features
  • Tower – Business-Driven Multipurpose WP Theme
  • Vibrance – Photography Theme

Site Links

  • Support Policy
  • Specular Support Forum
  • Video Tutorials
  • Knowledge Base
  • Guides and Reviews

Useful Articles

  • Build a Website
  • Web Design & Development
  • Hosting
  • WordPress

Login

Log In
Register Lost Password