-
AuthorPosts
-
November 26, 2018 at 11:24 am #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
AstridNovember 28, 2018 at 2:10 pm #1038515Hey Asrada,
What was the solution for the FAQ page? Can you please remind us?
Best regards,
VictoriaNovember 28, 2018 at 3:50 pm #1038562Hey 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
AstridNovember 28, 2018 at 8:34 pm #1038702Hey 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,
AstridNovember 29, 2018 at 4:13 pm #1038993Hi 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,
VictoriaNovember 29, 2018 at 4:43 pm #1039010Hi Victoria, yes, that’s what I mean: links are not clickable in mobile view/smaller devices.
Best regards,
AstridDecember 3, 2018 at 2:49 pm #1040320Hi 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,
VictoriaDecember 3, 2018 at 3:26 pm #1040351Hi Victoria,
see below …Best regards
AstridDecember 4, 2018 at 6:03 pm #1040825Hi 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,
VictoriaDecember 4, 2018 at 6:44 pm #1040850Hi Victoria,
thank you – but this code only works for the links in AKTUELLES -> PRESSE, but not for TERMINEand 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,
AstridDecember 10, 2018 at 1:23 pm #1043047Hi,
I couldn’t find any accordion elements on those pages. Did you remove them? Can you give us a screenshot?
Best regards,
IsmaelDecember 10, 2018 at 1:36 pm #1043062Hi Ismael,
they are only visible for smaller screens.
In desktop view we show the whole text.
Best regards
AstridDecember 11, 2018 at 2:34 am #1043503Hi,
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,
IsmaelDecember 11, 2018 at 1:05 pm #1043734Hi,
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
AstridDecember 12, 2018 at 5:36 pm #1044423Hi 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-832189If you need further assistance please let us know.
Best regards,
VictoriaJune 6, 2020 at 9:40 pm #1220077Hi 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, marcusJune 7, 2020 at 7:45 pm #1220257Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.