Kor
Forum Replies Created
-
AuthorPosts
-
Hi cheryl,
Do you think you can share WP admin to your Website so that I could check on the setup? Also, please share the Url of the page in question so that I could understand more about the issue. please use the private reply option below.
Thanks
Hi Juan,
It could be caused by other 3rd party plugins. Could you try deactivating all non-gd plugins accept Autoptimize and see if it works?
Thanks
Hi there,
This looks like some CSS conflict with either a 3rd party plugin or the theme. 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,
Please share WP admin and FTP access to your server so that we could check further.
Thanks!
Hi Clem,
I’ve just checked with a developer and you’d need some custom code to achieve what you needed there. Kindly insert the code below into your Website using the code snippets plugin and also change the languages below to suit your needs. Well, give it a try and let us know how it goes.
// Change load add listing map language in current WPML language. function gd_wpml_default_map_language( $language ) { if ( defined( 'ICL_LANGUAGE_CODE' ) ) { $wpml_language = ICL_LANGUAGE_CODE; if ( $wpml_language == 'en' ) { $language = 'en'; } else if ( $wpml_language == 'fr' ) { $language = 'fr'; } } return $language; } add_filter( 'geodir_default_map_language', 'gd_wpml_default_map_language' );
Hi Alex,
This can be changed using the translation method. https://wpgeodirectory.com/docs/translate-core/ . Check out this screenshot http://prntscr.com/e3gp87
Thanks!
Hi Van,
I’ve just checked this on my local dev site and I’m not able to replicate the said issue. Here’s how it looks like from my end http://prntscr.com/e3fxua . Meanwhile, please make sure you’ve updated all GD plugins. Then, 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.
February 2, 2017 at 6:51 am in reply to: Paid plan downgrade/expiry to free – not losing data #353723Hi Cyril,
I’m not really sure if I’m getting this. Could you tell us a little bit more about it? Perhaps some screenshots? Also, what kind of data is deleted? Please share some examples and we’ll check on it.
Thanks!
Hi there,
You’ll just have to remove either #1 or #2 for translating purposes. I’ve consulted a developer he mentioned that GD would probably choose #2 for priority and #3 will not be used in this case. I hope this clears it up and please refer to this section of the documentation for more information https://wpgeodirectory.com/docs/translate-core/
Thanks!
Hi Kyle,
I think I misunderstand your question. Could you try switching the option in GD > General > Search > Individual word search limit as shown in this screenshot http://prntscr.com/e3f3zh and see if it works?
Thanks!
Hi Kyle,
It should work by default. If you type category name in search the autocomplete will show suggested results with category name as shown in this screenshot http://prntscr.com/e3eydd and it returns this results http://prntscr.com/e3eyoj
Thanks!
Hi Ramon,
Glad that worked for you. Let us know if you need anything else.
Thanks!
Hi Dotty,
We do have this shortcode https://wpgeodirectory.com/docs/core-shortcodes/#locationmap but it only works on the homepage. I believe you’re looking for this https://wpgeodirectory.com/docs/core-shortcodes/#listing , but this shortcode will only be available in the next update.
Thanks!
Hi Kim,
Glad that helped. Let us know if you need anything else.
Thanks!
Hi Denis,
Unfortunately, this is not possible without complex customization.
James Thomas,
Please open a new thread next time. To change the color, try using the custom CSS code below. Insert into Gd > Design > Scripts > Custom Style CSS
.geodir-bubble_desc h4 { background: linear-gradient(#000 100%, rgba(0,0,0,0.2) 100%); background: -webkit-linear-gradient(#000 0%, transparent 100%); background: -moz-linear-gradient(#000 0%, transparent 100%); background: -ms-linear-gradient(#000 0%, transparent 100%); }
Thanks!
-
AuthorPosts