Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Mobile/PC behavioral difference

New Front EN Support Forums Ikebana Theme Support Mobile/PC behavioral difference

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2356
    sdanpo
    Participant

    Hi,
    In mobile it seems that a few side tabs can be clicked together.
    IS this the anticipated behavior ?
    cause in tablet and PC only one side tab(filter can be clicked)

    PC :http://i.imgur.com/crkjxld.png
    Tablet:http://i.imgur.com/vMohXth.png
    Mobile:http://i.imgur.com/QZDNaDn.png – all the side tabs are clicked at the same time.

    Could you shed some light ?

    Thanks,
    Dan

    #2361
    mmsatori
    Keymaster

    Hey Dan,

    the mobile buttons do not remain active, yet the background does stay once a button is being pushed once, which, after considering your question, does start to feel somewhat counter-intuitive from the usability perspective. In order to get rid of this behaviour, we’d need to change one CSS rule (“style.css”, line 382 in theme version 2.1).

    You can either add the overriding code below to the “Style: Add Custom CSS” tab of the Theme Options panel, or at the bottom of the “style.css” (that file should open by default when visiting the “Appearance -> Editor” admin menu) – or, if you are fairly familiar with CSS, edit the line I’ve mentioned directly, removing the second selector.


    #icons-mobile a:active .mobile-icons-title {
    background-color: transparent !important;
    }

    Please let me know if this helps fix the issue.

    Sincerely,
    Andrii / Satori Studio

    #2365
    sdanpo
    Participant

    Andrii,

    Great answer.
    I handed it to the programmer and I hope he will implement it soon.
    He said VERY good words on the theme you created.

    So far – http://codecape.com/new_site/
    But we still have some issues.
    I will show it to you after we complete all testing :-)

    Dan

    #2368
    mmsatori
    Keymaster

    Nice! I like the way you’ve used the section above the masonry grid. Should you face any other issues, do not hesitate to contact me.

    Sincerely,
    Andrii / Satori Studio

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.