Home Forums Basel support forum HTML block problems

HTML block problems

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #14646

    sanmartin90
    Participant

    a have a troble with a carrousel image in html blck in main menu, the conten dosnt see but the clicking zones is always there, can you helpme

    video: https://mega.nz/#!xlAhiS6Y

    #14648

    Artem Temos
    Keymaster

    Hi,

    Sorry, but we can’t see the video. Could you please use some other file transfer service?

    Regards

    #14649

    sanmartin90
    Participant

    PLEASE LOOK AT THE BEGGININ HOW LINKS IN DOWN LEFT CHANGE WITHOUT OPEN “PRODUCTOS” TAB
    https://www.youtube.com/watch?v=JR6dLPzFE5w&feature=youtu.be

    #14654

    Artem Temos
    Keymaster

    We don’t see it on your website now. Did you remove it?

    #14662

    sanmartin90
    Participant

    Yes i have to hide it, but the html block still there, i cant active because the site is online,

    #14663

    sanmartin90
    Participant

    how can we solve that?

    #14665

    Artem Temos
    Keymaster

    We need to see it firstly, then we will try to prepare some custom fix for you.

    #14671

    sanmartin90
    Participant

    What are the service hours to schedule the activation of the html block without causing so much annoyance to the users? im from Colombia (-5)

    #14673

    Artem Temos
    Keymaster

    Hi,

    I will be online for the next 2-3 hours and will do this immediately if you add the block now.

    Regards

    #14691

    sanmartin90
    Participant

    allrready put again the “productos” tab in main menu, put ftp access in private zone

    #14699

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .vc_tta-panel {
    	display: none!important;
      visibility: inherit!important;
    }
    
    .vc_tta-panel.vc_active {
    	display: block!important;
    }
Viewing 11 posts - 1 through 11 (of 11 total)