I’m starting to understand.
Every time I press save on some tab, the whole css is written overriding my theme styles.
Why don’t you write only the styles I choose to modify?
Bye
yes the code creates a new bspstyle.css each time you click save.
There are a few instances where my plugin would overwrite your theme – I have been correcting these over time, and in general the code is written to only overwrite those that you change.
If you have specific examples, then let me know and I can correct.
In the meantime where they exist, you can set them to the same as your theme in style pack.
I am gradually improving this plugin, and feedback from users helps me, so thank you.
Ok thank you.
I went to settings > bbp Style pack and I pressed “save” on the first tab without changing nothing from before.
I made a diff on my css file and I get updated:
/* 1 ---------------------- forum list backgrounds --------------------------*/
#bbpress-forums ul.odd
{
background-color: #fbfbfb ;
}
#bbpress-forums ul.even
{
background-color: #fff;
}
Then
/* 2 ---------------------- headers backgrounds --------------------------*/
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer
{
background-color: #f4f4f4 ;
}
#bbpress-forums ul.forum-titles li.bbp-forum-info {
Font-weight: normal ;
}
#bbpress-forums ul.forum-titles li.bbp-forum-topic-count {
Font-weight: normal ;
}
#bbpress-forums ul.forum-titles li.bbp-forum-reply-count {
Font-weight: normal ;
}
#bbpress-forums ul.forum-titles li.bbp-forum-freshness {
Font-weight: normal ;
}
/* 8 ---------------------- Remove Forum Description --------------------------*/
div.bbp-template-notice.info {
display: none;
}
And finally
/*———————- thumbnails on forum lists ————————–*/
.bsp_thumbnail {
display: flex;
align-items: center;
}
.bsp_thumbnail a {
padding-left: 10px ;
}
thanks
I’ll fix these in the next version
Another strange behavior and question…
As I wrote after I configured my forum I saved and then modified by hand the css file removing the unwanted styles.
Nevertheless after one hour just browsing the bbp Style pack settings I got the css file updated again automatically.
is there some autosave feature?
PS
Sorry ofr stupid question but I’m a wordpress newbie
the software creates a css on entering and existing the settings, so yes that would happen
However until I fix your issues above, just set any to what they are in your theme
Hi Robin,
Did you fix these issues in the last versions?
Thank you in advance
I uploaded the new version and all my custom values were overwritten. Ouch! 🙁