Viewing 30 results - 1,711 through 1,740 (of 142,941 total)
  • Author
    Search Results
  • rixi
    Participant

    Hello,
    is it possible, that i show on the mobile version less photos out of a masonry galery than on the desktop version? Perhaps around 5?
    There are way to many pictures, its a photographer.
    And would here be a code for quick css? that would be perfect. :)

    Many regrads rixi

    Hi

    I’ve purge the cache and tested it on mobile view on both Samsung Internett browser and Google Chrome.
    I’ve also tested it on a co-workers mobile, but the error still remains.

    The header in mobile view is black when opening any page and it remains black when scrolling down, with the exception of a brief flickering on the header when I start scrolling.

    In case there is any misunderstanding, I’ll just clarify:
    I want the header to be transparent when the pages loads and then go to solid black when I start scrolling down.
    The same way as on the desktop version…where it works brilliant!

    Hi,

    Thank you for the update.

    You can try this css code to adjust the width of the header:

    @media only screen and (min-width: 768px) {
    
      /* Add your Desktop Styles here */
      #top #header #header_main .container.av-logo-container {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
      }
    
      .responsive #top #header #header_main .inner-container .logo {
        margin-left: 70px;
      }
    
      .responsive #top #header #header_main .inner-container .main_menu .avia-menu.av-main-nav-wrap {
        padding: 0 50px;
      }
    
      .responsive #top #header #header_main .inner-container .widget:nth-child(5) {
        margin-right: 50px;
      }
    }

    View post on imgur.com

    Regarding the search form, please check this thread:

    https://kriesi.at/support/topic/how-to-move-the-search-box-into-the-sidebar/#post-1074058

    Best regards,
    Ismael

    #1483468

    Hi,

    Try to add this css code:

    .responsive #top #main {
        margin-top: -1px;
    }

    View post on imgur.com

    Best regards,
    Ismael

    #1483454

    Hey laptophobo,

    Could you post a link to where we can see the results that you are getting please?

    Best regards,
    Rikard

    Hi Ismael,

    Thanks for your reply. I think point 1 got misunderstood a bit, this is not actually not related to the mobile menu but to the menu style of large screens. As you can see there is a slight top shadow on the menu bar. But the menu is limited to the with of the container. I would like that the drop-down shadow is shown to the full width of the page. Let me post an Enfold project in the private content to show what I mean.

    Regarding the search icon, I have already placed a fontawesom icon in the 3rd widget to illustrate the desired position of the search icon. So I would like to find out how to actually activate the search function from that position.

    The hamburger position on mobile worked out good by the way, thanks for that.

    Regards
    S

    #1483442

    Hi,

    But I wonder how the top video is working now? Anyways, do you know why the bottom one still isn’t.

    It’s working because we removed the query parameter as mentioned above. Please try it again.

    Best regards,
    Ismael

    #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;
    }

Viewing 30 results - 1,711 through 1,740 (of 142,941 total)