Kiran

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 6,022 total)
  • Author
    Posts

  • Kiran
    Moderator
    Post count: 7069

    Currently it only available with post meta. It will available in badge too. I am implementing it.

    It will let you know once we implement in in badge.

    Kiran

    in reply to: Ratings Default settings #543111

    Kiran
    Moderator
    Post count: 7069

    Hello,

    Try following PHP snippet to set default rating option to very good.

    
    
    function gd_snippet_200428_wp_footer() {	
    ?>
    <script type="text/javascript">
    jQuery(function($) {
    	$('.single .gd-extra-ratings .gd-rate-cat-in').find('select').each(function(){
    		if ($(this).val() == 1) {
    			$(this).find('option[value="4"]').attr('selected', 'selected');
    		}
    	});
    });
    </script>
    <?php
    }
    add_action( 'wp_footer', 'gd_snippet_200428_wp_footer', 100 );

    Regards,
    Kiran

    in reply to: User login #543104

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: GD V2 Near autocomplete Error? #543086

    Kiran
    Moderator
    Post count: 7069

    Hi Rudi,

    Password is worked but FTP use does not have edit file permission. I can’t update file. It shows permission denied.

    Provide us full file permission.

    Regards,
    Kiran

    in reply to: Translating the 'post listing shortcode' page #543082

    Kiran
    Moderator
    Post count: 7069

    Yes, you can use this way.

    I meant it will show ‘ロンドン・London’ in all languages. 🙂

    Thanks,
    Kiran


    Kiran
    Moderator
    Post count: 7069

    Hello Tim,

    Patch applied on your site.

    Now you can choose event fields keys fro list or try following shortcodes.

    
    
    [gd_post_meta key="event_start_date"]
    [gd_post_meta key="event_start_time"]
    [gd_post_meta key="event_start_date_time"]
    [gd_post_meta key="event_end_date"]
    [gd_post_meta key="event_end_time"]
    [gd_post_meta key="event_end_date_time"]

    Regards,
    Kiran

    in reply to: Translating the 'post listing shortcode' page #543068

    Kiran
    Moderator
    Post count: 7069

    Regions, cities & neighbourhoods names can be used only one language. You can’t use same region name in different language with translation.

    Kiran

    in reply to: Translating the 'post listing shortcode' page #543066

    Kiran
    Moderator
    Post count: 7069

    Hi diggerdog,

    If you asking about translation of neighbourhoods, city & region values then it is not possible. You can translate country names but not neighbourhoods, city & region.

    Thanks,
    Kiran

    in reply to: Translating the 'post listing shortcode' page #543037

    Kiran
    Moderator
    Post count: 7069

    Hi diggerdog,

    I have applied patch on your site. I run tool from GeoDirectory > Status > DB Text Translation. Now you can find those texts in WPML > String Translation.

    1. Will the patch be overridden in any furture update or will it come with the future update?

    Don’t worry about future updates, because patch already will be in next updates.

    2. Will these names now be strings I can search for?

    You can search these strings at WPML > String Translation.

    Let us know.

    Regards,
    Kiran

    in reply to: Search results – featured listings first #543024

    Kiran
    Moderator
    Post count: 7069

    Hello Phil,

    Try PHP snippet provided at here to show featured post at top of the search results. https://wpgeodirectory.com/support/topic/search-for-2-cpts-not-working/#post-522151

    Thanks,
    Kiran

    in reply to: Translating the 'post listing shortcode' page #543018

    Kiran
    Moderator
    Post count: 7069

    Hi diggerdog,

    We have fixed this issue. Provide us site link, admin & FTP credentials to apply patch on your site.

    Regards,
    Kiran

    in reply to: Lightbox animation for detail page photos tab #543015

    Kiran
    Moderator
    Post count: 7069

    There is no place to request and vote for new request, but we consider it for future.

    Kiran

    in reply to: Event Disruption translation #543012

    Kiran
    Moderator
    Post count: 7069

    Hello Herwig-Hakan Mader,

    I have applied patch to show translated option label at badge.

    Add translation for those option in file /wp-content/languages/plugins/geodirectory-de_DE.mo so it will reflect on front-end.

    Regards,
    Kiran


    Kiran
    Moderator
    Post count: 7069

    Hello,

    Provide us FTP site link, admin & FTP credentials to apply patch.

    Kiran


    Kiran
    Moderator
    Post count: 7069

    No it is not released yet. It will be probably in first week of May.

    Kiran

Viewing 15 posts - 31 through 45 (of 6,022 total)