Slogan under Details Title

This topic contains 5 replies, has 3 voices, and was last updated by  Stiofan O’Connor 7 years, 1 month ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #415183

    jahusdtc
    Expired Member
    Post count: 162

    On this page, I am trying to put each company’s SLOGAN under the Title.

    I added it to the top of address and it looks okay…but now Reviews and stars are beside the SLOGAN and I’d like Reviews as was next to address.

    Can you tell me what action I need to add my Slogan to?

    Thanks much.

    http://feptc.org/places/united-states/florida/coral-springs/repair/bobs-auto-repair/#reviews

    #415362

    Kor
    Moderator
    Post count: 16516

    Hi there,

    You can use custom CSS code below to move it. Let me know if it’s what you’re looking for. Insert into GD > Design > Scripts > Custom Style CSS

    
    
    .sd .sd-ratings {
        margin-top: 35px;
    }

    Thanks!

    #415461

    jahusdtc
    Expired Member
    Post count: 162

    What I hoped to find was an add_action or add_filter that could put the Slogan as sort of a sub-title to the Title (Company Name, whatever you want to call it.)

    Could you tell me what add_action or add_filter I need to do this?

    I have been trying with
    “You can use hook ‘geodir_details_main_content’ with order 31 to add content under the listing title.”

    but the results end up just above the tabs, not under the title.

    Can you advise?

    Thanks.

    #415590

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    The closest filter is ‘sd_details_output_address’, you would use it like

    
    
    add_filter('sd_details_output_address','_my_filter_function');
    function _my_filter_function($sd_address){
        // we need to go above
        $sd_address = "My sub title" . $sd_address;
    
        return $sd_address;
    }

    Thanks,

    Stiofan

    #416787

    jahusdtc
    Expired Member
    Post count: 162

    Thank you, guys!

    #416790

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    You are welcome!

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount