Read More under "place" text does not work

This topic contains 16 replies, has 3 voices, and was last updated by  Hanno Coetzee 4 years, 3 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #521202

    Hanno Coetzee
    Full Member
    Post count: 30

    Hi Support
    i have uploaded a lot of my listings in Places. had a look now and then and all worked fine. When I cliked on the image or on read more beneath the image I was directed to the full desription with images etc. After loading locations plugin suddenly the function as described above does not work.

    #521209

    Alex Rollin
    Moderator
    Post count: 27815

    Sorry for the trouble. Have you tried clearing cache? I would recommend you also try to clear server side cache.

    If the issue persists please share WP Admin credentials in a private reply so we can look into the issue.

    #521218

    Hanno Coetzee
    Full Member
    Post count: 30
    This reply has been marked as private.
    #521221

    Alex Rollin
    Moderator
    Post count: 27815

    Please check, I resaved permalinks as described here:

    https://wpgeodirectory.com/docs-v2/geodirectory/settings/permalinks/#404

    #521231

    Hanno Coetzee
    Full Member
    Post count: 30

    Hi Alex
    Thank you. All is fine Now.

    #521233

    Alex Rollin
    Moderator
    Post count: 27815

    Eggsellent!

    #521863

    Hanno Coetzee
    Full Member
    Post count: 30
    This reply has been marked as private.
    #521927

    Alex Rollin
    Moderator
    Post count: 27815

    1. Use a GD Map shortcode, set in the advanced options to map type “Archive”

    2. Adjust the pagination settings in WP

    WP – Settings – Reading – Posts per page

    #522035

    Hanno Coetzee
    Full Member
    Post count: 30

    Hi Alex
    Question 1 regarding map is sorted Thanks A million.
    Question 2 regarding posts per page does not work still get only 5 places per page with lots of pages underneath (pagination)

    #522064

    Alex Rollin
    Moderator
    Post count: 27815

    Some themes have a setting for that, to override the WP setting. If you use Divi theme, check there.

    #522093

    Hanno Coetzee
    Full Member
    Post count: 30

    Thank you Alex Found it and it works

    #522108

    Hanno Coetzee
    Full Member
    Post count: 30
    This reply has been marked as private.
    #522198

    Alex Rollin
    Moderator
    Post count: 27815

    There is not a setting for that at this time. I will ask the developers if there is a way to show more suggestions.

    #522392

    Naveen Giri
    Moderator
    Post count: 1559

    Hi Hanno,

    Please try following code snippet.

    
    add_filter( 'geodir_location_rest_location_type_city_query', 'geodir_location_rest_location_type_city_query_callback', 10, 2);
    function geodir_location_rest_location_type_city_query_callback( $prepared_args, $request  ){
    	$prepared_args['number'] = 'all';
    	return $prepared_args;
    }

    Thanks

    #522393

    Hanno Coetzee
    Full Member
    Post count: 30
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 17 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket