New Landing How can we help? Atelier mobile touch on overlay – css

Viewing 15 posts - 16 through 30 (of 32 total)
  • Posted in: Atelier
  • #268685
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Will check with my colleague to see if he knows how to fix it

    – Kyle

    #268745
    dej888
    Member
    Post count: 181

    Thank you kindly.

    I dont understand why it wouldnt work? Im sure just some css may be off because of me removing the links to the single product page. I wish i was a ninja nad could hash it out, but im not ๐Ÿ™

    #269461
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Apologize for the delay. Will check.

    -Rui

    #269464
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    In my Android mobile it’s working fine it showing me the overlay when I press it, and if you press again outside the image it will close the description.

    Try to clear the mobile browser.
    -Rui

    #269474
    dej888
    Member
    Post count: 181

    Hi Rui,

    I did this, I have only apple products so i use the iphone and ipad for testing – i have not checked the android..

    Why wouldn’t this work for the apple products? This is what i need assistance on ๐Ÿ˜‰

    #269480
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    In that case will forward to our developer since I don’t have an iPhone atm to test it.
    Let’s wait for the reply.

    -Rui

    #269517
    dej888
    Member
    Post count: 181

    Thank you ๐Ÿ™‚

    #269530
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem.
    -Rui

    #269585
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi @dej888

    How was this added, it’s custom yeah? Is it a js-only hover?

    – Ed

    #269588
    dej888
    Member
    Post count: 181

    Yes Js and Css

    #269591
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    If it’s custom, then unfortunately this isn’t something we can support. I’d suggest looking at our code for how we do hovers for mobile –

    jQuery(document).on('click', '.animated-overlay > a', function(e) {
    				var thisLink = jQuery(this);
    
    				if (thisLink.hasClass('hovered')) {
    					return e;
    				} else {
    					e.preventDefault();
    					thisLink.addClass('hovered');
    				}
    			});

    – Ed

    #269593
    dej888
    Member
    Post count: 181
    This reply has been marked as private.
    #269594
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    That code doesn’t show anything for hover? The theme option is only for our hover, not custom code. It will be something with your code which isn’t working on iOS browsers – again this isn’t something within the theme, so not something we can support unfortunately. Any customisations are at the discretion of the customer.

    – Ed

    #269596
    dej888
    Member
    Post count: 181

    Hi Ed – Yes, taht was my point! ๐Ÿ™‚ I have no custom code anymore. I have just your toggle enabled to show. So my question is why isnt this showing?

    #269599
    Swift Ideas – Ed
    Keymaster
    Post count: 15264
    This reply has been marked as private.
Viewing 15 posts - 16 through 30 (of 32 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