Home Forums WoodMart support forum Problem with hot spot

Problem with hot spot

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #169449

    Mat
    Participant

    Hello,
    I have problem with hot spot text display on mobile.

    Attachments:
    You must be logged in to view attached files.
    #169486

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    Please provide your site URL so that we could check if it is possible to correct it with custom CSS. If your site is under maintenance, please provide your site admin access in the private area

    Best Regards

    #169544

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Mobile:

    .hotspot-opened .hotspot-content {
        margin-left: 0!important;
    }

    Best Regards

    #169557

    Mat
    Participant

    The problem now occurs on the opposite side.

    Attachments:
    You must be logged in to view attached files.
    #169662

    Hello,

    I had to change one block position from Left to Top as even with custom CSS one of the blocks was cut.

    Please add this code to the Theme Settings > Custom CSS > Global:

    .hotspot-opened .hotspot-content.hotspot-dropdown-top {
         margin-left: 0!important;
    }
    body .hotspot-opened .hotspot-content.hotspot-dropdown-left {
    	margin-left: 95px!important;
    }

    Best Regards

    #169669

    Mat
    Participant

    Ok let’s say it’s OK now (with hotspot dropdown content position changing what is not perfect). I will handle it. BUT there is another problem with hotspot that I’ve noticed.

    #169685

    Hello,

    We shall consider and try to change it. The hotspot block is the fixed element which is difficult to predict as different users may have a different number of blocks and sizes and positions.

    We shall get back to you soon.

    Best Regards

    #170021

    Hello,

    Sorry, I have misunderstood you I can set the hotspots as per your needs. Please remove all previous custom CSS related to hotspot element and add this code to the Theme Settings > Custom JS > On Document ready:

    jQuery(document).on('pjax:complete', function (xhr, textStatus, options) {
    	jQuery('.woodmart-image-hotspot-wrapper').each(function () {
    			jQuery(this).addClass('loaded');
    	});
    });

    Best Regards

    #170116

    Mat
    Participant

    It doesn’t work, but doesn’t matter. I’ve created my own css custom code that works well. Thanks.

    #170182

    If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Problem with hot spot’ is closed to new replies.