Kor
Forum Replies Created
-
AuthorPosts
-
Hi Gerald,
Please try this custom CSS code below instead and see if it works.
#gd-tabs .geodir-tab-head a{ font-size: 20px; }
Hi jeffrey,
Try this custom CSS code below and if you have some free time, I’d like you to check out this article https://wpgeodirectory.com/docs/customizing-your-style/ .
.gd-cptcat-row { min-width: 230px; }
Thanks!
Hi Jeffrey,
That would require customization to achieve that, unfortunately.
Thanks!
Hi Jeffrey,
There is currently no option to remove that. A workaround would be to use a custom CSS below to remove that section.
#geodir_widget_carousel.geodir_flexslider { display: none; }
Thanks!
Hi Jeffrey,
Use the custom CSS code listed below and change the font size to your liking. Let us know how it goes.
/* Category title */ h2.gd-cptcat-title { font-size: 15px!important; } /* Widgets title */ h3.widget-title { font-size: 15px!important; }
Hi Chris,
Could you please share your Website URL with me so I could tell you the correct CSS snippet to do this?
Thanks!
Hi Mark,
It’s not a bad idea after all. Could you please add that as a feature request using the link below.
https://wpgeodirectory.com/requests/
Thanks!
Hi Jan,
Do you mind sharing the URL of the site in question so we can take a look? You can use the private reply option below.
Thanks!
hi Jeffrey,
The code isn’t there when I checked on it. I’ve just added it for you and it seems to work now http://prntscr.com/daprb3 . Could you please check on it now?
Thanks!
Hi Jeffrey,
Try giving it an “!important” element and see if it works better. If it doesn’t work still, 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.
.geodir_cpt_categories_widget h3 { font-size: 15px!important; }
Thanks!
Hi Patrick,
You can insert 3rd party shortcodes into the custom fields, but you’ll need to first insert the custom code below into your functions.php file.
function my_enable_shortcodes_in_cf($html,$location,$cf){ // this line will enable it for all text inputs $html = do_shortcode( $html ); return $html; } add_filter('geodir_custom_field_output_text','my_enable_shortcodes_in_cf',15,3);
Thanks!
Hi Jeffrey,
Try using the custom CSS code below and see if it works for you. Insert into GD > Design > Script > Custom Style CSS
.geodir_cpt_categories_widget h3 { font-size: 15px; }
Thanks!
Hi Brendan,
I’ll try to answer your questions accordingly.
#1 I’ve just tested the search form on your Website using this “Newcastle” keyword and it works fine. Check out this screenshot http://prntscr.com/dand76
#2 Unfortunately, there is no autocomplete for “Near Me”
#3 I’ve tried searching for “5031” and since geo search can’t decide whether it’s a post code or street number, it will work if you search with “Australia 5031”
#4 Unfortunately, this isn’t something that’s currently possible.
Thanks!
Hi Jimmy,
Please provide FTP access to your server in case our developers needed it.
FTP Access
FTP Host :
FTP Username :
FTP Password :Thanks!
Hi Sean,
I’ve just checked that link you’ve shared and it seems to work fine. That’s how a multi rating system works as it calculates the average rating from all individual ratings.
Thanks!
-
AuthorPosts