Viewing 30 results - 3,571 through 3,600 (of 142,852 total)
  • Author
    Search Results
  • #1467929

    My recommendation is not to host such big video files yourself. As Ismael mentioned – use a video hoster.
    If this happens to you a lot, the smallest Vimeo account is worth it; it doesn’t have any ads or other videos that pop up when you pause or stop watching.

    #1467928

    This is only for top-level menu-items (if you like to have a different selector – tell us. )

    .header_color .main_menu ul:first-child > li.current-menu-item .avia-menu-text {
      font-weight: 700;
    }
    #1467918
    whdsolutions
    Participant

    We have an image (not a background image) that is working as a faux-mask on the slider so it appears to have a curved bottom.

    Screenshot-2024-09-27-085633

    However, if the screen size is bigger than 1920×1080, it simply stops.

    Is there a way to make this image stay anchored to the bottom, but stretch horizontally if the resolution is greater than 1920×1080?

    #1467903

    In reply to: icon box size

    Hi,

    Thank you for the update.

    The screenshot is not available. Please try to use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot. To adjust the position of the first icon, try to use this css code:

    .page-id-2812 .iconbox.iconbox_top.av-4y8t98-1552b52871c4cfcb5f7a7b4dfc77e4b5 .iconbox_icon:before {
        left: 8px;
    }

    Best regards,
    Ismael

    #1467898

    Sorry – wrong Topic – my fault.

    #1467884

    Hi,

    Thanks for the kind words and the update :-)

    Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1467883

    In reply to: menu and home

    Hi, unfortunately I don’t understand what you are telling me to do. My problem didn’t come from the color, but from the fact that the menu doesn’t stay still at the top. Also I can’t find what it tells me: Advanced > Position > Z-Index to 0 (zero) or 1.

    #1467882

    Topic can be closed. Thanks!

    ok – if this is ok for you – see: https://webers-testseite.de/jak-contact/
    ( due to maintainance mode of my hoster – page might be not seen today )

    snippet for child-theme functions.php and the contakt form 7 Form code is on that page.

    snippet:
    (The script is necessary because CF7 does not provide a way to select whether an input field is in focus or filled.)

    function class_on_active_form_fields(){
    ?>
    <script>
    window.addEventListener("DOMContentLoaded", function () { 
      (function($) {     
        $('.wpcf7-form-control').each(function() {
          $(this).on('focus', function() {
            $(this).parent().addClass('active');
          });
          $(this).on('blur', function() {
            if ($(this).val().length == 0) {
              $(this).parent().removeClass('active');
            }
          });
        });
      })(jQuery);
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'class_on_active_form_fields');

    the css ( with your wrapper class ):

    .form-wrapper {
      position : relative !important;
    }
    
    .form-wrapper .placeholder {
      position: absolute;
      top: 5px;
      left: 5px;
      opacity: 0.5;
      transition: opacity 1s ease;
      pointer-events: none;
    }
    
    .form-wrapper .asterisk {
      color: red !important;
    }
    
    .wpcf7-form-control-wrap.active + .placeholder { 
      opacity: 0 !important;
    }

    the form in this setup:

    <div class="form-wrapper">[text* first-name placeholder ""]<span class="placeholder">First name <span class="asterisk">*</span></span></div>
    <div class="form-wrapper">[text* last-name placeholder ""]<span class="placeholder">Last name <span class="asterisk">*</span></span></div>
    <div class="form-wrapper">[email* your-email placeholder " "]<span class="placeholder">E-Mail <span class="asterisk">*</span></span></div>
    <div class="form-wrapper">[textarea* textarea-716 placeholder " "]<span class="placeholder">Placeholder <span class="asterisk">*</span></span></div>
    
    <div class="form-wrapper">[submit "Send"]</div>
    #1467877

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1467872

    Hi Rikard,
    So far it always worked within my network and with my main machines: desktop pc and iPhone. Just tested on the iPhone to use WIFI instead of mobile connection but it did not work either, even after clearing the browser cache.

    However, it worked very well on my notebook pc with Firefox. So it may have to do with my desktop pc, although I cannot rember that I changed anything in the system in the past months.

    Let me see whether I can do some tests on other machines and I get back to you asap.

    Many thanks,
    Matthias

    #1467871

    Hi,

    Please try adding the following code to the Quick CSS field in the Enfold theme options > General Styling > Quick CSS:

    
    #top .avia-fold-unfold-section .av-fold-unfold-container.folded::after {
      z-index: -1;
    }
    
    #top .avia-fold-unfold-section .av-fold-button-wrapper {
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(100%, white));
      padding-top: 20vh;
      margin-top: -20vh;
    }
    

    If you’d like to see this implemented in Enfold, please feel free to request it at https://github.com/KriesiMedia/Enfold-Feature-Requests.

    Regards,
    Yigit

    #1467866

    Hi Rikard,
    This is very interesting. Normally I always use the private mode, but even without the private mode I still can’t see the cookie banner and the scroll to top button as well as the plugins (Next GEN & Portfolio Filter Gallery).

    With other browsers there is also no difference between “normal” mode and private mode.

    All the best,
    Matthias

    • This reply was modified 1 year, 6 months ago by MatthSp.
    #1467858

    Hey MatthSp,

    I checked the cookie banner and scroll to top button on Firefox and Safari on OSX, but I can’t see any problems on my end. Could you try using private browser windows to see if changes anything please?

    Best regards,
    Rikard

    #1467856

    but remember: https://kriesi.at/support/topic/adding-captions-to-the-lightboxes-in-a-masonry/#post-1467815

    I think it has to do with the elements not loading until you have scrolled through the masonry position due to the delayed animation. On my site, sometimes this works – sometimes it doesn’t.

    Using the ‘Load More’ button even cancels this out completely after pressing Load More.

    #1467853

    Well, I feel silly – you’re right, it works when I stop using Private Mode on my browser… Interesting though that the rest of the theme and customization works but not this particular addition. I would have to try to look into that sometime…

    Sorry for that, and thanks !

    #1467844

    Hey whdsolutions,

    Thank you for the inquiry.

    You can use this css code to adjust the style of the portfolio grid items:

    #top .grid-content {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5) !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    #top .main_color .grid-entry-title.entry-title {
        background: transparent;
        font-size: 1.8em;
    }

    Best regards,
    Ismael

    #1467830

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1467826
    MatthSp
    Participant

    Hi,
    Since a while there are some functions that do not work both on Firefox (Windows 10) and Safari (iPhone) that worked perfectly with previous versions. It seems this is visible since the latest two updates on Enfold.

    This is what I found:
    Enfold Cookie-Disclaimer does not work on Firefox and Safari
    Scroll to top button does not work on Firefox and Safari
    Plugin Portfolio Filter Gallery does not work on Firefox and Safari
    Plugin NextGEN Gallery does not work on Firefox and Safari
    Menue does not work on Safari

    Any ideas, how to fix this?

    Many thanks & all the best!

    • This topic was modified 1 year, 6 months ago by MatthSp.
    • This topic was modified 1 year, 6 months ago by MatthSp.
    • This topic was modified 1 year, 6 months ago by MatthSp.
    #1467818

    Hi,

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

    #top .av-control-minimal .avia-slideshow-arrows a::before {
      font-size: 40px;
      line-height: 10px;
    }

    Best regards,
    Rikard

    #1467806
    JaimBateman
    Participant

    Hi,
    I have a weird issue on a modification that I implemented on a website. I wanted to include the captions in the lightboxes for a masonry gallery ; I found a thread here that gave a solution that works :

    But ! It only works if I empty the navigator’s cache and only the first time I visit the page. If I reload the page, or go on another page and then come back, the modification doesn’t work anymore. Any idea why ?

    Here is the slitghly adapted code, lifted from Guenni007 :

    function popup_masonry_gallery() { 
    if(is_singular('regard-associe')) {
    ?>
    <script type="text/javascript">
    (function($){
    $(window).load(function(){  
        $('a.av-masonry-entry.lightbox-added').magnificPopup({
        type: 'image',
    		image: {
            titleSrc: false,
            markup: '<div class="mfp-figure">'+
                      '<div class="mfp-close"></div>'+
                      '<div class="mfp-img"></div>'+
                      '<div class="mfp-bottom-bar">'+
                        '<div class="mfp-title"></div>'+
                        '<div class="mfp-counter"></div>'+
                      '</div>'+
                    '</div>',
        },
        mainClass:          'avia-popup mfp-zoom-in mfp-image-loaded',
        closeOnContentClick:  false,
        midClick:         true,
    
        gallery: {
          enabled:      true
        },
    
        callbacks: {
    		markupParse: function (template, values, item) {
    			values.title = '<span class="jmmfp-title"><strong>' + item.el.find('img').attr('title') + '</strong></span><br>' + item.el.closest('.av-masonry-entry').find('.av-masonry-entry-content').text();
    		},
    
        },
      }); 
      // close the iframe window
      $(document).on('click', '.popup-modal-dismiss', function (e) { 
        $.magnificPopup.close();
      });
    });
    })(jQuery);
    </script>
    <?php }}
    add_action('wp_footer', 'popup_masonry_gallery');

    Any idea why that is ?

    Thanks !

    #1467805

    or – maybe a simpler idea – we use the left header sidebar ! – and just handle the #wrap_all as a flex container – and define the order in this way that the header goes to the right side

    @media only screen and (min-width: 768px) {
      #wrap_all {
        display: flex !important;
        flex-flow: row nowrap;
      }
    
      #wrap_all #header {
        order: 2;
        flex: 0 1 27%;
        right: 0;
        left: auto;
      }
    
      #wrap_all #main {
        order: 1;
        flex: 0 1 73%;
        margin-left: 0 !important;
        border-left: none !important;
      }
      
      .responsive #top .header_bg {
        box-shadow: -5px 0px 5px -5px #666;
      }
    
      /*** because submenu is defined to a width of 208px ***/
      #top #avia-menu > li.dropdown_ul_available > ul.sub-menu {
        left: -207px
      }
    
      /*** have a bit more space from main menu-item to the fly-out submenu ***/
      .html_header_sidebar #header .av-main-nav>li {
        margin-left: 5px !important;
        padding-left: 13px;
      }
    }
    
    @media only screen and (min-width: 990px)  {
      #wrap_all #header {
        flex: 0 1 300px;
      }
    
      #wrap_all #main {
        flex: 0 1 calc(100% - 300px);
      }
    }

    see: https://enfold.webers-webdesign.de/
    ( the scroll away after some time does not belong to that settings here. – this is part of the inital Headersetting )

    this is not styled to the end – becaue i want to go back to the original setting of header on top.
    above all, you now have to extend the subnavigation to the left – but that shouldn’t be a problem using css.

    #1467801

    Hello Ismael,

    below is the link to the post October 4, 2019 at 4:04 am with your code to activate the AVIA editor.
    https://kriesi.at/support/topic/popup-maker-and-enfold-avia-layour-builder/

    Instead the popup built with AVIA editor is called “test” and the link is as follows:
    https://www.federscacchilazio.com/wp-admin/post.php?post=5639&action=edit
    In the following page you can verify the result, unfortunately an empty box.
    https://www.federscacchilazio.com/test/

    PS why did you choose the photo of a harp seal? I don’t think you have that face. :-D
    Thanks and best regards
    Andrea

    • This reply was modified 1 year, 6 months ago by cuccarini.
    • This reply was modified 1 year, 6 months ago by cuccarini.
    #1467797
    whdsolutions
    Participant

    Hi all.

    I was wondering if there is a way we can get the portfolio grid (https://2024-liptonrogers-com.stackstaging.com/projects/) to look exactly the same as the masonry grid on page.

    The portfolio grid is top and the masonry grid underneath.

    Thanks in advance.

    #1467791

    In reply to: Mega Menu (1)

    Hi, unfortunately I can’t avoid inserting the mega menu.

    However, I carried out a test following a thread that you recommended to me and now the menu item looks like this (*see photo 1)
    Is there a way to reduce the photo size, as well as modify the mega menu? With the addition of the photo, item no. 6 of the submenu wraps, however the item VIVERE CON LA PSORIASI also remains at the top (*see photo 2)

    1. https://prnt.sc/CFY5gkqfV5yP
    2. https://prnt.sc/nPfpbIw74k1k

    Thank you,
    Mariarita

    #1467790

    In reply to: menu and home

    I can’t find what you indicate in the message.
    I’ll try to explain myself better, I want the header to always be at the top, blocked.
    The problem is that as soon as I open the site it’s the way I want it, the moment I start scrolling it disappears and then reappears immediately after the testimonial photo.

    As already said at the beginning, I want the header to remain at the top of the site even if you scroll down.

    I attach some photos of what I have set up internally:
    HEADER
    1 https://prnt.sc/I0GG6DhLDuUJ
    2 https://prnt.sc/zN9Mek5IxpPE
    3 https://prnt.sc/YIjJG7l0_Ilt

    CSS
    4 https://prnt.sc/XPbKPvFYl3vQ

    ADVANCED STYLE
    5 https://prnt.sc/4CYgHbXPE6m-
    6 https://prnt.sc/9FphnQ-GxRrj
    7 https://prnt.sc/UQ5lQytw4gfB
    8 https://prnt.sc/ft_CD_Xbi7w5

    LOGO AREA
    9 https://prnt.sc/F3fSQMWuA4Mj
    10 https://prnt.sc/Pst2aLxG77dc

    LAYOUT GENERALE – LOGO + MAIN MENU
    11 https://prnt.sc/7vdjOarbE0fE
    12 https://prnt.sc/jW_-hMu7zaaP

    Thanks,
    Mariarita

    #1467786

    In reply to: Indexing Issue

    Thank you, I appreciate you looking into this for us.
    You can mark the topic closed.
    Anne

    #1467776

    In reply to: No responsive

    Hi,

    Thank you for the update.

    We adjusted the css code a bit. Please try it again and make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings afterward.

    @media only screen and (max-width: 767px) {
      #top .logo img,
      #top .logo svg {
        top: -1px !important;
      }
    
      .html_av-overlay-side-classic #top .av-burger-overlay li a {
        border-bottom-style: none;
      }
    }

    Best regards,
    Ismael

    #1467752

    In reply to: Mega Menu (1)

    Hi,
    Please see this thread, or this thread.

    Best regards,
    Mike

    Hi,
    Thank you for the link to your site, I tried to review your video but it is no longer available, I checked your site and the mobile menu seems to work correctly, by clicking a menu item with two submenus, and direct menu items. But since you write that the WP Rocket options seem to cause the issue, I believe that you need to add exceptions to the plugin, it has a field for this script blocking conflict.
    Please see this WP Rocket documentation
    And possibly the Wp Rocket REMOVE UNUSED CSS option, with this list of classes
    If this doesn’t help, I see that there is an unsolved WP Rocket issue with Delay JS for mobile devices on IOS, if this is your issue you may need to disable this issue until WP Rocket corrects.

    Best regards,
    Mike

Viewing 30 results - 3,571 through 3,600 (of 142,852 total)