Viewing 30 results - 2,851 through 2,880 (of 142,850 total)
  • Author
    Search Results
  • #1473631

    Hi!
    Well pictures showing that on my iPhone 14 plus I can’t see the hamburger menu when I have clicked the hamburger-icon. And on desktop the av-burger-menu-overlay-bg is preventing the menu to be shown and being clickable?
    Good news though, that it seems fine on your end. Only wish I had the same experience ;-(
    I’ve emptied caches, download chrome browser on my phone to see there’s a difference.
    On my end… no changes.
    What could it be?
    Thanks so far!
    Marjo

    #1473626

    Hi Rikard,
    Thanks for your reply!
    Interesting.. on my side, things are not working well.
    Enclosed you’ll find 2 images.
    Image 1: how it looks on mobile, I clicked the burger and that goes fine.
    However the menu is hidden behind other content.
    Image 2: how it looks on desktop (mobile size), I clicked the burger.
    Hence it shows the av-burger-overlag-bg and the menu-text is hidden.

    Thanks again :-)

    Hi,
    I didn’t find any images with oversaturated colors, but since you are using photoshop, this is typically caused by the WordPress default color profile, try the Image Magick plugin or adjust. See this thread:

    PLease read the whole thread.

    Best regards,
    Mike

    #1473611

    if you got different content height the arrows will adjust because of 50% position – maybe it is best to have an absolute value for the top position.
    Next i think they should not lay over content
    Because the demo ( Link ) only got smallarrow setting and no headings – this is a interims solution:

    #top .avia-smallarrow-slider-heading {
      height: 100%;
      position: absolute;
    }
    
    #top .avia-smallarrow-slider .avia-slideshow-arrows {
      position: absolute;
      width: 100%;
      top: 50%;
      transform: translateY(-50%);
      z-index: 3
    }
    
    #top .avia-smallarrow-slider .avia-slideshow-arrows .prev-slide {
      left: -35px
    }
    
    #top .avia-smallarrow-slider .avia-slideshow-arrows .next-slide {
      right: -35px
    }
    #1473609

    i guess – as the frames – it will be better for positioning to choose display : fixed
    I don’t know how the vw unit reacts to the scroll bar thickness. However, it seems to be the case that this must unfortunately be taken into account. For this reason alone, it is important to align all four pseudo containers to the top left.
    for the mentioned Demo this works in all browser i do have on my Mac (FF dev, FF, Safari, Chrome)

    .av-frame:before,
    .av-frame:after {
        pointer-events: none;
        display:block !important;
    }
    
    .av-frame.av-frame-top.av-frame-vert:before {
        content: '';
        left: 30px;
        top: 30px;
        height: calc(50vh - 30px);
        width: calc(50vw - 38px);
        border-top: 1px solid #102f5d !important;
        border-left: 1px solid #102f5d !important;
        position: fixed;
    }
    .av-frame.av-frame-right.av-frame-hor:before {
        content: '';
        left: calc(50vw - 8px);
        top: 30px;
        height: calc(50vh - 30px);
        width: calc(50vw - 38px);
        border-right: 1px solid #102f5d !important;
        border-top: 1px solid #102f5d !important;
        position: fixed;
    }
    .av-frame.av-frame-bottom.av-frame-vert:before {
        content: '';
        left: calc(50vw - 8px);
        top: 50vh;
        height: calc(50vh - 30px);
        width: calc(50vw - 38px);
        border-right: 1px solid #102f5d !important;
        border-bottom: 1px solid #102f5d !important;
        position: fixed;
    }
    .av-frame.av-frame-left.av-frame-hor:before {
        content: '';
        left: 30px;
        top: 50vh;
        height: calc(50vh - 30px);
        width: calc(50vw - 38px);
        border-left: 1px solid #102f5d !important;
        border-bottom: 1px solid #102f5d !important;
        position: fixed;
    }

    if you got a different frame width than 10px we had to adjust some settings.

    #1473607

    add to your css of first post :

    .av-frame:before,
    .av-frame:after {
      pointer-events: none;
    }

    i do not see your site – but with the demo : “Enfold Hotel” i made some tests in dev tools.
    There is always a shift of bottom lines. Some browsers have that border/height 1px difference – so mybe it would be better to position all in relation to the top position.

    #1473602

    @strumpumpel:

    Guenni007 so great for your fast help!
    Arrr … i don’t usede the code tag …. :(
    Sorry total!
    Bist Du Deutscher?

    Ja – der andere Beitrag ist schon zu.

    btw. if you use on your landing page the advanced layer slider element – it is hard to get good loadiing times.
    not least because the slider needs to be time-controlled to load the content. That’s the point behind it. So if you see my test page, the slider is set to show the entire content after approx. 7 seconds.

    if you got an advanced layerslider on your landing page – then it might be usefull to play a bit with the advanced layerslider performance settings:
    there is on “layerslider first window” on top right a gear icon which opens the settings dialog for gloabl settings of layerslider.
    If you have opend one slider – you got on the top left “Project Settings” here are the performance settings for the specified slider.

    #1473589
    #1473571

    Hi Rikard,
    thanks for reply.

    Here it is:

    On desktop (mobile size) the menu is showing.
    On mobile it is hidden behind all other content.
    Despite I tried to apply z-index: 9999; to all possible classes and ID’s.

    Desperately need help :-)

    Thanks in advance

    #1473566
    raslade
    Participant

    Hi there

    I’ve opened a new thread based on my last https://kriesi.at/support/topic/secure-custom-field-after-excerpt/#post-1473534 as I’ve just remembered I need the function to also add the custom fields to the single posts. Is it a quick fix?

    Thanks
    Richard

    #1473561

    Hi Ismael, thanks for the possible solution and I have tried the following but with limited results the border extends to far.

    The dev site is below, thanks.

    .av-frame.av-frame-top.av-frame-vert {
          box-shadow: 0 -29px 0px 30px black;
    }
    .av-frame.av-frame-bottom.av-frame-vert {
        box-shadow: 0 8px 0px 9px black;
    }
    .av-frame.av-frame-left.av-frame-hor {
        box-shadow: 0 0px 0px 1px black;
    }
    .av-frame.av-frame-right.av-frame-hor {
        box-shadow: 0px 0px 0px 1px black;
    }
    #1473537

    Hey ibuzaev,

    Thank you for the inquiry and your kind words.

    You can add this css code to make the title container adjust to the length of the title:

    @media only screen and (max-width: 767px) {
    	/* Add your Mobile Styles here */
    	.title_container .breadcrumb {
    	     position: relative;
                 margin-top: 0;
    	}
    }

    Best regards,
    Ismael

    #1473514

    Hey dorisb123,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 989px) {
        .responsive #top #wrap_all .av-break-at-tablet .flex_cell.no_margin {
            padding: 20px !important;
        }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1473501
    idijomar
    Participant

    Hi,
    It seems impossible to show the hamburger menu on mobile.
    Tried almost all relevant ID’s en classes with z-index: 9999;
    As the menu is shown and clickable on desktop for mobile width I do not understand it.
    Can somebody help me and put me on the right path?

    Thanks in advance!
    Marjo

    #1473500
    raslade
    Participant

    Hi there

    I’m using the fixe frame layout and need to add a line on the inside of the border. I’ve achieved it but alas due to the position property none of the links on the page work. Here’s my code:

    .av-frame.av-frame-top.av-frame-vert:before {
        content: '';
        left: 30px;
        top: 30px;
        height: 50vh;
        width: 50vw;
        border-top: 1px solid #102f5d !important;
        border-left: 1px solid #102f5d !important;
        position: absolute;
    }
    .av-frame.av-frame-right.av-frame-hor:after {
        content: '';
        right: 30px;
        top: 30px;
        height: 50vh;
        width:50vw;
        border-right: 1px solid #102f5d !important;
        border-top: 1px solid #102f5d !important;
        position: absolute;
    }
    .av-frame.av-frame-bottom.av-frame-vert:after {
        content: '';
        right: 30px;
        bottom: 30px;
        width: 50vw;
        height: 50vh;
        border-right: 1px solid #102f5d !important;
        border-bottom: 1px solid #102f5d !important;
        position: absolute;
    }
    .av-frame.av-frame-left.av-frame-hor:before {
        content: '';
        left: 30px;
        bottom: 30px;
        height: 50vh;
        width: 50vw;
        border-left: 1px solid #102f5d !important;
        border-bottom: 1px solid #102f5d !important;
        position: absolute;
    }
    #1473490

    Ha Rikard, thank you for thinking with me.

    So, I have a worksection, called work in the menu. When this is active there is a blue line visible underneath.
    https://claritymatters.nl/2024/wp-content/uploads/2024/12/work.png

    In the worksection there are 11 pages which I do not want to show in the submenu. One of them is Thundrebird.
    https://claritymatters.nl/2024/wp-content/uploads/2024/12/thundrebird.png

    So when I am at one of these subpages I want to see work in the menu active but I do not want to see the submenu. Both on telephone and bigger screens ( laptops and so on )

    Thank you in advance, best regards
    Woutski

    #1473485

    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

    #1473477
    dorisb123
    Participant

    On this site https://stichtingyalla.nl/ you can see when you scroll down to the title “Het bestuur” beginning with “Raja Alouani” that on mobile this gets not enough space. On desktop it takes three columns, but on mobile only one column, which I can understand because of the responsiveness, but why doesn’t it take all the space in the screen? Even some words don’t fit.

    #1473472
    DianaLoola73
    Participant

    Dear Support Team,

    For the following website (edit version, hence the subdomain) we have a problem with the contact form:

    I have currently entered my own email as the recipient address so that I can check the functionality: And unfortunately the given contact form is not working:
    – After filling it out, it does show me “Your message has been sent” in the browser, but I did not receive a confirmation email for my request (I also had it sent to a separate email of mine)
    – And I have also not received an email that a request has been received.

    (previously we already had the problem with the contact form (see request https://kriesi.at/support/topic/contact-form-email-with-an-umlaut/) > but here it was clearly due to the umlaut “ü” >> therefore we have now changed the entire domain of the site to the new domain lebendigfuehlen.de)

    What could be the reason for the contact form not working? Now we no longer have a problematic domain (no umlauts). Could you please help me? The site is otherwise ready and we would like to go online….

    Many thanks and best regards, Diana

    #1473458

    Hi,

    Thank you for the update.

    It shows a white stripe at the top,

    That is default padding of the #main container. To adjust it, you can try this css code:

    @media only screen and (max-width: 767px) {
        /* Add your Mobile Styles here */
        .responsive #top #main {
            padding-top: 0 !important;
        }
    }

    Best regards,
    Ismael

    Christy
    Participant

    I’m having a huge SEO issue when using Enfold. On some of my pages Google Search Console is finding a mysterious noindex tag showing up. When I deactivate Enfold, it goes away.

    The actual page https://aplusconstructionnow.com/residential-construction/
    doesn’t really have a noindex but it does show up in Google Search Console as this:

    <!–
    Debugging Info for Theme support:

    Theme: Enfold
    Version: 5.7
    Installed: enfold
    AviaFramework Version: 5.6
    AviaBuilder Version: 5.3
    aviaElementManager Version: 1.0.1
    ML:512-PU:69-PLA:0
    WP:6.6.1
    Compress: CSS:load minified only – JS:load minified only
    Updates: disabled
    PLAu:0
    –>
    <meta name=”robots” content=”noindex,indexifembedded” /></head>

    <body id=”top” class=”page-template-default page page-id-482 stretched rtl_columns av-curtain-numeric barlow avia-responsive-images-support” itemscope=”itemscope” itemtype=”https://schema.org/WebPage”&gt;

    <div id=”wrap_all”>

    <header id=”header” class=”all_colors header_color light_bg_color av_header_top av_logo_left av_main_nav_header av_menu_right av_custom av_header_sticky av_header_shrinking av_header_stretch_disabled av_mobile_menu_tablet av_header_searchicon_disabled av_header_unstick_top_disabled av_seperator_small_border av_minimal_header av_minimal_header_shadow av_bottom_nav_disabled ” data-av_shrink_factor=”25″ role=”banner” itemscope=”itemscope” itemtype=”https://schema.org/WPHeader”&gt;

    <div id=”header_main” class=”container_wrap container_wrap_logo”>

    <div class=”

    I have already gone into the “Search Engine Optimization Support” area and selected “Let SEO plugin set this tag” for the meta Tag “Robots”. (Because I have Yoast SEO plugin)

    I have also tried adding the following to the functions.php based on a previous support string. https://kriesi.at/support/topic/noindex-when-enfold-is-enabled-2/

    add_filter(‘avf_set_follow’,’avia_set_follow’);
    function avia_set_follow(){
    $meta = ‘<meta name=”robots” content=”index, follow” />’ . “\n”;
    return $meta;
    }

    PLEASE HELP!

    #1473449

    well – put your code block just inside a color-section – that color section set custom class to: special-vids
    inside you got your html structure like:

    <section id="scrubs" class="vid">
    	<div class="holder">
    		<video src="/wp-content/uploads/Time-Lapse.mp4" autoplay muted loop playsinline></video>
    	</div>
    
    	<div class="story">
    		<div>
    			<h3>In the heart of Wildrise…</h3>
    		</div>
    		<div>
    			<h3>…where the breezes play.</h3>
    		</div>
    		<div>
    			<h3>We embrace the call of the wild each day.</h3>
    		</div>
    		<div>
    			<h3>Untamed places stretch,</h3>
    		</div>
    		<div>
    			<h3>vast and wide.</h3>
    		</div>
    		<div>
    			<h3>Whispering secrets of a world outside.</h3>
    		</div>
    	</div>
    </section>

    put this to your child-theme functions.php:

    function scrub_preparation_of_color_section() { 
    ?>
    <script>
    window.addEventListener("DOMContentLoaded", function () { 
    	(function($){
    		$('.avia-section.special-vids ').each(function() {
    			var vids = $(this).find('.vid').detach().html();
    			$(vids).prependTo($(this));
    			$(this).addClass('vid').find('.container').remove();
    		});
    	})(jQuery);
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'scrub_preparation_of_color_section');

    see: https://webers-testseite.de/scrubbing-videos/

    my css on that page is:

    .responsive body#top {
        overflow-x: visible;
    }
    
    #wrap_all {
        overflow: visible;
    }
    
    .avia-section.vid {
      height: 600vh;
      position: relative;
    }
    
    .avia-section.vid div.holder {
      position: sticky;
      top: var(--enfold-header-height);
    }
    
    .avia-section.vid video {
      width: 100%;
      height: 100vh;
      object-fit: cover !important;
    }
    
    .avia-section.vid div.story {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
    }
    
    .avia-section.vid div.story div {
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }

    but i do not want to style it till the end. have a look how that is made in that video. – and how to handle the other .avia-section
    Edit: you had to adopt now the scrubbing script to its selectors. And perhaps a debounce and resize will be needed.

    you can use the embedded debounce function of enfold:

    function ava_add_custom_script(){
    ?>
    <script>
    (function($){
      function b() {
          // here comes the script …
      }
    
      $(window).on('debouncedresize', function() {
        b();
      });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'ava_add_custom_script');
    #1473441

    Thank you Guenni007 for your reply. It is actually within other alb elements as it may happy at various places on the page, rather than the first child of main. I like your filter thinking though. The code you have to insert is the correct code.

    I am using the following CSS, but it seems that when these div.holder and section.vid are within the surrounding tags then we end up with the large blank space below because the height of section.vid is 3000px (which is tied to the scroll action).

    Are there any other filters you know of which can help? I have tried selecting on the code block widget: Deactivate schema.org markup
    Output the code without any additional wrapper elements. (not recommended). But that doesn’t help.

    section.vid {
    height: 3000px !important; /* Maintain desired scrolling height */
    }

    section.vid div.holder {
    position: sticky !important;
    top: 0 !important;
    }

    section.vid video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    }

    #1473438

    Can you please post the code you like to insert? Where did you see that effect you like to reproduce?
    And where do you like to insert it – as first child in #main or between other alb elements?

    why do i ask this: if it is first child inside #main you can use that filter: ava_after_main_title

    f.e.:

    add_action('ava_after_main_title', function() {
    	if ( is_page(49162)){
    		echo '<section class="vid">';
    		echo '<div class="holder">';
    		echo '<video class=" " preload="metadata" autoplay=" " muted=" " playsinline=" " loop=" " controls=" " id="player_27_1266727400_788445252_html5" src="/wp-content/uploads/Time-Lapse.mp4"></video>';
    		echo '</div>';
    		echo '</section>';
    	}
    });

    see: https://webers-testseite.de/no-wrappers/

    #1473436
    This reply has been marked as private.
    #1473419

    In reply to: add custom icon

    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

    zeitraum_
    Participant

    Hello, i already opened a topic for this problem and it got closed because i thought it was solved, but unfortunately it isn´t.

    I thought the problem is because of layer slider, so i used Fullscreen slider and fullwidth slider and it seemed to word, but when the cache is cleared, the problem still sometimes occur only in chrome.

    Because it happens only sometimes here a screenshot with the issue incl. error message in dev tools:

    error_message

    Please let me know it you need further information and thanks for suggestions in advance.

    Best
    Christoph

    #1473396
    #1473395
    Nick_Skehan
    Participant

    Hi.
    I have a few different user Roles and I want to hide certain elements on the homepage based on the Role.

    Have a look at the Home page. When I log in as a certain user, the elements are hidden, but the spaces are left where they were, making the layout have gaps all over where the elements have been removed.

    The following is what I have tried, but I am not sure if I am targeting the correct elements.

    JavaScript:
    document.addEventListener(“DOMContentLoaded”, function () {
    console.log(“Custom.js is running”);
    console.log(“User Data:”, userData);

    const userRole = userData.role.toLowerCase(); // Convert role to lowercase for comparison
    console.log(“User Role:”, userRole);

    if (userRole === “mrpi_user”) {
    console.log(“Role matches MRPI User. Waiting for elements to load…”);

    const interval = setInterval(function () {
    // Specify the elements to remove
    const elementsToRemove = [
    document.getElementById(“Wholesaler_Element_Homepage”),
    document.getElementById(“Products_Element_Homepage”),
    ];

    let allElementsFound = true;

    // Loop through the elements to remove
    elementsToRemove.forEach(function (element) {
    if (element) {
    console.log(“Removing element:”, element);
    element.remove(); // Remove the specific element
    } else {
    console.log(“Element not found yet.”);
    allElementsFound = false; // Keep checking if any element is not found
    }
    });

    // Stop checking when all elements are removed
    if (allElementsFound) {
    clearInterval(interval);
    }
    }, 100); // Check every 100ms
    } else {
    console.log(“Role does not match. Skipping element removal.”);
    }
    });

    CSS:

    #av_section_2 {
    display: flex; /* Enable flexbox layout */
    flex-wrap: wrap; /* Allow items to wrap to the next row if necessary */
    justify-content: flex-start; /* Align items to the left */
    padding: 0; /* Remove internal padding */
    margin: 0; /* Remove external margins */
    height: auto; /* Adjust height dynamically */
    gap: 10px; /* Optional: Add spacing between items */
    }

    #av_section_2 > .flex_column {
    flex: 1 1 auto; /* Allow items to grow and shrink dynamically */
    margin: 0; /* Remove margin between elements */
    padding: 0; /* Remove internal padding */
    }

    HTML:
    <div id=”Wholesaler_Element_Homepage”></div>
    <div id=”Products_Element_Homepage”></div>

    #1473389

    Hi,

    To remove the heading, please include this css code:

    #footer-page .av-share-link-description.av-no-toc {
        display: none;
    }

    And to adjust the alignment, try adjust the width of the social icons.

    #top #footer-page .av-social-sharing-box.av-social-sharing-box-same-width .av-share-box ul li a {
        width: 32px;
        height: 32px;
    }

    Best regards,
    Ismael

Viewing 30 results - 2,851 through 2,880 (of 142,850 total)