Kiran
Forum Replies Created
-
AuthorPosts
-
Please provide FTP details so we can do some debugging.
This reply has been marked as private.Hi Mike,
The problem has been fixed and will be reflected in next release of Custom Post Types plugin.
You can put following code at the end of file plugins/geodir_custom_posts/geodir_cp_hooks_actions.php to get reflected fix from right now
function geodir_check_listing_pinpoint() { global $wp_query; if ( !empty( $wp_query ) && $wp_query->is_main_query() ) { if ( ! empty( $_REQUEST['geodir_search'] ) && ! empty( $_REQUEST['stype'] ) ) { $post_type = sanitize_text_field( $_REQUEST['stype'] ); } else { $post_type = get_query_var( 'post_type' ); } if ( $post_type && geodir_cpt_no_location( $post_type ) ) { remove_action( 'geodir_listing_after_pinpoint', 'geodir_output_pinpoint_html_listings', 1, 2 ); } } } add_action( 'template_redirect', 'geodir_check_listing_pinpoint', 10 );
Thanks,
KiranHi Oliver,
The problem has been fixed. Recently we have fixed a bug with PHP v7.1, now i have updated it on your site too.
Let us know.
Kiran
Hi Moez,
Now i re-created problem from my site. The problem has been fixed and will be available in next release of GeoDirectory API plugin.
In case you if want patch then it is available at here: https://github.com/GeoDirectory/geodir_api/pull/21/files
Kiran
Thanks for letting us know 🙂
Hi Neelam,
Please check now. Actually there was an JavaScript error on page that breaks the upload image feature.
There was a JavaScript error “TypeError: $(…).offset(…) is undefined” in yoursite.com.com/wp-content/themes/rise/js/script.js?v=1.200.27
Your theme has feature that when page scrolled to bottom the menu comes to the float position on top of page. But this feature raises the JS error when page main wrapper div does have css class “bSe”.I have added this class via GeoDirectory > Theme Compatibility and now seems it works fine.
Let us know.
Kiran
Hi Moez,
To filter events by upcoming/past use event_type parameter.
&event_type=all – Lists all the events
&event_type=upcoming – Lists all the upcoming events sort by nearest event
&event_type=past – Lists the past events
&event_type=today – Lists the events which are available on today’s dateYou can check all the schema parameters available for endpoints at root endpoint
YOURSITE.COM/wp-json/geodir/v1/Let us know.
Kiran
Hi Charles,
I have looked into your site backend and found that your site is running with old version of GeoDirectory & its plugins.
Please update all GD & Gd plugins so we can check and assist you more.Recently we have introduced Invoicing plugin to manage invoices. See https://wpgeodirectory.com/payments-manager-v2-setup/
Let us know.
Thanks,
KiranHi Holly,
I have excluded .css files from GD Booster that used for small screens and seems header works fine.
Please check and let us know.
Kiran
Hi,
I have tested with Banks_Test-1.csv and it worked for me, all 10 listings successfully imported.
The file “Banks_Test-2.csv” attached has only one listing can you attach original csv file that has problem?
I have enabled log so you can try again from your site too. So it will log error in error log file.Let us know.
Kiran
This reply has been marked as private.Check now. I have updated patch.
Kiran
Thanks for letting us know 🙂
Hi Scott,
FTP is working for me but there is no any files or directory displayed to me after connected to FileZilla. It shows only .ftpquota file. Can you confirm you given root public_html/www directory access to the FTP account?
Kiran
-
AuthorPosts