Kor
Forum Replies Created
-
AuthorPosts
-
Hi Wendy,
Use the custom CSS below and see if it’s what you’re looking for.
.gd-adv-search-labels label.gd-adv-search-label { font-size: 100%!important; }
Thanks!
Hi Gustavo Cavalari,
We would need WP temp admin access to your Website to check further. Could you please provide that?
Thanks!
Hi vbrigade,
Did you set the “Default Location” in GD > Set Default Location ? If the issue persists, do you think you can share 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.
Additional References : https://wpgeodirectory.com/docs/basic-installation/#dummy
Thanks!
Hi Wendy,
Use the custom CSS code below to apply paddings to the listings.
#related_listingTab .geodir_category_list_view li { padding: 0px 10px; }
Thanks!
Hi Wendy,
Try using the custom below and see if it’s what you’re looking for.
.sd-contacts a[href^="tel:"]{ display:none; }
Thanks!
Hi Rebecca,
You can use GD > Popular Post View widget to display the listings. Here’s the section of the documentation for your reference https://wpgeodirectory.com/docs/widgets/#popular-post
Thanks!
Hi Wendy,
Let’s add this to the custom CSS and see if it works.
.geodir-bubble-meta-bottom { display: none; }
Thanks!
Hi Wendy,
Try using the custom CSS code below to just hide the entire rating section and the button. Let us know if it’s what you’re looking for.
.sd-ratings { display:none; } .sd-detail-cta .dt-btn { display:none; }
Thanks!
Hi fws2016,
Do you think you can share 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 Leonardo,
Do you think you can share 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!
June 24, 2016 at 6:24 am in reply to: This page didn't load Google Maps correctly. See the JavaScript console for tech #215003Hi Thomas,
Could you try disabling all non-GD plugins and see if it works for you?
Thanks!
Hi Wendy,
Try switching off the “Listing Right Section” and remove the “Width of listing right section” in GD > Design > Listing . Then apply the custom CSS below into GD > Design > Scripts > Custom Style CSS . Give it a try a let us know if it’s what you’re looking for.
.sd.archive.geodir-page #geodir_content { flex-basis: 100%; width: 100% !important; }
Thanks!
Hi Wendy,
Not really sure if I’m getting this. Could you tell us a little bit more about what you’re trying to achieve here? Where are you trying to hide the reviews from?
Thanks!
Hi Wendy,
If you’re referring to the default WordPress Pages, you’ll need to first identify the page id and use the custom CSS code below. Let us know if it’s what you’re looking for.
Hide the title
.page-id-2 .header-wrap .entry-title{ display: none; }
Hide the header image
.page-id-2 .featured-area{ display: none; }
Hi justmark,
Thanks for sharing. 🙂
-
AuthorPosts