Search Results for 'codes'
-
Search Results
-
I am a newbie on BBPress and just installed it and I’m in the process of setting it up. The problem is that the body columns are not aligning with the topic headings.
I did some testing and this is the default layout which is not aligning.
However if I create a new Page and insert the shortcode the alignment is perfect, so I’m not sure what’s happening, but I don’t want to create several dozen pages and insert shortcodes, so I’d like to figure out why it’s not aligning.
I’ve tried messing with some of the css but I couldn’t figure it out. Any help would be greatly appreciated.
Hi – I have a WordPress site that has been operational for 5 years.
I wanted to add a Discussion Forum using bbPress, and I have been successful in installing the bbPress plug-in.
Using the bbPress Shortcode Codex, I wanted to create a requirement for people to log into my new Discussion Forum using
[bbp-register] – Display the register screen.
[bbp-lost-pass] – Display the lost password screen.However, when I test these two options, it appears that these two options actually create a new WordPress account – with no connection to my existing WordPress site at all. When I test the Register facility, a new page opens with the WordPress create account box (create username and password).
What is wrong with the Shortcode usage, please?
WordPress 5.4.1 running Enterprise theme.
bbPress Version 2.6.5Hey!
I’ve been trying several codes but I can’t get what I want.
I just simply need a rss URL that shows recent topics in all forums but not their replies. Is that possible?
Thanks
Hey everyone,
I am currently setting up a new bbPress Forum and I made a custom template page which works fine but I can’t figure out why the forum injects in the wrong place (or if it works like this at all).
I have the tagdiv Newspaper Theme installed and I usually layout my pages with the tagdiv composer.
For the custom page template I took the code from the page.php from the tagdiv Composer directory adjusted it for my needs and then saved it to plugin-bbpress.php inside the Template root directory.I also created a page with tagdiv Composer with a layout with three columns, bbPress is supposed to be in the middle one. When I do a static page and add the bbCode shortcode [bbp-forum-index] it works fine and as expected. I have three colums with different content to the left and right and the bbPress forum in the middle.
What I tried now is to use the same shortcodes from the tagdiv composer to create a custom template for the whole bbPress forum (in. So my code in the plugin-bbpress.php file looks like this:
if (have_posts()) { ?>
<?php while ( have_posts() ) : the_post(); ?><div class="td-main-content-wrap td-main-page-wrap td-container-wrap">
<div class="<?php if (!td_util::tdc_is_installed()) { echo 'td-container '; } ?>tdc-content-wrap">
<?php echo do_shortcode('[tdc_zone type="tdc_content"][vc_row full_width="stretch_row_1400 td-stretch-content"][vc_column][vc_row_inner][vc_column_inner width="1/3"][td_block_list_menu menu_id="14949"][/vc_column_inner][vc_column_inner width="2/3"][vc_column_text]'.the_content().'
[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][/tdc_zone]'); ?>
</div></div> <!-- /.td-main-content-wrap -->
<?php endwhile; ?>
<?php
}
On the frontend the shortcodes are renderd fine by the tagdiv Composer but bbPress injects over or before the columns and not in the middle one as I want it to (and where the the_content() function should place it).
Any ideas how I can get this to work or any other ideas how to achieve this?
Thanks!
Newspaper Version 10.1
bbPress Version 2.6.4Here’s the link to the static page: https://prime-surfing.de/profile-copy/
And here’s one with the custom page template: https://prime-surfing.de/prime-surfing-forum/forum/prime-surfing/P.S.: Please don’t mind the mess with the other pages, still under consutruction.
Hi,
My issue is that when I add the forum root at the forum settings, the page displays the following error in the header and the footer of the page:
Notice: Undefined property: WP_Post_Type::$post_type in /home1/smilingsun/public_html/vanlifemagazine.co/wp-content/plugins/td-composer/includes/shortcodes/vc_row.php on line 415
The page is at:
The theme I’m currently using is Newspaper by TagDiv.
Many thanks,
Francesco