Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

wpForo 1.x.x [Closed] About Shortcodes

4 Posts
3 Users
1 Reactions
3,210 Views
Posts: 35
 N3k0
Topic starter
(@n3k0)
Trusted Member
Joined: 9 years ago

Hi team... its a way to add the topics for the shortcode [wpforo item="forum" id="X"] but without the header (menu, breadcrumb) and the footer (stats)?

Cheers!

3 Replies
Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 years ago

There are options to disable all forum components, but they work generally not for current page. At the moment the only way I see is CSS codding. For example if the page ID is X, your CSS code should look like this:

.page-id-X #wpforo #wpforo-wrap .wpforo-menu{display:none;}
.page-id-X #wpforo #wpforo-wrap .wpf-breadcrumb{display:none;}
.page-id-X #wpforo #wpforo-wrap #wpforo-footer{display:none;}

You can put this code in Forums > Settings > Styles admin page in Custom CSS Code textarea.

Posts: 19
(@behrooz)
Eminent Member
Joined: 9 years ago
Posted by: N3k0

 

Hi team... its a way to add the topics for the shortcode [wpforo item="forum" id="X"] but without the header (menu, breadcrumb) and the footer (stats)?

Cheers!

   

how you set a image here?

Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 years ago

Hi behrooz,

I'm sorry but I didn't follow you. Where exactly you want to add an image? Please leave some screenshot with pointers.