Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #3069158
Tour shortcode on mobile devices
Closed

Comments

  • Amar Shan started the conversation

    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

  •  7,280
    Oliver replied

    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

  •   Amar Shan replied privately
  •  7,280
    Oliver replied

    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

  • Amar Shan replied

    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

  •  7,280
    Oliver replied

    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';
    }
    }

     

    8153117754.png

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver