In the Old_Tour, there was a "+" sign for each Old_Tab when viewed on mobile devices (or a "-" to close the open tab). However, the new TTA_Tour does not provide that "+" or "-". Is there any way to turn that on? It's quite useful if the tab is quite long as a way to quickly close the tab and move on to the next one. Thanks/Amar
Sorry, Oliver, I use https://bchb.ca/0amar as a test page, and I had forgotten that you were debugging it. I've restored the Vertically Tabbed layout there; please take a look now.
In the Old_Tour, there was a "+" sign for each Old_Tab when viewed on mobile devices (or a "-" to close the open tab). However, the new TTA_Tour does not provide that "+" or "-". Is there any way to turn that on? It's quite useful if the tab is quite long as a way to quickly close the tab and move on to the next one. Thanks/Amar
HI,
Can you provide wp-admin access?
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Hi,
Sorry for delay, as I see here is a table:
https://bchb.ca/0amar/
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Sorry, Oliver, I use https://bchb.ca/0amar as a test page, and I had forgotten that you were debugging it. I've restored the Vertically Tabbed layout there; please take a look now.
Thanks / Amar
HI!
CSS example:
@media (max-width: 768px) { .vc_tta-panel-heading { position: relative; } .vc_tta-panel-heading:after { content: '\e60a'; font-family: 'scalia-icons'; position: absolute; right: 30px; z-index: 999; top: 16px; } .vc_active .vc_tta-panel-heading:after { content: '\e609'; } }Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver