Naveen Giri
Forum Replies Created
-
AuthorPosts
-
February 25, 2020 at 2:34 pm in reply to: Embeddable Ratings Badge not showing up on 3rd party website! #532154
Hi Ashutosh,
The script has been used twice on site page. one on left sidebar which is hidden and another on right sidebar.
that way it causing the issue. Please let them know to include the script once on page sidebar.
धन्यवाद
NaveenHi Scott,
It’s a Ninja form issue. which has not been fixed yet by Ninja form.
We have already reported it to their support.meanwhile please apply this hot fix in Ninja form at ninja-forms/includes/MergeTags/Other.php line 54
https://wordpress.org/support/topic/breaks-any-rest-api-request-using-array-items/#post-12439542
Thanks
February 25, 2020 at 10:51 am in reply to: Posting comments and responding comments disabled by this plugin #532122Hi Fulvio Di Stefano,
I have updated plugins and tracked the issue.
The submit review button is not clickable for some reason.
It could be plugin conflict issue or something else.I am checking it. Update you soon once found the cause.
Thanks for your patience.
Naveen
Hi Andreas,
Please ignore my last message, use following snippet to remove rating only for listing author.
add_action('wp', 'disable_rating_input'); function disable_rating_input(){ global $gd_post; // remove rating for listing author. if( $gd_post->post_author == get_current_user_id()){ remove_action( 'comment_form_logged_in_after', array( GeoDir_Comments, 'rating_input' ) ); } }
Thanks
Hi Karin,
the point has been fixed and cat post count showing appropriately.
You can try this patch or wait for next release.
https://github.com/AyeCode/geodirectory/commit/50f4b67c5df2fbb5e96d22529b9580a5e2b7b79c2nd point has been removed for a reason. It could be done with the help of a small Js fix. You can take help of a GD Expert here as Alex said:
http://geodirectoryexperts.com/Thanks
Let me know, how it goes?
or if you still facing any issue.Hi periwinkle,
The filter in shortcode works for Special offer custom field. Seems you have created a custom special offer field. which have a different key and causing that issue.
I have changed it to default special offer field now. Please have a look.
Thanks again for your patience.
Have a Great Day
Kind Regards
NaveenHi Scott,
This issue has been fixed in GD 2.0.0.79. Please provide site details, if you still face it with latest version.
The previous given details are not seems working anymore.
Thanks
Hi andreas,
It is a style confict. I have added following css in customiser.
.geodir_flexslider{ width: 100%; }
Please have a look. you can clear cache and browser cache if still not working.
Thanks
Hi Greg,
do you still have the same issue. please provide us login credentials.
I will be waiting for your reply.Thanks
February 21, 2020 at 2:05 pm in reply to: Featured image doesn't seem to work when using Elementor Theme Builder #531601Hi klaggy,
Geodirectory is perfectly coded in wp way.
Geodirectory provide a feature to edit single place page layout using a common page template “GD detail”.
It could be a conflict with elementor block and place detail page.
I will see if I can reproduce the issue on my end.Regards
NaveenHi,
Please check this comment and see if works for you.
https://wpgeodirectory.com/support/topic/location-detection-not-supported-in-browser-error-on-mobile-phone/#post-522623SSL related instruction has been given here
https://wpgeodirectory.com/adding-a-ssl-certificate-to-your-website/Thanks
Hi Fraser ,
Please use only
^\d+\s[A-z]+\s[A-z]+
It will work for you.
Thanks
February 20, 2020 at 2:38 pm in reply to: Posting comments and responding comments disabled by this plugin #531420Hi Fulvio, Please update Geodirectory plugin and addon and check it again.
It should be fixed already.
Thanks
Hi jotomas,
thats sad part and I am gussing you have latest version of Ninja form.
It could be a conflict issue with other plugin installed out there.I will suggest you to follow trubleshooting steps for Ninja form once.
Deactivate other plugins and activate Ninja form. check if it is alone throw memory exhaust issue.Thanks
-
AuthorPosts