Kiran

Forum Replies Created

Viewing 15 posts - 2,131 through 2,145 (of 6,022 total)
  • Author
    Posts
  • in reply to: Slow Submissions #490554

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Full Page Settings #490547

    Kiran
    Moderator
    Post count: 7069

    Hello There,

    I have added GeneratePress theme page layout compatibility.

    Please provide FTP credentials to apply patch on your site. FTP credentials you provided are not working.

    Kiran


    Kiran
    Moderator
    Post count: 7069

    Hi,

    Please try following snippet to use different page archive item for each package.

    
    
    function gd_snippet_010619_archive_item_page_id( $page_id, $post_type ) {
    	global $gd_post;
    	
    	if ( ! empty( $gd_post ) && ! empty( $gd_post->package_id ) ) {
    		$package_id = $gd_post->package_id;
    
    		if ( $package_id == 1 ) { // MATCH PACKAGE ID
    			$page_id = 123; // ARCHIVE ITEM PAGE ID from PAGES
    		} elseif ( $package_id == 2 ) {
    			$page_id = 234;
    		} elseif ( $package_id == 3 ) {
    			$page_id = 567;
    		}
    	}
    	
    	return $page_id;
    }
    add_filter( 'geodir_archive_item_page_id', 'gd_snippet_010619_archive_item_page_id', 10, 2 );

    Kiran

    in reply to: i was asked to update geodirectory #490349

    Kiran
    Moderator
    Post count: 7069

    Hi Alexandra,

    Google map taking too much time to load around 7900 listings markers. I have enabled marker cluster by adding marker_cluster=1 in gd_map shortcode. Now map is loading fine.

    Please check and let us know.

    Regards,
    Kiran

    in reply to: Advanced Search – No listings found #490346

    Kiran
    Moderator
    Post count: 7069

    Hi eic2010,

    It looks like “Event Dates” field is not saved properly in CPT(What’s On) > Settings > Search.
    I have have deleted and added again and it fixed issue.

    Please check and let us know.

    Thanks,
    Kiran

    in reply to: Show user their favorites #490345

    Kiran
    Moderator
    Post count: 7069

    Hi Nolan,

    Sorry missed this topic.

    I have done some debugging and found that “Author Archives” page is disabled via Yoast SEO settings.

    I have enabled “Author archives” from SEO > Search Appereance > Archives > Author archive settings. Now my listings & my favorites pages are working fine.

    Regards,
    Kiran


    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Activating location manager add on crashes my site #490342

    Kiran
    Moderator
    Post count: 7069

    Hi Kate,

    Please check now. I run GD Tool from GeoDirectory > Status > Tools > Clear DB versions. Running this tool fixed missing field.

    Kiran

    in reply to: Map page without items #490340

    Kiran
    Moderator
    Post count: 7069

    Hello,

    Please check now.

    I have enabled plugin “Full Screen Menu for Elementor” and now menu is back.

    Kiran

    in reply to: Map page without items #490317

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Activating location manager add on crashes my site #490316

    Kiran
    Moderator
    Post count: 7069

    I had already changed it and selected “GD Location page” at GeoDirectory > Settings > Pages > Location.
    Now /directory/ page is working fine.

    Kiran

    in reply to: Activating location manager add on crashes my site #490308

    Kiran
    Moderator
    Post count: 7069

    Hi Kate,

    You have assigned same page as a site front page and as a GD location page.
    A Page selected at GeoDirectory > Settings > Pages > GD Location page can not be used as a front page or a home page.

    Please check and let us know.

    Regards,
    Kiran

    in reply to: Error when adding a review #490301

    Kiran
    Moderator
    Post count: 7069

    Ho Tony,

    This is already fixed and i have applied patch on your site.

    Please check and let us know.

    Best Regards,
    Kiran


    Kiran
    Moderator
    Post count: 7069

    Hi Foster,

    Try following steps to show listing count even for one page:
    – copy template file \plugins\geodirectory\templates\loop\pagination.php into your child theme or theme. (so path will be THEME\geodirectory\loop\pagination.php)
    – In file THEME\geodirectory\loop\pagination.php find:

    if ( $wp_query->max_num_pages <= 1 ) {

    and replace that line with

    if ( $wp_query->max_num_pages < 1 ) {

    My first issue with the map not loading seems to have been solved.

    I tried but still not replicating issue from my side.
    Did you tried on other system?

    Regards,
    Kiran

    in reply to: Map page without items #490185

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