Kor
Forum Replies Created
-
AuthorPosts
-
Hi Lydia,
Please share the URL of the site in question so we can take a better look at it. You can post the details here using the private reply option below.
Thanks!
Hi Peter,
Let me try to answer your questions accordingly.
#1 I believe you’re referring to the “Advanced Search” custom filters https://wpgeodirectory.com/docs/gd-search/#custom
#2 Not sure what you mean by this. Could you provide some screenshots?
#3 You can use the custom CSS code below to change the font size and color
#primary-nav ul li a { font-size: 19px; color:#000; }and use this to create a button
.sd-common #primary-nav ul li:nth-child(3) a { font-size: 19px; color:red; padding:5px; background-color:blue; }#4 Which example?
#5 Just remove the widget
#6 Use this custom CSS to change the footer fonts.
.copyright .container p, .copyright .container a{ color:red; font-size:19px; }#7 Do you mean you want to replace the feature image with a slider? That would require customization.
Thanks!
Hi Mel,
You can change the currency in the “Payments Manager” addon GD > Price & Payment > General
Thanks!
Hi Atila,
Please share the URL of the site in question so we can take a better look at it and also WP temp admin access to your site. You can post the details here using the private reply option below.
Hi Waheed,
Please update all the plugins using the https://wpgeodirectory.com/wp-easy-updates/ plugin and let us know if it fixes the issue you had there.
Thanks!
Hi CB,
You’ll need to enable SSL on your Website to allow “Geolocation”. Check out this article https://wpgeodirectory.com/adding-a-ssl-certificate-to-your-website/
Hi Abel,
Please share the URL of the site and some screenshots that show this issue.
Thanks!
Hi there,
Could you please share your Website URL so that I could take a better look at it? You can use the private reply option below.
Thanks!
Hi there,
Please use this custom CSS code below to fix that. Insert into Gd > Design > Scripts > Custom Style CSS
.geodir-content-right.geodir-sidebar-wrap { padding: 10px!important; }Hi Sahil,
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 Jenny,
Sorry, I’m not getting this. May I know what are you trying to do exactly? Perhaps some screenshots or some links? Please elaborate a little bit more.
Thanks!
Hi Nathan,
Have you tried sorting alphabetically using title? https://wpgeodirectory.com/docs/core-place-settings/#sorting
Thanks!
Hi Vincent,
Please refer to this section of the documentation https://wpgeodirectory.com/docs/core-general/#general and focus on “Disable rating on comments”
Thanks!
Hi there,
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 Memorex13,
That’s actually an “alert bar”. Let’s position it using the custom CSS code below.
@media only screen and (max-width: 500px) { .alert-success, .sucess_msg, #buddypress div#message.updated p { position: absolute!important; z-index: 99999!important; top:80px; } } -
AuthorPosts