Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #484241

    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!

    #484497

    Hi marcbuote!

    Please try using this plugin – https://wordpress.org/plugins/bbpress-do-short-codes/

    Best regards,
    Yigit

    #484568

    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?

    #484587

    Hi!

    Can you post the link to your page where we can see an example?

    Best regards,
    Yigit

    #484588

    Link attached. You will notice the content is indented where an ordered list would appear but no numbers are appearing.

    #484595

    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

    #484600

    I added that in, and it made it display bullet points instead of the numbered list like it was supposed to.

    #484603

    Hey!

    Please change the code to following

    .bbp-reply-content li {
        list-style-type: decimal!important;
    }

    Regards,
    Yigit

    #484606

    Perfect! That worked. Thank you so much!

    #484608

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Use Shortcodes in bbPress forum plugin’ is closed to new replies.