Viewing 30 results - 2,881 through 2,910 (of 11,217 total)
  • Author
    Search Results
  • #1166033

    Hey doboon,

    Here are the docs for you:

    Yes, the button can be added there.
    Image 2019-12-15 at 12.56.16.png

    Best regards,
    Victoria

    tom
    Participant

    Hello,

    2 images side by side (with full width button below) directly below the text.
    As soon as a column appears next to it, the images scroll down, see http://maastrichtvooriedereen.nl.transurl.nl/test-enfold/

    I’ve really tried everything, nothing works.
    You cannot add a content element in a content element.

    Perhaps you can help me out, I will send credentials.
    You can do this directly on the page.

    Thanks Tom

    • This topic was modified 6 years, 3 months ago by tom.
    #1165816

    Hello Kriesi,

    The problem is recognized now (https://kriesi.at/support/topic/social-buttons-broken-with-wp-5-3-1-update/) and it’s now waiting for the Enfold update….

    I made a temporary solution for my clients: I have also a temporary solution: I made a new page without content, called …/pagename. Then I installed a redirect plugin and redirect that page to the external url. When I change the link of the icon to the redirect page, the icon shows up again.

    I will remove the account because the problem is not in my websites. I hope you can solve this problem. Thanks :-)

    Greetings Marcel

    #1165701
    massiglia
    Participant

    Hi, i tried the code you provide @ https://kriesi.at/documentation/enfold/social-share-buttons/ to style the social sharing buttons (style 1) with no success. I put the code in the css file of the child theme. Any idea?
    Thank you

    #1165598

    In reply to: data-av_icon broken

    I found the cause and (temporary) solution to this problem (already posted in thread https://kriesi.at/support/topic/social-buttons-broken-with-wp-5-3-1-update/)

    Changes made to the file ‘formatting.php’ in ‘wp-includes’ of the new WP 5.3.1 version are the cause.
    I compared this file via diffchecker.com to the previous WP version and saw some differences to the bits concerning how links with ‘target’ and ‘rel’ should be rewritten. On the left is the new version, on the right the old one: https://www.diffchecker.com/6VKr6jb4

    Look for the changes starting on line 3149. The code in red (on the left) should be replaced with the code in green (on the right). Last line that should be changed is 3222. There are more changes in red starting on line 4903 but don’t touch these or your site will break!

    After I made these changes, the social media icons magically reappeared after reloading.
    Naturally this should be addressed in the next Enfold update, but for now this fix works (for me).

    #1165588

    In reply to: Setting up a news item

    hi,
    sorry but after update the social share buttons looking bad – the same problem on your own website https://kriesi.at/documentation/enfold/social-share-buttons/
    What shall i do now? I am a creator of 36 Enfold websites :) i hope its not a great problem :)

    • This reply was modified 6 years, 3 months ago by ConnyQ.
    #1165586
    tomherold
    Participant

    Since WordPress Update to 5.3.1 the social icons don’t show anymore. Exception is the mail icon. The same issue is on your description page:

    #1165585

    Kannst Du ganz einfach (dieser Thread hier ist von 2018…): schau einfach in Deinen Enfold-Einstellungen im Bereich “Datenschutz und Cookies”, da gibt es den Button (und nach Aktivierung dazugehörigen Text) um die Funktion ein- oder auszustellen.

    #1165563

    Hi,
    i can’t find the buy button for “Custom Enfold Layout Elements – Spiderfly Elements” on “https://www.spiderflystudios.com/shop/software/custom-enfold-elements-spiderfly/”. There is a buy button on page, but for “CUSTOM ENFOLD LAYOUT ELEMENTS – WOOCOMMERCE ELEMENTS”.
    Don’t need the WooCommerce part, so i just wanna buy “Custom Enfold Layout Elements – Spiderfly Elements” ;)

    #1165501

    I have created a page http://maastrichtvooriedereen.nl.transurl.nl/test-enfold/ in which I show what I mean.
    The 2 blocks must appear in the white field directly below the text

    At the bottom (scroll down) of the page you see 2 photos with a button attached to it.
    Both photos and the buttons must come directly below the text. Now they are a long way from it.
    Can you do that for me?

    Is it a bit clear now?

    • This reply was modified 6 years, 3 months ago by tom.
    #1165499
    Maw87
    Participant

    Hello,
    I´m having the same issue as mentioned here:
    https://kriesi.at/support/topic/load-more-button-issue/

    I also can solve it when setting:
    In Enfold > Performance > Disabling of template builder elements, I set it to Always load all elements

    But I don´t want to always load all elements. Why doesn´t the “load more” button work properly when enabling the recommended function to load only used elements?

    best,
    Marc

    #1165496
    #1165469

    same here…even Enfold itself:

    #1165016
    Mickyhood
    Participant

    I wanted to create a button with transparent background, 3px border and color text # 80c41c. How can I do this by inserting a class into the enfold avia builder element?

    #1165003

    Hi Victoria,
    thanks for helping me out!

    The button is now created and i tested with the code your’re providing here: “Menu Centered” but cant find the right modification without destroying the current process with overlapping and so on. :)

    I think now I just need to modify this snippet right?

    /************************************
    
     Add a widget area on the right side
     Logo left, Menu center, Widget right
    
    *************************************
    
    CSS Settings:
    
    » Initiate Flexbox
    » Topbar
    » Header
    » Logo
    » Menu
    » Widget
    » Social icons
    » Search
    » Cart icon
    
    ***********************************/ 
    
    /*--------------------------------
    
    » Initiate Flexbox
    
    --------------------------------*/
    
    /* Header */
    .responsive #top #header,
    /* Top bar */
    .responsive #top #header #header_meta,
    /* Search icon */
    .responsive #top #header #menu-item-search a,
    /* Cart icon */
    .responsive #top #header a.cart_dropdown_link,
    /* Social icon */
    .responsive #top #header #header_main nav .social_bookmarks,
    /* Logo */
    .responsive #top #header #header_main .inner-container .logo,
    /* Main menu, cart and social icons */
    .responsive #top #header #header_main .inner-container .main_menu,
    /* Widgets */
    .responsive #top #header #header_main .inner-container .widget,
    /* Header inner container */
    #top #header #header_main .container.av-logo-container .inner-container {    
        display: flex;
        position: relative;
    }
    
    /*--------------------------------
    
    » Topbar
    
    --------------------------------*/
    
    /* Top bar */
    
    .responsive #top #header #header_meta {
        flex-basis: 100%;    
    }
    
    /*--------------------------------
    
    » Header
    
    --------------------------------*/
    
    /* Height */
    
    #top #header #header_main .container.av-logo-container {
        height: inherit;   /* Auto height: Header takes the height of the contents */
    }
    
    /* Header inner container */
    
    #top #header #header_main .container.av-logo-container .inner-container {
      height: inherit; 
      position: relative !important;
      flex-wrap: nowrap;
      justify-content: space-between;
    }
    
    /* Wrappers 
    --------------------------------*/
    
    /* Header content and Topbar */
    
    .responsive #top #header {
        flex-wrap: wrap;
    }
    
    /* Header contents: Logo, Menu, Social Icons and Widgets. */
    
    .responsive #top #header #header_main {
        flex-basis: 100%;    
    }
    
    /* Transparent header 
    --------------------------------*/
    
    .responsive.html_header_transparency #top #wrap_all #header {
        position: absolute;
    }
    
    /* Main content: 
    -----------------------*/
    
    .responsive #top #main { 
        padding-top: 0px; /* Gap between the content and header */
    } 
    
    /* Fixed header 
    --------------------------------*/
    
    /* Fixed header */
    
    .html_header_sticky.html_header_transparency #top #wrap_all #header,
    .html_header_sticky #top #wrap_all #header { 
        position: fixed; 
    } 
    
    /* Fixed header and page content gap. 
       Padding value should be same as the fixed header height. */
    
    .html_header_sticky:not(.html_header_transparency) #top #wrap_all #main { 
        /*padding-top: 145px !important; */
    } 
    
    @media only screen and (max-width: 767px) {
    .html_header_sticky #top #wrap_all #main {
        /*padding-top: 145px !important; */
    }}
    
    /*--------------------------------
    
    » Logo
    
    --------------------------------*/
    
    /* Logo */
    
    .responsive #top #header #header_main .inner-container .logo {
        order: 0;
        flex-basis: auto;
        /*width: auto;*/
    
        /* Define scalable min width of the logo on small screens */
        min-width: 100px;
        /* Define scalable max width of the logo on big screens */
        /* Logo width: (auto | 100% | px );  Set auto to display the uploaded image size */
        max-width: 180px;
        
        z-index: 9;
    }
    
    /* Logo image size */
    
    .responsive #top #header .logo,
    .responsive #top #header .logo a,
    .responsive #top #header .logo img {
        width: auto;
            
        /* Height specification is not required. It is proportional to the max width of the logo */
        height: auto;    
        align-items: center;
        align-self: center;
        justify-content: center;
    }
    
    /* Vertically center transparency logo */
    
    .responsive #top #header .logo span img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    
    /*--------------------------------
    
    » Menu
    
    --------------------------------*/
    
    /* Menu outer container: Menu with siblings cart and social icons */
    
    .responsive #top #header #header_main .inner-container .main_menu {
        order: 0;
        flex-basis: auto;   /* Use calc to minus the width of the logo */
        align-items: center;
        align-self: center;
    }
    
    /* Navigation */
    
    #header .av-main-nav {
        display: flex;
        flex-wrap: nowrap;
    }
    
    /*  Activate burger menu  */
    
    @media only screen and (max-width: 1000px) {
        #top #header .av-main-nav>li.menu-item {
            display: none!important;
        }
        #top #header .av-burger-menu-main {
            cursor: pointer;
            display: block!important;
        }
    }
    
    @media only screen and (max-width: 767px) {
    
    /* Mobile menu position fix */
    .responsive #top .av-logo-container .avia-menu {
        display: flex!important;
        align-items: center;
    }}
    
    /* Mega menu position fix */
    #header li .avia_mega_div,
    #header li:hover .avia_mega_div {
        right: 0 !important; /* submenu position */
        left: auto!important; /* submenu position */
        max-width: 50vw;
    }
    
    /*--------------------------------
    
    » Widget
    
    --------------------------------*/
    
    /* Widgets */
    
    .responsive #top #header #header_main .inner-container .widget {
        order: 0;
        flex-basis: auto;
        padding: unset;
        clear: none!important;
    
        align-self: center;
        align-items: center;
        z-index: 1;
    
    }
    
    .responsive #top #header #header_main .inner-container .widget>div {
        width:100%;
        line-height: 14px;
        padding:0 10px;
    }
    
    /*--------------------------------
    
    » Social icons
    
    --------------------------------*/
    
    /* Flex support and position fix */
    .responsive #top #header #header_main nav .social_bookmarks {
        display: flex;
         top: auto;
         margin-top: 0;
         align-items: center;
    }
    /* Inherit height for flex alignment */
    #top .av-logo-container .social_bookmarks li {
        height: inherit;
    }
    
    /*--------------------------------
    
    » Search 
    
    --------------------------------*/
    
    /* Your styles here */
    
    /*--------------------------------
    
    » Cart 
    
    --------------------------------*/
    
    /* Cart position fix */
    
    #top #header #header_main #menu-item-shop a.cart_dropdown_link {
        height: auto;
    }
    
    @media only screen and (max-width: 767px) {
        .responsive #top #menu-item-shop.cart_dropdown {
            display: flex;
            align-items: center;
        }
        .cart_dropdown .dropdown_widget .avia-arrow {
            display: none;
        }
    }

    Thank you very much!

    #1164996
    MJM
    Participant

    Hello,

    I followed the directions here to add a button to my main menu, but have a couple things I can’t figure out:

    1. Is there a way to remove the mobile burger icon entirely? This is just a landing page, so I don’t actually need a menu at all.
    2. When the menu shrinks, is there a way to keep the logo left-aligned like it normally does before I added the extra code?

    Let me know if you can help, thank you!

    #1164882
    Horst
    Guest

    Hello Yigit,

    In the Enfold Demos one can see that enfold was integrated in the presentation of woocommerce. Enfold probably overwrites the layout, such as the buttons.

    we want to use the enfold theme without changing the presentation on the shopoverview page and the product page.

    can I disable the woocommerce part of the enfold theme? If so, how does it work? i want to use the child theme to do this because its save for updates (maybe i can add some code into funktion.php to disable the theme part of enfold who change something in woocommerce).

    our target is to show woocommerce like having no special theme.

    thanks and best regards,
    Horst

    #1164781

    Hello,

    What do you mean by “or you can use a float left class which you can use for the buttons”, I do not understand.

    I have created a page http://maastrichtvooriedereen.nl.transurl.nl/test-enfold/ in which I show what I mean.
    The 2 blocks must appear in the white field directly below the text

    I send credentials and maybe you can / may you place it in the right way so that I can see how to do this.
    Thanks in advance and regards Tom

    #1164614

    Hi kracklt,

    Thank you.

    Please remove this

    Image 2019-12-10 at 20.41.14.png

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #header .mega_menu_title {
        font-size: 26px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1164511
    TargardShop
    Participant

    Hi

    I’m using Enfold with Enfold child theme.
    I have a problem with Woocommerce add to cart button not showing at product page, but showing on Shop page (only)

    Tried to disable all plugins but no luck.

    What hepled was changing defaul template from Enfold to Woocommerce’s template Storefront and now is visible.
    So at my opinion is a problem with Enfold theme.

    Plese help

    • This topic was modified 6 years, 4 months ago by TargardShop. Reason: Changed words in sentence, so now is more clear

    look to your other topic.
    You have your single Books in Posts – so use first Blog Element to show these Posts in a Grid view.

    More and more I come to the conclusion that you may not have discovered the Enfold typical editor yet.
    With your 18 topics, that might be the case.
    First of all I recommend you to disable the Block Editor (Gutenberg). I find this only confusing in connection with Enfold.
    This can be done under Dashboard – Enfold (or Enfold Child) – Theme Options = Select Your Editor

    Then you have a button below the Title input field of each Editor Page ( Pages / Posts/ Portfolio) : Advanced Layout Editor. If you press this button, then these Advanced Layout Builder Elements ( ALB Elements) will appear above the layout window (sometimes this is not quite clear in the theme because Avia Layout Builder is also used as a name).

    This is indeed the great strength of this theme. An intuitive layout design via drag and drop; sometimes with a little too many settings, but most of them are quite useful and have grown over time.

    #1164228

    Hey sabsab,

    Maybe, in this case, it is better to add the widget area to the header and place the button on the widget there, we will help you position it in the right place.

    Here are the docs for you:

    Best regards,
    Victoria

    Hallo Victoria,

    habe den Editor umgestellt und dafür bekommen ich diese Fehlermeldung:
    Failed to load plugin url: https://meineurl.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-tinymce-buttons-4.js

    hier geht es zu, Screenshot

    Danke für ihre Unterstützung
    Ernest

    #1164135

    Hi kensingtoncyprus,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (min-width: 1024px) {
        #text-7 {
            margin-right: 25px;
        }
    }
    #text-7 .avia-button {
        background-color: #b43a90;
        color: #ffffff;
        border-color: #921877;
    } 
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1164089

    I still dont know – and i cant figure it out neither in Enfolds Tutorial nor in @guenter |s explanation how i provide a user the buttons for accepting, refusing certain cookies

    here are some detailed questions:
    1: What is “Auto Reload”? When do i need it? Why?
    2: It seems as if – at least for the essentiell cookies – the default is on “Accept” – otherwise the button would not be green. (please explain!!) – its the result of [av_privacy_allow_cookies]
    http://marcusjeroch.de/screens/dsgvo3.jpg

    #1164058
    DFME
    Participant

    Hi,
    wie use the latest Enfold with WP 5.3. We put a slideshow on the frontpage using the advanced layout builder. One slide was missing. Troubleshooting took me quite some time. My customer put a button on the slide and used “>>>” as the label. I reckon, this input wasn’t sanitized correctly and caused an error. The slide was completely missing in the source code. Even changing the label did not do the trick. I created a new slide, same image, same caption, same options but a different label: Voilà, everything works like a charm. Could you look into it, please! “>>>” might not be the best label in the world. However, it should not break the function.
    Mike

    gosells
    Participant

    Hallo,
    ich habe heute die WordPress 5.3 und Enfold Theme neu installiert.

    1. Die Seite ist seid der installation sehr langsam geworden. Sind keine Plugins installiert.

    2. Bekomme folgende Fehlermeldung:
    Failed to load plugin url: https://meineurl.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-tinymce-buttons-4.js

    So sieht die Bespielseite aus

    Was kann ich dagegen tun?

    Freue mich auf ihre Rückmeldung
    Ernest

    • This topic was modified 6 years, 4 months ago by gosells.
    #1164031

    you can use the implemented waypoint script but have your own settings with child-theme functions.php.

    for some enfold animations it is only necessary to have fired it once the point of triggering is passed. But sometimes it is nice to include if scroll-direction is important:
    f.e. if you like to move a container from off-screen to the center – and on scrolling up it will go off-screen again

    for that i use to toggle a class to which i can give the animation rules. The element to observe gets a custom class ( f.e. inview )

    function scroll_up_down_change() {
    ?>
    <script>
        (function($) {
    	var element_to_animate = $('.inview');
    	element_to_animate1.waypoint(function(direction) {
    		if (direction === 'down') {
    			$(this.element).addClass('animate-now');
    		}
    	 },{offset: '90%'}
    	);
    	element_to_animate1.waypoint(function(direction) {
    		if (direction === 'up') {
    			$(this.element).toggleClass('animate-now');
    		}
    	 },{offset: '90%'}
    	);			  
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'scroll_up_down_change', 9999);

    then you can play with offset too.
    By the way i believe the 100% offset is if it comes on the bottom into view – so maybe the 90% will do the trick on the change above

    See here the last button on that page uses 90% : https://webers-testseite.de/buttons/

    and an enfold animation – but you can have your own keyframes aswell – just define it for the toggled class.
    Or: See here how it can be used to change header_bg background-color on color-section dependencies.: https://kriesi.at/support/topic/menu-bar-with-dynamically-changing-colors-referencing-the-background/#post-1161520

    #1164021
    Jan
    Participant

    Hello, I found a topic with exactly the same request, but the solution doesn’t work anymore:
    https://kriesi.at/support/topic/configuring-previous-next-buttons-for-portfolio-items/

    Beside the fact that the lines of the functions-enfold.php, which should be changed, are in line >600 now, unfortunately the changes doesn’t work.

    Is there a way to solve the problem today using a child theme? Thank you!

    • This topic was modified 6 years, 4 months ago by Jan.

    Hi Victoria,
    i should take it out becaude the onepager didint work anymore so now i tried the cookie Banner from enfold on the site below what looks quiet good the only problem is that the details of the cookies are missing.The name of the cookie, where it comes from and how long it stays what should stand in the data protection.And when I clicked once on the settings the cookie information doesnt show up anymore like others do in the navigation as a cookie description. But here i have again the problem with the navigation too. When i click on the cookie Banner on the tab Datenschutzerklärung, then comes the page with some cookie information but from that page i cannot get back to the other navigation buttons.Just the Home button works. Hope you can understand what i mean :)

    many regards
    rixi.

Viewing 30 results - 2,881 through 2,910 (of 11,217 total)