BuddyBoss Home – Web Support Forums Themes Boss. theme BuddyBoss and Main Title Events Manager Single Page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Question

    #53886
    @yespapa

    Hi,

    Is there a way to not display the Main Title Events Manager Single Page (who is displayed as an article)? When a single event is displayed there are two titles : the cover page title (header page cover title) (and with the Boss theme this is very wonderful) and the main title page (header entry title).

    Do you have an idea?

    Thank you.

    Answers

    #53904

    Anonymous
    @

    Hi @yespapa, Please add the following css code to hide the extra title in single event:

    
    .entry-title {
        display: none !important;
    }
    

    Regards
    Pallavi

    #53913
    @yespapa

    Yep. I think to be more specific, you can use :

    .type-event .entry-title {
    	display: none;
    }

    I am just wondering if there is another way to do it with something else than CSS.

    Another question, could you thing it is possible to pull up the sidebar like this (like a profile page for example) :

    #53920
    @yespapa

    Like this (just play with HTML) : see image.

    It seems that the “header cover photo” page have to move in the “site content” page. Do you think it is possible?

    Thank you.

    #53987
    @yespapa

    It seems to use the Boss “Blog Cover Photo” function.

    Is there a way to put the “Blog Cover Photo” block in the “site content” page? This would great.

    Thank you.

    #54014

    Anonymous
    @

    Hi @yespapa, Please provide me your site url so I can check it to make the sidebar exact in full height.

    Regards
    Pallavi

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘BuddyBoss and Main Title Events Manager Single Page’ is closed to new replies.