Viewing 14 posts - 31 through 44 (of 44 total)
  • Author
    Posts
  • Tech-xml Friend
    #574807

    @jooservices Not solved, this problem is extending longer than I expected. Some users of this forum have gone through the same problem, however the post was removed.

    As I said in the previous post, the file to be changed was a JavaScript.

    Already send you by MP all site access data.

    jooservices Friend
    #574922

    Hi there
    As above js code

    if (this.options.disable_scrollwheelzoom == 1) {
    mapOptions.scrollwheel = false;
    }

    You can force mapOptions.scrollwheel = false.
    Check into script.js line 119
    Then remove if condition .

    By this way it’ll always use false value for scrollwheel

    But if check above logic code.
    # It’s check if options.disable_scrollwheelzoom have value =1 then set scrollwheel = false
    # options camed from

    var settings = <?php echo json_encode($aOptions); ?>;
    var objWidgetMap = new JAWidgetMap('<?php echo $map_id; ?>', settings);

    That’s why i have asked you use value 1 instead 0.

    Anyways you can modify js as above if needed.

    Thank you,
    Viet Vu

    jooservices Friend
    #641266

    Hi there
    As above js code

    if (this.options.disable_scrollwheelzoom == 1) {
    mapOptions.scrollwheel = false;
    }

    You can force mapOptions.scrollwheel = false.
    Check into script.js line 119
    Then remove if condition .

    By this way it’ll always use false value for scrollwheel

    But if check above logic code.
    # It’s check if options.disable_scrollwheelzoom have value =1 then set scrollwheel = false
    # options camed from

    var settings = <?php echo json_encode($aOptions); ?>;
    var objWidgetMap = new JAWidgetMap('<?php echo $map_id; ?>', settings);

    That’s why i have asked you use value 1 instead 0.

    Anyways you can modify js as above if needed.

    Thank you,
    Viet Vu

    jooservices Friend
    #739929

    Hi there
    As above js code

    if (this.options.disable_scrollwheelzoom == 1) {
    mapOptions.scrollwheel = false;
    }

    You can force mapOptions.scrollwheel = false.
    Check into script.js line 119
    Then remove if condition .

    By this way it’ll always use false value for scrollwheel

    But if check above logic code.
    # It’s check if options.disable_scrollwheelzoom have value =1 then set scrollwheel = false
    # options camed from

    var settings = <?php echo json_encode($aOptions); ?>;
    var objWidgetMap = new JAWidgetMap('<?php echo $map_id; ?>', settings);

    That’s why i have asked you use value 1 instead 0.

    Anyways you can modify js as above if needed.

    Thank you,
    Viet Vu

    Tech-xml Friend
    #574936

    Sorry @jooservices, but I could not solve.
    You asked me the other day access. I send a PM with the FTP data and access to the site. If you can solve this I thank you.

    Tech-xml Friend
    #641280

    Sorry @jooservices, but I could not solve.
    You asked me the other day access. I send a PM with the FTP data and access to the site. If you can solve this I thank you.

    Tech-xml Friend
    #739943

    Sorry @jooservices, but I could not solve.
    You asked me the other day access. I send a PM with the FTP data and access to the site. If you can solve this I thank you.

    jooservices Friend
    #575153

    Hi there
    I have accessed your FTP but don’t know where is your site located ? Please provide it.

    Thank you,
    Viet Vu

    jooservices Friend
    #641483

    Hi there
    I have accessed your FTP but don’t know where is your site located ? Please provide it.

    Thank you,
    Viet Vu

    jooservices Friend
    #740145

    Hi there
    I have accessed your FTP but don’t know where is your site located ? Please provide it.

    Thank you,
    Viet Vu

    Tech-xml Friend
    #575234

    @jooservices I send a PM

    jooservices Friend
    #575270

    Hi there
    Have done, please check it at your side.

    Thank you,
    Viet Vu

    Tech-xml Friend
    #575272

    solved, thank you

    You could put the solution code here until out an update

    jooservices Friend
    #575275

    Hi there
    Just update js as i have posted before

    //if (this.options.disable_scrollwheelzoom == 1) {
    mapOptions.scrollwheel = false;
    //}

    Thank you,
    Viet Vu

Viewing 14 posts - 31 through 44 (of 44 total)

This topic contains 44 replies, has 2 voices, and was last updated by  jooservices 9 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum