Kiran

Forum Replies Created

Viewing 15 posts - 1,576 through 1,590 (of 6,022 total)
  • Author
    Posts
  • in reply to: Data are not stored correctly #504873

    Kiran
    Moderator
    Post count: 7069

    Hi Matthias,

    I have added phone column in wp_geodir_gd_veterinaermedizin_detail & wp_geodir_gd_urlaub_mit_haus_detail tables.

    I have checked all CPTs and all worked fine now.

    Kiran

    in reply to: JupiterX issue #504869

    Kiran
    Moderator
    Post count: 7069

    Thanks for letting us know.

    in reply to: Output list of upcoming Event Cities? #504867

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.

    Kiran
    Moderator
    Post count: 7069

    Please try now after clearing your browser cache.

    Kiran

    in reply to: JupiterX issue #504575

    Kiran
    Moderator
    Post count: 7069

    Hello,

    After doing some debugging found that dynamic css from wp-content/uploads/jupiterx/compiler/jupiterx/ not loaded on preview page.

    I have added following PHP snippet in you child-theme functions.php and seems issue is fixed. Please try this snippet on your live site.

    
    
    /**
     * Fix GeoDirectory preview page issue on Jupiter X theme.
     */
    function gd_snippet_20190823_wp_footer() {
    	if ( empty( $_GET['preview'] ) ) {
    		return;
    	}
    ?>
    <script type="text/javascript">
    jQuery(function(){
    	var href = jQuery('link#jupiterx-css').attr('href');
    	href = href + '&_r=' + ( Math.floor( Math.random() * 100000000000 ).toString() );
    	jQuery('link#jupiterx-css').attr('href', href );
    });
    </script>
    <?php
    }
    add_action( 'wp_footer', 'gd_snippet_20190823_wp_footer', 20 );

    Please try after clearing your browser cache.

    Let us know.

    Thanks,
    Kiran

    in reply to: [gd_categories] #504559

    Kiran
    Moderator
    Post count: 7069

    Hi Mark,

    gd_categories widget/shortcode has own sorting. Categories on map loading with WordPress default sorting(a to z).

    Two things implemented and it will be in next release.
    1) Option added in gd_categories to show CPT title, so it will easily separate categories by CPT title.
    2) Filters added to sort categories in map.
    – orderby: https://github.com/AyeCode/geodirectory/commit/21b200d28375a99cb70a562192f628529b1ad35a#diff-92947952e106c8090e8e2d2462782808R308
    – order: https://github.com/AyeCode/geodirectory/commit/21b200d28375a99cb70a562192f628529b1ad35a#diff-92947952e106c8090e8e2d2462782808R318

    By default it is using WordPress default sorting(a to z).

    Please apply patch available at here https://github.com/AyeCode/geodirectory/commit/21b200d28375a99cb70a562192f628529b1ad35a#diff-92947952e106c8090e8e2d2462782808R318

    Let us know.

    Kiran

    in reply to: Featured listings in GD V2 #504535

    Kiran
    Moderator
    Post count: 7069

    No limitation, you can use as many you want. I have used one & two categories/tags just for example.

    Kiran

    in reply to: Data are not stored correctly #504533

    Kiran
    Moderator
    Post count: 7069

    Hi There,

    There was phone field was missing in detail table.

    Please check now and let us know.

    Kiran

    in reply to: Featured listings in GD V2 #504527

    Kiran
    Moderator
    Post count: 7069

    Hi,

    As i have provided example ate here: https://github.com/AyeCode/geodirectory/issues/884#issuecomment-523458285

    Example 1:

    [gd_post_badge key="post_category" condition="is_contains" search="32" badge="Attractions" bg_color="#0073aa" txt_color="#ffffff"]

    I have category “Attractions” with ID 32. Above shortcode will display badge “Attractions” on listings which contains category “Attractions”.

    Example 2:

    [gd_post_badge key="post_category" condition="is_contains" search="32,33" badge="Attractions / Hotels" bg_color="#0073aa" txt_color="#ffffff"]

    I have categories “Attractions” with ID 32 & “Hotels” with ID 33. Above shortcode will display badge “Attractions / Hotels” on listings which either contains any category from “Attractions” & “Hotels” or contains both categories.

    Example 3:

    [gd_post_badge key="post_tags" condition="is_contains" search="Museum" badge="Museum" bg_color="#0073aa" txt_color="#ffffff"]

    I have tag “Museum”. Above shortcode will display badge “Museum” on listings which contains tag “Museum”.

    Example 4:

    [gd_post_badge key="post_tags" condition="is_contains" search="Museum,Garden" badge="Museum / Garden" bg_color="#0073aa" txt_color="#ffffff"]

    I have tags “Museum” & “Garden”. Above shortcode will display badge “Museum / Garden” on listings which either contains any tag from “Museum” & “Garden” or contains both tags.

    Let us know.

    Thanks,
    Kiran

    in reply to: Adding Place does not update #504520

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Page not found (translation issue) #504509

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Importing Events; Date *Always* Early by one Day #504380

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Page not found (translation issue) #504368

    Kiran
    Moderator
    Post count: 7069

    Hi Andre,

    Please check now after clearing your browser cache.

    Posts in PT language has the category assigned of EN language. May be because posts were translated before and categories translated later. I have added some changes to prevent 404 page not found in such cases.

    Please check and let us know.

    Thanks,
    Kiran

    in reply to: No notification? #504316

    Kiran
    Moderator
    Post count: 7069

    Hi Tina,

    We have fixed issue of claim counts not updated on new claim request. It will be in next release of Claim Listings plugin.

    Provide us FTP credentials if you want to apply patch from our side.

    Thanks,
    Kiran


    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
Viewing 15 posts - 1,576 through 1,590 (of 6,022 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount