Okay
  Public Ticket #2571897
Interactive-grid
Closed

Comments

  • wnthemes started the conversation

    Hi
    Two questions related to the Interactive-grid demo:
    - Possibility of selecting items instead of portfolio categories (by name or #id).
    - First Image in Mobile: 'Interactive Grid' Page. The page seems to work fine on Desktop but the same interactive grid doesn't work on mobile. It is not showing any other images on touching the mobile grid. Can you provide the same solution like that https://neuronthemes.ticksy.com//ticket/2221643/#comment-11460658 or other solution you think is best.
    Thanks

  •  933
    Neuron replied

    Hi,

    Can you please provide me with your WP-admin, I will have a quick look to see what's going on. Make sure to tick private on the reply.

    Feel free to ask for anything you need.

    Kind Regards


  •   wnthemes replied privately
  •  933
    Neuron replied

    Hi,

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

    We can't view any of your pages, it's requesting a password.

    https://prnt.sc/v23kmf

    Feel free to ask for anything you need.

    Kind Regards


  •   wnthemes replied privately
  •  933
    Neuron replied

    Hi,

    We're sorry but as you could see that there is only on option to choose the products and that's by category, sorry again for that.

    For the other issue we've added you the following code to Appearance > Customize > Additional CSS, so 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


  • wnthemes replied

    Hi.

    For the other issue we've added you the following code to Appearance > Customize > Additional CSS, so at the first click to an box there will not happen anything but if you click again then the photo will be changed.

    Ok, but may be I'm wrong, when click in item don't go to portfolio item, is right? Thanks

  •  933
    Neuron replied

    Hi,

    We're so sorry for the late reply, somehow we missed your ticket.

    We've installed you a plugin called Insert Headers and Footers and added the following script to it, which adds a new class to the button, then we've made the button unclickable when you first click on any box with CSS code that we've added at Appearance > Customize > Additional CSS. Then after you first click on a box we've removed that class that we added before and if you click again it will sent you to the portfolio item.

    <script>
    jQuery( document ).ready(function() {
       if (jQuery(window).width() < 991) {
          jQuery(".o-interactive-item a").addClass('pointer-events-none');
          jQuery(".o-interactive-item").on('click', function(e)     {
             jQuery(this).find('a').removeClass('pointer-events-none');
          });
       }
    });
    </script>
    
    .pointer-events-none {
        pointer-events: none;
    }

    Feel free to ask for anything you need.

    Kind Regards


  • wnthemes replied

    Hi

    Good solution, now mobile view is Ok.

    Thanks.

  •  933
    Neuron replied

    You are welcome anytime, feel free to ask for anything you need

    If you like our theme, please leave us a rate with 5 stars at ThemeForest, that would help us a lot.

    Kind Regards,
    NeuronThemes