Kiran

Forum Replies Created

Viewing 15 posts - 5,476 through 5,490 (of 6,022 total)
  • Author
    Posts
  • in reply to: WP to Twitter + GeoDirectory #366312

    Kiran
    Moderator
    Post count: 7069

    Hi Ollie,

    Let me know how to recreate problem. I can’t recreate from my side.

    Kiran

    in reply to: Recaptcha Appears and Disappears #366300

    Kiran
    Moderator
    Post count: 7069

    Hi Jamie,

    I was just checking to fid what causing problem with GD recaptcha plugin. Do you want us to check and fix the issue with GD recaptcha? or you want to use this new one captcha plugin?

    Let us know.

    Thanks for your patience.

    Kiran

    in reply to: checkout page is redirecting to home page #366298

    Kiran
    Moderator
    Post count: 7069

    Hi There,

    Check now it redirect to GD checkout page successfully. Clear your browser cache before checking. Not sure what was the problem, but seems define(‘GEODIR_USE_PHP_SESSIONS’, false); fixed the problem.

    FYI: Two files geodirectory/geodirectory_template_actions.php & geodir_payment_manager/geodir_payment_functions.php shows modified on 7th March. Did you have any changes in these two files?

    Thanks,
    Kiran

    in reply to: Filter Options #366289

    Kiran
    Moderator
    Post count: 7069

    Hi Moez,

    Currently there is not options available to filter API results. I have added task and will implement custom filters, once other important tasks get finished.

    Thanks,
    Kiran


    Kiran
    Moderator
    Post count: 7069

    Hi Kory,

    On your DEV site “Sandbox – Testing” page the map working fine, the problem was categories icons are missing for categories, so map does not showing markers on map.

    Check on your DEV site after setting 222,223 categories in shortcode, the markers are back on map now.

    So on you production site you first need to update this patch https://wpgeodirectory.com/support/topic/listing-map-not-showing-by-custom-post-type/#post-364043
    and then have to set correct icon for categories which ahs missing icons.

    Thanks,
    Kiran

    in reply to: Creating site map with yoast seo #366287

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: checkout page is redirecting to home page #366282

    Kiran
    Moderator
    Post count: 7069

    Hi Mohammad,

    Looked into your site and nothing found wrong at backend settings.

    Please follow solution given here: https://wpgeodirectory.com/support/topic/priblem-with-add-listing/#post-160329

    If that solution not works then let us provide FTP details so we can assist you more.

    Thanks,
    Kiran

    in reply to: Another detail sidebar question! Events date and time #366273

    Kiran
    Moderator
    Post count: 7069

    Hi,

    You can hide calendar icon & date text via css. Add following style snippet in one of your .css file.

    
    
    
    #event_scheduleTab .geodir-company_info {
        overflow: hidden;
        position: relative;
    }
    #event_scheduleTab .geodir-company_info > .geodir-event-dates {
        display: block;
        margin-top: -2em;
    }
    #event_scheduleTab .geodir-company_info .fa-calendar {
        display: none;
    }
    

    Kiran

    in reply to: Creating site map with yoast seo #366147

    Kiran
    Moderator
    Post count: 7069

    Hi There,

    Option added under GeoDirectory -> Title & Metas to disable Yoast from overwriting GD Titles and Metas. It will be available in next release of GeoDirectory core plugin. I am not sure about next release time.

    When the new version released, you will see update notification in your WordPress dashboard updates.

    Thanks,
    Kiran

    in reply to: Split: Map not displaying location #366088

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Creating site map with yoast seo #366077

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Coupon Code for $5.00 on Stripe Statement as $0.05 #366076

    Kiran
    Moderator
    Post count: 7069

    Hi,

    Check now patch is updated on your site.

    I just need to know if I want to proceed testing with the true amount of a $5 coupon (not $.05), do I need to scrap this invoice and transaction — delete it — and do the whole transaction over once the patch is put into place?
    <
    So now onward new transactions will have $5 coupon amount.
    You just need to delete coupon entry from Stripe -> Coupons (in any there with amount $.05), so next time it will create new coupon.

    Thanks,
    Kiran

    in reply to: Next and Previous buttons on Detail Page #366074

    Kiran
    Moderator
    Post count: 7069

    Hi Rigots,

    > Under the “Related Post Settings” I have set “Relate to” to “Categories”.
    The “Sort by” option is set to “Latest”. I wish it has the option to sort by “Category” is there a way to do that?
    < No, currently there is no such option to sort by categories for Related Listings.

    > So, when I click on next at the bottom of the page I would like to go to the next listing but in the category, is there a way to do that?
    < Use following code snippet to show next/previous listing within current category only.

    
    
    
    function gd_previous_next_post_with_same_category( $where, $in_same_term, $excluded_terms, $taxonomy, $post ) {
        global $wpdb, $plugin_prefix;
    
        if ( !empty($post->post_type) && !empty( $post->default_category ) && in_array( $post->post_type, geodir_get_posttypes() ) ) {
            $conditions = " AND default_category = %d";
            $values = array( (int)$post->default_category );
            
            $where .= $wpdb->prepare( $conditions, $values );
        }
        
        return $where;
    }
    add_filter( 'get_previous_post_where', 'gd_previous_next_post_with_same_category', 11, 5 );
    add_filter( 'get_next_post_where', 'gd_previous_next_post_with_same_category', 11, 5 );
    

    Thanks,
    Kiran


    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Another detail sidebar question! Events date and time #366064

    Kiran
    Moderator
    Post count: 7069

    Hi Forbes,

    The link https://YOURSITE.COM/listing/web-tech-printing/waimea-instant-printing/ giving error “IIS 7.5 Detailed Error – 404.0 – Not Found” even added ip & name to hosts file.

    Use this snippet code to display the event schedule as a tab on detail page. https://gist.github.com/kprajapatii/02be2d46a6b1b1740d511f7dedb778d6

    Let us know.

    Thanks,
    Kiran

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