Search Results for '\"wordpress\'
-
Search Results
-
Topic: resize bbpress forum
Hi there,
im pretty new to WordPress and css.
Till now everything worked fine but now im trying to resize my bbpress forum (www.die-dunkle-wache.de/forum) to the whole width of the browser.
I got it to width 100% so it has the same width as the navbar, but i want it without the margin left and right (dont know if its margin or max width).
I tried to change the Template but this didnt work.
I just want the forum to resize all the other pages and the navbar schould stay like they are.
Hope u can help me.Best Regards,
GotzakI had to deactivate all plugins to determine which one was causing an issue for my site. After identifying the issue (nothing to do with BbPress) and reactivating my plugins all forums have disappeared from the sites and as an option in WordPress new forum posts.
As BbPress and BuddyPress have bother both reactivated I have no idea why the forums are gone?
Does anyone have any suggestions?
I’ve gone through my site several times reviewing many different options but I can’t figure this out?
My site is: http://www.whichinvest.com
I have the latest versions of WordPress/BBPress/Buddypress.Thanks
I want to update wordpress 3.9 version on my videos website but little confuse that bbpress will work fine after updation.
Topic: importing users from phpbb
Hello,
I have imported the users from phpbb into wordpress(bbpress) using Importing Tools. But the users are not able to login to system. are there any setup required to allow imported users to login?
I have checked the wp_usermeta table and many rows filled for imported users along with this column ‘_bbp_password’.
In wp_users table password is empty for imported users. I have read some where this password will update after the first login. But in my case the imported users are not able to login in WP.
can you guys help regarding this?
thanks
rehanI installed the GD bbPress Tools plugin and the plugin itself works great. However, when you go to edit profile so that you can edit your signature, everything is “white” and you can’t see what you have written, etc. I originally had this issue on the actual bbPress forums but I downloaded the bbPress UI settings and changed it to a dark theme. I am completely lost in codec’s and css, etc, but I would like to know what to do to change this as it is really annoying some of the people that joined our site. I’m attaching a picture of what the issue appears to be.
Wordpress Version is 4.0.1.
Theme is Falcon (Child theme of 2014 themes)
GD bbPress Tools version is 1.6Topic: Page Not Found Error
Hi there!
I apologize if someone else has already posted about this, but I did a search and didn’t find someone with my exact error. But I have been using bbPress version 2.5.4 with WordPress version 4.0.1, and it was working great for the past few days until I tried to use CMS2CMS to transfer over my forum from phpBB to WordPress. It now has “Page Not Found” errors, even after removing all traces of the CMS2CMS plugin. I can not access any portion of my forum, but everything looks fine on the back end. I have uninstalled and reinstalled all of my plugins and still continue to get the error. What am I missing?
Here is the link to my site:
http://www.derbycityminis.com/new/Thanks in advance! š
I have a child theme setup using the Child Theme Configurator plugin. I have the following in the child theme folder; style.css, function.php and bbpress.php (renamed from page.php).
I am using the WP-Englightened theme.
I copied the page.php to the child root and renamed it to bbpress.php. There doesn’t seem to be anything in that file to remove for the sidebar.
<?php get_template_part( 'content', 'before' ); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); global $do_not_duplicate; $do_not_duplicate[] = $post->ID; ?> <div <?php post_class('singlepage clearfix'); ?> id="single-page-<?php the_ID(); ?>"> <div class="entry"> <h1 class="page-title"><?php the_title(); ?></h1> <?php if ( get_post_meta( $post->ID, 'video_embed', true ) ) { $video_embed = get_post_meta( $post->ID, 'video_embed', true ); echo '<div class="post-feature-video single">'; echo '<div class="single-video">'; echo $video_embed; echo '</div>'; echo '</div>'; } ?> <?php the_content(); ?> <div style="clear:both;"></div> <?php wp_link_pages(); ?> </div> </div> <?php endwhile; endif; ?> <?php get_template_part( 'content', 'after' ); ?>I tried putting this in the style.css file based on a thread here.
.site, .site-header { max-width: 100%; } .bbpress-forums .col-2cl .main { background: none repeat-y right 0; padding-right: 0; } .site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content { max-width: 100%; } .form-allowed-tags { display: none; } div.bbp-breadcrumb, div.bbp-topic-tags { font-size: inherit !important; } #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results { font-size: inherit !important; } #bbpress-forums { font-size: inherit !important; } .bbpress .hentry { margin: 0 auto 48px; max-width: 100%; } @media screen and (min-width: 1008px) { .bbpress .site-content { margin-right: 0; margin-left: 182px; } } @media screen and (min-width: 1080px) { .bbpress .site-content { margin-left: 222px; } } @media screen and (min-width: 1218px) { .bbpress .site-content .entry-content { margin-right: 0; } } @media screen and (min-width: 673px) { .bbpress .site-content { margin-right: 0; } }If I create a page and use the short code for bbpress and tell it in the page options to do full width it works fine for the main page but not for the rest of them.
Hey all, first post here and hope someone can help me.
I’ve put a bbpress forum in my wordpress website and created a Forum button in the main navigation barWhen I click this button the forum is shown perfectly.
When I then klick on a subforum like reviews it’s still perfect, but then!
If I klick forums, not on the main navigation bar, but in the forum menu itself, it brings me back to the forum (notice the sligt difference in URL /forum when coming form the menu bar, and /forums when coming trough the forum) but it’s all scrambled up!Anyone any suggestions on this one?