badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Page Title Wrap not showing on Blog page

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #4632
    thebobajob
    Member

    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

    #4669
    Sanjip Shah
    Participant

    @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.

    #4686
    thebobajob
    Member

    Hi

    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

    #4768
    thebobajob
    Member

    Please can you reply.
    Thanks

    #4769
    thebobajob
    Member

    I 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
    Bob

    #4791
    thebobajob
    Member

    Please 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
    Bob

    #5076
    Sanjip Shah
    Participant

    @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.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.