Preview not showing data

This topic contains 5 replies, has 3 voices, and was last updated by  Paolo 9 years, 1 month ago.

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

Open Support Ticket
  • Author
    Posts
  • #33217

    magnaromagna
    Expired Member
    Post count: 227

    Hi,
    it seems that users that add a listing, when check the preview of details added don’t see anything (except rule and button to confirm). How can I fix? Thanks

    url: http://www.baltazar.it

    #33222

    Guust
    Moderator
    Post count: 29970

    I just did a test submission, you can try it yourself.
    I could see the preview of the listing fine.
    But there is no mapmarker on your map?
    And you should probably add this to: http://docs.wpgeodirectory.com/faqs/help-i-get-a-php-warning-on-my-pages/

    Submit your admin details if you cannot solve it yourself.

    #33239

    magnaromagna
    Expired Member
    Post count: 227
    This reply has been marked as private.
    #33276

    Guust
    Moderator
    Post count: 29970

    I think you might have incorrectly moved from a subfolder to the main folder on your site.
    http://codex.wordpress.org/Moving_WordPress#Moving_Directories_On_Your_Existing_Server
    Because your subfolder was called ‘geodirectory’ it might have broken some connections to files when you did a search and replace in the database. Your subfolder had the same name as a plugin.

    The easiest is probable to just fix the issues in your admin by re-uploading icons etc. I’ll alert Paolo too, he might have better ideas.

    Go to
    /wp-admin/edit-tags.php?taxonomy=gd_placecategory&post_type=gd_place
    and you will see there are quite a few categories which need an icon for the mapmarker.
    Fix that and then do a test submission.

    Also, check at GD > design > map > Upload map default marker icon
    Is that marker there?
    It seems that path is incorrect.
    That path should be
    wp-content/plugins/geodirectory/geodirectory-functions/map-functions/icons/pin.png
    not
    wp-content/plugins/geodirectory-functions/map-functions/icons/pin.png

    #33294

    magnaromagna
    Expired Member
    Post count: 227

    Hi, thanks for details. Yes, there are some issues after moving from working folder /geodirectory to the final root. Naming in different way was a better idea, I didn’t think.
    In the meantime I uploaded icons categories and map marker.

    In mobile version I see an error on the map of every region, should be related to this issue? The error:

    Warning: invalid argument supplied for foreeach() in /home/../wp-admin/includes/plugin.php on line 1422

    and the mobile menu does not shows sub-menu and switch locator

    Thank you

    #33415

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    make sure you only log PHP warnings and avoid displaying them on screen.

    Please try adding the code snippet below in your child theme’s functions.php file.

    
    
    
    error_reporting(E_ERROR);
    

    Thanks

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

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

Open Support Ticket