Kiran

Forum Replies Created

Viewing 15 posts - 4,486 through 4,500 (of 6,022 total)
  • Author
    Posts
  • in reply to: who to exclude GD js script from same pages #406458

    Kiran
    Moderator
    Post count: 7069

    Hi SF,

    Yes, your list covers all the scripts loaded by GeoDirectory core, but Addons use GD Core JS plus additional files.

    In GD core most of the scripts and styles are loaded via geodir_templates_scripts() and geodir_templates_styles() functions. You can use the following to skip loading of GD Core scripts.

    
    
    remove_action( 'wp_enqueue_scripts', 'geodir_templates_scripts' );
    remove_action( 'wp_enqueue_scripts', 'geodir_templates_styles', 8 );

    geodir_is_geodir_page() is used to identify the GD page

    Here’s a Snippet that will execute only on GD Pages:

    
    
    
    add_action( 'wp', 'wpdocs_dequeue_script', 100 );
    function wpdocs_dequeue_script() {
        if (!geodir_is_geodir_page()){
            remove_action('wp_enqueue_scripts', 'geodir_templates_scripts');
            remove_action('wp_enqueue_scripts', 'geodir_templates_styles', 8);  
        }
    }
    

    Thanks,
    Kiran

    in reply to: Customise Featured Listing #406212

    Kiran
    Moderator
    Post count: 7069

    Hi Felicia,

    Please check after clearing your browser cache.

    Kiran

    in reply to: Customise Featured Listing #406207

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Customise Featured Listing #406191

    Kiran
    Moderator
    Post count: 7069

    Hi Felicia,

    I have moved & updated those templates under child theme.
    Please check and let us know.

    Thanks,
    Kiran

    in reply to: Category Issue Bug #406189

    Kiran
    Moderator
    Post count: 7069

    Glad to hear that! 🙂

    Thanks

    in reply to: Category Issue Bug #406185

    Kiran
    Moderator
    Post count: 7069

    Hi Scott,

    Please try again after clearing your browser cache.

    Let us know how it goes.

    Thanks,
    Kiran

    in reply to: Customise Featured Listing #406173

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.

    Kiran
    Moderator
    Post count: 7069

    Hi There,

    Did you tried after clearing Autotimize & Super Cache? Let us provide FTP credentials, so we can look into more.

    Thanks,
    Kiran

    in reply to: Uploads Drag-Drop not working #406101

    Kiran
    Moderator
    Post count: 7069

    Thanks for letting us know 🙂

    in reply to: Uploads Drag-Drop not working #406082

    Kiran
    Moderator
    Post count: 7069

    Hi There,

    The problem has been fixed and patch updated on your site.
    Please check after clearing your browser cache.

    Let us know.

    Thanks,
    Kiran

    in reply to: styling #406077

    Kiran
    Moderator
    Post count: 7069

    Thanks for letting us know 🙂

    in reply to: White screen of death #406069

    Kiran
    Moderator
    Post count: 7069

    Hi There,

    Post your site url and admin credentials in a private reply, we have to take a look into.

    Kiran

    in reply to: Social Media #406068

    Kiran
    Moderator
    Post count: 7069

    Thanks for letting us know 🙂

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