Okay
  Public Ticket #2484063
mobile view
Closed

Comments

  • saad couitro started the conversation

    Hi,

    Am using ineractive projects as my main page, all works well like your demo except when i enter the website from mobile, it suppose to change the picture and active the box when user move from a box to a box but it stucks in the ifrst picture, how can i solve this?

    Thanks in Advance.

  •  933
    Neuron replied

    Hi,

    I am very sorry for the late reply, we were not working on the weekend.

    Can you please add the following code to Appearance > Customize > Additional CSS, so when you add that and at the first click to an box there will not happen anything but if you click again then the photo will be changed.

    @media (max-width: 768px) {
        .o-interactive-item a:hover {
            pointer-events: none;
        }
        .o-interactive-item a:visited {
            pointer-events: all;
        }
    }
    

    Feel free to ask for anything you need.

    Kind Regards


  • saad couitro replied

    Hi thanks for your effort, but i think we can do better because most of the users will not know that stay clicking in a box will change the background, a better idea is to use scroll event depending on box height(if the scroll is on 50% of the first box then the second box featured image will be shown and highlighted like in the web view, the the same logic for the rest of the boxes).

    Also, i didn't find where to change the little logo in the main page of my website(medicentersperformance.com).

    Thanks in Advance.

  •  933
    Neuron replied

    Hi,

    I am sorry but such thing is not possible, it requires a lot of extra work to get that done. Unfortunately, support does not cover that work.

    Feel free to ask for anything you need.

    Kind Regards