Viewing 30 results - 2,191 through 2,220 (of 241,840 total)
  • Author
    Search Results
  • #1472790
    bonsaimedia
    Participant

    Hi,

    It’s possible to edit the breakpoint for the mobile menu. But is it also possible to change the breakpoint of the content/ columns? By default, enfold sets the breaking point at 767pixels. But i would like to change that, for example, to 1100 pixels.

    I would like to change it at 1 place (in CSS/javascript/functions for example). Not for each column seperately because that’s too much work each time.

    #1472785
    This reply has been marked as private.

    Hi Guenni007,

    Thank you for your note. I downloaded Footer.php and added it to the child theme. However, I can’t see any changes afterwards.
    The wav analysis still shows <main> as the landmark and there is no markup as a footer in the source code either.
    We use a normal page as a footer and have selected Replace footer and socket in the Enfold settings.
    I have tried to find a workaround to mark up the footer page, but so far without success.
    However, to comply with the Accessibility Act, the footer landmark is unfortunately absolutely necessary (marking up the socket area would be rather misleading on our website).
    Do you have any other ideas on this topic?

    Regards
    Stephan

    #1472776

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .avia-content-slider .slide-content {
      display: none; 
    }

    Best regards,
    Rikard

    #1472774
    sidsingh78
    Participant

    I am currently using the Enfold Theme Version 6.0.6 with the following setup:

    WordPress Version: 6.7.1
    WooCommerce Version: 9.4.2
    I have encountered an issue on my WooCommerce product pages where the Description tab content appears twice. Specifically:
    The description appears as expected within the “Description” tab.
    A duplicate description is displayed directly under the same tab content or elsewhere on the product page.
    What I’ve Tried So Far
    I attempted to hide the duplicate content using the following CSS code in Theme > Customize > Additional CSS:

    #tab-description {
        display: none !important;
    }

    This caused the entire description tab to disappear, which is not my desired outcome.
    I also tried to suggest solutions for a similar issue from these threads.

    1. First One: Add this CSS code in Enfold > General Styling > Quick CSS:

    #top .wc-tab .yikes-custom-woo-tab-title {
        display: none;
    }

    2. Second One: Added the following CSS code in the Quick CSS field under the General Styling tab in the theme options.

    .woocommerce-variation-description {
        display: none;
    }

    Could you please guide me on how to resolve this issue so the description content appears only once in the correct tab?
    Thank you in advance for your support!
    Best regards,
    Sid

    • This topic was modified 5 months, 1 week ago by sidsingh78.

    Hi,

    Thank you for following up.

    The _avia_builder_shortcode_tree is created using the build_shortcode_tree function, which can be found in the enfold\config-templatebuilder\avia-template-builder\php\class-shortcode-helper.php file. It retrieves the shortcodes, parses the content, and builds a structured tree of shortcodes, including their attributes and content. Unfortunately, the internal workings of the template builder are not documented.

    The _av_alb_posts_elements_state is an array containing all the shortcodes or elements in the page.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    We removed this code from the functions.php file:

     add_filter('use_block_editor_for_post', '__return_false', 10);
    

    Then adjusted the Enfold > Theme Options > Select Your Editor settings to activate the classic editor.

    Best regards,
    Ismael

    #1472758

    In reply to: Google Fonts Locally

    why not loading directly from your CDN Servers : you can try the option : Enfold – Performance – Show advanced Options ( switch on ) – Custom Font Loading Source : “Load from CDN Server”

    Starting with 5.4 you can decide to load your custom fonts from a CDN server. In this case you must include your own @font-face rules in head. Enfold will supress output of default @font-face rules in dynamic_avia css file to avoid double loading.

    #1472757

    In reply to: Google Fonts Locally

    Hey ibuzaev,

    Thank you for the inquiry.

    You can upload Google Fonts using the Custom Font Manager and load them locally, but we’re not sure if they will be compatible with your CDN. If this is not possible, you may need to rely on third-party plugins to load the fonts. Please check the link below for more info.

    // https://kriesi.at/documentation/enfold/typography/#how-to-upload-custom-fonts

    Best regards,
    Ismael

    #1472736

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1472735

    Hi communication264,

    Please open a new thread and include WordPress admin login details in private, so that we can have a closer look at your site.

    Best regards,
    Rikard

    #1472721
    bonsaimedia
    Participant

    Hi support, please see the problem we are encountering and the temp fix of my colleague.

    “If at Enfold > Theme Options > Performance CSS file compression and merge and JS file compression and merge are turned off, then in /home/websitename/public_html/wp-content/themes/enfold/includes/helper-assets.php $which_files is a string instead of an array. And that string then contains the value “”none“”. I have now applied a workaround so that it no longer crashes at that point, but this is something that should be raised with the creators of Enfold. The workaround needs to be reset with each theme update. Permanent fix will have to come from Kriesi.”

    Thank you Ismael for your answer.
    I’ll analyse the values of these fields and try to determine how to set them programmatically.

    The meta fields I’m the less sure about are the following (the values displayed below are from a CPT where I activated ALB manually) :

    • _avia_builder_shortcode_tree : a:1:{i:0;a:3:{s:3:”tag”;s:16:”av_custom_layout”;s:7:”content”;a:0:{}s:5:”index”;i:0;}}
    • _av_alb_posts_elements_state : a:1:{s:16:”av_custom_layout”;b:1;}

      Do you know if there is any Enfold documentation about the way their values are generated ?

      Best regards,

    • This reply was modified 5 months, 1 week ago by agencelarsen.
    #1472715
    SHR Design
    Participant

    Hi

    I have received feedback that updating the backend is for whatever reason not updating the frontend when the others are working on the site. One person will see one thing another person something else. So this is very strange. It seems caching might impact this. The site is running WP Rocket.

    Right now I am seeing when not logged inn:
    https://ktaksering.no/
    Left side: a black box with text.
    Right side: blue architect image with the words TAKSERING.

    When I am logged inn
    Left side: a black box with text is not seen.
    Right side: Blue architect image is seen.

    Hmm I updated the site to WP 6.7.1 and also here I get a translation error seen when logged into the site. As I also mentioned in another thread. I am emailing the other plugin creators directly.

    As I updated I now see the left black image has also disappeared when not logged in…..
    I also went ahead and updated to Enfold version 6.0.7….

    • This topic was modified 5 months, 1 week ago by SHR Design.
    #1472708

    Hi Guenni,

    Thank you for the information. It is very strange that Enfold calculates the images so large. I had Photoshop calculate all the images in a reasonable web size in bulk. All images should be between 100kb-400kb. I will use ShorPixel for this later and hope that the images are calculated at a reasonable size.

    Once again on the subject of JavaScript. It now works perfectly everywhere. I just want the individual blocks on the privacy policy page to remain visible when scrolling and not disappear again and again. I can’t manage that. What can I change in the JavaScript or in the CSS? I have already tried both.

    #1472682

    In reply to: Filled section bug

    Hey ibuzaev,

    Thank you for the inquiry.

    Looks like the post css file is missing. Please try to temporarily disable the Enfold > Performance > File Compression settings and purge the cache. Let us know of the result.

    Best regards,
    Ismael

    #1472676
    amyncuih
    Participant

    Can we add a Google tag code and a Google Analytics code under the enfold theme -> Google Analytics box?

    #1472666

    Hi,
    Glad to hear that you have this sorted out, and thanks for sharing your solution, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,

    Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.


    @Joajan
    Please open a new thread and include WordPress admin login details in private, so that we can have a closer look at your site.

    Best regards,
    Rikard

    Same here! Looking for an older version of enfold to downgrade with.

    Hi Mike,
    I appreciate the effort in trying to get this resolved and understand the issues with integration into Enfold and WordPress.
    I will continue along the path of using both WordPress and specific Html pages to achieve the desired need for this app.
    I will contact PWA developers and see how it could be integrated.
    All the best.
    Marc

    #1472651

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Morning Mike,

    Thank you for your response.

    I have created a test page in WordPress for the following 3 options which you can access here:
    https://mobi.henleyair.tv/hangarcam/ but you would need to do F11 to see it in mobile view.

    I have tried each of the 3 suggestions above and will respond to issues as such here below:

    Option 1:
    See link for emulated mobile device output https://mobi.henleyair.tv/html/Enfold_01Dec2024-01.png
    As you rightfully say, this option stretches the image to fit within the confines of the whole mobile screen. Obviously, it is distorted.

    Option 2:
    See link for emulated mobile device output https://mobi.henleyair.tv/html/Enfold_01Dec2024-02.png
    I get the same output as in Option 1 with a stretched image.

    Option 3:
    See link for emulated mobile device output https://mobi.henleyair.tv/html/Enfold_01Dec2024-03.png
    This output has the best result so far out of the 3 options.
    However, as you have said, the code for this option fixes the webcam image in the centre of the screen. Also, it fits the webcam image to a height larger than the screen size which means you have to scroll up and down to see it.

    In Option 3 the code needs to allow for the webcam image to scroll left and right so that the user can see the whole image. So to start with it should be fixed to align left on the screen.

    I would like to suggest that you open up the site mobi.henleyair.tv on your mobile device and use “Add to Home Screen” (iOS) or “Save App” (Android) on your mobile device. This will then let the site operate as a Progressive Web App on your device. Then select any of the webcam images and click on that. You will then see that the webcam image displays at the full height of the mobile device screen, but you can then swipe right and left to see the rest of the webcam image.

    This is the exact same effect I am trying to achieve through Enfold and WordPress so that I can do away with the HTML pages that do this effect.

    Hope this feedback helps.

    Marc

    ttem
    Participant

    I’m getting this fatal error in logs…what would be causing this and how to fix?

    “error”: {
    “type”: 1,
    “file”: “/wp-content/plugins/woocommerce/includes/wc-notice-functions.php”,
    “line”: 240
    },
    “remote-logging”: true,
    “backtrace”: [
    “”,
    “#0 /wp-content/themes/enfold/config-woocommerce/config.php(3072): wc_get_notices(‘success’)”,
    “#1 /wp-includes/class-wp-hook.php(324): avia_woocommerce_cart_dropdown(”)”,
    “#2 /wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(”, Array)”,
    “#3 /wp-includes/plugin.php(517): WP_Hook->do_action(Array)”,
    “#4 /wp-content/themes/enfold/includes/helper-main-menu.php(153): do_action(‘ava_main_header’)”,
    “#5 /wp-includes/template.php(812): require(‘/nas/content/li…’)”,
    “#6 /wp-includes/template.php(745): load_template(‘/nas/content/li…’, false, Array)”,
    “#7 /wp-includes/general-template.php(206): locate_template(Array, true, false, Array)”,
    “#8 /wp-content/themes/enfold/header.php(275): get_template_part(‘includes/helper’, ‘main-menu’)”,
    “#9 /wp-includes/template.php(810): require_once(‘/nas/content/li…’)”,
    “#10 /wp-includes/template.php(745): load_template(‘/nas/content/li…’, true, Array)”,
    “#11 /wp-includes/general-template.php(48): locate_template(Array, true, true, Array)”,
    “#12 /wp-content/themes/enfold/404.php(9): get_header()”,
    “#13 /wp-includes/template-loader.php(106): include(‘/nas/content/li…’)”,
    “#14 /wp-blog-header.php(19): require_once(‘/nas/content/li…’)”,
    “#15 /index.php(17): require(‘/nas/content/li…’)”,
    “#16 {main}”,
    “thrown”

    Hi,
    Thanks for your patience, the Rocket documentation explains more here.
    You could try this list in your Excluded JavaScript Files:

    \/jquery(-migrate)?-?([0-9.]+)?(.min|.slim|.slim.min)?.js(\?(.*))?( |'|"|>)
    js-(before|after)
    /dynamic_avia/avia-footer-scripts-(.*).js
    var avia_is_mobile
    const shopvote_ajaxurl
    shopvote_fetch_reviews
    (?:/wp-content/|/wp-includes/)(.*)
    var AviaPrivacyCookieConsent
    var AviaReCAPTCHA_front
    var cookie_check
    avia_cookie_check_sessionStorage
    var init_tawcvs_variation_swatches_form
    var wc_bundle_params
    var wc_pb_min_max_items_params
    var wc_gzd_unit_price_observer_params
    var wc_gzd_add_to_cart_variation_params
    layerslider
    /enfold/js/avia.js
    /enfold/js/shortcodes.js
    /enfold/config-templatebuilder/avia-shortcodes/
    /enfold/js/avia-compat.js
    /enfold/js/waypoints/waypoints.min.js
    /enfold/js/avia-snippet-(.*).js
    //widgets.shopvote.de/js/reputation-badge-v2.min.js
    //code.jivosite.com/widget/(.*)
    //www.googletagmanager.com/gtag/js
    //connect.facebook.net/en_US/fbevents.js
    /wp-content/themes/enfold/js/avia-snippet-megamenu.min.js
    /wp-content/themes/enfold/js/avia-snippet-hamburger-menu.min.js
    /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/menu/menu.min.js

    if these don’t help disable the “delay java script”

    Best regards,
    Mike

    #1472641

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1472640

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1472637

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1472636

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

    .responsive #top.home .container_wrap_first > .container {
        max-width: 100%;
    }
    .responsive #top.home section#texto {
        padding-left: 25%;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1472630

    Hi,
    Glad Rikard & Guenni007 could help, thank you Guenni007, It sounds like you have it sorted out now, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 30 results - 2,191 through 2,220 (of 241,840 total)