cant find "listing title" & "listing description" in the po file

This topic contains 27 replies, has 5 voices, and was last updated by  Kiran 7 years, 3 months ago.

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

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #346631

    alphavader
    Buyer
    Post count: 75

    sadly doesnt work 🙁 – but working with an filter would be really nice on this.

    #346634

    Paolo
    Site Admin
    Post count: 31206

    I just tested it and it works, are you hiding the social sharing buttons?

    #346636

    alphavader
    Buyer
    Post count: 75

    hmm,
    can ypu modify the filter, that its seen here ?
    And yes i hide them.(see image)

    Here is a link to my testserver:
    http://kunden.bonindesign.de/deineinsatz/projekte/germany/berlin-1/berlin-1/projects/testiii11/

    #346901

    alphavader
    Buyer
    Post count: 75

    i meant modify that it is above the infoflied but in the “bordered-box”
    Can anyone help me with that ?

    Thanks so much – project is almost done and i lvoe this plugin.

    #346913

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    one of the developers will help you with that on Monday. I’m not 100% sure which filter to use in that case.

    Thanks for your patience,

    #346914

    alphavader
    Buyer
    Post count: 75

    Thank you alot

    #347730

    Kiran
    Moderator
    Post count: 7069

    Hi There,

    You following code snippet to display title on detail page sidebar.

    
    
    // Display title on detail page sidebar.
    function gd_title_on_detail_page_sidebar() {
        if (geodir_is_page('detail') || geodir_is_page('preview')) {
            echo '<div class="geodir-company_info geodir-details-sidebar-title">';
                echo '<div class="wrap gd-title-wrap">';
                    echo get_the_title();
                echo '</div>';
            echo '</div>';
        }
    }
    add_filter( 'geodir_detail_page_sidebar', 'gd_title_on_detail_page_sidebar', -99 );

    Thanks,
    Kiran

    #347776

    alphavader
    Buyer
    Post count: 75

    I love u – thanks alot!

    #347777

    alphavader
    Buyer
    Post count: 75

    one open thing – the translating but i described on the first post!

    #347780

    Guust
    Moderator
    Post count: 29970

    Kiran will look at that soon. Thanks

    #347795

    Guust
    Moderator
    Post count: 29970

    Kiran has fixed your site now, please check.

    #347799

    alphavader
    Buyer
    Post count: 75

    Thanks alot – looks good!
    Can Kiran please say what he changed?
    Cause this is an Test Server – iam working on another branch and
    the release will be this evening.
    Also id like to know if he had change some core files – or iam able to update ?

    Thanks for the great support. I will recommend this plugin
    to further clients.

    #347800

    Kiran
    Moderator
    Post count: 7069

    Hi,

    Thanks for letting us know.

    Changes are also included in next release, so don’t worry about future update.

    Till next release if you want to replicate changes on other site then just overwrite file
    wp-contentpluginsgeodirectorygeodirectory_template_actions.php from current site to another site that you want to fix.

    Let me know if you have any query.

    Thanks,
    Kiran

Viewing 13 posts - 16 through 28 (of 28 total)

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

Open Support Ticket