bbpress compatibility with theme

Support Forums for LiveMesh Themes & Plugins Forums Invent Theme Support bbpress compatibility with theme

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26869
    myetutors
    Participant

    Hello phoenix,
    I am facing some issues with bbpress forums and I am not sure the issue is to be addressed to you (Limemesh) or bbpres.
    1) As I am adding forum to the header menu on home page, sometimes the home page is crashing i.e the the (tab sliders, slider etc stop working)
    2) I am unable to add the featured image to the single forum, single topic page. As given on support form of bbpress forum I have added following code in Invent-function.php
    /**bbpress thumbnail addition**/
    function ks_forum_icons() {
    if ( ‘forum’ == get_post_type() ) {
    global $post;
    if ( has_post_thumbnail($post->ID) )
    echo get_the_post_thumbnail($post->ID,’thumbnail’,array(‘class’ => ‘alignleft forum-icon’));
    }
    }
    add_action(‘invent_before_forum_title’,’ks_forum_icons’);
    and
    add_post_type_support(‘forum’, array(‘thumbnail’));

    but by adding this code to Invent-functions.php I could not solve the problem of uploading the featured image.
    3) Invent theme contains an inbuilt blog is there compatibility issue due to blog?
    can you tell me how to integrate bbpress through your blog if possible

    Please help me in solving issues

    Thanks

    #26875
    myetutors
    Participant

    Hello phoenix,
    I am able to resolve the issues for for adding featured image and home page

    #26880
    Veena
    Moderator

    Glad you were able to resolve this and thanks for letting us know.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘bbpress compatibility with theme’ is closed to new replies.