Forum Replies Created
-
AuthorPosts
-
Hi Michael and Rikard,
thank yoou very much – after updating Enfold had dissapeared!!
Best regards
AstridHi,
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
AstridHi Ismael,
they are only visible for smaller screens.
In desktop view we show the whole text.
Best regards
AstridHi 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,
AstridHi Victoria,
see below …Best regards
AstridHi Victoria, yes, that’s what I mean: links are not clickable in mobile view/smaller devices.
Best regards,
AstridHey 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,
AstridHey 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
AstridThank you Victoria, this works fine!
Best regards
AstridPS: Normally you can see the page only when logged in …
Hey Victoriy,
sorry, the URL was incorrect.
Best regards,
AstridHi Vinay,
thank you very much, it works very fine. And sorry for my mixed questions.
Best regards
AstridHey Jordan,
username and pw are correct, but the link to Admin Panel was not ( link see below in Private Conttent).Yet I have 2 other problems:
– youtube link in Footer Widget does not work
– I would like to display an image and a text-block with a coloured background next to one another with the same heights. But the text section only takes the length of the text. See screenshot http://www.turbonik.de/neu/wp-content/uploads/columns.png
or the bottom of this site: http://www.turbonik.de/neu/unternehmen/I tried different ways to solve this problem – is there any possibility?
Best regards
AsradaThat’s perfect – thank you!
Best regards
AstridYes, that’s it – thank you!
Hello Peter,
thank you!
Yes, for slider it works fine.But the image with the globe cannot hover without hovering the text.
I want – at the beginning – the image to be in grayscale and the text (MIT DAMPD…) in colours (this works).
And when hovering the image should be in colours.I changed your code (in my childtheme), but I am not able to adress in CSS only just the image. Can you please have a look?
Thank you, best regarde
AstridCSS is now:
/* #top .avia-image-container:hover,*/ #top .avia-image-container img:hover {
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
filter: grayscale(0%);
transition: all 0.5s ease;
}/*#top .avia-image-container,*/ #top .avia-image-container img{
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);}
September 13, 2018 at 6:42 pm in reply to: Top bar: create widget, delete avia-WPML-widget, use Fontello-icon #1009590Thank you!
AstridSeptember 12, 2018 at 9:49 pm in reply to: Top bar: create widget, delete avia-WPML-widget, use Fontello-icon #1009078I just realised, that it the widget in top menu is alright on startpage, but not on subpages – how can I change this?
Tank you
AstridSeptember 12, 2018 at 3:37 pm in reply to: Top bar: create widget, delete avia-WPML-widget, use Fontello-icon #1008981Thank you, you can close it.
September 12, 2018 at 9:58 am in reply to: Top bar: create widget, delete avia-WPML-widget, use Fontello-icon #1008811Thank you, Ismael, this works fine!
September 11, 2018 at 8:51 pm in reply to: Top bar: create widget, delete avia-WPML-widget, use Fontello-icon #1008604Yes, I did – both of them:
– the blue top-header-widget (BESUCHEN SIE UNS …) is displayed on the right side, but I want to display it on the left.
And phone number, e-mail, login … on the right side.– The icons in top menu are displayed directly one behind the other, but the second (phone-icon) should be displayed right before phone number.
Kind regards
AsradaSeptember 11, 2018 at 1:46 pm in reply to: Top bar: create widget, delete avia-WPML-widget, use Fontello-icon #1008398P.S.
2) I finally found icon shortcodes, but cannot display them separately, before mail address and phone number.September 11, 2018 at 1:29 pm in reply to: Top bar: create widget, delete avia-WPML-widget, use Fontello-icon #1008393Hallo Ismael,
thank you,
1) works, I created a widget in top menu area, but I cannot get it on the left side (I want to display language navigation and ohers on the right site, but this widget on the left)
2) where can I find this shortcode?
3) works fine!
Best regards
AsradaThank you Mike, it works fine now!!
-
AuthorPosts