Kor

Forum Replies Created

Viewing 15 posts - 14,071 through 14,085 (of 15,414 total)
  • Author
    Posts
  • in reply to: Search Button Missing #293011

    Kor
    Moderator
    Post count: 16516

    Hey Kelly,

    I’ve just worked out this custom CSS and I’d like you to give it a try and see if it fixes the issue there.

    
    
    body.home .geodir-listing-search.gd-search-bar-style .geodir-loc-bar .clearfix.geodir-loc-bar-in .geodir-search .gd-search-input-wrapper {
        flex: 0px !important;
        min-width: 150px !important;
        max-width: 200px !important;
        margin-right: 30px;
        padding: 0px;
       
    }
    
    body.home .geodir-listing-search.gd-search-bar-style .geodir-loc-bar .clearfix.geodir-loc-bar-in .geodir-search button {
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
        height:50px!important;
        margin-left: 30px !important;
        padding-left: 20px;
        max-width: 60px;
    }
    
    .gd-search-input-wrapper.gd-search-field-cpt select.search_by_post {
        height: 50px!important;
    }
    
    body .geodir-listing-search.gd-search-bar-style .geodir-loc-bar .clearfix.geodir-loc-bar-in .geodir-search .gd-search-input-wrapper.gd-search-field-near .gd-append-near-wrapper span {
        right: -40px;
    }
    in reply to: Image streching in place listings #293001

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Could you try changing it to “Contain” and see if it’s what you’re looking for?

    
    
    .geodir_category_list_view li .geodir-post-img .geodir_thumbnail {
        background-size: contain !important;
    }

    Thanks!

    in reply to: Custom Search number of listings to show on page #292989

    Kor
    Moderator
    Post count: 16516

    Hi Kim,

    Could you please navigate to settings >> reading and increase the max number of post per page.

    Thanks!

    in reply to: background color home page #292980

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Could you tell us which theme are you using? Or probably share your Website URL with us so we could have a better look at your issue? Let us know how it goes.

    Thanks!

    in reply to: Search bar #292973

    Kor
    Moderator
    Post count: 16516

    Hi Michael,

    You can use the code below to display it in the header.php file of your theme. Insert below the navigation menu as you requested. Let us know how it goes.

    <?php echo do_shortcode("[gd_advanced_search show_adv_search='always']"); ?>

    Thanks!

    in reply to: Category List in sidebar #292969

    Kor
    Moderator
    Post count: 16516

    Hi kim,

    Sorry, I’m not really sure if I’m getting this. Do you mean you want to display all the CPT categories in a listing page? Check this “Listing Right Section” option as shown in this screenshot http://prntscr.com/cznvun , then insert the “GD > CPT Categories” widget to the sidebar.

    Thanks!

    in reply to: No Follow #292967

    Kor
    Moderator
    Post count: 16516

    Hi Joe,

    Could you please share Wp temp admin access to your Website so that we could apply the fix for you or can you wait till the next release? You can post the credentials here using the private reply option below. Let us know how it goes.

    Thanks!


    Kor
    Moderator
    Post count: 16516

    Hi Gerald,

    Thanks for your reply. I’ll try to answer your remaining questions.

    #1 Are you referring to this text field? http://prntscr.com/czjia6 . If you are, apply this custom CSS below to hide it.

    
    
    .geodir-search .search_text.ac_input {
    display: none!important;}

    #2 Install and activate the Prices and Payment addon, and set any price package to featured by default.

    #3 Use the custom CSS code below to remove the tags

    
    
    div#geodir_post_tags_row.geodir_form_row.clearfix,.geodir-tags, geodir_post_tags_row {
    display:none;
    }

    As for the place category.

    Try adjusting the “Show in what location” option as mentioned in this section of the documentation https://wpgeodirectory.com/docs/core-place-settings/#custom

    Thanks!


    Kor
    Moderator
    Post count: 16516

    Hey Adam,

    I’d need WP temp admin access to check your Website. Could you please provide that?

    Thanks!

    in reply to: Listing hook #292664

    Kor
    Moderator
    Post count: 16516

    Hi Christoph,

    You can start with custom fields, check out this section of the documentation https://wpgeodirectory.com/docs/core-place-settings/#custom . Well, give it a try and let us know how it goes.

    Thanks!

    in reply to: Resolved: Hide Admin Bar except for Admin #292641

    Kor
    Moderator
    Post count: 16516

    Hi Craig,

    Thanks for sharing this. 🙂

    in reply to: 500 error upon save #292281

    Kor
    Moderator
    Post count: 16516

    Hi Kim,

    I’m sorry to hear about that. Error 500 usually means there is an issue with the server. Are you able to find the error logs on the server?

    Thanks!

    in reply to: Popular Categories #292194

    Kor
    Moderator
    Post count: 16516

    Hey Jimmy,

    This looks something similar to this thread https://wpgeodirectory.com/support/topic/category-icons-supreme-theme-home-page/ . Let’s just refer to that one.

    Thanks!


    Kor
    Moderator
    Post count: 16516

    Hi Gerald,

    I’ll try to answer your questions accordingly.

    #1 Disabling “X – Disqus Comments” and “X – Facebook Comments” seems to fix the issue there. Could you please check on your end?

    #2 search results are not sortable and I’d like you to know that search results are sorted according to the search criteria’s. Here are some responses for your reference
    https://wpgeodirectory.com/support/topic/sort-option-on-mobile-not-displaying/#post-265653
    https://wpgeodirectory.com/support/topic/pre-sale-questions/#post-248111

    #3 I’ve just changed it to “GD > GMap – Listing page” widget and it seems to work now.

    #4 What do you mean “Pinpoint” function? You mean geolocation? If you are, you need to have SSL activated in order for it work.

    #5 Use this custom CSS. Insert into GD > Design > Scripts > Custom Style CSS

    
    
    .search-results .geodir_more_info.geodir_contact a{
        font-size:20px;
    }

    Thanks!

    in reply to: Search bar #292147

    Kor
    Moderator
    Post count: 16516

    Hi Michael,

    You can use shortcodes to display the search form, check out this section of the documentation https://wpgeodirectory.com/docs/core-shortcodes/#search .

    Thanks!

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