Kiran

Forum Replies Created

Viewing 15 posts - 781 through 795 (of 6,022 total)
  • Author
    Posts
  • in reply to: Error When Trying to Add A Price Package #523786

    Kiran
    Moderator
    Post count: 7069

    Hi Frank,

    I checked on the site you provided.

    I added one gd_school(Schools) post type and it created “Free School” default package under that post type. I added one more package under gd_school(Schools). Packages lists shows both packages there.

    Please provide steps how to replicate issue.

    Best Regards,
    Kiran

    in reply to: Link to Legal Documents #523702

    Kiran
    Moderator
    Post count: 7069

    Thanks for letting us know 🙂

    in reply to: map bubble issue #523699

    Kiran
    Moderator
    Post count: 7069

    Hi Victor,

    This error occurs when it fails to validate security nonce. I have tried many times in different browsers but can’t replicate issue. One of my team member also tried and it worked working fine for him also.

    It looks like something cache related things that creating issue at your side.

    Please try adding PHP snippet and let us know how it goes.

    Best Regards,
    Kiran

    in reply to: Link to Legal Documents #523698

    Kiran
    Moderator
    Post count: 7069

    Hello,

    Issue has been fixed.

    – Changed custom_consent to consent in PHP snippet, because field key is consent at field setting.
    – Re-saved field with html description.

    Please check and let us know.

    Regards,
    Kiran

    in reply to: Link to Legal Documents #523640

    Kiran
    Moderator
    Post count: 7069

    Hi Al Sommer,

    Please provide us site link & admin credentials in a private reply to look into there.

    Thanks,
    Kiran

    in reply to: Link to Legal Documents #523585

    Kiran
    Moderator
    Post count: 7069

    Hello,

    It looks like you can copied snippet from emails. Please copy snippet from here #522528
    After adding snippet change “custom_email, custom_phone & custom_url” to your desired field, because those field are just for examples.

    Provide us admin credentials to do this from our side if you are facing problem in adding a snippet.

    Regards,
    Kiran


    Kiran
    Moderator
    Post count: 7069

    Hi Hui,

    Issue with “Location with Mall Link” has been fixed. After doing some debugging found that this was happening on add/edit franchise page when franchise has two html editor file and one is locked.

    I have also applied patch on your main site.

    Please check and let us know.

    Regards,
    Kiran

    in reply to: Analytics Add-on #523577

    Kiran
    Moderator
    Post count: 7069

    Hi Matthew,

    I checked and not found any issue at the website end. Please allow us to test analytics with my own Google Analytics account settings in GeoDirectory > Settings > Google Analytics.

    Regards,
    Kiran

    in reply to: Different packages frontend/backend #523514

    Kiran
    Moderator
    Post count: 7069

    Hi Alfonso,

    Issue has been fixed, please check and let us know how it goes.

    Regards,
    Kiran

    in reply to: map bubble issue #523490

    Kiran
    Moderator
    Post count: 7069

    Hi Victor,

    Map bubble worked fine for me as well in Safari, Chrome & Firefox. If you add PHP snippet then it will prevent cache issue with map bubble.

    Let us know.

    Regards,
    Kiran

    in reply to: Google analytic error 1 #523489

    Kiran
    Moderator
    Post count: 7069

    Glad to hear that you found it.

    Kiran

    in reply to: Why a Google API call when using OSM? #523488

    Kiran
    Moderator
    Post count: 7069

    Hi Carlos,

    This has been fixed and it will be in next release.

    Provide us FTP credentials if you want to apply patch on your site.

    Patch available at here: https://github.com/AyeCode/geodirectory/commit/0cbcf718f2b8d8630cc5d4f24f849ca3bbebb0b7

    Regards,
    Kiran

    in reply to: Open Listing in new "window or tab" how to… #523486

    Kiran
    Moderator
    Post count: 7069

    Hi Steve,

    Try following PHP snippet to open listing link in a new tab from add listing page.

    
    
    /**
     * Open listing link in a new tab from add listing page.
     */
    function gd_snippet_191231_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' ) ) ) {
    		// Add listing page.
    		if ( ! geodir_is_page( 'add-listing' ) ) {
    			return $output;
    		}
    
    		$output = str_replace( array( ' href="http', " href='http" ), array( ' target="_blank" href="http', " target='_blank' href='http" ), $output );
    	}
    
    	return $output;
    }
    add_filter( 'wp_super_duper_widget_output', 'gd_snippet_191231_super_duper_widget_output', 20, 4 );

    Regards,
    Kiran

    in reply to: Price Packages not showing in Frontend #523408

    Kiran
    Moderator
    Post count: 7069

    Hi Jeroen,

    It was a cache issue. Package list was loaded from cache(Object Cache+ Memcached). I have added one snippet to fix this cache issue.

    Please check and let us know.

    Regards,
    Kiran

    in reply to: Location Page – Map Zoom Error and Listing Sorting Error #523390

    Kiran
    Moderator
    Post count: 7069

    Hi Ellory,

    gd_map shortcode is setup with fixed zoom level(zoom=3) in Pages > Location > Edit Page.

    Please set “zoom=0” (Auto) to show auto zoomed map based on marker pinpoints. See screenshot how it looks when zoom=0 is used in gd_map shortcode.

    Let us know.

    Regards,
    Kiran

Viewing 15 posts - 781 through 795 (of 6,022 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount