New Front EN › Support Forums › Ikebana Theme Support › Mobile/PC behavioral difference
- This topic has 3 replies, 2 voices, and was last updated 9 years, 10 months ago by
satori.
-
AuthorPosts
-
January 19, 2014 at 2:25 pm #2356
sdanpo
ParticipantHi,
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,
DanJanuary 20, 2014 at 7:31 pm #2361satori
KeymasterHey 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 StudioJanuary 22, 2014 at 11:51 am #2365sdanpo
ParticipantAndrii,
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
January 22, 2014 at 2:20 pm #2368satori
KeymasterNice! 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 -
AuthorPosts
- You must be logged in to reply to this topic.