Kor
Forum Replies Created
-
AuthorPosts
-
Hi Aleksi,
I understand your concern in this matter and I’d like to clarify with you that GD is 100% compatible with WPML CMS. Unfortunately, we do not keep track of users URLs and also we do not have a showcase section for this and I hope you understand. Please contact us if you’ve any issues while working on your Website with GD and WPML.
Thanks!
Hi Marsha,
You’re Welcome. Let us know if you need anything else.
Hi Thomas,
Please check out this post https://wpgeodirectory.com/re-order-tabs-in-a-listing-detail-page/ as it explains more about this.
Thanks!
Hi Scott,
I’ve just checked your Website and everything seems to be working fine on my end. Do you think you can share WP temp admin access to your site so we can take a better look at the settings? You can post the details here using the private reply option below.
September 20, 2016 at 7:45 am in reply to: Adding Instructions on Add Listing page… Do's and Dont's #269260Hi there,
You’ll get the different location if you’ve changed the “Latitude” or “longitude” . You can try using the custom CSS code below to disable the textbox. Insert into GD > Design > Script > Custom Style CSS. Let us know if it’s what you’re looking for.
#post_latitude, #post_longitude { pointer-events: none; }
Hi Paula,
Sorry, I’m not really sure what’s wrong there but we aren’t having any similar issues currently reported by other users. Do you think you can share WP temp admin access to your site so we can take a better look? Also, please list down the steps in order to recreate the issue. You can post the details here using the private reply option below.
Hi there,
You can change Titles by using the language files, see https://wpgeodirectory.com/docs/translate-core/ . Let us know how it goes.
Thanks!
Hi there,
I’ve just checked your Website and that section you are referring to is a custom text field called “Highlights”. Unfortunately, we do not have the option to limit the amount of texts being shown in a custom text field but we can try using the custom CSS code below to limit the area being displayed.
.geodir_more_info.geodir_Highlights { height:110px; overflow:hidden; }
Use this custom CSS to resize the width of the category header
.geodir_list_heading h3 { width: 100%; }
As for the rating issue. I’ve enabled the “Font Awesome” icons and it looks a lot better now. Could you please check on it? http://prntscr.com/ck3wvk
Thanks!
Hi YC,
That can be configured in the custom field settings. Refer to this section of the documentation for more info. https://wpgeodirectory.com/docs/core-place-settings/#common . Here’s a screenshot I’ve captured on my local end http://prntscr.com/ck3cno . Well, give it a try and let us know how it goes.
Thanks!
Hi Maria,
I’d like you to go through this section of the documentation just one more time and make sure you’ve completed the steps mentioned in it. https://wpgeodirectory.com/docs/gd-core-plugin-google-analytics/ . If the issue persists, do you think you can 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!
September 20, 2016 at 5:53 am in reply to: Top section and right section display even though disabled in Design #269200Hi Richard,
Thanks for the thorough explanation. I’ve just checked your Website and I’m not really sure if I’m getting this, are you trying to make the homepage full width? And on iPad, I don’t see any signup page on the homepage. Have you made changes to your Website while waiting for our reply? If not, could you tell us a little bit more about the issue there? Perhaps it would be better if you could provide some screenshots.
Thanks!
Hi Joao,
I’ll try to answer your questions accordingly.
#1 This option is available in the “Advanced Search” addon. https://wpgeodirectory.com/downloads/advanced-search-filters/
#2 Sorry, I’m not really sure if I’m getting this but I’d like you to know that categories are required each listing.
#3 Use the custom CSS below to hide the author´s avatar on the detail listing page. Insert into GD > Design > Scripts > Custom Style CSS
.sd-detail-author { display:none; }
Let us know how it goes.
Hi there,
Use this custom CSS below to adjust the red line in the widget section.
.gd-cptcat-row .gd-cptcat-title { border-bottom: 1px solid #f01d4f; }
Thanks!
Hi Stevens,
Could you please check if you’ve ticked the events in GD > Design > Map > “SHOW / HIDE POST TYPE AND CATEGORY ON MAP” as shown in this screenshot? http://prntscr.com/cjufb4 . If the issue persists, do you think you can 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 YC,
Thanks for that, I’ll definitely share this with the team. Meanwhile, if that really concerns you, you can always use custom CSS to adjust the spacings and positions of the categories on mobile view. Apply the custom CSS code below and see if it helps there.
@media screen and (max-width: 480px) { .geodir-cat-list ul li { float: none; font-size: 20px; padding: 20px 20px; } }
Thanks!
-
AuthorPosts