BuddyBoss Home – Web Support Forums Solutions Social Portfolio Front page custom content + projects

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

    #55122
    @hectornado

    Hello, your demos front page is set to project page it seems. But I would like to have more custom content on the front page. But I would also like to have the projects showing like the demo. For example like this from top to bottom:

    Top menu
    Home slider
    Custom content
    Projects (with the options above)
    Footer.

    Is this possible?

    Answers

    #55192
    @vapvarun

    Hi @hectornado, Custom content is not allow at present
    We will consider it as will allow custom content as well

    for mean time if you need to add custom content content you will need to modify one of template files content.php inside your child theme

    Regards
    Varun Dubey

    #55209
    @hectornado

    Hi, I no have content.php in my child theme. But I don’t know what to add to make it display the content I’m adding. I have the project page set as my front page.
    Is it: <?php the_content(); ?> ? In that case, where in the code do I add this?
    ~ Johan

    #55249
    @vapvarun

    Hi @hectornado, Please wait for a while it need some modification in our filters also
    I have submitted it to developer to provide a proper options on it.

    Regards

    #55373
    @vapvarun

    Hi @hectornado, you can add following to child theme functions.php

    
    add_filter('bpc_global_projects_content', 'social_portfolio_global_template_new', 9999);
    
    function social_portfolio_global_template_new($content){
        $content = get_the_content();
        return $content;
    }
    

    Regards
    Varun Dubey

    #55416
    @hectornado

    Thank you Varun.
    I have two issues:

    1) The content seems to appear between the headline and the project filter line for some reason. Would be great if the content displayed above the project headlines. Just to be clear: I would like the content to display bewtween the Slideshow and the Project headline.

    2) It seems like content is not displaying line breaks for some reason.

    Password to the site: as
    Here is the site: http://akvarellsidan.se

    #55479
    @vapvarun

    Hi @hectornado, content inside the homepage need multiple edits in plugin and theme file both
    Please send your login detail from our contact page we will add those edits inside your site.

    Those edits will be part of next version update
    Regards
    Varun Dubey

    #55845
    @hectornado

    Hi there. Sent you the login details few days back. Did you receive it?
    Thank you.
    ~ Johan

    #56800

    Anonymous
    @

    Hi @hectornado, We have got your details and an update sent to you via mail..

    Thanks

Viewing 9 posts - 1 through 9 (of 9 total)
  • The question ‘Front page custom content + projects’ is closed to new replies.