Hi,
I installed the bbPress forum plugin and I’m trying to add shortcodes using the “Insert Theme Shortcode” function in a new topic I created. But instead of the shortcode appearing when I publish, I only get the shortcode text.
Any solution for this?
Thanks!
Hi marcbuote!
Please try using this plugin – https://wordpress.org/plugins/bbpress-do-short-codes/
Best regards,
Yigit
Thank you! That worked perfectly!
I’m also noticing that ordered lists are not showing the published page. They show when editing the Topic but do not appear when viewing the page. How do i fix this?
Hi!
Can you post the link to your page where we can see an example?
Best regards,
Yigit
Link attached. You will notice the content is indented where an ordered list would appear but no numbers are appearing.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.bbp-reply-content li {
list-style-type: disc!important;
}
Cheers!
Yigit
I added that in, and it made it display bullet points instead of the numbered list like it was supposed to.
Hey!
Please change the code to following
.bbp-reply-content li {
list-style-type: decimal!important;
}
Regards,
Yigit
Perfect! That worked. Thank you so much!
Hi!
You are welcome, we are always happy to help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Have a great weekend!
Cheers!
Yigit