Forum Replies Created
-
In reply to: Background Content Box
Great – glad you’re fixed !
In reply to: Background Content BoxAlso, what profile is bbpress putting there on the left and how do I edit what shows?
can you post a more detailed explanation – I don’t understand your question !
In reply to: Background Content Boxon your first it is being affected by
http://olympusnetworkmc.com/wp-content/plugins/bbpress-new-ui//inc/css/dark.css?ver=4.4.2
change line 1411
media screen #bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-topic-content, #bbpress-forums div.bbp-reply-content {
padding-left: 5px !important;
}to from 5px to say 30px
In reply to: Theme For Forum Orientated Web Siteyou can also then style it using
In reply to: Profile next to forum post is offon first issue – We need a link to your site to be able to see what is happening
On second – this will let you display a badge dependant on no. posts – load it and if you like what it does I can give you a piece of code to make it work for user levels
In reply to: Sidebar on the wrong sideIn reply to: Change freshness timing typeno problem
In reply to: Change freshness timing typeum yes – that’s how I did it 🙂
Suggest you download the plugin and crack it open to see how it was done
In reply to: Theme like bbpress.orgbbpress doesn’t have theme’s – it uses your sites theme, but sometimes integration is not great.
Unfortunately your link produces a certificate error (The security certificate presented by this website was issued for a different website’s address.) on the https side, so I didn’t visit.
If it is just styling rather than function try my plugin
https://wordpress.org/plugins/bbp-style-pack/
Otherwise give us a valid link, and I’ll take a quick lookIn reply to: Change freshness timing typeload my plugin
In reply to: Excluding Forums from Recent Topics Widgetbut yes as Pascal says, you do need to list the forums that you want to include
and I have just updated the plugin for a technical error which should not affect you, but you may want to load the latest version from my site
In reply to: Excluding Forums from Recent Topics Widgetok, I think I know the problem.
If you copied/pasted the shortcode from my website, it incorrectly formats the shortcode on your website.
I’ve now corrected, so if you go back onto my website and copy/paste then it will now work.
or just type the shortcode in !
In reply to: Replies Transparency/Opacity Issuegreat – glad you’re fixed !
In reply to: where to put bbpress.css in child-themeGreat – glad you’re fixed !
In reply to: Excluding Forums from Recent Topics Widgetcan you repost your screenshot link?
In reply to: Excluding Forums from Recent Topics Widgetand what did it show? ie what is ‘doesn’t seem to be functional’ as seen by you
In reply to: where to put bbpress.css in child-themeno problem !
In reply to: where to put bbpress.css in child-themeok so for the roles, you should see and use
loop_single_forum in your child theme is the right way to go
If you need further help in doing this (or anything else!) – please feel free to ask, like all things it is a learning curve 🙂
In reply to: Replies Transparency/Opacity Issueyour blogs.css line 1427
has
.single .commentmetadata, .single .reply { left: -15px; margin: 10px 0; opacity: 0.3; position: relative; }suggest you try adding
#bbpress-forums .reply { opacity: 1; }to your css.
come back if you need further help in doing this !
In reply to: where to put bbpress.css in child-themeno, core functions in bbpress cannot be put in other folders.
Generally it is not recommended that you change bbpress itself. Rather almost all bbpress functionality can be filtered, so that the plugin remains complete and changes are put in your theme’s functions file using wordpress filering capability.
What changes did you make? If small, let me know which lines in which file, and post the changes here, and I’ll try to help you with what you should put in your functions file.
You should also make those changes (and the template files you copied ) in a child theme, so that theme updates donlt overwrite these
https://codex.bbpress.org/functions-files-and-child-themes-explained/
In reply to: Excluding Forums from Recent Topics Widgetcan you tell me what you are putting as the shortcode?
In reply to: where to put bbpress.css in child-themehttps://codex.bbpress.org/themes/theme-compatibility/
should answer your questions, but do come back if you need further help !
In reply to: Replies Transparency/Opacity Issuecan we have a url so that we can see.
In reply to: where to put bbpress.css in child-themeFrom the docs
The “css” directory contains style sheets that work with the default markup. Copy any you want to modify into a directory named “css” in your theme’s root. eg. /wp-content/themes/%your-theme%/css/
In reply to: bbPress Sidebar – DIsappears on topic/post pagesIf you do, then do follow the getting started bit, in particular the link to the plugin that tells you what file is being used.
Come back, and we’ll help work out how to fix, but we need to know what file, and that you can access it to be able to help !