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*

thebobajob

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: bbPress Search Results #4894
    thebobajob
    Member

    Hi Rabin

    OK. I am OK at tweaking codes if I knew which part of the code was causing the problem – can you point me in the right direction please?

    Cheers
    Bob

    in reply to: bbPress Search Results #4867
    thebobajob
    Member

    Hi

    Go to http://www.servicereality.co.uk/search/forum+title+one/
    You will see the output has been stripped of all tags so ending up with
    “Viewing 1 results (of 1 total) Author Search Results Last updated 2 weeks, 4 days ago #37 Forum: Forum title one Author Search Results Viewing 1 results (of 1 total)”

    Cheers
    Bob

    in reply to: Page Title Wrap not showing on Blog page #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

    in reply to: Page Title Wrap not showing on Blog page #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

    in reply to: Page Title Wrap not showing on Blog page #4768
    thebobajob
    Member

    Please can you reply.
    Thanks

    in reply to: Page Title Wrap not showing on Blog page #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

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