Search Results for 'code'
-
Search Results
-
Hi all
Fairly new to WordPress and the use of plugins (and the complications of interacting with themes) so please bare with me!
I am using the them Accelerate Pro theme, Version 2.5.10 of bbpress on a managed WordPress 4.6.1 site provided through godaddy. I have installed bbpress but I have come across two problems.
Firstly I do not seem to get the bbpress sidebar in widgets after installation? I have been trying to work round this by utilising Widget Logic options and codes (from a community help page) but is there anyway of getting this sidebar on my theme which would be a lot easier!
Secondly (and more importantly!) – the display of the fields on the registration page (I have create using shortcodes) gives the full width for the username and email fields but the rest (First Name (required), Last Name (required), Company/Organisation (required), Confirm Email (required), Password (required), Confirm Password (required) only display across about 1/8th of the page and look horribly bunched up. I suspect this is a problem across bbpress on my site but it is most noticeable here.
The url of the page is:Other pages created are:
andI have not done much in the way of setting up forums and topics as I wanted to get it displaying correctly first.
Help! You advice and guidance is most welcomed to ease my frustration!
Kind regard
Ricky
Hi all
Fairly new to WordPress and the use of plugins (and the complications of interacting with themes) so please bare with me!
I am using the them Accelerate Pro theme, Version 2.5.10 of bbPress on a managed WordPress 4.6.1 site provided through godaddy. I have installed bbPress but I have come across two problems.
Firstly I do not seem to get the bbPress sidebar in widgets after installation? I have been trying to work round this by utilising Widget Logic options and codes (from a community help page) but is there anyway of getting this sidebar on my theme which would be a lot easier!
Secondly (and more importantly!) – the display of the fields on the registration page (I have create using shortcodes) gives the full width for the username and email fields but the rest (First Name (required), Last Name (required), Company/Organisation (required), Confirm Email (required), Password (required), Confirm Password (required) only display across about 1/8th of the page and look horribly bunched up. I suspect this is a problem across bbPress on my site but it is most noticeable here.
The url of the page is:Other pages created are:
http://ruralengland.org/forum/
andI have not done much in the way of setting up forums and topics as I wanted to get it displaying correctly first.
Help! You advice and guidance is most welcomed to ease my frustration!
Kind regards
Ricky
Hello,
there is a problem with bbpress, that prevents SEO Plugins to do there job.The problem exists only for the forum index page. Also if you use a standard page an paste the [bbp-forum-index] shortcode.
* That page is not handled anymore as a page, so it gets a noindex tag by the SEO plugins.
* It’s also not possible to add a custom title, description or other meta tags.The bbpress forum index is completely ignoring all of that settings.
The result is a noindex forum index without a reasonable title and description.Example:
Forum indexScreenshot of the ignored settings:

I talked with the codes a the German WPseo plugin.
They told me, that bbpress is using so crude things for that index and doesn’t use wordpress standards.I also found here in the forum and on Google, that Yoast and All in one SEO Pack have the same problems with bbpress.
Is there a way to get that fixed?
A forum index with nofollow makes no sense at all.
thanks
JochenHas anyone been able to inject googles captcha widget into the login prompt? If so, do you mind pointing me to the source code?
Hi gurus,
I’m wonder how I can display topics under specific category.
Here is example;
Game News (category)
– PC (forum)
– Mobile (forum)
Local Community (category)
– Toronto (forum)
– Tokyo (forum)I want to show PC and Mobile game news, when users access ‘News’ page.
Did I miss the shortcode that I need to write on ‘News’ page?Thank you in advance.
I’m a solid 7.5 out of 10 on WP but 100% new to BBpress.
I plan on having about 15 categories with some 50 forums for each category on my site. The current default display isn’t easy to follow so I’m attempting to find a way to easily change the layout on the forum index display page.
However, I don’t want to show all of the forums as some are private to groups etc.
I’m looking to achieve this look on this page: http://theme-sphere.com/smart-mag/forums/
I understand CSS is involved here but I’m looking for a get me going fix.
How can I list multiple forum titles on one page. When I use the code [bbp-single-forum id=2733] and then use it again to show a different forum it will only show the first one.
Is this not possible with shortcode?
Could I create a graphic bar and separate groups of forum titles like in the page I linked to?
Thank you for whoever guides in the path of rest as I have exhausted these forums in an attempt to answer these questions.
🙂
Topic: Login/Logout Top Menu Only
Hello, I’m using this function from bbpress codex to add login/logout to the menu.
I want to show the login/logout on the top menu only, not on the header. Any way to do this? Hope its just a simple tweak. Thanks
add_filter( ‘wp_nav_menu_items’, ‘rkk_add_auth_links’, 10 , 2 );
function rkk_add_auth_links( $items, $args ) {
if ( is_user_logged_in() ) {
$itemsTopic: Login/Logout Top Menu Only
Hello, I’m using this function from bbpress codex to add login/logout to the menu.
I want to show the login/logout on the top menu only, not on the header. Any way to do this? Hope its just a simple tweak. Thanks
add_filter( ‘wp_nav_menu_items’, ‘rkk_add_auth_links’, 10 , 2 );
function rkk_add_auth_links( $items, $args ) {
if ( is_user_logged_in() ) {
$items_______________________________________________________________________________________
Hello everyone,
I have a lot BBpress related questions that i can’t find a good answer to. Is there someone that has some good experience in customizing and setting up BBpress who has Skype and is willing to help me trough Skype?
The answers i am looking for are related to these subjects.
*When user account is created, user logs in but when button log in is clicked, page refreshes and doesn’t show logged in account information. The same screen as when not logged in.
*When the user finally gets logged in there is a wordpress menu on top, how to delete this? (atleast on mobile we’ve seen it)
*We want a different page for the user that already has an account or for the new users that aren’t already logged in (forum page).
*BBpress sidebar is not showing up, tried many different things. Adding code manually, installed plugins etc. Only the main theme sidebar is showing.
*Breadcrumb path is displaying forums twice. We did some php code to hide the homepage but don’t know how to hide these double words.
Help would be really appreciated. If there is no way around i am willing to pay a small fee.
Thomas