Geodirectory Custom Field Styling

This topic contains 17 replies, has 4 voices, and was last updated by  Carol Chu 7 years, 8 months ago.

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

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #260469

    Paolo
    Site Admin
    Post count: 31206

    Hi Carol,
    I asked to the developers to follow up.

    They’ll let you know asap.

    Thanks

    #261104

    Giri
    Expired Member
    Post count: 3155

    Hi Carol, I have applied some code in your site and updated GD to 1.6.7.

    It works now.

    Let me know if you still have problem.

    This is the code I applied

    
    
    
    function gd_replace_yes_text_in_cf($html) {
        $html = str_replace(array(": ","Yes"),"",$html);
        return $html;
    }
    add_filter('geodir_show_geodir_TransitAccesible','gd_replace_yes_text_in_cf');
    add_filter('geodir_show_geodir_parking','gd_replace_yes_text_in_cf');

    It can be found in the bottom of your theme’s functions.php file

    Thanks

    #261292

    Carol Chu
    Expired Member
    Post count: 22

    Great Thanks!

Viewing 3 posts - 16 through 18 (of 18 total)

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

Open Support Ticket