Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1301627
    zviz
    Participant

    Hi there, i’m building a site and having a bit of a problem with the usability of the grid plugin in mobile state.
    (can be seen in this dev url)
    it shows only pictures and there is no semi-hovering state that shows the name of the grid item.
    if you try to hover, it selects the item and activate the link.
    is there a way to show the title before selection in mobile?
    i don’t mind even if it will be static in mobile, but at the moment it is quite problematic.

    Thanks a lot
    Zvi

    #1301815
    Christian
    Moderator

    Hey Zvi,

    Would you mind providing us with WordPress Admin username / password so we can take a closer look?

    Thanks.

    #1308501
    zviz
    Participant
    This reply has been marked as private.
    #1308566
    Christian
    Moderator

    Hey there,

    The solution that won’t require custom development is to switch to a skin that shows the post title like Pracia and Sofia (see attachment). See http://theme-one.com/docs/the-grid/#!/skin_builder to learn how to edit your current skin.

    Thanks.

    #1308623
    zviz
    Participant

    Is there an easy css around it?

    #1308853
    Nabeel A
    Moderator

    Hi again,

    You can try adding the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .touchevents .brasilia .tg-item-content, .touchevents .brasilia .tg-item-overlay {
        opacity: 1 !important;
    }
    .touchevents .tg-cats-holder {
        transform: none !important;
    }

    Let us know how this goes!

  • <script> jQuery(function($){ $("#no-reply-1301627 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>