Kiran
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.July 12, 2018 at 7:06 am in reply to: wpgeodirectory pages does not has the wordpress sidebar #438089
Hello Firdaus,
I have following code snippet in your child theme functions.php to display primary left sidebar on GeoDirectory pages.
function _gd_custom_action_wrapper_close( $page ) {
get_sidebar();
}
add_action( ‘geodir_wrapper_close’, ‘_gd_custom_action_wrapper_close’, 9, 1 );Thanks,
KiranHello,
I have tried to import gd_GTG_beer_wine_spirit.csv and few items fails to import.
debug.log logs in which rows there is issue.
Here is log:GD IMPORT LISTINGS [ROW 2]: Could not be added due to blank title/invalid post type
GD IMPORT LISTINGS [ROW 3]: Could not be added due to blank title/invalid post type
GD IMPORT LISTINGS [ROW 6]: Could not be added due to blank title/invalid post type
GD IMPORT LISTINGS [ROW 9]: Could not be added due to blank title/invalid post type
GD IMPORT LISTINGS [ROW 10]: Could not be added due to blank title/invalid post type
GD IMPORT LISTINGS [ROW 11]: Could not be added due to blank title/invalid post type
GD IMPORT LISTINGS [ROW 12]: Could not be added due to blank title/invalid post type
GD IMPORT LISTINGS [ROW 13]: Could not be added due to blank title/invalid post type
GD IMPORT LISTINGS [ROW 14]: Could not be added due to blank title/invalid post type
GD IMPORT LISTINGS [ROW 18]: Could not be added due to blank title/invalid post typeThese rows has post_type column is empty.
Please try from your side with valid csv data and if you seen any issue in import then just check log in WORDPRESS-ROOT/wp-content/debug.log
Thanks,
KiranJuly 11, 2018 at 12:21 pm in reply to: wpgeodirectory pages does not has the wordpress sidebar #437911This reply has been marked as private.July 11, 2018 at 12:04 pm in reply to: Image link to place detail entry should be without # in URL #437910Hello Marc,
This has been fixed, you can find change made here: https://github.com/AyeCode/geodirectory/pull/382/commits/7118f9c111df4944ca342ce53461b2f51695fa10#diff-2a6852ad9d6580ce993bfe96b47fbffaR289
Kiran
July 11, 2018 at 12:02 pm in reply to: List view: Sorting function not working on mobile phones #437909Hello Marc,
This has been fixed, you can find patch here: https://github.com/AyeCode/geodirectory/pull/382/commits/7118f9c111df4944ca342ce53461b2f51695fa10
Kiran
This reply has been marked as private.July 11, 2018 at 9:19 am in reply to: Adding ID or Class to Custom FIeldset (problem with spanish) #437881Hello,
This has been fixed and will be available in next release. You can update patch from here: https://github.com/GeoDirectory/geodirectory/pull/469/commits/ed592d50011e5671b97f7e7b6ad9640d44995c50#diff-1972140b3be0c83f08fbac992214eb20R171
Kiran
This reply has been marked as private.Hello,
Please check now.
You have buggy code used in child theme /geodirectory/ templates in files widget-listing-listview.php & listing-listview.php
I have fixed it and now it working fine.
Thanks,
KiranHello,
Issue has been fixed, please check.
There is a typo in your customization. You have used “$authorizeAIM->authorizeOnky()” it should be “$authorizeAIM->authorizeOnly()”
Kiran
Hi Claire,
Reviews tab issue has been fixed.
Don’t what was the issue but doing following things it fixed the issue.
– Re-saved GeoDirectory BuddyPress Settings
– Re-saved GeoDirectory Permalinks
– Re-saved WordPress Permalinks
– Cleared GD Booster cacheI am trying to add ‘vegan’ to the category list and I can’t get it to show in the list on the homepage map. Could you help with that also?
Vegan category has no listing added yet. Add at least one listing under Vegan category to show category in map.
Thanks,
KiranHello,
Please provide us admin & FTP credentials so i can take a look.
Also provide more information how i replicate the issue from my site.
Kiran
Something conflicting on your site. Please provide us FTP credentials so we can look into more.
Kiran
This reply has been marked as private. -
AuthorPosts