Kiran
Forum Replies Created
-
AuthorPosts
-
Hello There,
To sort event by date use
sort_by="event_dates_asc". But make sure you have added date sorting under Events > Settings > Sorting > Event Date.
Kiran
Hello Matt,
If email already logged then email function already executed. The problem could be in email system.
Did you received other mails like listing published, listing submitted etc. Please confirm this so i can look into more if this happening for inquiry emails particularly.Thanks,
KiranHello Kai,
I have done some debugging and found that when location pages sitemap enabled it goes to timeout issue. I tried after disabling “GeoDirectory > Settings > Locations > Yoast SEO sitemap” > all four types(Exclude “location”, “post types + location pages”, “categories + location pages”, “tags + location pages” in xml sitemap) and sitemap_index.xml loaded fine.
I found some queries taking too much time to retrieve location sitemap data.
Please provide us phpMyAdmin database credentials so i can check data and run queries directly there to find which query taking much time.
Kiran
This reply has been marked as private.Hi Tom,
Please try now after clearing your browser cache.
Kiran
Hello,
You can fix it by either limiting categories count (ex: max_count=”10″ max_count_child=”10″) or by adding following style snippet.
.featured-area .geodir-categories-container { overflow-x: hidden; max-height: 200px; overflow-y: auto; }Kiran
January 31, 2019 at 10:40 am in reply to: In profile buddipress, above the lists of users message #466385Hello,
I have updated patch, plz check now.
Kiran
Hello Matt,
The categories rendered via shortcode added in child theme file \themes\supreme-directory\inc\geodirectory-compatibility.php line no. 591.
I have changed max_level=”0″ to max_level=”1″.
The issue on your site is you have added listing to the child category, but the parent category of that child category is empty(has no listing assigned), so if parent category is empty then the child category not displayed. Parent category must have at-least one listing assigned to display child category.
FYI: You can use shortcode [gd_cpt_listings] to display all CPTs.
Thanks,
KiranThis reply has been marked as private.This reply has been marked as private.January 31, 2019 at 8:58 am in reply to: In profile buddipress, above the lists of users message #466371Hello Inna,
This has been fixed, please provide FTP credentials to update patch on your site.
Kiran
This reply has been marked as private.January 31, 2019 at 5:22 am in reply to: When Importing from Yelp the form shows deleted images from previous import #466351This reply has been marked as private.This reply has been marked as private.Hello Jim,
what would you recommend on how to fix that javascript error.
ReferenceError: edButtons is not definedYou need to find from which plugin this error is coming. Try to disable non-GD plugin one buy one to find which plugin it causing this. You also need to check whether it is coming from theme or not.
There is a bug in snippet that you added in child theme funcions.php file for defers JavaScript function.
You have used:
return "$url' defer ";It should be
return "$url' defer='defer";Kiran
-
AuthorPosts