Foster

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 117 total)
  • Author
    Posts
  • in reply to: Snippet for US state abbreviations & Washington, DC #536877

    Foster
    Full Member
    Post count: 164
    This reply has been marked as private.

    Foster
    Full Member
    Post count: 164

    Thanks. I understand a little better now. But I don’t expect my users to, so I’ll likely need to add some search tips or example searches.


    Foster
    Full Member
    Post count: 164
    This reply has been marked as private.

    Foster
    Full Member
    Post count: 164
    This reply has been marked as private.

    Foster
    Full Member
    Post count: 164

    I clicked the link in the email notification and it showed NO results but clicked the link here in the forum and it showed results.

    Here’s the link from the email:

    https://venuemaps.net/search/?geodir_search=1&stype=gd_place&s=patio&snear=&spost_category%5B%5D=47&sgeo_lat=&sgeo_lon=

    A search for “bars patio” with both words in the search field (not selected in advance search) returns ONLY listings with “Patio” in the title, not all listings in category:bars with tag:patio as I would expect.

    
    https://venuemaps.net/search/?geodir_search=1&stype=gd_place&s=bars+patio&snear=&sgeo_lat=&sgeo_lon=

    I just want the search to be as intuitive as possible so my users don’t get frustrated and give up.


    Foster
    Full Member
    Post count: 164

    I can search a combination of tags, such as ‘patio waterfront’ and get results of places with both those tags.

    But I can’t search a combination of tag and category? (bars:category patio:tag)


    Foster
    Full Member
    Post count: 164
    This reply has been marked as private.

    Foster
    Full Member
    Post count: 164
    This reply has been marked as private.

    Foster
    Full Member
    Post count: 164
    This reply has been marked as private.
    in reply to: V1 features coming to V2? (visitor location, search radius) #532817

    Foster
    Full Member
    Post count: 164

    Regarding the iOS apostrophe issue. I had this Snippet in place to fix this but it was deactivated.

    function gd_snippet_get_search_query( $query ) {
    	if ( $query != '' ) {
    		$query = str_replace( array( "%E2%80%99", "’" ), array( "%27", "'" ), $query ); // 
    	}
    	return $query;
    }
    add_filter( 'get_search_query', 'gd_snippet_get_search_query', 10, 1 );

    It seems to have fixed some but not all of the related issues.

    in reply to: POST TYPE (pt_single & pt_plural) Meta not working? #532688

    Foster
    Full Member
    Post count: 164

    I have more post types in development. But using text is fine I guess.

    If CPT related tags won’t work on the location page, it might help avoid confusion to remove them from the list of available tags. Also any other tags that don’t work for a specific page.

    in reply to: GD Locations widget pagination bug? #531625

    Foster
    Full Member
    Post count: 164
    This reply has been marked as private.
    in reply to: GD Locations widget pagination bug? #531432

    Foster
    Full Member
    Post count: 164
    This reply has been marked as private.
    in reply to: GD Locations widget pagination bug? #531427

    Foster
    Full Member
    Post count: 164

    Thanks Kiran, the pagination bug is fixed.

    I ended up modifying another Snippet to hide the Location widget on city Location pages:

    add_action( 'wp_head', function () { ?>
    	<script>
    
    		jQuery(document).ready(function(){
    	if ( jQuery('.wp-block-geodirlocation-geodir-location-widget-locations ul li').length <= 1  ) {
    	  		jQuery('.wp-block-geodirlocation-geodir-location-widget-locations').hide();
    	}	
    })
    
    	</script>
    <?php } );
    in reply to: GD Locations widget pagination bug? #531236

    Foster
    Full Member
    Post count: 164

    Sorry about that. I think those credential should work. Here’s some info from Cloudways about connecting via SFTP with FileZilla

    Part A: SFTP Access
    To use SFTP, you will need an SFTP client. We have used in this example.

    Here is a list of the fields you will need to enter in your SFTP client:

    Host (or Host Name): Enter your Public IP address.
    Username: Insert the username you noted above.
    Password: Insert the password you noted above.
    Port: Set the port to 22.
    Click on Quickconnect.

Viewing 15 posts - 1 through 15 (of 117 total)