Kiran

Forum Replies Created

Viewing 15 posts - 4,471 through 4,485 (of 6,022 total)
  • Author
    Posts
  • in reply to: Getting new CPT template to match current gd_place templete #407313

    Kiran
    Moderator
    Post count: 7069

    Hi Jeffrey,

    You can find patch on GitHub here: https://github.com/GeoDirectory/supreme-directory/pull/37/files

    Kiran

    in reply to: Blank PAge #407155

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Getting new CPT template to match current gd_place templete #407148

    Kiran
    Moderator
    Post count: 7069

    Hi Jeffrey,

    Patch has been updated on your site. Please check after clearing your browser cache.

    Let us know.

    Thanks,
    Kiran

    in reply to: Coupon Code option missing on Add Listing page #407142

    Kiran
    Moderator
    Post count: 7069

    Hi Alphonso,

    Now with Invoicing plugin discounts are managed from Invoicing > Discounts.
    You can manage discount options like enable/disable for particular items, coupon start date, coupon expire date, included items, excluded items, first payment or all payments etc.

    I have tested by creating one test event and in checkout page now it showing discount section.

    Let us know.

    Thanks,
    Kiran

    in reply to: Error #407137

    Kiran
    Moderator
    Post count: 7069

    Hi Kristjan,

    Both problem has been fixed.

    Please check and let us know.

    Thanks,
    Kiran

    in reply to: Event end date not showing in event lising header #407123

    Kiran
    Moderator
    Post count: 7069

    Hi Stef,

    End date showing problem has been fixed.

    Please check and let us know.

    Thanks,
    Kiran

    in reply to: Supreme Directory Author page does not show any widgets #407098

    Kiran
    Moderator
    Post count: 7069

    Hi Guust,

    On Supreme Directory author page, listing page, search page displays Google Map. Sidebar widget area disabled for these pages in Supreme Directory theme.

    Yes but for location less CPTs sidebar widget area allowed to display. For location less CPTs, we have fixed problem recently on author, listings, search pages.

    Thanks,
    Kiran

    in reply to: Translate Awaiting #407093

    Kiran
    Moderator
    Post count: 7069

    Hi Edwin,

    I looked and found that geodirectory .po language file under /wp-content/languages/plugins/ directory is not updated.
    I have updated that file, now you have to translate strings which needs translations.

    Let us know how it goes.

    Thanks,
    Kiran

    in reply to: Supreme Directory Author page does not show any widgets #407091

    Kiran
    Moderator
    Post count: 7069

    Hi There,

    For location less CTP, the sidebar widgets problem on listing, search & author pages has been fixed. This will be in next release.

    Kiran

    in reply to: Search bar missing #407076

    Kiran
    Moderator
    Post count: 7069

    Hi Lise,

    The search bar is working now.

    The search form template file /plugins/geodirectory/geodirectory-templates/listing-filter-form.php was missing.
    I have copied template file listing-filter-form.php and now search bar working fine.

    Thanks,
    Kiran

    in reply to: Limit to CPT? #407070

    Kiran
    Moderator
    Post count: 7069

    Hi Jay,

    Please check now. There was a minor bug so CPT form could not be submitted if listing order is greater then 1000 (in advanced tab).
    In Place CPT you have listing order 1000 so new CPT will auto use 1001 during add new CPT. We have fixed this issue and it will be available in next release.
    On your to fix the problem site i have set order for Place CPT to 300, and now you can successfully add the new CPT.

    Let us know.

    Thanks,
    Kiran

    in reply to: Category page template #406942

    Kiran
    Moderator
    Post count: 7069

    Hi Joy,

    The featured on the WP categories pages is managed by either one of following ways.
    – If you have set any page under Settings > Reading > Your homepage displays > Posts page > XYZ & featured image has been set for that XYZ page, then that featured images used to display for category pages.
    OR
    – If you have not set “Posts page” or have empty featured image for the page “Posts page > XYZ” then you can set featured image by adding following line in wp-config.php

    
    
    if ( ! defined( 'SD_DEFAULT_FEATURED_IMAGE' ) ) {
        define( 'SD_DEFAULT_FEATURED_IMAGE', "https://MYSITE.com/uploads/2017/11/featured.jpg" );
    }

    Let us know.

    Thanks,
    Kiran

    in reply to: Getting new CPT template to match current gd_place templete #406920

    Kiran
    Moderator
    Post count: 7069

    Hi Jeffrey,

    We have recently fixed this problem and it will be in next release of Supreme Directory. https://wpgeodirectory.com/support/topic/cpt-list-and-search-page-without-physical-location/#post-404876

    Let us provide FTP credentials so we can apply patch on your site.

    Kiran

    in reply to: Blank PAge #406893

    Kiran
    Moderator
    Post count: 7069

    Hi Matthew,

    It also happen when saving location settings in backend. so it seems something there conflicts that causing problem here.
    Please try to disable one by one non-GD plugin, so if the problem is caused by any plugin then it can help you to find that plugin.
    Or provide us FTP credentials & phpMyAdmin database server details so we can look into more.

    Thanks,
    Kiran

    in reply to: Filtering Select Options #406892

    Kiran
    Moderator
    Post count: 7069

    Hi Julian,

    HTML tags are not supported in dropdown list. You can achieve what you want in displaying field content.
    Use following code snippet, it will bold the word “OR” when displaying on front-end.

    
    
    // Filter geodir_food_locality_rank field content.
    function _gd_custom_customize_food_locality_rank( $html, $location, $cf, $p = 0 ) {
        if ( ! empty( $html ) && ! empty( $cf['htmlvar_name'] ) && $cf['htmlvar_name'] == 'geodir_food_locality_rank' ) {
            $html = str_replace( ' OR ', ' <strong>OR</strong> ', $html );
        }
    
        return $html;
    }
    add_filter( 'geodir_custom_field_output_select', '_gd_custom_customize_food_locality_rank', 100, 3 );

    Thanks,
    Kiran

Viewing 15 posts - 4,471 through 4,485 (of 6,022 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount