Tagged: bbpress search rsults
- This topic has 6 replies, 2 voices, and was last updated 11 years ago by Sanjip Shah.
-
AuthorPosts
-
October 15, 2013 at 2:53 pm #4632thebobajobMember
The Page Title Wrap is not showing on my Blog page but it shows on the demo of the theme.
I have a Page setup as /blog and set this as my Posts page, it is the same with a page I have set up as my forums page too using bbPress.
Any ideas?
Thanks
October 17, 2013 at 5:14 pm #4669Sanjip ShahParticipant@thebobajob You will have to use the blog page template for this. Please view the instructions here https://www.themehorse.com/theme-instruction/attitude-pro/#blogpage.
October 17, 2013 at 10:52 pm #4686thebobajobMemberHi
I tried that before I contacted you, as per the instructions, the title simply will not appear. The only way I can get it to appear is to change
if( ( ( '' != attitude_header_title() ) || ( $attitude_show_breadcrumb == 'true' && function_exists( 'bcn_display_list' ) ) ) && !( is_home() || is_front_page() ) ) {
to
if( ( ( '' != attitude_header_title() ) || ( $attitude_show_breadcrumb == 'true' && function_exists( 'bcn_display_list' ) ) ) && !( /*is_home() ||*/ is_front_page() ) ) {
and add in
elseif( is_home() ) { $attitude_header_title = "Blog"; }
to
function attitude_header_title() {
which obviously isn’t satisfactory as it’s hardcoded.
If I put in
elseif( is_home() ) { $attitude_header_title = get_the_title(); }
I get the title of the first post.
Bob
October 23, 2013 at 6:50 pm #4768thebobajobMemberPlease can you reply.
ThanksOctober 23, 2013 at 9:05 pm #4769thebobajobMemberI have another couple of problems with the theme.
1) The expandable search box is not in the right position in Safari until you click it, then it shows properly in the right place. The form element is inheriting the width of the opened search box even when it is shrunk. Once focus is taken away it reverts back to the wrong place.
2) I am using bbPress in the theme and the search results that come with bbPress is having all the tags stripped by something in the theme so all the output is just one long line of text. Any idea what might be doing this?
Cheers
BobOctober 24, 2013 at 10:45 pm #4791thebobajobMemberPlease can you reply regarding the bbPress search results problem. It is crucial I get this working.
The Theme is stripping out all of the HTML form the search results.
Also still need to fix the Blog title problem I initially posted about.
Thanks
BobNovember 12, 2013 at 3:12 am #5076Sanjip ShahParticipant@thebobajob For the Blog title issue, if you create the blog page with blog template this should solve the issue. One thing you should remember is that you should unset the blog page as posts page in the Settings->Reading. For the bbPress issue, our theme may not be completely with the bbPress forum, if you could provide a link to the page where you are having the issue, it would be easier for us to investigate it and fix this in our upcoming updates.
-
AuthorPosts
- You must be logged in to reply to this topic.