Bug with Map on Mobile

This topic contains 6 replies, has 5 voices, and was last updated by  Kiran 4 years, 8 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #506821

    donarcher
    Expired Member
    Post count: 27

    On this page, the GD-Details page template; https://miatanation.com/places/scottsdale-towing-co/
    the map isn’t displaying properly. I was told to report this as a but.

    #506824

    Kor
    Moderator
    Post count: 16516

    Hi donarcher,

    Thanks for your post. Your Website is under maintenance mode. Could you share your Website WP admin access here in private reply so that we could check on it?

    #506830

    donarcher
    Expired Member
    Post count: 27
    This reply has been marked as private.
    #506834

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

    Naveen Giri
    Moderator
    Post count: 1559

    Hi @donarcher,

    I can’t see any specific error in frontend although there are other errors and warnings.
    it seems as a conflict with any plugin or code.

    can you please follow these steps
    https://wpgeodirectory.com/docs-v2/faq/troubleshooting/#conflict-test

    let us know how it goes. whether you found the plugin causing it.

    Thanks

    #507581

    Naveen Giri
    Moderator
    Post count: 1559

    Hi @donarcher,

    just an update. the map issue on mobile coming from fusion builder. we will update you asap once found the cause.

    Thanks

    #507802

    Kiran
    Moderator
    Post count: 7069

    Hi donarcher,

    Fusion builder generates two content part on page one for small screen devices & another for large screen devices. It hides content part which contains map.

    Please add following CSS snippet to fix the issue.

    
    
    @media screen and (max-width: 640px) {
    	body:not(.fusion-builder-ui-wireframe).single.geodir-page #content .post-content .fusion-no-small-visibility {
    		display:block !important;
    	}
    	body:not(.fusion-builder-ui-wireframe).single.geodir-page #content .post-content .fusion-no-medium-visibility {
    		display:none !important;
    	}
    	body:not(.fusion-builder-ui-wireframe).single.geodir-page #content .post-content .fusion-no-large-visibility {
    		display:none !important;
    	}
    }

    Kiran

Viewing 7 posts - 1 through 7 (of 7 total)

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

Open Support Ticket