New Landing How can we help? Themeforest Theme Support Neighborhood Product images stay small

Viewing 10 posts - 31 through 40 (of 40 total)
  • #230147
    Brian
    Member
    Post count: 33

    This was already the case…. I didn’t change it’s size…?

    By the way where do I remove the maps feature; maps.google.com 115.2 kB
    I don’t use it tried it in the child but it doesn’t run through wp-enqueue script right….

    Thanks! ๐Ÿ˜‰

    #230602
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    That is only loaded if the page has a map. Are you using any 3rd party map plugins that maybe adding it?

    To completely remove it you will need to deregister the enqueue which is called: wp_enqueue_script('sf-maps');

    Thanks,
    David.

    #230613
    Brian
    Member
    Post count: 33

    Nope don’t use maps anywhere. But where do i unregister it in my own functions in the childtheme, will that work?

    #230617
    David Martin – Support
    Moderator
    Post count: 20834

    Yes, in the child theme functions.php file.

    Ex: https://codex.wordpress.org/Function_Reference/wp_dequeue_script

    function wpdocs_dequeue_script() {
       wp_dequeue_script( 'sf-maps' );
    }
    add_action( 'wp_enqueue_scripts', 'wpdocs_dequeue_script' );

    Thanks,
    David.

    #231066
    Brian
    Member
    Post count: 33

    Hey David, thanks for the response. Though I tried that but still:

    js?sensor=false
    maps.google.com/maps/api/

    Also, 2 little questions on top a dat ๐Ÿ˜›

    1- I would like to start the mobile menu sooner, where can I change that?
    2- Is it possible to also use ajax while deleting out of the cart on checkout?

    Thanks man!

    #231337
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    1) Can you add a WP login and FTP details for us?

    2) That depends, what screensize are you looking for this to start?

    3) You would need a developer to make that change for you.

    Thanks,
    David

    #234853
    Brian
    Member
    Post count: 33

    Hi I would like to start around 1200/ 1280px

    #235234
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    The only way to do that would be this:

    Theme Options => Header Options => Display Mobile Header on Tablet Landscape (< 1024px) => On

    Thanks.

    #235598
    Brian
    Member
    Post count: 33

    That does not solves my question @ 1280px…
    Please read more carefully. Thanks!

    #236147
    David Martin – Support
    Moderator
    Post count: 20834

    Hi there,

    Unfortunately that customisation is beyond our scope of support as it is more work than a small customisation.

    We only provide support for theme issues, and at times basic customisations. While we’d love to be able to support every customisation request, we simply don’t have the time.

    We recommend that you seek a freelance developer if you need to make that customisation: http://www.swiftideas.com/customization/.

    Thanks.

Viewing 10 posts - 31 through 40 (of 40 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register