Forum Replies Created

Viewing 30 posts - 1 through 30 (of 42 total)
  • Author
    Posts
  • in reply to: Change submenu hover text color #1325603

    You could add this to your custom css:

    .sub-menu li:hover a{color: #ffffff;}

    in reply to: Enfold Website #1277101

    in reply to: Picture in Header #1189717

    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
    Alex

    in reply to: Picture in Header #1189693

    Hi 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
    Alex

    in reply to: Enfold update not showing in wp admin #1181210

    If 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/FeeFIy

    Regards
    Alex

    in reply to: Enfold update not showing in wp admin #1181199

    Hi 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.

    Hi 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-images

    Regards
    Alex

    in reply to: Update 4.6 makes cookie consent reload every time #1134228

    Hi 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:
    Screen

    Hope it works for some of your pages here too….

    Regards
    Alex

    in reply to: Enfold Theme latest update #1133305

    Hi again,

    if you already installed the Plugin

    Download the installable wordpress file only.
    Screen 1
    Install — Add theme — select downloaded file as it is (.zip)
    Screen 2

    The old folder(theme) will be replaced with the new one.
    But as Lex already said you should backup your site

    Regards
    Alex

    in reply to: Enfold Theme latest update #1133248

    Hi,

    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
    Alex

    Hallo 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
    Alex

    in reply to: Image to the top #1116662

    Hi,

    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
    Alex

    in reply to: Image to the top #1116620

    Hi,

    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/C5pyx2

    Regards
    Alex

    in reply to: Remove side menu #1113180

    Hi 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
    Alex

    in reply to: Change font size and color on all scroll down arrows #1102592

    Hi 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
    Alex

    in reply to: Change font size and color on all scroll down arrows #1102507

    Hi 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
    Alex

    in reply to: Instagram Gallery #1098926

    Hi 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
    Alex

    in reply to: change the text color mobile menu #1098455

    Hi there,
    this should help.

    #av-burger-menu-ul .avia-menu-text{
    color: #171717;
    }

    Regards
    Alex

    in reply to: How to center Instagram widget in sidebar #1098448

    Hi 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
    Alex

    in reply to: Taking away useless space in colour section #1072421

    Hi,
    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
    Alex

    in reply to: Page Colour and Opacity #1071688

    Hi,

    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
    Alex

    in reply to: How can I change the spaces in the header? #1069840

    Hi 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.
    in reply to: Top Bar menu – epace words wtih icons #1069008

    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/vIZBRp

    Regards
    Alex

    • This reply was modified 5 years, 9 months ago by Evendril.
    in reply to: container size on specific page #1067157

    Hi

    in this one the header is excluded:

    .responsive .page-id-1906 #main .container {
        max-width: 1400px !important;
    }

    Regards
    Alex

    in reply to: Top Bar menu – epace words wtih icons #1067152

    Hi,

    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
    Alex

    in reply to: Top Bar menu – epace words wtih icons #1067148

    Hi 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
    Alex

    in reply to: Space between full width masonry news items #1066863

    Hi,

    you could try this one:

    a.av-masonry-entry.isotope-item{
    box-shadow:0px 0px 0px 5px rgba(255,255,255,1);
    }

    Regards
    Alex

    in reply to: Hover on linked image #1066857

    Hi,

    try this:

    .avia_transform .page-id-1607 a:hover .image-overlay{
    opacity:0 !important;
    }

    Regards
    Alex

    Hi,

    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
    Alex

    Hi,

    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.
Viewing 30 posts - 1 through 30 (of 42 total)