Kor
Forum Replies Created
-
AuthorPosts
-
Hi there,
Sorry about that, I didn’t test that filter button while checking the CSS code. I’m able to see some console errors using the Google Inspector. Could you try deactivating all non-gd plugins and see if it works? Could be 3rd party plugin causing this. Let us know your results.
Thanks!
Hi there,
I’ve just checked your Website and I’m able to see the issue there. Looks like it is caused by the custom CSS you’ve inserted in line 86 – 93 as shown in this screenshot http://prntscr.com/dxmd7r . You might want to correct that.
Hi Akhil,
Please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.
Thanks!
Hi Rajat,
The URL seems invalid when I tried to access it. I’d like you to know that you’ll need to have the “Advanced Search” add-on installed and “GeoLocation” enabled if you want the near me to work. Also, I’d like you to know that with the recent changes to the browser requirement, you need to enable SSL for your Website if you need “Geolocation” to work. Please check out this reply and see if it helps https://wpgeodirectory.com/support/topic/the-function-of-nearme/#post-256154 . Well, I hope it helps and please let us know how it goes.
Thanks!
Hi there,
I’d like you to refer to this section of the documentation as it explains how “Neighbourhood” works in GD https://wpgeodirectory.com/docs/manage-location/#hood
Thanks!
Hi there,
We can hide it with custom CSS. Could you please share your Website URL with me so I could tell you the correct CSS snippet to do this?
Thanks!
Hi Michael,
I’ve just checked with a developer and to achieve this, insert the JS script below into GD > Design > Scripts > Header script code . This code only applies to “Custom Fields”
jQuery('input[field_type="phone"],input[type="tel"]').on("contextmenu", function(e) { return false; }); jQuery(document).on('keypress', 'input[field_type="phone"],input[type="tel"]', function(e) { var key = e.charCode ? e.charCode : e.keyCode ? e.keyCode : 0; if (jQuery.inArray(e.key, ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "-", " ", "+"]) !== -1) { return true; } else if (e.ctrlKey || e.shiftKey) { return false; } else if (jQuery.inArray(key, [8, 35, 36, 37, 39, 46]) !== -1) { return true; } return false; });
Thanks!
Hi Elijah,
You would probably need to use the “Role Editor” Plugin to achieve what you needed there https://wordpress.org/plugins/user-role-editor/ .
Thanks!
Hi Michael,
We do have an option to prevent that. Navigate to Gd > Design > Listing > Remove the CPT’s from Show description field as an editor . If it doesn’t work, please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.
Thanks!
Hi Michael,
Please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.
Thanks!
January 19, 2017 at 6:48 am in reply to: Constant image size in slider on listing/details page #345520Hi there,
That’s how the slider is design but I think we can make some adjustments using custom CSS. Please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.
Thanks!
Hi there,
The image in the profile tab is inserted manually on the listing page. Are you able to edit the listing and remove it manually? Please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.
Hi Michael,
Please share WP temp admin access to your site so we can take a better look at the GD setup. You can post the details here using the private reply option below.
Thanks!
Hi Michelle,
I’m sorry for the response. Since most of your questions are all about changing the texts, I’d like you to check out the translation method as explained here that would help you achieve what you needed there. https://wpgeodirectory.com/docs/translate-core/
Here’s how you can change the default CPT name “Place” https://wpgeodirectory.com/docs/faqs/how-do-i-change-place-and-places/
Thanks!
Hi Janine,
FTP and the code snippets plugin are two different things. FTP is used for accessing your server files and the code snippets plugin is used for inserting custom PHP/JS codes into your Website separately so that you can update your themes and plugins without losing the custom PHP/JS codes. I hope this clears it up.
As for the social links icons plugin, I’d like you to know that mostly works similarly. Try searching here https://wordpress.org/plugins/ and test a few with higher ratings.
Thanks!
-
AuthorPosts