Map not showing

This topic contains 6 replies, has 3 voices, and was last updated by  Guust 8 years, 1 month ago.

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

Open Support Ticket
  • Author
    Posts
  • #160862

    Jason
    Expired Member
    Post count: 46

    Hello – I downloaded Geodirectory earlier this week and everything worked fine, the map was there. Last night I purchased your membership for all the addons etc. Since then my map is just a gray area and not showing.

    I deactivated all plugins I uploaded that were from you and still having an issue. I have not added any other plugins since. So I know other plugins are not causing the problem since it worked fine before. I am sure this is a simple fix but I am lost. Thanks

    #160884

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    please provide a link and admin credentials in a private reply (only staff can read them). We will check your settings.

    Thanks

    #160976

    Jason
    Expired Member
    Post count: 46
    This reply has been marked as private.
    #160984

    Guust
    Moderator
    Post count: 29970

    1. I deleted WP super cache, you might still have to delete the other files it left on the server:
    https://wpgeodirectory.com/docs/faqs/what-caching-plugin-can-i-use/

    2. Something had corrupted all your data. Your location and listings places was all wrong.

    3. You cannot use a different homepage at WP reading and GD permalinks.

    4. I had to de-activate some plugins to test, and have re-activated them, but might have missed one or two out. If you re-activate a plugin, do some testing to see it did not break anything.

    5. Please check. Your directory page is /location

    #161158

    Jason
    Expired Member
    Post count: 46

    Thank you – However, how do I make GD not my homepage and just a page that can be found in my menu?

    #161160

    Jason
    Expired Member
    Post count: 46

    Some follow up questions –

    1. If choose to keep GD as my home page, how can I put some wording above it?

    2. I downloaded your sample CVS worksheet, I do not know how it got corrupted, is it better to use Excel or OpenOffice?

    #161313

    Guust
    Moderator
    Post count: 29970

    0. You can add a link to your directory start page using WP Appearance > Menus

    1. You can something like this to your child theme’s functions/php:

    
    
    add_action ('geodir_home_before_main_content', 'my_text_on_home_page', 10, 1);
    function my_text_on_home_page(){
    echo '<div class="custom-text">Custom Text</div>';
    }

    2. Never use Excel. I now guess you probably deleted a column in the CSV before uploading. That corrupted the data.
    https://wpgeodirectory.com/docs/core-export/

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