Jump to content
thorstone137

Broken CSS with New Install at Pagoda Box

Recommended Posts

thorstone137

Hey Guys, I've recent jumped over to Pagoda Box ( Object Oriented Hosting Framework ); which I'm hoping isn't to good to be true..

I just pushed Pagelines 2.3 and intitially everything worked. But, now my LESS compiled CSS Path is broken for some reason rwoac.us

Here's the response I got..

data:text/html;,<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"><html><head><title>404 Not Found</title></head><body><h1>Not Found</h1><p>The requested URL /wp-content/themes/pagelines/pagelines-compiled-css-1_1348983099/ was not found on this server.</p></body></html>

I checked gtmetrix.com and posted a screen shot for ya..

I've also posted a ticket at Pagoda Box.

Is there I dependency that Pagoda is missing? It seems like it might be a rewrite issue..

post-19868-0-54349900-1348984910_thumb.p


Best Regards! Pagelines = Innovation!

Share this post


Link to post
Share on other sites
Danny

Hi,

Try adding this to your wo-config file:

define( 'LESS_FILE_MODE', true );[/CODE]

and see if this resolves your issue.


Please search our forums, before posting!

Share this post


Link to post
Share on other sites
thorstone137

I'm getting this error

Warning: Invalid argument supplied for foreach() in /var/www/wp-content/themes/pagelines/includes/class.render.css.php on line 706


Best Regards! Pagelines = Innovation!

Share this post


Link to post
Share on other sites
Danny

Hi,

You received that error after adding the code I provided above ?


Please search our forums, before posting!

Share this post


Link to post
Share on other sites
thorstone137

Yes. I got that error after following your instructions. Pagoda Box is run on Apache2 but there are some non-traditional configurations happening to support their automation. I'm working with them as well. Neither I nor the Pagoda Box Support Tech I'm working with is super familiar with LESS and I'm still not sure what dependences specific to Pagelines are required. As far as I can tell it is a simple read write permissions problem.

I appreciate your attention to this matter..


Best Regards! Pagelines = Innovation!

Share this post


Link to post
Share on other sites
Rob

LESS is a dynamic stylesheet. See this for more info: http://lesscss.org/

LESS shouldn't really break if WP works. The problem I'm seeing is, you're getting a message about an unknown App. WordPress isn't an App. So my question is... without PageLines, is WordPress working with Twenty Ten or Twenty Eleven theme (preinstalled with WP)?


Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites
thorstone137

LESS shouldn't really break if WP works. The problem I'm seeing is, you're getting a message about an unknown App. WordPress isn't an App. So my question is... without PageLines, is WordPress working with Twenty Ten or Twenty Eleven theme (preinstalled with WP)?
- Rob

Rob, Yep. It works fine with the other themes.. I'll relay this thought to Pagoda Box..

If you have any ideas in the meantime. I'd appreciate it. Like I said, "Pagoda Box is run on Apache2 but there are some non-traditional configurations happening to support their automation"...


Best Regards! Pagelines = Innovation!

Share this post


Link to post
Share on other sites
thorstone137

Right.. Thanks Simon. :wacko:


Best Regards! Pagelines = Innovation!

Share this post


Link to post
Share on other sites
thorstone137

Um. So, regular themes work for me regardless of permalink settings. But, pagelines is only allowing the default setting. So, this is not resolved..


Best Regards! Pagelines = Innovation!

Share this post


Link to post
Share on other sites
Rob

Permalinks may be readily changed and read properly with PageLines Framework. My own sites all use custom permalink settings. There has never been a single problem with any of the 12 sites I own or manage.

We do not alter, amend, or change in any way, the elements of the WordPress functions.


Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites
Simon

Add

define( 'PL_NO_DYNAMIC_URL', true );[/CODE]

to wp-config.php

Share this post


Link to post
Share on other sites
thorstone137

Thank you Gentlemen for the tips! I'm good to go!

Pagoda Box requires Git versioning. I've been cowboying it until now and with the change in workflow my .htaccess file was being saved as a text file. Ugh.. Lamo I know.

Again I appreciate the help.

Best Regards, Dustin


Best Regards! Pagelines = Innovation!

Share this post


Link to post
Share on other sites
Danny

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?
    • 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
    • glyph.marketing
      By glyph.marketing+
      Hello, I am having a problem similar to that experienced by Michael Kummer here. We have pages that show this automatic scrolling issue (examples here and here) and it is sufficiently annoying that we have seen customers bounce while trying to convert. Strangely, it only happens at specific resolutions, so it can be difficult to reproduce. In general we can only consistently reproduce it on a 4k resolution with a browser width between 1517 and 1536px. 
      Thanks to Michael Kummer's help we were able to set the overflow-anchor property to none in the entire body, which fixed the issue as far as we can tell, but also obviously disabled scroll anchoring for the whole site. I tried applying it to the specific element that looked like it was being reloaded, which was the PL Meganav extension, but that was unsuccessful. 
      Can anyone help us figure out which element or ID we can apply this property to, so that we can fix the scrolling issue but not disable scroll anchoring for the entire site?
      Thank you - 
      Glyph Language Services
×