Forum Replies Created
-
AuthorPosts
-
February 18, 2021 at 10:51 pm in reply to: Video nicht verfügbar – Color section background video stop looping #1282097
I 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 3 years, 9 months 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 h1
without 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-portfolio
instead of#rv-h1-portfolio .h1
Try
[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
Hello BugfreeSystems – thanks for the bug report. I will take care of that so the Enfold translation will become bugfree.
November 26, 2020 at 2:01 pm in reply to: Change Colour of text in Woocommerce product items #1263259Hi,
please try adding the following CSS
.avia_cart_buttons { color: black !important; opacity: 1 !important; background-color: white !important; }
You may not need the !important and of course you can change the colors to anything else.
Hi, I was able to turn it off using the following CSS:
#top .av_toggle_section .av-inherit-border-color * { border-color: transparent; }
Hi Yigit,
try a google search: https://www.google.com/search?q=avia_post_0_*
You’ll see all your customers websites
-
AuthorPosts