Forum Replies Created
-
AuthorPosts
-
You could add this to your custom css:
.sub-menu li:hover a{color: #ffffff;}
Hi ok i think i know what you want to achive.
remove the old one and replace it with this one:@media only screen and (max-width: 767px){ #header_main{ border:none; } .responsive #top .header_bg{ min-height: 200px; background-size: contain; background-color: transparent; } .responsive #top #main{ margin-top: 75px; } .responsive #top .av-logo-container .avia-menu{ background: rgba(255, 232, 173, 0.7294117647058823); padding: 10px; } .responsive #top #header_main > .container .main_menu .av-main-nav > li > a{ padding: 0px !important; } } @media only screen and (max-width: 500px){ .responsive #top #main{ margin-top: 25px; } }
I gave the burger menu a colored background(transparent) otherwise the visibility is not good.
Hope it works as i only can test it locally in the console…..Regards
AlexHi you can add this to your quick CSS the Background image will be completely visible but really small.
For this Breakpoint you can also replace the image with a different one just upload the new one and replace the image url with the new one for mobile. Hope this helps.@media only screen and (max-width: 767px){ .header_color .header_bg { background: #ffedba url(https://www.istrien-villa.com/wp-content/uploads/2020/03/header.jpg) top center no-repeat scroll; background-size: contain; } }
Regards
AlexIf you have the plugin installed.
Go to themes and add the newest version of Enfold you downloaded from themeforest(.zip(You have to download the installable WordPress File – not the whole package)).Screen:
https://d.pr/i/FeeFIyRegards
AlexHi there,
think from this version you have to do it manually. Download the latest Version from themeforest and use this Plugin:
https://de.wordpress.org/plugins/update-theme-and-plugins-from-zip-file/
But you should do a backup before you update just in case……
For future updates you need to generate a Personal Token from themeforest…
More about this here:
https://kriesi.at/documentation/enfold/theme-registration/
Regards
Alex- This reply was modified 4 years, 9 months ago by Evendril.
September 30, 2019 at 11:36 am in reply to: BUG? Logo not showing on Chrome if enable the lazyload via the wp-rocket? #1143306Hi there,
i´m also using wp-rocket and there is an option to disable LazyLoad on specific images:
Have a look here:
https://docs.wp-rocket.me/article/15-disabling-lazy-load-on-specific-imagesRegards
AlexSeptember 5, 2019 at 8:05 am in reply to: Update 4.6 makes cookie consent reload every time #1134228Hi there,
i played around with this annoying thing for a while now and for now it seems to work at least if the user accepts cookies the banner is not popping up on all pages anymore…. if the user accepts fonts and maps and so on are loaded again after page reload.
My cookie settings for now till a bugfix update:
ScreenHope it works for some of your pages here too….
Regards
AlexHi,
the Update from 4.4.1 is not always working from the update from in the theme settings.
Try updating trough this Plugin:Update theme and Plugins from zip file
Regards
AlexAugust 28, 2019 at 2:34 pm in reply to: Hoster-Wechsel – Mit FTP-Download & ohne normales Plug-In Backup #1131609Hallo Andreas,
Die wichtigste Frage ist wohl jetzt, besteht der Strato Account noch (könnt Ihr euch noch einloggen)? oder ist die Kündigung schon komplett durch und Ihr habt hier keinen Zugriff mehr drauf?
Wenn Ihr noch Zugriff drauf habt, sollte auch die Datenbank und alles noch vorhanden sein und Ihr könnt ein komplett Backup machen und die Seite
ohne viel Aufwand zu Webgo umziehen.Sollte das hier nicht mehr möglich sein und Ihr benötigt die Webseite dringend, müsst Ihr diese vermutlich neu aufbauen.
Mfg
AlexHi,
for all sites you can add this to your quick css or to css of your child theme if you have one.
#header{ margin-top: 20px; }
if you want it only on this page
.page-id-106 #header{ margin-top: 20px; }
Regards
AlexHi,
go to the page you want the transparent Header there on the right side change the header visibility and transparency to transparent header.
Screen:
https://d.pr/i/C5pyx2Regards
AlexHi there,
for this specific page you could add this to your quick css:
.page-id-528 #header{display: none;} .page-id-528 #main{margin-left: 0px;}
Regards
AlexHi Camilla,
is there something like
add_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_add_to_cart', 10 );
in your quick css ?
afterwards follows the css for the scroll down icon but i think it´s not loaded as i can´t see it inspecting the element.if the wooccommerce stuff is really there i think you need to add that to the bottom of your functions.php file not inside of the quick css.
If you are using a child theme could you please try adding the css there?
Regards
AlexHi there,
if you want to change the color and the size you can add this one here and replace the 145 and the color code:
#top .scroll-down-link{ font-size: 145px; color: #293694; }
Regards
AlexHi there,
looks like the opacity is not set after you click the image and the lightbox has been opened.
You could try it by adding this here to your css..mfp-ready .mfp-figure { opacity: 1; }
Regards
AlexHi there,
this should help.#av-burger-menu-ul .avia-menu-text{ color: #171717; }
Regards
AlexHi there,
try this:Sidebar
.inner_sidebar { margin-left: 0px !important; padding: 0px 25px 25px 25px; }
Button
.av-instagram-follow.avia-button{ color: #000000 !important; }
Regards
AlexHi,
this should hide the space.page-id-97 .avia-builder-el-16{ max-height: 100px; }
but i would add a class to the section so you can use your own class instead this one .avia-builder-el-16
.your-class { max-height: 100px; }
Regards
AlexHi,
only for this page and the text boxes at the bottom this should work:
.page-id-8 #after_section_2 .container .flex_column_table .avia_textblock{ opacity: 1; }
Regards
AlexHi there,
you could try this:
.main_menu{ left: 150px; } #avia-menu{ height: 90px; display: flex; align-items: flex-end; } #avia-menu li a{ height: 20px; line-height: 10px; } #header_main .logo a img{ padding: 10px; }
Regards
Alex- This reply was modified 5 years, 9 months ago by Evendril.
Hi Sirpa,
yes the #menu-item-1555 is only the id of the account item.
If you don´t mind having the cart (Warenkorb) in the header for a short time just add it to the secondary Menu like this
https://d.pr/i/LXGDOO
save the secondary menu and visit your page. If you see the cart (Warenkorb) in text form in your secondary menu just open the developer tools of the browser (Chrome or whatever) you are using and inspect the element to get the id afterwards you can proceed the same way as you did with the account item you only have to change the id :-) and maybe the icon ^^Demo:
https://d.pr/v/vIZBRpRegards
Alex- This reply was modified 5 years, 9 months ago by Evendril.
Hi
in this one the header is excluded:
.responsive .page-id-1906 #main .container { max-width: 1400px !important; }
Regards
AlexHi,
for your cart problem if a quick fix will be ok you could add another Link to your secondary menu and as link you could add the link to your cart page yoursite.de/warenkorb/ and then do it exactly like the Login Icon.
Problem here is you will lose the fancy flyout cart if you are going to hide the normal cart here:
.menu-item.cart_dropdown { display: none; }
Regards
AlexHi there,
should be no problem with the Login Icon…. go to the design —> menu and select your secondary menu for the header
Screen: https://d.pr/i/LXGDOO
wrap the wording in a span tag.add this to your css…. in the content you can put the icon code of the icon you want to show
#menu-item-1555 a::before { content: "\e80a"; color: #d97b88; position: absolute; font-family: 'entypo-fontello'; font-size: 24px; } #menu-item-1555 a span{ visibility: hidden; }
Regards
AlexHi,
you could try this one:
a.av-masonry-entry.isotope-item{ box-shadow:0px 0px 0px 5px rgba(255,255,255,1); }
Regards
AlexHi,
try this:
.avia_transform .page-id-1607 a:hover .image-overlay{ opacity:0 !important; }
Regards
AlexFebruary 13, 2019 at 11:02 pm in reply to: mixed content error "image with insecure url" on installation of ssl certificate #1066672Hi,
ok another question the images on your main page for example are the image paths relative or absolute paths if these
are added through the image element of enfold they should be correct now if you changed to https. So i think absolute paths at the moment.Another thing you can try now is to get a plugin to fix those paths for you like…… Really Simple SSL
Regards
AlexFebruary 13, 2019 at 10:24 pm in reply to: mixed content error "image with insecure url" on installation of ssl certificate #1066662Hi,
normally there should be no problem if you change the path under general settings to https.
And yes the image paths should be fixed then :-)Regards
Alex- This reply was modified 5 years, 9 months ago by Evendril.
-
AuthorPosts