Map not showing up in "add listing" form

This topic contains 13 replies, has 5 voices, and was last updated by  acmug 4 years, 4 months ago.

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

Open Support Ticket

Tagged: ,

  • Author
    Posts
  • #519452

    acmug
    Full Member
    Post count: 9

    I am developing a website and directory for a group I am involved in. I am using the core plug in and Location Manager. In the form to add a new listing, the map is not showing up. There is a blank space and text overlapping the phone number input field. On the search page and location page, the map shows up fine, so it does not seem to be an API issue. This is the only place where the map doesn’t seem to be working.

    http://www.australianchinesemedicineunion.com.au/add-practitioner-listing/?listihttp://www.australianchinesemedicineunion.com.au/add-practitioner-listing/?listing_type=gd_placeng_type=gd_place

    #519455

    Kor
    Moderator
    Post count: 16516

    Hi acmug,

    Thanks for your post. Kindly share your Website WP admin access here and we’ll troubleshoot this further for you. In the meantime, go through this conflict test and see if it helps https://wpgeodirectory.com/docs-v2/faq/troubleshooting/#conflict-test .

    #519465

    acmug
    Full Member
    Post count: 9
    This reply has been marked as private.
    #519476

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
    #520214

    acmug
    Full Member
    Post count: 9

    Any updates?

    #520262

    Naveen Giri
    Moderator
    Post count: 1559

    Hi acmug,

    Please provide FTP and it seems my IP has been blocked on your server.
    Please allow it.

    Thanks

    #520365

    acmug
    Full Member
    Post count: 9
    This reply has been marked as private.
    #520367

    acmug
    Full Member
    Post count: 9

    Search results are also giving me a blank page. No error message. Header and sidebar are present but main column is blank when doing a search ‘near’ location…. I don’t know if the issues are related?

    #520417

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
    #520477

    acmug
    Full Member
    Post count: 9
    This reply has been marked as private.
    #520566

    Naveen Giri
    Moderator
    Post count: 1559

    yes, both have different field.

    you can follow the button beside field in
    Geodirectory -> settings -> General -> Map Settings

    Let us know how it goes after. I see the site is still not visible to me.
    you can check your cpanel and unblock me.

    Thanks

    #520906

    acmug
    Full Member
    Post count: 9

    There are no blocked IPs, not sure why you can’t see it :/

    #520991

    Kiran
    Moderator
    Post count: 7069

    Hi acmug,

    One of plugin converting

    &

    to

    #038;

    in html and it breaks JavaScript on the page.

    Add following PHP snippet to fix this.

    
    
    /**
     * Fix changing "&" to "& #038;".
     */
    function gd_snippet_191211_the_content( $content ) {
    	if ( ! empty( $content ) && strpos( $content, "geodir_" ) !== false ) {
    		$content = str_replace( "&" . "#038;&" . "#038;", "&&", $content );
    	}
    	return $content;
    }
    add_filter( 'the_content', 'gd_snippet_191211_the_content', 9999, 1 );

    Let us know how it goes.

    Regards,
    Kiran

    #521458

    acmug
    Full Member
    Post count: 9
    This reply has been marked as private.
Viewing 14 posts - 1 through 14 (of 14 total)

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

Open Support Ticket