Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Bootstrap CSS broken
I am helping someone build up a forum and there seems to be some issue with the CSS Editor plugin, bootstrap, and Vanilla 2.2. I'm not sure if this is a bug or if the cache hasn't been cleared or what. Thanks in advance!
0
Comments
Could you describe in more detail what doesn't work? How does the page look like?
Try clearing the cache/CSSedit folder and re-saving your stylesheet in the editor.
I don't know of any problems with CSSedit and bootstrap.
Are you using the Consolidate plugin or some other kind of CSS minification?
Verify that you forum can write to the cache and uploads folder.
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
Well, basically I upgraded my forum to version 2.2, and the CSS that was in CSSedit stopped working. I have cleared my cache and reinstalled CSSedit many times. I do think it is a minify or cache issue because when I use the custom.css file to make changes, it takes quite a long time for it to show on the page. If this is a minify or cache issue, how can I fix it?
But have you clicked save in the editor after that?
Can you send me a link to your site?
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
Definitely. Here is the link: http://thechatterbox.tk/
I want the reactions menu to be visible constantly. And it is not. Maybe the cache hasn't cleared yet or something like that.
The CSS file isn't being included. Is your config file writeable?
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
Writeable? You mean change the permissions?
Yes. Simply check if you can enable and disable a plugin in the dashboard.
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
I definitely can do that. I have the permissions set to 777 for the config. I can confirm that it is writeable.
could you check whats in your cache/CSSedit folder
and whats in your config.php for
$Configuration['Plugins']['CSSedit']['Stylesheet']
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
In my cache/cssedit folder, I have 1435432564.css which has my styling in the cssedit interface on the dashboard. My configuration for CSSedit is: $Configuration['Plugins']['CSSedit']['Stylesheet'] = '1435432564.css';
If I'm not mistaken, everything should be fine if things are like that.
Yes, it should work. You seem to have some special rewrite rules there. Have you changed any of the asset-/webroot settings in vanilla?
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
I honestly have never messed with any of those settings. All I did was update to beta because I realized that it had many features that I absolutely love.