Kiran

Forum Replies Created

Viewing 15 posts - 1,036 through 1,050 (of 6,022 total)
  • Author
    Posts
  • in reply to: Page not found (translation issue) – continued #517738

    Kiran
    Moderator
    Post count: 7069

    Hi,

    Please check and let us know.

    Regards,
    Kiran

    in reply to: Rebuilding wp_geodir_gd_places_detail #517646

    Kiran
    Moderator
    Post count: 7069

    Hi Peter,

    – The page links are now replicating the country twice and I have tried editing in Permalinks to no avail.

    It looks like page conflicts with country slug. Make sure you have not assigned “south-africa” slug to any page. If you have used “south-africa” for any page then change it.

    – The lists of results arent showing in the list but are in the map (this is also true on the detail webpage):
    – KwaZulu-Natal shows twice on the homepage Province list but shows no records when you click on either

    Check after fixing page slug mentioned in 1).

    – Is there a way to search company name in the search bar?

    You can assign field in search from CPT(Places) > Settings > Search

    Let us know.
    Kiran

    in reply to: Search for translated country name does not work #517645

    Kiran
    Moderator
    Post count: 7069

    Thanks for letting us know.

    Kiran

    in reply to: I need to exclude GD scripts for non-gd-pages #517644

    Kiran
    Moderator
    Post count: 7069

    Hi filisara,

    Please try following PHP snippet for GDv2.

    
    
    /**
     * Dequeue core scripts & styles on non GD pages.
     *
     * Note: This may cause JavaScript errors when page contains widget/shortcode from GD.
     */
    function gd_snippet_dequeue_scripts() {
    	if ( class_exists( 'GeoDir_Frontend_Scripts' ) && ! geodir_is_geodir_page() ) {
    		global $geodir_location_manager;
    
    		// GeoDirectory
    		remove_action( 'wp_enqueue_scripts', array( 'GeoDir_Frontend_Scripts', 'load_scripts' ) );
    		remove_action( 'wp_print_scripts', array( 'GeoDir_Frontend_Scripts', 'localize_printed_scripts' ), 5 );
    		remove_action( 'wp_print_footer_scripts', array( 'GeoDir_Frontend_Scripts', 'localize_printed_scripts' ), 5 );
    
    		// Location Manager
    		if ( ! empty( $geodir_location_manager ) ) {
    			remove_action( 'wp_enqueue_scripts', array( $geodir_location_manager, 'add_styles' ), 10 );
    			remove_action( 'wp_enqueue_scripts', array( $geodir_location_manager, 'add_scripts' ), 10 );
    		}
    	}
    }
    add_action( 'wp', 'gd_snippet_dequeue_scripts', 100 );

    Regards,
    Kiran

    in reply to: Search for translated country name does not work #517638

    Kiran
    Moderator
    Post count: 7069

    Hi Irmgard,

    I have applied patch, please check and let us know.

    Regards,
    Kiran

    in reply to: Category search list as checkboxes instead of dropdown #517628

    Kiran
    Moderator
    Post count: 7069

    Hi Anitra,

    I have some changes to update for Beaver Builder compatibility, please provide us FTP credentials to check on your site.

    Regards,
    Kiran


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

    Kiran
    Moderator
    Post count: 7069

    Hi Frank,

    For GDv2 use following PHP snippet to open post link in a new window from map popup.

    
    
    /**
     * Open post link in a new window from map popup.
     */
    function gd_snippet_191118_wp_super_duper_widget_output( $output, $instance, $args, $super_duper ) {
    	if ( $output != '' && ! empty( $super_duper ) && ! empty( $super_duper->options['base_id'] ) && in_array( $super_duper->options['base_id'], array( 'gd_post_title', 'gd_post_images' ) ) ) {
    		$output = str_replace( array( ' href="', " href='" ), array( ' target="_blank" href="', " target='_blank' href='" ), $output );
    	}
    	return $output;
    }
    add_filter( 'wp_super_duper_widget_output', 'gd_snippet_191118_wp_super_duper_widget_output', 20, 4 );

    Regards,
    Kiran

    in reply to: What is the default sub-sort? #517460

    Kiran
    Moderator
    Post count: 7069

    The Featured field is still not resolved.

    Sorting works as expected as per setup. Let us know what you found wrong there.

    First two listings have set price range, that’s why both listings are at the top of the results in ascending order.

    Kiran

    in reply to: Search for translated country name does not work #517441

    Kiran
    Moderator
    Post count: 7069

    Hi Irmgard,

    Provide a site link, admin & FTP credentials, i will apply patch on your site.

    Regards,
    Kiran

    in reply to: What is the default sub-sort? #517440

    Kiran
    Moderator
    Post count: 7069

    Hi Hui,

    With random sorting it cache the results(when loaded first time) for 24 hours.

    Try following PHP snippet to refresh random sorted results on each page refresh.

    add_filter( 'geodir_rand_seed', '__return_null' ); // Random results on each refresh.

    Regards,
    Kiran

    in reply to: Add listing page queries #517439

    Kiran
    Moderator
    Post count: 7069

    Thanks for the kind words.

    Just let us know if you see any issue.

    Kiran

    in reply to: Problem with WPML Multilanguage #517428

    Kiran
    Moderator
    Post count: 7069

    Hi jotomas,

    I have re-saved WPML Settings & Permalinks Settings and it looks like issue is fixed.

    Please check and confirm.

    Regards,
    Kiran

    in reply to: Category search list as checkboxes instead of dropdown #517423

    Kiran
    Moderator
    Post count: 7069

    Hi Anitra,

    I looks like was a cache issue. I have created cache by clicking on “Purge SG Cache”. Now search page shows results fine.

    Please check and let us know.

    Regards,
    Kiran

    in reply to: New subscriber getting an error on payment screen #517420

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