Forum Replies Created
-
AuthorPosts
-
Lieber @Guenni007, ich weiß deinen Einsatz sehr zu schätzen. Ich habe das versucht (vorausgesetzt ich habe nichts übersehen). Der Headerbereich sieht auch ok aus, aber nicht der Bereich über dem Footer, der ‘Senden’-Button ist nicht zu sehen.
Es kann sein, dass ich mir aufgrund der vielen Anpassungen, besonders Custom CSS, dieses Problem selbst geschaffen habe. Ich will niemandem die Zeit stehlen, wir können das Ticket pausieren. ich muss mir überlegen, was ich diesbezüglich noch an Aufwand reinstecke, denn ich kann es mir momentan nicht erlauben, andere Dinge dafür liegen zu lassen.
Ich habe auch deine Hinweise bzgl. svg-Trenner gelesen und versucht, umzusetzen, aber leider nicht zu 100% Zufriedenheit. Da dies aber nicht Thema dieses Tickets ist, danke ich dir an der Stelle für den Hinweis und den Code. Das wird sicher noch einmal nützlich sein.
[EDIT: I’m sorry I messed up, because I set the header image on button to not show on small devices, but still the following is valid:]
Applying https://kriesi.at/support/topic/display-issues-on-iphone-13/#post-1495940 this Is what I got (section above footer not fully visible):

The issue is only to see on a real iPhone unfortunately.
@Guenni007 – die svg-Trenner werde ich ausprobieren, danke für den Hinweis.Hi Ismael, you’re right about the invisible separator. I added it so the content just above the footer will not be cut on the iPhone. There was even another invisible separator of 100px height just above the one you mentioned. When I delete those, the situation on the iPhone gets even worse. I now deleted both of them so they will not confuse our testing any longer.
Hallo Guenni007, danke, dass du dich der Sache annimmst.
Ich habe jetzt WP Rocket deaktiviert (vorher den Cache aufgefrischt). In Enfold ist und war die Optimierung von JS und CSS deaktiviert, von daher habe ich dort jetzt nichts weiter getan.
Eine eigene Color-Section möchte ich nicht, weil es dann nicht mehr full width ist.
Übersehe ich etwas, ist das nicht die einzige Seite mit dieser Art full width Button auf der Website?Mein Problem ist, dass ich leider kein iPhone zur Verfügung habe und nach jeder Änderung umständlich organisieren muss, dass es jemand testet. Bisher ohne Erfolg und ich fange an, den Leuten auf die Nerven zu gehen.
Danke für die Anwtort. Keine Ahnung wieso ich auf Englisch geschrieben habe, ich denke wir können auf Deutsch fortsetzen.
Ich habe tatsächlich eine fixierte Kopfzeile, aber da heißt es ja:
Aktiviert, fixiert die Kopfzeile am oberen Bildschirmrand (wird auf Smartphones ignoriert)Das Phänomen taucht z. B. hier auf:
February 18, 2021 at 10:51 pm in reply to: Video nicht verfügbar – Color section background video stop looping #1282097I just ran into the same issue, Browser console says 400 Bad Request after playing the video once.
The solution is here to find:
// https://kriesi.at/support/topic/background-video-in-color-overlay-stops-looping-after-update-to-4-7-6-4/#post-1281392-
This reply was modified 5 years ago by
cherrmann.
February 3, 2021 at 11:23 am in reply to: Anpassung Mobile Menü Trennstrich und eigener Inhalt #1277312Hallo,
zu 1)
Versuch es mal mit diesem CSS:.html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li a { width: 50%; margin-left: 20px; }Zu 2)
Es geht sicher eleganter, wenn man in den Code eingreift, aber per CSS habe ich folgenden Weg gefunden:.av-active-burger-items:last-of-type:after { content: "Hauptstr. 1 \A 0123 4560"; white-space: pre-wrap; margin: 0 135px 0 -125px; }Möge es dir für’s Erste helfen..
Hi,
as a starting point, please try:
span.avia-menu-fx { height: 8px; }One possible way was something like that:
li.dropdown_ul_available:before { content: "▼"; color: white; position: absolute; top: 45px; left: 15px; }Hi, a bit hacky, but you can try to play around this:
li.page_item.page-item-1249 a { margin-left: -1000px; } li.page_item.page-item-1249 a:after { content: "Start here"; position: absolute; left: 0px; top: 37px; }Hi, check the source code of your page and find the IDs of the respective menu entries. Then you can use CSS like that
#menu-item-123 { background-color: red; }and so on..
Hi,
open the de_DE_formal.po file in the /lang folder using Poedit. Find and replace the occurrences of “Deine” etc. and save. 2 files will be created, .po and .mo. Overwrite the .po and .mo files in the lang directory and you’re done. Keep your modified files in a save place also in case you need them again after a theme update.
Your site obviously has changed, but you can use the following CSS:
nav.sub_menu { display: none; }You could install WooCommerce, which is a free plugin and compatible with enfold
see
// https://kriesi.at/documentation/enfold/woocommerce-shop/
// https://kriesi.at/themes/enfold-shop/Hello,
try adding the following CSS:
a#scroll-top-link { left: 50px !important; }December 17, 2020 at 5:09 pm in reply to: Remove blue point and arrow when hovering over logo/Image #1268157Hi Urs,
if there were no links, there also would be no “dots and arrows”
Hi,
looks like you figured it out!? I tested the script on a local site and it’s working fine. Make sure to use the right quotes.
Es gibt Plugins oder Dienste, die das anbieten, z. B.
Without digging deeper yet I see your homepage has a massive load of about 20MB. Did you try to disable the video for testing if it’s still an issue then?
Hello,
just find the ID and use CSS like so:
li#menu-item-1812 * { background-color: orange; color: white; } li#menu-item-1812 a:hover { background-color: red; color: black; }Hi, yes you can do that using the follwing CSS:
.mfp-title { font-size: 20px; }Hi again,
the heading “Service SEO : stratégie de contenus” is not formatted as H1 but as paragraph
Either you change it to H1 in the text editor (recommended) or you use
.rv-h1-portfolio p { font-size: ... }December 2, 2020 at 2:00 pm in reply to: WooCommerce Shop-Bilder in Chrome unscharf – Firefox nicht #1264495Hallo,
versuch mal folgendes als custom CSS zu ergänzen:
img { image-rendering: -webkit-optimize-contrast; }Hello, you can try
.avia-table *, .avia_responsive_table * { background-color: transparent !important; border-color: transparent !important; }until there’s a better solution..
sorry, please try
#rv-h1-portfolio h1without the dot.if you use a class you would use the dot before the class name in the CSS and you could then reuse the class name somewhere else. If you use an ID you would only use it once and address it with #ID-name
Hello,
please try with
h1#rv-h1-portfolioinstead of#rv-h1-portfolio .h1Try
[audio src="example.mp3"]December 1, 2020 at 11:17 am in reply to: Converting Enfold Advanced Layout Editor to Elementor #1264184That will not be possible,
see // https://kriesi.at/support/topic/how-to-migrate-out-of-enfold-avia/December 1, 2020 at 11:15 am in reply to: How do I customize the icons displayed in the Icon List? #1264183Hi, I’m not sure if I got you right, but did you try to click on the element to be able to customize it?
there seems to be a bug in config-templatebuilder/avia-shortcodes/iconlist/iconlist.php:288
List List Styling -> List Stylinganother buggy phrase:
When using an icon width for rulers are limited to 45%. -> When using an icon, the width for rulers is limited to 45%. (or so)Here an updated .po including a fix for // https://kriesi.at/support/topic/enfold-de_de-po/#post-1263886
https://www.mediafire.com/file/lvcnxa00ts3icx9/de_DE.zip/file
-
This reply was modified 5 years ago by
-
AuthorPosts
