• Resolved iamouki

    (@iamouki)


    I’m running the latest WP, Avada theme and bbp style pack. I tried making some basic changes on font size to 16px and color to black using bbp styple pack. Nothing happens. I’ve tried some other areas just to make sure, nothing. Cleared cache as well.

    I had to use bbpress’s guide to make font changes. It worked but I’d like to use your plugin. https://codex.bbpress.org/bbpress-styling-crib/
    I inserted the CSS into my theme’s CSS option, not bbp style pack’s CSS option inside the plugin.

    #bbpress-forums {
    background: transparent;
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
    font-size: 16px;
    color: #000;
    }

    #bbpress-forums .bbp-topic-content,
    #bbpress-forums .bbp-reply-content {
    font-size: 16px;
    color: #000;
    }

    My forum site:
    https://www.speaknetworks.com/allforums/forum/nuvml-knowledge-base/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Robin W

    (@robin-w)

    Presuming you still have my plugin active, then I suspect that your server permissions are not allowing the creation of the css file.

    Try going into

    dashboard>settings>bbp style pack>css location and activate and add

    wp-content/uploads/

    as the location

    Please let me know either way it this works or not

    Thread Starter iamouki

    (@iamouki)

    hi Robin, adding the css location did the trick.
    I have some other issues if you don’t mind me asking for advise-

    1. Is there a way to globally change forum font color to black and larger, say 16px? (instead of go into each tabs doing them one by one)

    2.Breadcrumbs does not show anywhere. In topic view / reply page, user has no way to go back to forum root or navigate back. I didn’t change any settings from default.

    3. Author profile page photo dimension is wrong. How do I correct it?
    https://www.speaknetworks.com/allforums/users/jack-wang/

    4. “Search forum” field font is too small. Hopefully it can be fixed by #1.

    Plugin Author Robin W

    (@robin-w)

    1. not within the plugin

    2. somewhere in your theme this is being turned off. in style pack settings custom css try adding

    .bbp-breadcrumb {
      display: in-line !important;
    }

    3. bbpress expects to be able to show avatars with a width and height of 150. Are you using gravatar, or how are avatars being supplied to the site?

    4. try this in custom css

    #bbpress-forums .bbp-search-form #bbp_search {
    font-size : 20px ;
    }
    • This reply was modified 7 years, 7 months ago by Robin W.

    Just wanted to add: Boom! Thanks for the CSS location tip — did the trick, and now I can customize to my heart’s content! ??

    Cool plugin. Paypal on its way.

    Plugin Author Robin W

    (@robin-w)

    hey great – glad you are all working, and thanks for your very kind donation – much appreciated !

    Hiya,

    I’m having trouble with this. It seems that the changes *sometimes* take effect, but not at others. I’m using a new theme – 5 Hacks for 2017 – and I fear it’s overriding some things. I already changed the location as you indicated above, but it doesn’t seem to have worked.

    Help? ??

    thanks,
    Kamela

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Nothing happens’ is closed to new replies.