Viewing 30 results - 1,621 through 1,650 (of 142,844 total)
  • Author
    Search Results
  • #1483438

    Hey fanlokbun,

    Thank you for the inquiry.

    You can create a custom footer page that can be selected under Enfold > Footer > Default Footer & Socket Settings > Page-based Footer options. In the footer page, add two sections, one for mobile and another for desktop view. To control their visibility on different screen sizes, go to Advanced > Responsive > Element Visibility settings. Let us know if you need more info.

    View post on imgur.com

    Best regards,
    Ismael

    #1483437

    That’s not it. I’ve tested this out also. There is another video on this same page that doesn’t work still. It doesn’t now “share”. But I wonder how the top video is working now? Anyways, do you know why the bottom one still isn’t.

    This is the page and the video link:
    https://sonoranwaters.armourcloud.io/portfolio-item/paradise-valley-pool-remodel-modern-elegance-with-infinity-edge-spa/#

    Hey Enfoldfanatic,

    Thank you for the inquiry.

    1.) You can adjust this in the Enfold > Main Menu > Burger/Mobile Menu > Menu Overlay Style settings. Set it to Full Page Overlay Menu.

    2.) To align the menu with the logo on mobile view, add this css code:

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      #top #header #header_main .container.av-logo-container .inner-container {
        display: flex;
      }
    
      .responsive #top #header #header_main .inner-container .main_menu {
        order: 2;
        flex-basis: auto;
        top: 20px;
      }
    }

    3.) Could you provide a screenshot showing where you’d like the search icon to display?

    Best regards,
    Ismael

    #1483431

    Hi,

    The white line at the very top is part of the browser ui and was mistakenly included in the screenshot. It should not appear on the actual site.

    Best regards,
    Ismael

    #1483427
    laptophobo
    Participant

    Hi folks,
    I would like to recreate something that has already been done on this old thread: https://kriesi.at/support/topic/blog-layout-image-left-text-right/.

    When I follow the instructions (which became muddled because of code edits in the thread) I’m unable to produce what I want. The screenshot that was provided by the thread author is this one: https://www.webdesign-phoenix.com/wp-content/uploads/2019/10/Screen-Shot-2019-10-07-at-10.10.44.png.
    This is what I’d like to produce, except to have the image on the right and the content on the left.

    In the Layout Builder, I applied Blog Posts. Then selected “single author, big preview Pic…” for my blog style.

    But the CSS provided on the aforementioned thread doesn’t work.

    Thanks in advance,
    Richard

    #1483389

    That’s excellent thanks Ismael! Is there any way to get rid of the white line at the top?

    #1483378

    Topic: color section

    in forum Enfold
    sophieantoine2016
    Participant

    Hello,
    On my home page on the top I have 1 section with 3 columns . the column in the middle is set as black on the background (as the enfold parallax demo) but appears white in front end.
    It is the same with another column down the page.
    How can I fix it ?
    Here is he url : https://mon-emage.com/
    Thanks
    Sophie

    #1483374

    Hey Scanmark,

    Thank you for the inquiry.

    The sticky behavior and transparent layout options are disabled on mobile view by default but you can try this css code:

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all #header {
        position: fixed;
        top: 0;
      }
    }

    Best regards,
    Ismael

    #1483372

    Hey mountaintopengraving,

    Thank you for the inquiry.

    The site seems to be loading properly on our end. Where do you see these errors?

    View post on imgur.com

    Best regards,
    Ismael

    #1483366

    Hi,

    You may need to update the following css rules:

    
    #top .avia-slideshow-arrows a.next-slide {
        right: -30px;
    }
    
    #top .avia-slideshow-arrows a.prev-slide {
        right: auto;
        left: -30px;
    }
    

    Replace them with the code below:

     
    #top .avia-testimonial-wrapper .avia-slideshow-arrows a.next-slide {
        right: -30px;
    }
    
    #top .avia-testimonial-wrapper .avia-slideshow-arrows a.prev-slide {
        right: auto;
        left: -30px;
    }

    Best regards,
    Ismael

    sky19er
    Participant

    Hey, I think I replied to my old post about this — https://kriesi.at/support/topic/mobile-menu-trap-focus/ — but I’m afraid since that topic’s closed my reply may have been lost in space ;) More of my clients are wanting improvements in accessibility these days, and the mobile menu seems to be a key issue. Have y’all looked into trapping the focus (when tabbing through the site) in the mobile menu so it cycles back to the close X link instead of carrying on to the site behind the overlay? Ideally, the user could also hit escape at any time to close the menu/overlay. Any chance of adding this functionality/accessibility somehow? This is one of the sites I currently need it for: https://tortoise-tracks.org/ — thanks and lmk if you have questions.

    #1483342
    Scanmark
    Participant

    Hi

    As I mentioned in the title, I want a transparent header on mobile that turns solid black when scrolling.
    It works fine on desktop, but I can’t get it to work on mobile.

    Just in case this issue is caused by me tweaking the theme settings for hours, I’ve attached the login credentials so you can have a quick look before suggesting any CSS code.

    Best regards
    Roland

    #1483339
    Brixton4G63T
    Participant

    Zur Umsetzung der Barrierefreiheit ab Juni 2025 habe ich Fragen, in wie fern hier bei Enfold mit Updates Möglichkeiten geplant sind.

    Was mir beim umsetzen als Probleme, die nicht einfach selbst lösbar aufgefallen ist:

    1.) Buttons des Cookiebanners lassen sich nicht via Tab auf der Tastatur ansteuern – wird das noch geändert?
    2.) Wird es eine Option geben, die man einblenden kann, wo der Nutzer einfach die Schriftgröße selbst verändern kann? Also einfach mit + und – (Buttons via Tastatur auswählbar)?
    3.) Ist das Einbinden von ARIA Attributen bei Elementen wie Buttons geplant? Habe da bei Enfold nur diesen Thread gefunden: https://kriesi.at/support/topic/aria-label/

    Punkte 1 & 2 wären tatsächlich nur eingeschränkt selbst lösbar bzw. nur mit größeren Aufwand oder ggf. anderen Plugins.

    Regarding the implementation of accessibility from June 2025, I have questions about how far Enfold is planning to go with updates.

    What I noticed during implementation as problems that cannot be easily solved by myself:

    1.) Buttons of the cookie banner cannot be controlled via tab on the keyboard – will this still be changed?
    2) Will there be an option that can be shown where the user can simply change the font size themselves? So simply with + and – (buttons selectable via keyboard)?
    3) Are there plans to include ARIA attributes for elements such as buttons? I only found this thread on Enfold: https://kriesi.at/support/topic/aria-label/

    Points 1 & 2 would actually only be solvable to a limited extent or only with greater effort or possibly other plugins.

    Translated with DeepL.com (free version)

    #1483336

    Hi Ismael, thank you!
    i have add css and now it works… but it does the same thing at the top of the page where there is a slider and it’s not good.
    How can I make the css rule only work for testimonials?

    thanks for you support!!!

    #1483326

    Hi,

    Have you tried hiding the testimonial section on mobile view? You can toggle the Element Visibility settings in the Advanced > Responsive panel.

    View post on imgur.com

    You can also use this css code to adjust the size of the testimonial section on mobile view:

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
        padding: 0;
        font-size: 0.85em;
      }
    
      #top .av-large-testimonial-slider .avia-slideshow-arrows {
        position: absolute;
        width: 100%;
        bottom: 50px;
      }
    
      #top .avia-slideshow-arrows a.next-slide {
        right: -30px;
      }
    
      #top .avia-slideshow-arrows a.prev-slide {
        right: auto;
        left: -30px;
      }
    }

    View post on imgur.com

    Best regards,
    Ismael

    #1483324

    Hi,

    adjusting the slider’s image size for mobile so it runs full height?

    You can replace the Fullwidth Easy Slider with Fullscreen Slider or use both, then adjust the Advanced > Responsive > Element Visibility settings to toggle the display of the sliders. You’ll have one slider for desktop and another for mobile view.

    To adjust the position of the caption, go to the Styling > Caption panel, then adjust Caption Positioning settings.

    Best regards,
    Ismael

    #1483321

    Hey fanlokbun,

    Thank you for the inquiry.

    You can use this css code to hide the logo on mobile view and make the header transparent.

    /*
    Mobile Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
    
    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all .av_header_transparency {
        position: fixed;
        background-color: transparent;
      }
    
      .responsive #top .av_header_transparency.av_alternate_logo_active .logo a>img,
      .responsive #top .av_header_transparency.av_alternate_logo_active .logo a>svg,
      .responsive #top .logo {
        display: none;
      }
    }

    View post on imgur.com

    Best regards,
    Ismael

    #1483320

    Hi,

    Have you tried removing the css code? Keep the css rules with the #chsearchbox selector, or replace it with:

    #top #chsearchbox #searchsubmit, #chsearchbox .ajax_load {
        width: 62px;
        height: 100%;
        line-height: 40px;
        position: absolute;
        right: auto;
        top: 0px;
        z-index: 2;
        min-width: 40px;
        left: 8%;
        padding: 0px;
        margin: 0px;
        border-radius: 0px;
        background: url("https://riseandshine.childrensnational.org/wp-content/uploads/2017/07/ch-search-icon.png") center center / contain no-repeat;
        background-position: center center;
    }
    

    Best regards,
    Ismael

    #1483319

    In reply to: Links Tab Section

    Hey Diana,

    Thank you for the inquiry.

    Are you trying to make the document automatically scroll and open the tabs when the links are used? If so, you can try adding this script in the functions.php file:

    add_action('wp_footer', function() {
        ?>
        <script>
        document.addEventListener('DOMContentLoaded', function() {
            (function($) {
                function scrollToTab(selector, eventType) {
                    $(selector).on(eventType, function(e) {
                        var hash = eventType === 'load' ? window.location.hash : $(this).attr('href').split('#')[1];
                        if (!hash) return;
                        var tab = $('.av-section-tab-title[href="#' + hash + '"]');
                        if (tab.length) {
                            var parent = tab.closest('.av-tab-section-outer-container');
                            var pos = parent.offset();
                            tab.trigger('click');
                            setTimeout(function() {
                                $(window).scrollTop(pos.top - 100);
                            }, 100);
                        }
                    });
                }
                scrollToTab('.avia-buttonrow-wrap a', 'click');
                scrollToTab(window, 'load');
            })(jQuery);
        });
        </script>
        <?php
    });
    

    Best regards,
    Ismael

    #1483315
    bemodesign
    Participant

    I have “Reviews” area on the home page using “Content Slider”. On desktop the Google reviews have a white box around each review, but when I look on mobile, it is on black and not white box. Any ideas on how to fix this?

    This is the site: https://sonoranwaters.armourcloud.io/

    screenshot of all black on mobile:
    https://img.savvyify.com/image/IMG-8AA77C578AD1-1.9tR4u

    #1483313

    try :

    #top #searchform.av_disable_ajax_search  #searchsubmit {
      right: auto;
      left: 8%;
    }
    
    #top .cn-page-heading-container #searchform {
      background-color: #FFF;
    }
    
    #top .cn-page-heading-container #searchform > div {
      max-width: 320px;
      display: block;
      margin: 0 50px;
    }
    
    #top .cn-page-heading-container #searchform  #searchsubmit,
    #top #avia-menu #searchsubmit,
    #top #searchform #searchsubmit {
      right: 0px !important;
      left: auto;
    }

    and have a look to your search page itself – if this is o.k. for you too!
    see : https://riseandshine.childrensnational.org/?s=web

    #1483303
    icaro
    Guest

    I have an open topic.
    This morning I received a reply from you about it, but I can’t respond from the forum because the 6 months of support expired two days ago.
    How much do I have to pay to resolve the topic that is still open?

    #1483301

    Yes, that CSS is there but whatever is changed on it affects both the navigation bar search box and the content custom search widget. Below is the CSS for the home page content custom search widget. Is anything is this customization affecting the navigation search box? It was working correctly for several years up until the latest version of Enfold. I don’t know what changed, but rolling back to previous versions of Enfold in a staging area corrects it.

    #chsearchbox {
    position: relative;
    background-color: transparent!important;
    margin-top: -15px;
    z-index: 55;
    border: none!important;
    }
    #search-3 #s {
    left: 35px;
    content: url(‘https://riseandshine.childrensnational.org/wp-content/uploads/2017/07/ch-search-icon.png&#8217;);
    width: 85%;
    margin: -32px auto !important;
    padding: 41px;
    border: none!important;
    box-shadow: 0px 5px 15px 0px #cccccc;
    }
    #search-3 .avia-font-entypo-fontello {
    background-image: url(https://riseandshine.childrensnational.org/wp-content/uploads/2017/07/ch-search-icon.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: transparent!important;
    width: 67px!important;
    }
    #search-3 #searchform #searchsubmit {
    _font-size: 2.5em; /*set the size of the magnifying icon*/
    font-size: 1.5em;
    color: transparent;
    }
    #search-3 input[type=”text”] {
    font-size: 30px; /*set the size of the search box input font*/
    }
    #search-3 .button {
    left: 95px;
    }
    #searchsubmit .avia-font-entypo-fontello {
    display: none!important;
    }

    #1483292

    Thank you Ismael,
    your suggestion changes the whole Blotlayout – it looks better on the category-page, but the layout for the blogsite changes, too. Is there a possibilitiy, to keep my layout for the blogsite

    and change only the site for the category? And is there a possibility anyway, to keep the picture on the top of the site for more reconnection?

    Thank you!
    Best regards,
    Constanze

    Hi,

    As mentioned above, this is not possible without significant modification. You may need to create a script to adjust the position of the ajax_search_response container on scroll. You can try the following css code, but it will also adjust the position of the search results container even when the page has not been scrolled.

    .ajax_search_response {
        top: 136.5px !important;
    }

    Best regards,
    Ismael

    #1483267

    Hey GWS,

    Thank you for the inquiry.

    Did you add the following css code somewhere? The previous css code should not have affected the default search field because it was specific to the search form inside the #chsearchbox container.

    #top #searchsubmit, .ajax_load {
        width: 62px;
        height: 100%;
        line-height: 40px;
        position: absolute;
        right: auto;
        top: 0px;
        z-index: 2;
        min-width: 40px;
        left: 8%;
        padding: 0px;
        margin: 0px;
        border-radius: 0px;
        background: url("https://riseandshine.childrensnational.org/wp-content/uploads/2017/07/ch-search-icon.png") center center / contain no-repeat;
        background-position: center center;
    }

    Best regards,
    Ismael

    #1483264
    dryo1
    Participant

    I created a fullwidth easy slider that looks fine on desktop. But on mobile, it isn’t responsive at all – the caption title and content are too large, and the image height needs to be a lot larger. Can someone help me figure this out?

    Hey diraastro,
    Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function change_the_order_of_milestone_even_on_mobile_screens() { ?>
      <script>
    document.addEventListener('DOMContentLoaded', () => {
      const milestones = document.querySelectorAll('.av-milestone-even');
      if (milestones.length === 0) return;
      const mediaQuery = window.matchMedia('(max-width: 989px)');
      const reorderMilestones = () => {
        if (mediaQuery.matches) {
          milestones.forEach(milestone => {
            const date = milestone.querySelector('.av-milestone-date');
            const icon = milestone.querySelector('.av-milestone-icon-wrap');
            const content = milestone.querySelector('.av-milestone-content-wrap');
            if (date && icon && content) {
              milestone.innerHTML = '';
              milestone.appendChild(date);
              milestone.appendChild(icon);
              milestone.appendChild(content);
            }
          });
        }
      };
      reorderMilestones();
      mediaQuery.addEventListener('change', reorderMilestones);
    });
    </script>
      <?php
    }
    add_action( 'wp_footer', 'change_the_order_of_milestone_even_on_mobile_screens', 99 );

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    If you are not using a child theme you could use the WP Code plugin then add a new snippet, in the top right corner use the PHP snippet as the code type:
    use wpcode php snippet and activate
    and ensure that it is activated, then add the above code and save.

    Best regards,
    Mike

    #1483256

    Hey dondela,
    Thanks, I added this to your child theme function.php

    
    function move_cookie_consent_modal_buttons() { ?>
      <script>
    var copyDiv = document.querySelector('#av-consent-extra-info .avia-cookie-consent-modal-buttons-wrap');
    var appendtoDiv = document.querySelector("#av-consent-extra-info .av-special-heading");
    if (!!copyDiv) {
        var clone = copyDiv.cloneNode(true);
        copyDiv.style.paddingTop = '25px';
        appendtoDiv.appendChild(copyDiv);
    }	   
      </script>
      <?php
    }
    add_action( 'wp_footer', 'move_cookie_consent_modal_buttons', 99 );

    Please check.

    Best regards,
    Mike

    #1483255
    This reply has been marked as private.
Viewing 30 results - 1,621 through 1,650 (of 142,844 total)