Viewing 30 results - 181 through 210 (of 142,898 total)
  • Author
    Search Results
  • #1495383
    Maltolomaeus
    Participant

    Hi there,

    I’m facing problems with scrolling on enfold websites since a bit of time.
    Not quite sure which version it started, but two of my customer websites are not possible to be scrolled for now with Enfold versions 7.1.4 and 7.0 on my other site.

    I wasn’t able to find any information towards that and was hoping that’s an interference of a plugin which is installed on both pages. But I couldn’t find any.

    Could you please doublecheck and maybe fix that in a quick release or so? Of course when you find the problem…

    Seems like, that it isn’t working on phones and also on my desktop computer. On Desktop, I only can scroll the page with the sidebar of the website and when hovering the mouse cursor to the header or within the “scroll to top”-Button. Every other area seems to be blocked to do that.

    Please have a look on the both websites I will link in the private content area!

    Thanks for your quick help!!

    Best,

    Martin

    #1495357

    Hi,

    We adjusted the code a bit.

    add_action( 'wp_enqueue_scripts', function() {
      if ( is_admin() && ! wp_style_is( 'avia-layout', 'registered' ) ) {
          wp_register_style( 'avia-layout', false );
      }
    }, 5 );

    Please let us now how it goes.

    @elenapoliti: Please continue here: https://kriesi.at/support/topic/not-registered-dependencies-for-enfold-css-and-js/

    Best regards,
    Ismael

    #1495345

    In reply to: Padding column

    Hi,
    Try this css in your Quick CSS field:

    .slide-entry-excerpt.entry-content {
    	top: -20px;
      position: relative;
    }

    qF18nTb.png

    Best regards,
    Mike

    #1495326

    Hey es.design.ma,
    It looks like somewhere you have this css:

    #top .avia-svg-icon.avia-font-svg_entypo-fontello svg:first-child {
        stroke: unset !important;
    }
    #top .menu-item-search-dropdown>a.avia-svg-icon svg:first-child {
        width: auto;
        height: 1em;
        position: relative;
        z-index: -1;
    }

    The stroke is needed for the color, and the z-index needs to be 1
    You can try this css to override this:

    #top #menu-item-search .avia-svg-icon.avia-font-svg_entypo-fontello svg:first-child {
        stroke: #515f77 !important;
        fill: #515f77;
        z-index: 1;
    }
    #top #menu-item-search .avia-svg-icon.avia-font-svg_entypo-fontello {
    padding-right: 13px;
    }
    #top #header .av-main-nav>li:hover>a>svg:first-child {
    	stroke: #d6d6db !important;
    }

    Then clear your siteground cache & your browser cache.

    Best regards,
    Mike

    #1495325

    Hi,
    The “Reset all options” button will reset all, it is not recommended to use unless you want to remove all options & style.
    .avia-caption-title {text-transform:none;}
    did not work for you because it doesn’t have high enough specificity, the correct css would be:

    #top .slideshow_caption h2.avia-caption-title {
        text-transform: none;
    }

    !important is not required, just enough classes and/or IDs to override the theme css, nearly no theme css is a single class like in your css: .avia-caption-title

    Best regards,
    Mike

    Hi,
    Thanks for your patience, I only asked for access to your test page so we would be looking at the same thing and so I would  not need to recreate your layout on my site, nonetheless I created 1/5 + 3/5 + 1/5 columns with a gallery with large image on top and thumbnails below, and a color section with 100% min-height below that to simulate the rest of the page.
    qFouAOl.png
    My sticky header is 90px, although I see yours is 157px.
    My first impression of the layout is that the large gallery image on top is almost the full height of the screen, so the thumbnails are not really seen, I added 50px right & left padding to the 3/5 column and that helped a little
    qFoE6fR.png
    Adding 150px right & left padding to the 3/5 column was better
    qFoWUkN.png
    but I get the feeling that you want the large image to be as large as possible, and not so much empty space on the sides, so having it sticky would make the thumbnails hard to see. I tested Guenni007’s solution at: https://webers-testseite.de/ajax-gallery/#av_section_2 and other than adjusting the top: 70px to match my header it seems to work well.
    But ypur current masonry layout https://www.thomashenthorne.com/26-mooring-road-san-rafael-ca/#av_section_42
    seems much better because the user can see the thumbnails, it fills the page and the user can easily navigate the lightbox images (slideshow).

    Best regards,
    Mike

    #1495306
    blaircomm1
    Participant

    I have been editing a website all day yesterday, and all was fine. First thing today, I updated Enfold to 7.1.4, and I am having elements disappear when editing a page after “updating” the changes. I only excerpted this on one page, and I stopped editing. I don’t have the time to test all on the staging sites for the different websites built with Enfold right now. Below is the page, as you can see, very simple.

    When doing simple text editing in the text box, the portfolio container disappeared below it when saving the page. I tried the same thing on a duplicate page with a new text box, and it happened again. I can no longer edit this site safely and cannot rollback the Enfold version.

    No new plugins or code implemented that might cause a conflict.

    I have many websites that we manage built with Enfold. Can you please advise on this issue? It needs to be resolved.

    Thank you.

    — Michael

    #1495301

    Thank I tried this from another thread but it did not work.

    I added the class to the color section programcolumn

    and added this quick css #top .programcolumn .av-special-heading {
    min-height: 100px;
    }

    #1495299

    I’m still having a problem with Store page. Somehow we have three Store pages; two are correct, but the Menu keeps pointing to the wrong Store page, Store-2, which is just a listing of all our products. The correct page has a Welcome message at the top and a separate Spanish section. I’d like to delete the wrong one, but when I did that I lost the whole Store, and I can’t find a way to redirect the Menu. Thanks for your help.

    #1495291
    es.design.ma
    Participant

    The search icon in my menu is not showing up on the desktop is not displaying, however it shows on the mobile view. I looked through the color settings to see if it’s somehow set as the menu bar color, but it’s not. I added the following css to help resolve the issue but it’s not changing:

    #top #menu-item-search a {
    color: #515f77; /* Change the icon color */
    }
    #top #menu-item-search a:hover {
    color: #515f77; /* Change color on hover */
    }

    I’ve flushed the cache, rebooted, and looked on alternate browers but I still don’t see the icon (should be in blue) in the menu. What am I missing?

    Thank you!
    Erin

    This works – But can we remove the hard coded rule or add conditional logic to it to stop the builder modals failing on large woocommerce or large blog sites?

    #1495281
    elenapoliti
    Participant

    I have encountering an issue with Enfold 7.1.3 in various websites. The debug_log has the following errors, exactly as reported by another user here https://kriesi.at/support/topic/multiple-errors-on-pages-and-posts-analysis-included/

    
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-audioplayer" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-blog" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-postslider" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-button" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-buttonrow" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-button-fullwidth" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-catalogue" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-comments" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-contact" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-slideshow" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-countdown" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-dynamic-field" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-gallery" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-maps" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-gridrow" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-heading" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-rotator" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-hr" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-icon" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-icon-circles" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-iconbox" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-icongrid" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-iconlist" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-image" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-image-diff" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-hotspot" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-sc-lottie-animation" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-magazine" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-masonry" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-siteloader" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-menu" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-notification" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-numbers" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-portfolio" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-post-metadata" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-progress-bar" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-promobox" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-sc-search" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-slideshow-accordion" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-slideshow-ls" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-social" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-tabsection" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-table" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-tabs" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-team" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-testimonials" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-timeline" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-toggles" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Styles::add was called <strong>incorrectly</strong>. The style with the handle "avia-module-video" was enqueued with dependencies that are not registered: avia-layout. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-audioplayer" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-chart-js" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-chart" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-contact" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-slideshow" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-countdown" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-gallery" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-gallery-hor" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-rotator" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-icon-circles" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-icongrid" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-iconlist" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-image-diff" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-hotspot" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-magazine" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-isotope" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-menu" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-notification" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-numbers" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-portfolio" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-progress-bar" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-slideshow-video" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-slideshow-accordion" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-slideshow-ls" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-tabsection" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-tabs" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-testimonials" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-timeline" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-toggles" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    [20-Feb-2026 10:37:32 UTC] PHP Notice:  Function WP_Scripts::add was called <strong>incorrectly</strong>. The script with the handle "avia-module-video" was enqueued with dependencies that are not registered: avia-shortcodes. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.9.1.) in /home/www/public/isea-development/wp-includes/functions.php on line 6131
    
    

    I tried the function suggested in the above mentioned post, but it messed up the custom css I created in my child theme.

    In private content details

    Try this to put the issue to bed:

    in your child theme functions.php file:

    // Increase the silly post memory limit set in Enfold
    add_filter('avf_alb_linkpicker_memory_limit', function() {
        return '1024M'; // Adjust if your host allows less
    });
    
    // Limit the posts returned to stop the memory limit being exceeded
    // Limit posts returned to just posts and pages not products
    add_filter('avf_linkpicker_args', function($args) {
    
        $args['posts_per_page'] = 500;
        $args['post_type'] = isset($args['post_type'])
            ? array_intersect((array) $args['post_type'], ['post','page'])
            : ['post','page'];
    
        $args['orderby'] = 'date';
        $args['order']   = 'DESC';
    
        return $args;
    });

    I am currently testing this solution.

    • This reply was modified 1 month, 2 weeks ago by thinkjarvis.

    we have almost 250,000 product variations on this website.

    Can you add a filter to stop it listing all of the woocommerce products?

    We have to do the same with Divi4 and Divi5 by Elegant themes. They have given me a snippet to stop their library system trying to load the template for every single product.

    #1495254

    Hey dreyerjm,

    Thank you for the inquiry.

    Try adding this code in the Quick CSS field.

    #top .av-equal-height-column .avia-button-wrap {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    
    #top .av-equal-height-column {
        padding-bottom: 50px;
    }
    

    You can also replace av-equal-height-column with a custom css class name if you want this applied only to specific columns.

    https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support

    Result:

    q3F7rml.md.png

    Best regards,
    Ismael

    #1495250
    Brad
    Participant

    Hello,

    The desktop version of our site uses Roboto for the main menu and submenu items, but the burger menu on mobile is showing Playfair Display, which is what we use for headings. I’ve tried adjusting various elements, but I can’t seem to find the solution to make the burger menu fonts the same as the regular main menu/submenu.

    Thank you.

    • This topic was modified 1 month, 2 weeks ago by Brad. Reason: added clarity
    #1495248

    In reply to: Make the rows closer

    Hey dreyerjm,
    Try this css in your Quick CSS field in the theme options:

    body #intro .column-top-margin {
        margin-top: 20px;
    }

    Best regards,
    Mike

    #1495242
    dreyerjm
    Participant

    Hi, how would i get my columns to all line up uniform – picture at the top and button at the bottom.

    #1495225

    Thanks again Guenni!

    The issue is resolved, using your first piece of code and code I found here:

    The z-index rules you suggested didn’t make a difference.

    In the end, I made the PNG unclickable with your code and made it the same color as the overlay, using this code:

    .av-burger-overlay-active .logo > a {
      pointer-events: none;
    }
    
    .av-burger-overlay-active .logo > a {
      overflow: hidden;
      filter: drop-shadow(0px 1000px 0 #151515);
      transform: translateY(-1000px);
    }

    Thanks alot!
    This topic can be marked as resolved.

    Best regards,
    Maarten

    #1495213

    Hi,

    Please read this reply again, that is what we need. If you don’t know where to locate server error logs, then your hosting provider should be able to help you out with that.

    Best regards,
    Rikard

    #1495195

    Dear @Guenni007,

    Thank you so much for all the effort you put in your answer!

    Only, I think I have not been clear enough in describing the issue:
    I do NOT want the logo to be on top of the menu overlay. I want it to be under the overlay.
    The problem is, when I change the z-index: 101 rule, the logo isn’t clickable anymore when the overlay is NOT activated.

    Please let me know if I should elaborate more and sorry for the effort you made.
    Thanks so much!

    the classes (yes two classes here – only because i like to show both on the same page) are
    av-gallery-sticky-scroll and besides
    Thats all.

    PS : on that code – you see that i manage the amount of thumb columns by pure css. Because i like to rule it differently on small screens and orientation – as you can see at the bottom of the snippet.:

    @media only screen and (min-width: 768px) and (orientation: portrait) {
      #top .avia-gallery.av-gallery-sticky-scroll.besides .avia-gallery-thumb {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    on mobile devices with small screens – ( iPhone etc. ) this behaviour makes no sense – not only because of missing hover style …

    #1495158

    first – your logo is already on top with that z-index of 101. But the logo could not be seen due to that dark overlay background. Not enough contrast. – you see it if you set a background-color for it

    .logo.avia-standard-logo {
      background-color: #d5d9d3
    }

    so – my first thought is to replace that png by a svg logo – where you can change the fill color by the status of the hamburger open or not.

    e.g. take this svg instead for logo: https://webers-testseite.de/logo-femke-boschker.svg

    and set for the change :

    svg .fb {
      transition: all 0.3s linear;
    }
    .av-burger-overlay-active .fb {
      fill: #FFF;
    }

    ____________

    Or: why don’t you place an image (your logo image) inside the menu?
    you can do that replacing the home menu-item or add an additional home menu item and replace that:

    for navigation label you put in a standard img tag
    <img class="avia_image" src="https://www.maartenwebsites.nl/dev-femke/wp-content/uploads/2026/02/logo-femke-boschker-scaled.png" />

    PS: because you do not need to differ here between burger-menu and desktop text menu – you do not need that extra class.

    PPS: maybe you use in this case a white alternative logo.

    #1495147

    Thanks again, I worked with Claude to get this script I could drop in the child theme functions file, so I don’t have to copy any of the files to the child theme — lmk if you think it’s a problem. With the script and css below I got everything looking and working as it was, but now with “buttons”. After all that work, I’m wondering (and should’ve asked earlier): Do you even agree the sorting items as links were an accessibility issue? If it all looks good to you, feel free to close this thread.

    /* JavaScript to convert sorting links to buttons */
    add_action('wp_footer', 'child_masonry_links_to_buttons', 999);
    function child_masonry_links_to_buttons() {
        ?>
        <script>
        jQuery(document).ready(function($) {
            // Convert all masonry sort links to buttons
            $('.av-masonry-sort a[data-filter]').each(function() {
                var $link = $(this);
                var $button = $('<button type="button"></button>')
                    .attr('data-filter', $link.data('filter'))
                    .attr('class', $link.attr('class'))
                    .html($link.html());
                
                $link.replaceWith($button);
            });
            
            // Re-bind click events to buttons
            $('.av-masonry-sort').off('click', 'a').on('click', 'button', function() {
                var current = $(this),
                    linktext = current.html(),
                    selector = current.data('filter'),
                    masonry = current.parents('.av-masonry').eq(0),
                    container = masonry.find('.av-masonry-container').eq(0),
                    links = masonry.find('.av-masonry-sort button'),
                    activeCat = masonry.find('.av-current-sort-title');
    
                links.removeClass('active_sort');
                current.addClass('active_sort');
                container.attr('id', 'masonry_id_' + selector);
    
                if(activeCat.length) {
                    activeCat.html(linktext);
                }
    
                // Trigger isotope filtering
                var filters = selector ? {filter: '.'+selector} : {};
                filters['layoutMode'] = 'packery';
                filters['packery'] = {gutter:0};
                filters['percentPosition'] = true;
                filters['itemSelector'] = "a.isotope-item, div.isotope-item";
                filters['originLeft'] = $('body').hasClass('rtl') ? false : true;
    
                container.isotope(filters);
                
                setTimeout(function() { $(window).trigger('debouncedresize'); }, 500);
                return false;
            });
        });
        </script>
        <?php
    }
    /* sorting menu styling accessible buttons */
    .main_color .av-sort-by-term button {
        border: none;
        color: #fff;
        background: #0076a8;
        padding: 6px 15px 8px;
        text-transform: capitalize;
        font-size: 15px;
    	margin: 3px 3px 0 0;
      	font-family: 'sarabun',Helvetica,Arial,sans-serif;
    }
    .main_color .av-sort-by-term button:hover {
        background: #b6bd00;
    	transition: .25s;
    }
    .main_color .av-sort-by-term button.active_sort {
        color: #fff;
    	background: #b6bd00;
    }
    #1495129
    pelgrimrat
    Participant

    Dear people at the support forum,
    I have an issue I need your help with:
    A website I am creating is using a burger menu (also on big screens) and when activated, the website logo stays on top of the menu overlay instead of being covered by the overlay like the rest of the page.
    Website (temporary domain):

    I know this issue is created because I am using this code in the customizer:

    #top div .logo {
        z-index: 101;
        position: relative;
    }

    This code is necessary because I am using a custom layout for the header:
    menu icon left – logo middle – Instagram icon right.
    When I remove the z-index: 101 rule, the logo isn’t clickable anymore in normal circumstances (burger menu overlay not activated).

    So, is there a possibility to move the logo underneath the burger menu overlay, without loosing the normal functionality of the logo when the overlay is not active?

    This is the CSS code I use for the header layout:

    #top div .logo {
        z-index: 101;
        position: relative;}
    
    .responsive #top #wrap_all .main_menu {
        display: flex !important;}
    
    #top .main_menu, 
    #top .avia-menu {
      width: 100%;}
    
    #avia-menu #menu-item-search {
      position: absolute;
      right: 0;
      left: auto;}
    
    #top #wrap_all .av-hamburger-inner {
      display:block;
      top: 0;
      margin-top: 4px;}
    
    .html_header_top #top #wrap_all .av_logo_right #header_main .logo {
      position: relative;
      left: 50%;
      right: auto;
      margin-left: unset;
      margin-right: unset;
      transform: translateX(-50%);
      width: auto;}
    
    .responsive #top #wrap_all  .main_menu {
      width: 100%;
      display: flex !important;
      flex-flow: row nowrap;
      justify-content: space-between;
      height: inherit;}
    
    #top #wrap_all .menu-item-avia-special {
      display: block ;}
    
    .responsive #top #wrap_all #header .main_menu ul.social_bookmarks {
        display: flex;}
    
    #top #wrap_all .main_menu ul.social_bookmarks li a {
      height: 30px;}
    
    #top .main_menu .social_bookmarks li {
      width:40px;
      margin-left:5px;}
    
    @media (max-width: 767px) {
    	#top .main_menu .social_bookmarks li {
    	margin-top: -5px;}
    }
    
    #top .main_menu .social_bookmarks li.avia-svg-icon img[is-svg-img="true"],
    #top .main_menu .social_bookmarks li.avia-svg-icon svg:first-child {
      height:1.1em;
      width: auto;
      margin-top: 4px !important;}
    
    @media and (max-width: 767px) {
      .responsive #top #wrap_all .container {
        width: 95%;
        max-width: 95%;}
    
      .html_header_top #top #wrap_all .av_logo_right #header_main .logo {
        max-width: 200px;
        transform: translateX(-57%);  /* depends on how many social icons are present */ }
    }
    
    #top #wrap_all .social_bookmarks li a {
    width: 40px!important; 
    line-height: 40px!important; 
    min-height: 40px!important; 
    font-size: 26px!important;}
    
    #top #wrap_all .social_bookmarks li {
    height: 40px!important; 
    width: 60px!important;}
    
    #top #wrap_all .social_bookmarks {
      height: 60px!important;}
    
    #top #wrap_all .social_bookmarks, #top #wrap_all .social_bookmarks a, #top #wrap_all .social_bookmarks li {
    	    margin-right: -16px;}
    
    .social_bookmarks > li:hover > a {
           color: #ffffff !important;
     background: #1e251b !important;}
    
    .social_bookmarks a:visited {
        color: #1e251b !important;
        background: #ffffff !important;}

    Your help will be greatly appreciated!

    #1495115

    Hi,

    Thank you for the update.

    Try to add the following css code to ensure that the video covers the entire color section container.

    #top .av-video-slide iframe, #top .av-video-slide embed, #top .av-video-slide object, #top .av-video-slide video {
        object-fit: cover;
    }

    Best regards,
    Ismael

    #1495114

    Hi,

    Thank you for the update.

    To hide the header search widget on mobile, add this css code at the bottom of the previous modifications:

    @media only screen and (max-width: 767px) {
        #top #header_main .widget_product_search.widget {
            display: none;
        }
    }

    Best regards,
    Ismael

    Hi,

    There is no icon specific to Upwork, but you can add one using the Iconfont Manager. Please check this documentation.

    https://kriesi.at/documentation/enfold/social-share-buttons/#how-to-add-custom-social-icons-to-enfold-options
    https://kriesi.at/documentation/enfold/icon/

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    #1495095

    Meanwhile i could solve this.
    Text is visible inside the block.

    BUT when i click on it, it opens the background image which is the blue color. How can i change the url link for this one specific block? or deactivate the lightbox here? This is the code i used for:

    .referenzen  .grid-entry  .inner-entry {  overflow: hidden !important}
    
    .referenzen .grid-content {
      display:flex;
      flex-flow: column nowrap;
      justify-content: space-around;
      position: absolute;
      top: 0%;
      left: 0%;
      width: 100%;
      height: 100%;
      padding: 10px;
      background: #1b2640 !important;
      z-index: 0;
      text-align:center;
      pointer-events: none;
    }
    
    .referenzen .grid-content * {  background: transparent !important; }
    .referenzen .image-overlay {  display: none !important; }
    .referenzen .grid-content .avia-arrow { display: none; }
    
    .referenzen .grid-entry-excerpt { font-size: 15px!important;  font-style: normal!important;  margin-bottom: -2px; color:#ffffff !important;  font-family: ffclanproregular !important; }
    
    
    • This reply was modified 1 month, 3 weeks ago by xeovision.
Viewing 30 results - 181 through 210 (of 142,898 total)