Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #1037611

    Hi,

    I just got a solution from you for the page FAQ that worked fine,
    but on all other pages the problem was not solved, as I have seeen just right now:

    Could you please have a look?
    Thank you
    Astrid

    #1038515

    Hey Asrada,

    What was the solution for the FAQ page? Can you please remind us?

    Best regards,
    Victoria

    #1038562

    Hey Victoria,
    you sent this code:

    @media only screen and (max-width: 990px) {
    #top #after_section_1 .togglecontainer.avia-builder-el-7 {
    min-height: 100vh;
    }
    }

    Best regards
    Astrid

    #1038702

    Hey Victoria,
    we found out that there is a general problem with hovering and clicking links in responsive view in other pages, see page link in Private Content.
    Links are not active anymore …

    Kind regards,
    Astrid

    #1038993

    Hi Astrid,

    Could you please attach some screenshots of the issue?

    What do you mean hovering and clicking? Do you mean the links are not clickable?

    Best regards,
    Victoria

    #1039010

    Hi Victoria, yes, that’s what I mean: links are not clickable in mobile view/smaller devices.
    Best regards,
    Astrid

    #1040320

    Hi Asrada,

    It is very weird.

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1040351

    Hi Victoria,
    see below …

    Best regards
    Astrid

    #1040825

    Hi Asrada,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .flex_column.av_one_half.avia-builder-el-9 {
      z-index: 300;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1040850

    Hi Victoria,
    thank you – but this code only works for the links in AKTUELLES -> PRESSE, but not for TERMINE

    and the accordions on the pages

    http://www.turbonik.de/neu/dampf-fuer-klima-und-unternehmen/ (accordion + button above it)

    What can we do?
    Best regards,
    Astrid

    #1043047

    Hi,

    I couldn’t find any accordion elements on those pages. Did you remove them? Can you give us a screenshot?

    Best regards,
    Ismael

    #1043062

    Hi Ismael,
    they are only visible for smaller screens.
    In desktop view we show the whole text.
    Best regards
    Astrid

    #1043503

    Hi,

    I see. The accordions are not accessible because the container of another element is covering them up. Did you add any css modifications to the site?
    Apply a custom css class attribute, for example, “custom-column”, to the column containing the accordion and then set a higher z-index value.

    .custom-column {
       z-index: 1000;
    }

    Best regards,
    Ismael

    #1043734

    Hi,
    this code did not work.
    I found out, that in grid.css when disabling this:

    @media only screen and (max-width: 767px)
    .responsive #top .flex_column_table_cell {
    display: block;
    }

    accordions and links will work.
    So I wrote this code in my childtheme’s css:

    @media only screen and (max-width: 767px) {
    .responsive #top .flex_column_table_cell {
    display: none;
    }
    }

    This works, but I am not sure if there are any other consequences.

    Best regards
    Astrid

    #1044423

    Hi Astrid,

    Well, this code can hide this element on other pages, please check and use the page id class to limit the action of the css to this page only.

    Example of code with the page id class:
    https://kriesi.at/support/topic/am-i-using-page-id-in-the-right-way/#post-832189

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1220077

    Hi Victoria, maybe my issue is in the same direction so I want to ask it here.

    It concerns the accordion element on page (see private link)
    You see 4 accordion elements in blue boxes with “beispiel” or “topic”.

    You also will notice that the accordion element is not clickable.
    How can we solve this ? Thanks a lot, marcus

    #1220257

    Hi onsite_org,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .page-id-1212 #av_section_4  {
        z-index: 99999;
    }
    .page-id-1212 #after_section_4 {
        z-index: 0;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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