-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSS not loading on Front End #33
Comments
I've been looking at this with @inzlabs as the theme developer and I wanted to add a few more details: The problem seems to be with When I look at the DB, there are not post meta entries for The theme we are using is a private corp theme and explicitly include Gutenberg blocks that work with the theme. We were hoping to include yours, but if we can't get around this, we will have to remove them. The ones we are including are the following:
Thanks for your assistance. |
@designerbrent thanks for your detailed comment, we are working at this issue and will get back to you soon. |
Do you have any update on the issue? I've just installed Qubely Pro and have the same problem. |
I've experienced this or a similar issue and resolved it by adding a new preset or duplicating the active preset and setting it as the default. Seems to be something to do with saving the preset css postmeta. I didn't dig deeper once I discovered that when this happens if I mess with the global theme presets I can get it to work. It's been a few months but I seem to recall seeing an error in my console that lead me to identify the global presets as the issue. This is under the Q menu in the upper right hand corner of the gutenberg editor screen. |
Many many many thanks for this comment! After a very long search to solve this frustrating issue I was finally able to solve it by adding a new preset! :-) I also referenced your post at the Wordpress Qubely support page: https://wordpress.org/support/topic/qubely-blocks-render-in-editor-but-not-on-the-front-end/page/2/#post-14058892 As there are more people facing this issue. |
That didn't work for me, but deactivating the Blocksy Companion plugin did. |
By soon you mean never? |
In my case an archive page was missing qubely styles. Why? Because the page itself didn't have a As a temporary hack I created the relevant The long term fix is to replace Qubely with something else. |
Hi,
First. Thank you for your amazing work and talent.
We are impressed by Qubely and all the capabilities that bring to Wordpress, however we run into a problem we seem can't solve. In the back end Qubely looks great as it should be, however on the front end it does not load the CSS.
Neither:
qubely.bundle.min.css
ont-awesome.min.css
This is the page as example with the issue
Example:
Back end Ok
Front end with problem:
We have tried Qubely on two different Qordpress sites with the same theme and it works flawlessly. But on this one, we don't know where would be the problem.
We have tried deactivating all the plugins but the problem persists.
Thank you for your time and help solving this problem.
The text was updated successfully, but these errors were encountered: