BuddyBoss Home – Web › Support Forums › Solutions › Social Portfolio › Front page custom content + projects
- This topic has 8 replies, 3 contibutors, and was last updated 8 years, 10 months ago by Anonymous.
Question
December 28, 2015 at 7:26 am #55122@hectornadoHello, 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
December 29, 2015 at 12:18 pm #55192@
AnonymousHi @hectornado, Custom content is not allow at present
We will consider it as will allow custom content as wellfor 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 DubeyDecember 29, 2015 at 3:30 pm #55209@hectornadoHi, 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?
~ JohanDecember 30, 2015 at 1:57 pm #55249@
AnonymousHi @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
January 2, 2016 at 11:54 am #55373@
AnonymousHi @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 DubeyJanuary 3, 2016 at 7:58 am #55416@hectornadoThank 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.seJanuary 4, 2016 at 7:45 am #55479@
AnonymousHi @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 DubeyJanuary 8, 2016 at 8:59 am #55845@hectornadoHi there. Sent you the login details few days back. Did you receive it?
Thank you.
~ JohanJanuary 21, 2016 at 7:43 am #56800@
AnonymousHi @hectornado, We have got your details and an update sent to you via mail..
Thanks
- The question ‘Front page custom content + projects’ is closed to new replies.