Viewing 30 results - 421 through 450 (of 243,780 total)
  • Author
    Search Results
  • Mischa
    Participant

    Hello Kriesi Team,

    I would like to replace the default Entypo Fontello SVG icons (Prev / Next arrows) used in the Easy Slider and Content Slider with my own SVG icons.

    A custom SVG icon set has already been imported successfully and is available within Enfold’s icon manager.
    A child theme is active and I can modify the functions.php file if needed.

    What is the recommended and update-safe way to override these navigation icons in the sliders?
    I could not find a suitable hook or filter for the slideshow elements.

    Thank you for your support and clarification.

    Best regards,
    Mischa Spörer

    #1490914

    This is an Enfold CSS that controls the respective element.
    In this case it can be found here: /enfold/config-templatebuilder/avia-shortcodes/testimonials
    But at least the Quick CSS variant will remain intact when you update Enfold.

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    mntsrvcs
    Participant

    Hello,

    I purchased extended support for my current site. My site is running Woocommerce and I am trying to add product images to the search results page. I have tried using the Advanced Woo Search plugin, but it is not working, and I believe it is due to a conflict with the Enfold theme.

    Also, I have a search box in the top right corner of the nav bar. When you enter search terms, a drop-down appears with results; however, it closes really quickly, and you cannot click any of the results. How do I fix this?

    #1490877

    Hi,

    Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:

    .avia-slider-testimonials .avia-testimonial-content {
      padding: 40px 15px 15px 15px;
    }

    Best regards,
    Rikard

    • This reply was modified 1 month, 3 weeks ago by Rikard.
    #1490874

    Perhaps the developers should set this setting to this value (“Block and Hide reset all options button”) by default after Enfold Activation. Too many people have accidentally pressed this button despite a warning pop-up.

    #1490873

    Hi,

    You can download it here: https://kriesi.at/documentation/enfold/child-theme/

    Best regards,
    Rikard

    #1490870

    Thank you Rikard,

    I didnt find the enfold child theme in the installation folder downloaded from themeforest. how can I get it ?

    Hi,

    Please try changing the size for the H1 element on small screens under Enfold->General Styling->Typography.

    Best regards,
    Rikard

    #1490862
    JennyGr
    Participant

    Please help I was trying to set up new cookie options in enfold them eoptions and I think i must have accidetaklly pressed reset all instead of save changes and all my setting have gone and the site is completely bbroken thee theme has disappeared etc. Is there anyway to undeo this.

    I am in total panic

    Many thanks

    Jennyt

    #1490848

    In reply to: Breakpoint

    Hi,
    Glad that Ismael could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

    #1490846

    In reply to: Magazine demo

    Hey Nicolas Stephanou,
    Do you mean this demo?
    It is one of the homepages for the default Enfold demo, please note that this demo doesn’t include all of the images when you import it, but it should work fine once you add your content.

    Best regards,
    Mike

    #1490845

    Hi,
    Glad to hear that you have this sorted out with Ismael’s help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

    Hi,
    Glad that Ismael could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

    #1490835

    In reply to: Upper Menu size

    Hi,

    Thanks for the update. Please try the following in Quick CSS under Enfold->General Styling:

    #menu-item-764 {
      border: 1px solid red;
      border-radius: 2px;
      padding: 3px 1px;
    }
    
    #menu-item-920 {
      background-color: #543da8;
      padding: 3px 1px;
    }
    
    #menu-item-920 {
      color: #fff;
    }

    Best regards,
    Rikard

    #1490832

    Where can we inspect that issue?
    – ok i found your page tabijapon –
    do you have a webp plugin installed? if i place an image element with enfold only and set the animation to “slightly zoom the image” – i do not have these bars.
    Now i try to find out where it comes from…

    #1490820

    In reply to: Enfold Medicine

    #1490819

    Hi Ismael,

    danke für die schnelle Hilfe, falls dies das ausgeblendete Produkt auch bei ähnliche Produkte und in der Enfold Suche ausblenden sollte, dann funktioniert der Code nicht. Habe es gerade mit einem Produkt getestet und es wird bei beidem noch angezeigt.
    Danke

    Hi Ismael,

    Thanks for your quick help. If this is supposed to hide the hidden product from similar products and the Enfold search, then the code isn’t working. I just tested it with a product and it’s still showing up in both places.
    Thanks

    #1490815
    condonp
    Participant

    Hi,
    I am trying tom use Text and CSS to create header with any logos can you help please. I have tried to use the documentation to create a heading. Using this code in functions.php file.
    <?php
    /* LOGO – 21-05-20
    —————————————-*/
    add_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);
    function kriesi_logo_addition($sub) {
    $sub .= ‘<div class=”logo-title”>WAYNE ANDERSON<span></span></div>’;
    $sub .= ‘<div class=”logo-subtitle”></div>’;
    return $sub;}
    ?>

    But I have two issues I need the text to be central across header and also when I delete the logo I get the enfold logo coming up as default. I have enclosed a screenshot of what I am trying to achieve with text highlighted.
    https://peter-test1.co.uk/header-example.jpg

    Many thanks.

    #1490812

    Hi,

    Great, I’m glad that Ismael could help you out. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    Hi,

    I haven’t added the CSS you mentioned, as far as I know.

    I added the CSS to the settings in Enfold, and now the portfolio grid display is working correctly.

    Thanks for your help.

    Best regards.

    #1490800

    Edit: here is the solution with working separators on those color-sections

    the color-section that should react like this:
    give a custom class to it: av-video-section
    give a background-color to it that does not disturb your video switch (not white – something that fits to your video content
    place a codeblock element on top of your color-section ( codeblock to content – not as codesnippet)

    <video class="responsive-background-video" 
            autoplay muted loop playsinline
            data-video-mobile="path/to/mobile.mp4"
            data-video-desktop="path/to/desktop.mp4">
        <source src="" type="video/mp4">
    </video>
    

    this to your quick css:

    .responsive #top #wrap_all .avia-section.av-video-section {
      position: relative;
      overflow: hidden; 
      min-height: initial; /* taken from Enfold section setting  */
    }
    .responsive #top #wrap_all .avia-section.av-video-section .container {
      position: relative;
      z-index: 1;
      max-width: 100% !important;
      width: 100% !important;
      padding: 0 !important;
    }  
    .responsive #top #wrap_all .avia-section.av-video-section .responsive-background-video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover !important;
      z-index: 0;
      min-height: inherit; /* transfer from Enfold section setting  */
    }
    .responsive #top #wrap_all .avia-section.av-video-section .avia-divider-svg {
      z-index:2;
    }
    .responsive #top #wrap_all .avia-section.av-video-section .avia-divider-svg.avia-to-front {
      z-index:100;
    }

    the snippet for child-theme functions.php

    function custom_responsive_background_video_script() {
    ?>
    <script>
    (function($) {
        "use strict";
    
        $(document).ready(function() {
            $('.responsive-background-video').each(function() {
                const video = this;
                const $video = $(video);
                const source = video.querySelector('source');
                const win = $(window);
                
                // Get video paths from data attributes
                const mobileVideo = $video.data('video-mobile');
                const desktopVideo = $video.data('video-desktop');
                
                if (!mobileVideo || !desktopVideo) return;
                
                function updateVideoSource() {
                    const isMobile = win.width() < 768;
                    const newSrc = isMobile ? mobileVideo : desktopVideo;
                    
                    if (source.src.indexOf(newSrc) === -1) {
                        source.src = newSrc;
                        video.load();
                    }
                }
                
                // Initial load
                updateVideoSource();
                
                // Resize handling
                win.on('debouncedresize', updateVideoSource);
            });
        });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_responsive_background_video_script', 999);

    see example page with divider : https://webers-testseite.de/background-video/

    #1490781

    what you can do – ( not with enfold specific tools )!

    do not set the background-image with enfold color-section settings.
    put into the color-section on top a code-block element with this content
    (adjust to your path and videos):

    See Solution on next posts

    #1490780

    Hey Antonio,
    The setting that you are referring to uses css to hide the color section after page load, PHP can not determine the screen size of the device, since it is a server side code language. CSS is a client side code language that loads on the user device, but will not stop the video from being served. Another option would be Javascript, such as in this thread, but it is also a client side code language, while it can stop the load of the video as long as the Javascript runs first, but using a caching plugin like WPRocket may derfure the Javascript and cause it to not work. Most caching plugins force Javascript to run in the footer, but this would need to run in the header before the videos.
    So ultimately you will be losing the render blocking of Javascript to gain the video from not loading, if your video is very large you will save on the page load, but otherwise you will see warnings that the Javascript is causing page render blocking.

    Best regards,
    Mike

    Hi,
    Glad that Guenni007 could help, thank you Guenni007, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

    #1490777

    Hi,
    Glad that Rikard could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

    #1490776

    Using the Add New Theme and selecting the enfold.zip downloaded from envato market worked perfectly. Thank you for the quick response and accurate guidance.

    #1490772
    Blatze
    Participant

    Hallo Zusammen, bei Woocommerce kann man ja einstellen, wo ein Produkt gezeigt werden soll.
    Im Shop und den Suchergebnissen, Nur im Shop, nur Suchergebnisse oder ausgblendet.
    Leider funktioniert das nicht für die Enfold Suche und bei Ähnlichen Produkten wird es auch angezeigt, wenn man es zb auf ausgeblendet setzt. Ich habe es jetzt mit CSS gelöst, aber vielleicht könnte man das ja mit einem Update in Zukunft mal besser lösen?

    Danke und Gruß KiM

    you do not see the image above in https://kriesi.at/support/topic/how-to-remove-the-bar-above-the-main-menu-preferebly-without-any-css-code/#post-1490697
    click on it to enlarge the image.

    so Enfold (or Enfold-Child) – Header then on the right “extra Elements” Tab
    remove all entries there.

    Header Social Icons : No social Icons
    Header Secondary Menu : No Secondary Menu
    Header Phone Number/Extra Info: No Phone Number/Extra Info

    Hi,

    Thanks for the update. You can hide that by going to Enfold->Header->Extra Elements->Header Phone Number/Extra Info, then select the first option in the drop down menu.

    Best regards,
    Rikard

Viewing 30 results - 421 through 450 (of 243,780 total)