Okay
  Public Ticket #2759188
iphone/ipad hover state functionality
Closed

Comments

  •  4
    ginhut started the conversation

    Hi!

    When you go to https://39q.a46.myftpupload.com/portfolio/ on an iPhone, and click on the link, it shows the address as if it was a hover state. 


    However, if you go to https://39q.a46.myftpupload.com/available/ it flashes the address very quickly(sometimes not at all) and just clicks through to the page. My client wants the functionality to be the same.


    Is there a setting we can change?


    Thanks!


  •  1,642
    Judith replied

    Hi There,

    I am unable to replicate this issue from my end, please clear cache using this guide: https://themenectar.ticksy.com/article/6226/ and also try opening from an incognito window and check.

    Kind Regards.                                                         

  •  4
    ginhut replied

    I did this a few times already. On my phone and on the actual backend of Wordpress. What phone are you looking at it in? It is happening to both me and my client. Incongito mode isn't going to be how most clients go to this website.

  •  1,642
    Judith replied

    Hi There,

    Did this happen after an update of the theme or any plugin?

    Thanks.

  •  4
    ginhut replied

    No, it seems to have always been this way.

  •  1,642
    Judith replied

    Hi There,

    How about you check for plugin conflicts by deactivating the third party plugins then reactivate them back one by one to see the one that causes conflicts.

    Thanks.

  •  4
    ginhut replied

    There are no additional 3rd party plugins on this as we haven't loaded anything additional yet like Yoast or Google Analytics. What phone are you looking at this in? Is it an Apple product?

  •  1,642
    Judith replied

    Hi There,

    We do not have the actual apple phones to test from we use the chrome mobile simulation feature that are already existing.

    Thanks.

  •  4
    ginhut replied

    Can you ask someone else to go to an actual iPhone and iPad to check as that is the actual environment it happening? I have similar software and it doesn't happen as it is still on a computer. This is because the phone and iPad "hover states" are built into the phone and tablets themselves. Chrome isn't the problem and most people have iphones. I appreciate this in advance.

  •  8,402
    Tahir replied

    Hey Again, Hope you had a Positive Weekend, 

    Thank you for your patience with this. Escalating this to the developer for further response.

    Best 


    ThemeNectar Support Team 

  •  982
    ThemeNectar replied

    Hey ginhut,

    You can disable the hover state requiring a second tap on iOS by adding this into the custom CSS box in the Salient options panel > General settings > CSS/Script related tab:

    .portfolio-items[data-ps="2"] .work-info {
      opacity: 1;
    }
    

    Kind regards,

  •  4
    ginhut replied

    I don't want to disable it. I want to enable it for the other section.

  •  982
    ThemeNectar replied

    Hey,  

    In that case you can use this snippet instead of the previously provided one:

    .wpb_gallery .portfolio-items .col .work-item .work-info a {
        opacity: 0;
    }
    .wpb_gallery .portfolio-items .col .work-item:hover .work-info a {
        opacity: 1;
    }
    
  •  4
    ginhut replied

    It fixed it!!!!! 

    THANK YOU SO MUCH!!!!!