• Resolved mimbelli

    (@mimbelli)


    Hi,

    A newbie question….

    I was using this plugin just to have vertical forums. All the styles were the default one from my custom theme.

    Then I stated to play with “Forums Index Styling” tab… At one point I decided to discard everything. Unfortunately now colors/fonts defaults are those set by Style pack not the default styles of my custom theme.

    GASP

    From what I see, the problem is the CSS created by Style Pack into http://…/wp-content/plugins/bbp-style-pack/css/

    What I mean: I expected that once I want to revert to a default style I would get the style form my original theme, not the default form Style pack.
    One nice upgrade would be that if I choose to go back to a default, that style is completely removed from bbp-style-pack css so I can get the deafult theme style.

    Am I correct?

    Thank you in advance

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter mimbelli

    (@mimbelli)

    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

    Plugin Author Robin W

    (@robin-w)

    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.

    Thread Starter mimbelli

    (@mimbelli)

    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 ;
    }
    
       
    Plugin Author Robin W

    (@robin-w)

    thanks

    I’ll fix these in the next version

    Thread Starter mimbelli

    (@mimbelli)

    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

    Plugin Author Robin W

    (@robin-w)

    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

    Thread Starter mimbelli

    (@mimbelli)

    Ok thank you indeed

    Thread Starter mimbelli

    (@mimbelli)

    Hi Robin,

    Did you fix these issues in the last versions?

    Thank you in advance

    Thread Starter mimbelli

    (@mimbelli)

    I uploaded the new version and all my custom values were overwritten. Ouch! 🙁

    Plugin Author Robin W

    (@robin-w)

    apologies !

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Default Style’ is closed to new replies.