Jump to content
gftservices

Framework V2.3 - missing CSS???

Recommended Posts

gftservices

Is Framework V2.3 misisng the core CSS codig in the style.css file? It appears this is the case - as I have attempted a brand new WP install, and with no other plugins, installing V2.3 and activating it leaves a broken page layout and no styling. adding base child theme, and then alternatively loading "simplicate" child theme (purcased form pagelines store) also result in broken page layout and styling.

I have had to go back to V2.1 (but that has a javascript conflict in the admin area (settings pages)... sigh.)

Share this post


Link to post
Share on other sites
James B

Hi there, the framework is now 100% LESS so you'll have a style.less sheet now. I've checked the link you've provided and the site seems to be displaying fine, have you managed to resolve this?

  • Like 1

Kindly search the forum and read the documentation before posting. It will help you resolve many issues.

For CSS help be sure to check out W3Schools first and be sure to download FireBug for FireFox for troubleshooting.

James B

Share this post


Link to post
Share on other sites
gftservices

The site is not the one being developed. That one is online but hidden to non-lodded in visitors.

And had missed the bit about LESS.... and know nothing about it (except the site does not display usefully)... so without time to go up that learning curve (it doesn't work out of the box at all!) I'dd stay back on legacy versions.

Share this post


Link to post
Share on other sites
Rob

The conversion from style.css to style.less created a few minor changes in some css elements. If you had any previous custom CSS, you might see some variation on the way your site looks. It should be relatively easy to reset the changed code by hacking a #page in front of it. You can test that using Firebug or Chrome's Inspection tools.

While it's easy to roll back to 2.2.5, at some point updating will be essential.


Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites
evan

That's definitely strange to hear your having such trouble after the upgrade. I have installed 2.3 myself on several sites and haven't had any problem with it yet.

Perhaps your files were corrupted when you downloaded 2.3? Have you tried re-downloading it? If not, definitely give that a try.

A quick comment about LESS - it's a dynamic stylesheet language that compiles into CSS, but pure css is still A-OK to use, so you don't need to learn anything extra unless you want to. LESS is really handy and a very cool newer feature of the framework - since 2.0!

Share this post


Link to post
Share on other sites
gftservices

Thanks for the repsonses everyone. Moved to a new server and found it was something in the configuration which I don't understand... but suddenly, hey presto, fixed - simply imported the cPanel account, then auo-updated thetheme framework from legacy to latest, and all works like a charm. I am *assuming* it was the hosting environment.

At ay rate, topic closed but without any insights sorry.

Share this post


Link to post
Share on other sites
Danny

Thanks for informing us that the issue has been resolved, it does indeed sound like a server configuration issue.

The topic was marked as resolved.


Please search our forums, before posting!

Share this post


Link to post
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


  • Similar Content

    • gstrahle
      By gstrahle+
      Hi,
      I am hoping to figure out how I can get my PageLines Full Nav to display layered in front of a sticky footer element on my website - 3keymedia.com
      I would like the Full Nav to overlay the entire screen when opening the menu as you will see when opening on a desktop the footer of nav content is cropped by the sticky footer.
       
      Thanks


    • Christian
      By Christian+
      Hi everyone, since Instagram had allowed to publish in different ratio formats (instead of only square ratio) the grams stripe has different heights. Can you tell me if i can fix it easily with some CSS?
    • Kedark
      By Kedark+
      Hello, I need help. Can and how to do it. I need to add more page appearance templates (page attributes). At the moment it's default and FRAMEWORK A, FRAMEWORK B etc. I need to add two more. How can I do this.
      Unfortunately, I did not find such a thread on the forum.
      Regards
      Radoslaw
    • Michael Kummer
      By Michael Kummer+
      Hi guys!
      I have noticed that my primary sidebar becomes intermittently invisible when browsing through various blog articles on michaelkummer.com/blog.
      See:
      https://www.dropbox.com/s/z646sgoa3mfjl1j/Screenshot 2018-07-12 15.57.46.jpg?dl=0 and https://www.dropbox.com/s/vdledzzgginvwgv/Screenshot 2018-07-12 15.57.57.jpg?dl=0
      Upon refresh, the sidebar appears. I have been using the following CSS code to hide the sidebar on mobile without any issues. 
      @media only screen and (max-width: 993px) {
      /* hide sidebars */
           .plsb {
              display: none !important;
          }
      }
      I tried to add the following CSS to force the sidebar to show on screens that are wider than 994 pixels but to no avail. Any clue what could be causing this issue?
    • Michael Kummer
      By Michael Kummer+
      Hi guys!
      I am using the LESS/CSS Pagelines extension and tried to add the following code to make use of FontAwesome:
      a.c2a:before {
          content: "\f07a\00a0";
          font-family: "Font Awesome 5 Pro";
          Font-weight: 900;
          font-style: normal;
          font-weight: normal;
          text-decoration: inherit;
          padding-left: 4px;
      }
       
      The issue is that as soon as I have the CSS via the Custom Styling text box, Pagelines (or the extension) strips out the backslashes (\). As a result, I had to abandon the CSS/LESS extension and instead add all my CSS code to a separate .css file.
      Is there a fix or workaround for this?
      Thanks
      Michael
×