Search Results for 'code'
-
Search Results
-
After looking into child theme and options to make a complete theme for BBPress 2.5 I want to share this. (Unfortunatly the web is flooded with usless 1.0 tips)
If you are not that into setting up a complete BBPpress child theme and hacking CSS, this is one simple way of doing a easy change and customisation of BBPress if u want some personalized look and you already have a child-theme style.css but your main-theme style is messing with BBPress looks.
Add this snippet into your normal child-theme style.css and change the colors and font size as you like.
/* BBPress font fix */ #bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer { background: #D6E0FF; } #bbpress-forums div.bbp-forum-title h3, #bbpress-forums div.bbp-topic-title h3, #bbpress-forums div.bbp-reply-title h3 , #bbpress-forums a.bbp-forum-title, #bbpress-forums a.bbp-topic-permalink { font-size: 16px; color: #0066FF; } #bbpress-forums a.bbp-author-name { font-size: 12px; color: #75A3FF; }Thats all. All other style is already looking nice I think. I use this blue look in my Techism child-theme and it looks great. Running BBPress 2.5.3.
Topic: Forums not visible on mobile
Hi there, I was reading this ticket (https://bbpress.trac.wordpress.org/ticket/2504)
It appears as though this issue has been addressed, and they say that the forum should be visible when using shortcodes, but it is not working for me.I am using [bbp-forum-index] on a page, and that page is not visible on mobile, but the other pages of the forum are that are not using shortcodes.
Any help would be appreciated.here is the page using shortcodes, (http://motocrossnw.net/forum/) you can just drag the corner of your browser and make the window small to replicate the issue.
How do I hide the message “Your account has the ability to post unrestricted HTML”
I do not want this warning to display on a secure site where all is admins.
Can this function.php snipped be adjusted to remove this message?
add_filter( 'bbp_get_single_forum_description', 'ja_return_blank' ); add_filter( 'bbp_get_single_topic_description', 'ja_return_blank' ); function ja_return_blank() { return ''; }Topic: reply to post from email
Hi, I’m using WordPress 3.8.1 with bbPress.
Looking for a plugin that will allow me to reply to posts by email.
I found this post and use this plugin but it causes an error
https://github.com/rmccue/bbPress-Reply-by-Email.Error:
Warning: require_once(/home/power90/public_html/wp-content/plugins/bbsub/vendor/postmark-inbound/lib/Postmark/Autoloader.php): failed to open stream: No such file or directory in /home/power90/public_html/wp-content/plugins/bbsub/library/bbSubscriptions/Handler/Postmark.php on line 9 Fatal error: require_once(): Failed opening required '/home/power90/public_html/wp-content/plugins/bbsub/vendor/postmark-inbound/lib/Postmark/Autoloader.php' (include_path='.') in /home/power90/public_html/wp-content/plugins/bbsub/library/bbSubscriptions/Handler/Postmark.php on line 9Topic: Embed a Youtube Video
Hello,
I used CSS to remove certain parts of my breadcrumb and now need to remove certain separators (ex: “>”) between the words. Unfortunately all the separators have the same class, so is there a way to code bbpress so some separators are shown and others are not? Please see image below for example. Thanks.