Kor

Forum Replies Created

Viewing 15 posts - 11,611 through 11,625 (of 15,414 total)
  • Author
    Posts
  • in reply to: How to remove 2nd search bar on homepage #381315

    Kor
    Moderator
    Post count: 16516

    Hi brett,

    Thanks for letting us know.

    in reply to: Supreme directory #381311

    Kor
    Moderator
    Post count: 16516

    Hi Llewellyn,

    Sorry for the delay in response. 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.

    in reply to: Image instead of icones to list categories #381310

    Kor
    Moderator
    Post count: 16516

    Hi JJJ,

    Have you tried replacing the map markers with images? Or am I misunderstanding your question?

    Thanks!

    in reply to: Listings Detail Page #381280

    Kor
    Moderator
    Post count: 16516

    Hi Caroline,

    I’ve taken a look at your Website and I know what you needed there. Could you try assigning a fixed height to the listing sidebar details using the custom CSS code below and see if it’s what you’re looking for?

    
    
    .geodir-company_info.geodir-details-sidebar-listing-info {
        min-height: 600px!important;
    }

    Thanks!

    in reply to: Custom Logo Field #381279

    Kor
    Moderator
    Post count: 16516

    Hi Al,

    You can use the File Upload custom field to achieve what you needed there. https://wpgeodirectory.com/docs/core-place-settings/#file

    Thanks!

    in reply to: Post Expirations #381233

    Kor
    Moderator
    Post count: 16516

    Hi Keane,

    I’ll ask a developer to check on this. I’m sorry for the delay.

    Thanks!

    in reply to: phone number not showing in Superior Directory #381227

    Kor
    Moderator
    Post count: 16516

    Hi John,

    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.

    in reply to: How to deactivate footer class "article-footer cf" #381164

    Kor
    Moderator
    Post count: 16516

    Hi Alex,

    I’ve just inserted the custom CSS code into GD > Design > Scripts > Custom Style CSS and it seems to work. Could you please check on it?

    Thanks!

    in reply to: Featured places #381157

    Kor
    Moderator
    Post count: 16516

    Hi Jack,

    You need to have the “Payments Manager” addon installed and enable “is featured” in the package settings. Refer to this section of the documentation https://wpgeodirectory.com/docs/prices-and-payments-add-on-overview/ .

    Thanks!

    in reply to: adding detail tabs #381155

    Kor
    Moderator
    Post count: 16516

    Hi mrv,

    Try this and see if it works.

    
    
    add_action('geodir_after_tab_content' ,'geodir_my_new_tab_content');
    function geodir_my_new_tab_content($tab_index)
    {
    if($tab_index =='my_new_tab')
    {echo do_shortcode('[MY-SHORTCODE]');}
    }
    in reply to: change title above search box on home page #381130

    Kor
    Moderator
    Post count: 16516

    Hi James,

    You can rename the menu title in the menu settings. If you are not sure how, please share WP temp admin access to your site and we’ll point you the right direction. You can post the details here using the private reply option below.

    in reply to: adding detail tabs #381129

    Kor
    Moderator
    Post count: 16516

    Hi mrv,

    Check out the code below and test it out.

    
    
    add_filter('geodir_detail_page_tab_list_extend', 'geodir_detail_page_tab_list_extend') ;  
    function geodir_detail_page_tab_list_extend($tab_array) {   
    $tab_array['my_new_tab'] = array( 
    'heading_text' =>  __('New Tab',GEODIRECTORY_TEXTDOMAIN),
    'is_active_tab' => false,
    'is_display' =>  apply_filters('geodir_detail_page_tab_is_display', true,'my_new_tab'),
    'tab_content' => '');   
    $tab_array['my_new_tab2'] = array( 
    'heading_text' =>  __('New Tab2',GEODIRECTORY_TEXTDOMAIN),
    'is_active_tab' => false,
    'is_display' =>  apply_filters('geodir_detail_page_tab_is_display', true,'my_new_tab2'),
    'tab_content' => '');   
    $tab_array['my_new_tab3'] = array( 
    'heading_text' =>  __('New Tab3',GEODIRECTORY_TEXTDOMAIN),
    'is_active_tab' => false,
    'is_display' =>  apply_filters('geodir_detail_page_tab_is_display', true,'my_new_tab3'),
    'tab_content' => ''); 
    return $tab_array ; } 
    in reply to: place tab position #381123

    Kor
    Moderator
    Post count: 16516

    Hi Cora,

    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. Also, please share WP temp admin access to your site just in case we needed it.

    Thanks!

    in reply to: Supreme mobile menu #381122

    Kor
    Moderator
    Post count: 16516

    Hi Edith,

    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.

    in reply to: Edit Listing version 1.6.20 #381121

    Kor
    Moderator
    Post count: 16516

    Hi Neil,

    I’ve just tested on a dev site and I can’t seem to replicate the said issue. 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.

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