Divi Theme With GeoDirectory Core Plugin Issues

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

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

Open Support Ticket
  • Author
    Posts
  • #500061

    masoud
    Expired Member
    Post count: 10

    Hi guys,

    I need some urgent help with my site.

    I have installed the core GeoDirectory plugin and am using the Divi Theme and page-builder plugin. So I do not have Geo Starter or Supreme installed as they did not provide the customization I was after, I’d rather create those pages from scratch with Divi.
    At the moment I have created the Dummy Lists.

    Here are the issues:
    1) The Listing Images are not displaying
    2) The Map is Forever Loading and not displaying

    If anyone could check this for me quickly, I’d highly appreciate.

    Is the Divi Theme compatible or must we only use start and supreme for this to work?

    If there’s any additional files I need to include into my site for them to work please let me know so that I can do that.

    Kindest regards,
    Thank you!

    #500067

    Kor
    Moderator
    Post count: 16516

    Hi masoud,

    Thanks for your post. The missing images are probably related to cache plugins and could you please check? As for the Google Map issue, could you check and see if you’ve generated your Google Map API key with billing information attached? If the issue still persists, kindly share your Website WP admin access here in private reply and we’ll investigate this further for you.

    #500068

    masoud
    Expired Member
    Post count: 10
    This reply has been marked as private.
    #500082

    Kor
    Moderator
    Post count: 16516
    This reply has been marked as private.
    #500087

    masoud
    Expired Member
    Post count: 10

    Hi Kor,

    I’m looking forward to seeing what the issue is with the maps.

    I use W3 Total Cache Plugin to clear the cache. Would you be able to provide a solution as to how we can undo the cache problem if that’s the case and make the images show? Would really appreciate it, thanks!

    #500107

    Kiran
    Moderator
    Post count: 7069

    Hello Masoud,

    This is a JavaScript error on that page that breaking image lazy loading.

    TypeError: jQuery(...).gdunveil is not a function

    I checked page view source and found there are two jQuery JavaScript loaded of two different versions are loaded. One via WordPress core and another via theme /themes/Divi-SlothGeeks-Theme/assets/js/jquery-1.12.0.min.js. WordPress is loading own JQuery v1.12.4, so no need to load jQuery again.

    Please try to remove line

    wp_enqueue_script( 'dct-carousel-jquery', get_stylesheet_directory_uri() . '/assets/js/jquery-1.12.0.min.js', array( 'jquery' ), '', true );

    from child theme functions.php.

    Let us know how it goes. If you still see issue then provide us FTP credentials to check more.

    Regards,
    Kiran

    #500111

    masoud
    Expired Member
    Post count: 10

    Hi Kiran,

    I’ve just removed that line and it seemed to do the trick. Thanks! However I’m still having major issues and confusion about the following, which I need help with!

    Example one:
    I’m creating a real-estate directory. How can I create an advanced search filter to only show businesses over $2million or between $500k and $750k (price filter).

    Example two:
    How can I create an advanced search filter to only show apartment units or only show houses.

    As an additional question which is also linked to the above, how do I use the All-Imports Add-on to import a list of say, 20,000 properties with the filters discussed above (prices, property type, size, etc..)

    I really need to find out about this functionality, if it is possible with the add-on’s of Geo Directory V2 and if so then how? I haven’t found clear enough instructions yet.

    Help would be highly appreciated!

    Kindest regards,
    Masoud

    #500113

    Guust
    Moderator
    Post count: 29970

    I’m creating a real-estate directory. How can I create an advanced search filter to only show businesses over $2million or between $500k and $750k (price filter).

    You need to create a SELECT custom field, with options like
    0-499K,500K-999K,1M-1.99m,etc.
    Then add that field to the advanced search.

    How can I create an advanced search filter to only show apartment units or only show houses.

    Same principle, create a SELECT custom field like
    apartment,house,etc

    As an additional question which is also linked to the above, how do I use the All-Imports Add-on to import a list of say, 20,000 properties with the filters discussed above (prices, property type, size, etc..)

    Add the custom fields as required, add a few test listings, and export. You’ll get the correct format for your import that way.

    https://wpgeodirectory.com/docs-v2/addons/advanced-search/

    Thanks

    #500873

    masoud
    Expired Member
    Post count: 10

    Hi,

    Please find attached an image of what I am referring to.

    I’m trying to convert the basic Geo Listing Page, with features as shown in the image. Here’s the questions broken down:

    1) How do I not use the tab feature and instead simply show the custom fields (as pointed to with an arrow in the image).

    2) How do I choose the location of the custom fields? eg: Display the custom fields on the right hand side of listing and below the image.

    3) What’s the best strategy to create these custom fields? Is it best to create a SELECT custom field. Which output location?

    4) How to display the profile description, without using the tab.

    5) How to Edit the description area and add many other features, like maps and other sections.

    Lastly can the description, or the whole page be edited with the Divi Builder or not?

    I’m new to using this Plugin, urgent help will be greatly appreciated!

    Kindest regards.

    #500880

    masoud
    Expired Member
    Post count: 10

    1) How do I not use the tab feature and instead simply show the custom fields (as pointed to with an arrow in the image).

    2) How do I choose the location of the custom fields? eg: Display the custom fields on the right hand side of listing and below the image.

    3) What’s the best strategy to create these custom fields? Is it best to create a SELECT custom field. Which output location?

    4) How to display the profile description, without using the tab.

    5) How to Edit the description area and add many other features, like maps and other sections.

    Lastly can the description, or the whole page be edited with the Divi Builder or not?

    #500902

    Guust
    Moderator
    Post count: 29970

    1) How do I not use the tab feature and instead simply show the custom fields (as pointed to with an arrow in the image).

    Change the shortcode on the GD Details page to

    [gd_single_tabs show_as_list="1"]

    2) How do I choose the location of the custom fields? eg: Display the custom fields on the right hand side of listing and below the image.

    Add them to the GD Detail page as a shortcode, for example

    [gd_post_meta key="website"]

    3) What’s the best strategy to create these custom fields? Is it best to create a SELECT custom field. Which output location?

    It depends what data you want to add. Most look like TEXT fields may be the best idea.
    You probably find some ready ones at Places > Settings > Custom Fields tab > Predefined Fields
    If you add them as [gd_post_meta key=”xxx”] shortcodes, you do not need to give them a location.

    4) How to display the profile description, without using the tab.

    Have a look at Places > Settings > Tabs.
    Remove whatever you don’t want there.

    5) How to Edit the description area and add many other features, like maps and other sections.

    Edit the place in the backend or frontend.

    Lastly can the description, or the whole page be edited with the Divi Builder or not?

    The content of listings can not be edited with the Divi Builder.

    Thanks

    #501245

    masoud
    Expired Member
    Post count: 10

    Hi Guust,

    I managed to show the tabs as list, and customized the page.

    But why are the shortcodes working for some custom fields and not the others?

    For example I can see [gd_post_meta key=”website”]
    But can’t see [gd_post_meta key=”price”]

    I just need those to show up now, then I can set them up properly for the export format, and be ready for importing the listings.

    Please help with this one!

    Link to photos: https://drive.google.com/drive/folders/1iL-8-2MR-7XmDvgGGHD9IB4lC0_5C0US?usp=sharing

    Thank you

    #501372

    Kiran
    Moderator
    Post count: 7069

    Hi masoud,

    But why are the shortcodes working for some custom fields and not the others?

    Make sure field is enabled to display from CPT Field Settings.

    Please provide url of the listing so we can check more.

    Kiran

    #501374

    Guust
    Moderator
    Post count: 29970
    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