Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Grafi92

    (@grafi92)

    Hello.
    Hm… I don’t know, what the problem.

    I send list of plugins which include to the project:
    Advanced Custom Fields
    Clef Two-Factor Authentication
    Contact Form 7
    Duplicate Menu
    Limit Login Attempts
    Logo Slider
    Mindmeister Shortcode
    Newsletter
    Post Duplicator
    WordPress Importer
    Disable WP Admin Bar Removal
    WPBakery Visual Composer (Artbees Modified Version)
    WPML Multilingual CMS

    Template:
    http://themeforest.net/item/jupiter-multipurpose-responsive-theme/5177775

    I check and edit js code.
    In my opinion this is problem with “top” attribute in file jquery.image_zoom.min.js.

    I use jsbeatifuler, and edit code.
    I found problem with “b” parameter, and exactly the problem with b.img_small.offset.top.

    I change value:

    b.zoomContainer.css({
    top: b.img_small.offset.top, //change this value
    left: b.img_small.offset.left
    });

    and

    buildZoomContainer: function() {
                var b = this;
                b.zoomContainer = a("<div />").addClass("zoomContainer").css({
                    "-webkit-transform": "translateZ(0)",
                    position: "absolute",
                    left: b.img_small.offset.left + "px",
                    top: b.img_small.offset.top + "px", //change this value to 35% (it was almost ok)
                    height: b.img_small.height + "px",
                    width: b.img_small.width + "px",
                    "z-index": "999"
                }).appendTo("body")
            },

    When I change value (/\) then image show in right place, but mouse move was read in old (“bad”) place (above from the picture).

    Thread Starter Grafi92

    (@grafi92)

    Hi.
    Sorry, this is project at work.
    I can not give you access to website and admin.
    I have Visual Composer plugin. Maybe this is problem.

    At the very top of the page it is ok.
    But below plugin Image Zoooom begins to move up.
    Check scroll bar on the right (photo earlier)
    This problem occurs on 3/4 page.
    If I set the photo above then it reduces the difference.

Viewing 2 replies - 1 through 2 (of 2 total)