New Landing How can we help? Themeforest Theme Support Uplift Disable Google Maps

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Uplift
  • #326013
    WEswift
    Member
    Post count: 234

    I would like to disable the google maps functionality as it is not being used — so I don’t get the error. How can I do that?

    #326014
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Did you enabled the smart script option?
    https://cl.ly/240G3G1G2l0x/Image%202017-05-25%20at%206.00.05%20PM.png

    Try that option if didn’t done it already.

    -Rui

    #326015
    WEswift
    Member
    Post count: 234

    That option does not exist.

    #326016
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    It exists in Uplift, can you send me the site url and admin credentials?

    -Rui

    #326022
    WEswift
    Member
    Post count: 234

    Sorry, this theme is Cardinal. I posted in the wrong place.

    #326087
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Your support license has now expired or you have not entered one within your profile to validate your purchase.

    To access the correct support forums please renew your support license for your theme(s) on ThemeForest.

    Thanks.

    #326476
    WEswift
    Member
    Post count: 234
    This reply has been marked as private.
    #326511
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Try in this link
    http://www.swiftideas.com/forums/users/weswift/

    You should find something like this.
    https://cl.ly/3k1i3e0S3J46/Image%202017-05-30%20at%207.53.39%20PM.png

    Add the code below to your functions.php of the child theme.

    function sf_dequeue_gmaps() {
       wp_dequeue_script( 'google-maps' );
    }
    add_action( 'wp_print_scripts', 'sf_dequeue_gmaps', 100 );

    -Rui

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.