Okay
  Public Ticket #1978890
Show more button not working as button
Closed

Comments

  • Anneke started the conversation

    Hello,
    For some reason the "show more" button does not appear as a clickable button anymore (also not when hovering over it). Before it did respond well, but it changed somewhere along the way.
    Pagination was set at default 9 portfolio items, and there are at least 12 portfolio items to be shown.

  •  675
    Neuron replied

    Hi Anneke,

    I am not able to view the site, because the coming soon mode is activated, please de-activate it or send me the WordPress information here(do not forget to tick private on reply).

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •   Anneke replied privately
  •  675
    Neuron replied

    Hey Anneke,

    It seems like the div below is going onto the button and not allowing it to be clickable. 

    - http://prntscr.com/ndl9i7

    Simply, add the following style.

    #work {
        position: relative !important;     z-index: 1000 !important;
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Anneke replied

    Thanks, that helps.
    However it also affects the behaviour of the header menu. It is now not anymore on top, but going behind the portfolio grid.

  •  675
    Neuron replied

    Hi,

    You're welcome anytime.

    You can simply increase the z-index of the header.

    .header-wrapper {
        z-index: 1005 !important;    
    }
    

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Anneke replied

    Nice, thanks! Everything resolved :-) and good to know that such a thing as z-index exists. Learned something new.


  •  675
    Neuron replied

    Yes, it can be very helpful sometimessmile.png

    Feel free to ask for anything you need.

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

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Anneke replied

    Hi, back again,...

    Setting the Z index of the header-wrapper does work for desktop, however in mobile it seems to still go all behind the "#work" section. I've tried a couple of things with the z-index especially for mobile, but that doesn't seem to work right now. Any ideas?

  •  675
    Neuron replied

    Hi Anneke,

    I am sorry for the late reply.

    Please try adding the following Custom CSS in Responsive.

    .n-container {
        z-index: 1;
    }

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Anneke replied

    Nice! that solved it all :-) 

  •  675
    Neuron replied

    Good to know, feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.