Kor

Forum Replies Created

Viewing 15 posts - 13,876 through 13,890 (of 15,414 total)
  • Author
    Posts
  • in reply to: font size of headers in tabs #309900

    Kor
    Moderator
    Post count: 16516

    Hi Gerald,

    Please try this custom CSS code below instead and see if it works.

    
    
    #gd-tabs .geodir-tab-head a{
     font-size: 20px;
    }
    in reply to: Category Widget Columns Adjustment #309721

    Kor
    Moderator
    Post count: 16516

    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!

    in reply to: CPT Category Widget Collapsible? #309577

    Kor
    Moderator
    Post count: 16516

    Hi Jeffrey,

    That would require customization to achieve that, unfortunately.

    Thanks!

    in reply to: Remove Thumbnails In Carousel Widget #309533

    Kor
    Moderator
    Post count: 16516

    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!

    in reply to: Change CPT Font Size #309226

    Kor
    Moderator
    Post count: 16516

    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;
    }
    in reply to: How to center and align near field box #309083

    Kor
    Moderator
    Post count: 16516

    Hi Chris,

    Could you please share your Website URL with me so I could tell you the correct CSS snippet to do this?

    Thanks!

    in reply to: Offers CPT #309082

    Kor
    Moderator
    Post count: 16516

    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!

    in reply to: Responsive Sidebar #309079

    Kor
    Moderator
    Post count: 16516

    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!

    in reply to: Change CPT Font Size #308861

    Kor
    Moderator
    Post count: 16516

    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!

    in reply to: Change CPT Font Size #308850

    Kor
    Moderator
    Post count: 16516

    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!

    in reply to: Insert [shortcode] of another application #308848

    Kor
    Moderator
    Post count: 16516

    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!

    in reply to: Change CPT Font Size #308842

    Kor
    Moderator
    Post count: 16516

    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!

    in reply to: Search issues #308826

    Kor
    Moderator
    Post count: 16516

    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!

    in reply to: Page Error 500 & Other PHP Issues #308792

    Kor
    Moderator
    Post count: 16516

    Hi Jimmy,

    Please provide FTP access to your server in case our developers needed it.

    FTP Access
    FTP Host :
    FTP Username :
    FTP Password :

    Thanks!

    in reply to: Issue with Reviews #308791

    Kor
    Moderator
    Post count: 16516

    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!

Viewing 15 posts - 13,876 through 13,890 (of 15,414 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount