Kiran
Forum Replies Created
-
AuthorPosts
-
September 30, 2016 at 4:14 am in reply to: Neighborhood pages directing to Blog instead of Home #275546
Thanks for letting us know 🙂
FTP details will help us to find problem, so we are waiting FTP details.
September 29, 2016 at 6:43 am in reply to: Neighborhood pages directing to Blog instead of Home #275161Hi Frank,
We have checked in our test site with same settings (permalink, location, pages etc) that you have on your site. On our test site we not faced problem that faced for https://ethicaltree.com/. So it seems may be reason will be related to something else.
Please provide us FTP details so we can debug more.
P.S.
Check if is also happens with different theme or disabling non GD plugins.Let us know.
Thanks,
KiranHi Jeff,
Please check now, we have fixed bug and updated on site too.
Let us know.
Thanks,
KiranYou are welcome! 🙂
Hi Cory,
After modifying css snippet, now add listing pages are displayed to full pages as you expected.
.page-template-page_full-width .geodir-common > #geodir_content, .page-template-page_full-width .geodir-common > .sidebar { float: none !important; width: 100% !important; height: auto !important; overflow: auto !important; }
Thanks,
KiranHello Scott,
I have checked and all settings seems correct. But as site contains large data, we recommends to switch marker clustering to server side for large directories (GeoDirectory -> Design -> Marker Cluster -> Cluster Type). See https://wpgeodirectory.com/support/topic/switching-custom-post-types-on-map-has-problems/#post-251557 & https://wpgeodirectory.com/release-of-v1-5-3/
P.S.
– You need to set Google Map API under GeoDirectory -> Design -> Map. See https://wpgeodirectory.com/docs/add-google-api-key/
– On site there is JS error “ReferenceError: ajaxurl is not defined” in http://liveout.us/wp-includes/js/wp-lists.min.js?ver=4.6.1Let us know.
Thanks,
KiranHi Garth,
I have done some test by importing csv file version-2.csv that you attached, and it successfully imported without any error.
Please check attachment import-version-2.csv.pngI have tested re-import by exporting file and importing same file, it also worked fine.
When tried to import file gd_place_2109161058.csv that you attached after import seen some messages. Please check attachment import-gd_place_2109161058.csv.png.
1 item successfully imported because that row has all data correct.
17 items have invalid characters in address field.
135 items have empty post_type field. You must fill post_type field for all items.You can also debug import process if site has debug log enabled (https://codex.wordpress.org/Debugging_in_WordPress#WP_DEBUG_LOG).
If debug enabled on site then the import process will log the items which has problem in import. So you can easily find which row has the problem and what is the problem.All 136 items successfully imported when removed invalid characters from 17 rows and adding post_type for all rows. Check attached file working-gd_place_2109161058.csv which is modified and working fine.
Let us know.
Thanks,
KiranHi,
The encoded entity name for & (ampersand) is “&” so using only “amp;” the API functions will treat it other then &.
Please look here : http://www.w3schools.com/html/html_entities.aspLet me know
Hello D.D
1)
We are using WP standard functions to retrieves data via all endpoints.
Can you clarify on which endpoint you getting this “Health & Wellness”? Please check attachment that i got with endpoint on my site.2)
The correct request url should be http://MYDOMAIN.com/wp-json/geodir/v1/places?gd_placecategory=927&per_page=20 OR http://MYDOMAIN.com/wp-json/geodir/v1/places/?gd_placecategory=927&per_page=20
You could add more parameters to url with “&” Ex: “&per_page=20” “&page=2” etc.3)
We have already in our todo that “add default image and marker icon in listing categories endpoint”. We surly add this in final release of GeoDirectory API.
We are still looking at WP when they include REST API as inbuilt feature in WP package.Thanks
Please check this https://wpgeodirectory.com/support/topic/missing-fields-from-rest-api-call/page/2/#post-255814 to retrieves number results per page.
You can use “page” parameter to get results from particular page.
For ex: YOUR-SITE-URL/wp-json/geodir/v1/places/?page=2Thanks
Hello,
Please use recent updated version for both WP Rest API. The development version Geodirectory Rest API will fix “Plugin could not be activated because it triggered a fatal error”.
WP Rest API plugin only required if you want to retrieve data like blog posts, posts categories, post tags, users etc through API.
Geodirectory Rest API is only required if you want to retrieve GD data like listings, categories, tags, reviews etc through API.Please check and let us know.
Thanks
Hi There,
We have added new endpoints to retrieve GeoDirectory taxonomies (categories & tags).
Taxonomies endpoint will be YOUR-SITE-URL/wp-json/geodir/v1/taxonomies/.This could be reflected in next version of GeoDirectory Rest API. If you don’t want to wait till next release you can download development version and overwrite files.
Development version available here https://github.com/kprajapatii/geodir_apiFor users endpoints
GeoDirectory Rest API plugin is extended to WP Rest API and it retrieves only GeoDirectory data. So for users endpoints (and also other WP data like posts, post categories, post tags, pages etc) you need to install WP Rest API plugin.
FYI: WordPress has planned (probably in next major version) to include WP Rest API as built in functionality in WP.Let us know.
Thanks
Hello Lars,
Please check now map back on home page.
GeoDirectory is fully compatible with Avada theme. We have many customers that using GD + Avada theme.
Also there is javascript error coming on pages “Error: Syntax error, unrecognized expression: [href=#]”. You should update Avada theme to latest. They have fixed this in recent version of Avada.
Please see https://theme-fusion.com/forums/topic/fusion-slider-not-working-with-wordpress-4-5-2/#post-404460 & https://theme-fusion.com/forums/topic/fusion-slider-not-working-with-wordpress-4-5-2/#post-404492
Let us know.
Thanks
Hi @Eleonor
Please check now, it was incorrect margin value assigned for logo in theme options.
P.S. You should update GDF Theme to v1.2.6
Thanks
Hi stepoutbuffalo,
I have done some debugging on site and found very strange problem there. Actually the javascript jquery.js not loaded on page.
The jquery loaded on page with script src http://stepoutbuffalo.com/wp-includes/js/jquery/jquery.js?ver=1.12.4 but that src results in not found page even the jquery.js file is available in correct folder.Removing “?ver=1.12.4” or changing it to “?var=1.12.4” loads js correctly. But with “ver=” it can’t loads js.
Here some tests with different src for same jquery.js file.
http://stepoutbuffalo.com/wp-includes/js/jquery/jquery.js?ver=1.12.4 => Not Found (Error 522)
http://stepoutbuffalo.com/wp-includes/js/jquery/jquery.js?var=1.12.4 => Found
http://stepoutbuffalo.com/wp-includes/js/jquery/jquery.js => Found
http://www.stepoutbuffalo.com/wp-includes/js/jquery/jquery.js?ver=1.12.4 => FoundI have added few lines of code in site-functions.php to change “?ver=1.12.4” to “?var=1.12.4” and not the file loaded correctly. Also i have commented code that written in functions.php to add scripts in footer.
Now page loading correctly.P.S. As site running with old version of WP, so it is recommended to update WP to v4.6
Let us know
Thanks,
Kiran -
AuthorPosts