Kor
Forum Replies Created
-
AuthorPosts
-
Hi Charles,
I’m sorry to hear about that but outdated versions of the plugins would obviously break things. Please update the plugins as soon as possible.
Thanks!
This reply has been marked as private.This reply has been marked as private.Hi fernando,
I’ve just tested on my dev site and the autocomplete works for me when adding an event. Could you 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 Marc,
Yes, I think we can achieve that using the custom CSS code below.
span[itemprop="postalCode"] { float:left!important; } span[itemprop="addressRegion"] { float:none!important; }Hi Paul,
Glad that you sorted it out yourself. Let us know if you need anything else.
Thanks!
Hi Jennnifer,
Did you installed any new plugins recently? Because this looks like there is some type of conflict going here. Could you please try deactivating all non-gd plugins and see if it fixes the issue there? If the issue persists, 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 Paul,
Could you please try deleting the “add listing” page on the backend? Then, generate a new “Add Listing” page using the GD tools > GD Pages Check as shown in this screenshot http://prntscr.com/eqfh8e
Let us know how it goes.
Thanks!
Hi Paul,
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 Paul,
The reason it happens is because a user is required to login/register in order to “Add Listing” and that’s how it is supposed to work. Nothing is wrong there.
Thanks!
Hi Frank,
Could you try contacting your hosting provider and ask them to increase the PHP values below and see if it improves it? The upload speed usually depends on the file size and the upload speed of your server. Also, we do not have any similar issues currently reported by other users.
memory_limit max_execution_timeGlad to know and enjoy GD
Hi Charles,
I’m not sure what that plugin is about. Does it belong to the theme? But I’m sure GD doesn’t rely on that plugin to work. Let us know how it goes.
Thanks!
Hi Marc,
You can remove the br tag from the address using the custom CSS code below. Insert into > GD > Design > Scripts > Custom Style CSS
.geodir-sidebar-right .geodir_more_info br:nth-child(7) { display:none!important; }And to display the URL on the Website link. Please insert the PHP code below into the code snippet plugin
add_filter('geodir_custom_field_website_name', 'modify_geodir_custom_field_website_name', 10, 2); function modify_geodir_custom_field_website_name($title, $website) { if ($title == 'Website') { return $website; } return $title; }Hi Charles,
Well, it’s hard to tell but it seems you’ve updated the core GD plugin to the latest version. Probably it worked before the update or else you can try deactivating all non-gd plugins and see if it fixes the issue.
Thanks!
-
AuthorPosts