Viewing 30 results - 8,491 through 8,520 (of 244,458 total)
  • Author
    Search Results
  • #1440706

    We are experiencing exactly the same issues – two #JS_errors show up since #Enfold_v5.7. They stop a proper rendering of the pages and cause multiple issues.

    Rikard, Your advice does not fix it – so neither deactivation of compression nor deletion of old CSS/JS fixes the problem.


    @Kriesi
    Support People: Please provide a proper fix ASAP – PLEASE do not wait another 14 days – the errors broke our site and probably others, too.

    Thank you,
    Thomas

    glueckspilz-shop
    Participant

    Any fix availabe?

    We’re encountering two new JS errors after updating our WC-Shop to Enfold version 5.7.

    2 errors:

    (1) avia-js.js?ver=5.7:72 Uncaught TypeError: Cannot set properties of undefined (setting ‘applyFilters’)
    (2) avia-snippet-fold-unfold.js?ver=5.7:365 Uncaught TypeError: Cannot read properties of undefined (reading ‘register’)

    #1440700

    Hi,

    Thanks for that. It looks like your front page is full of Elementor classes, and that is what setting the styling/layout. I would suggest that you try to decide which builder you are going to use, then clear all caches after that. The styling in question is coming from sources like the one in private, it’s not coming from Enfold.

    Best regards,
    Rikard

    #1440699
    Jonathon
    Guest

    Hi,

    I’m using Enfold theme for my WP site. When I add a “code block” I get only an empty <p></p> tags in its place when I publish. Can I have some assistance?

    Hi,

    We’re going to fix this issue in the upcoming version of Enfold.

    For now, you can use the Loco Translate ( https://wordpress.org/plugins/loco-translate/ ) plugin to update this string in German language files included in Enfold.

    Best regards,
    Yigit

    S24-Marketing
    Participant

    Hey guys!

    We use the Enfold theme for our corporate website. As part of the approaching implementation of the European Accessibility Act (EAA), we tested our site for barriers. Some barriers were homemade, others were based on the semantics and role names used in the theme.

    For example, for tabs, a role “tablist” is correctly defined on the div construct. The tab has the role “tab”. Unfortunately, the child, i.e. the actual content, is missing the “tabpanel” role. This fact is criticized during exams. Furthermore, also correctly, the id of the child to be controlled (tabpanel) is defined in the tab with aria-controls=id-des-child. Unfortunately, the child (tabpanel) itself is missing that it is described by the tab. So, on the one hand, the tab is missing the corresponding id (id=id-of-the-tab) and, on the other hand, the child (tabpanel) is missing an aria-labelledby=id-of-the-tab.

    Another unpleasant barrier is the empty list

      above any form. Notes are added to this list in the event of an incorrect form being sent. Without error, an empty list without child elements is detected and this is non-compliant. In case the empty list must remain, you should assign the attribute <ul aria-hidden=true> to the element. Then it is hidden in the accessibility tree. As soon as the list has a child, the value true should be changed to false.

      In general, care should be taken in the theme to ensure that elements that are not used but are relevant to the structure of the page, such as headlines, lists, buttons, etc., are not kept as empty or placeholder elements for later dynamic processes. These elements can be accessed through assistive technologies (e.g. screen readers) and then cause confusion. If it cannot be implemented differently in the code, then the elements must be given the attribute aria-hidden=true and, depending on the element, also hidden in the tab navigation with tabindex=-1. For example, if you do not want to use the <h2> element (milestone date) in the theme content element “Timeline” for design reasons, the H2 is kept empty in the code as a placeholder <h2></h2>. A screen reader therefore reads an empty heading.

      Can these barriers be resolved in a next update to the Enfold theme? Or what tools do I have to exclude or resolve the barriers in a roundabout way without creating cumbersome Javascript workarounds?

      For your information, the test was carried out using the highly recommended plugin for checking accessibility (WCAG 2.2) from Eye-Able. The tool is called Audit.

      Note: The two plugins “One click Accessibility” or “WP Accessibility” suggested in the theme extensions do not help.

      Thank you for your feedback.

      Best regards, Marko

      #1440691

      Hey xfacta,

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

      .js_active .av-elegant-toggle .toggler {
        padding: 20px 0;
      }
      
      .av-elegant-toggle .toggle_icon {
        right: 0;
      }

      Best regards,
      Rikard

      Hey webmonnik,
      Thanks for the link to your page, I see that you are using columns for the images and text, for mobile you can set the position of the column in the column advanced tab under Responsive ▸ Mobile Breakpoint Position:
      Enfold_Support_5586.jpeg
      Please try this.

      Best regards,
      Mike

      #1440660

      Hey LoMoe,

      Thank you for the inquiry.

      The text is currently not translatable but we’ll add a fix in the next patch. For now, you can modify the enfold/config-templatebuilder/avia-shortcodes/contact/contact.js file, and edit this code around line 232:

      let msg = msgFieldsWithError ? msgFieldsWithError + ' ' : 'Found errors in the following field(s): ';
      

      Replace it with:

      let msg = msgFieldsWithError ? msgFieldsWithError + ' ' : form.data('fields-with-error');
      

      Best regards,
      Ismael

      Hey Chris_85,

      Thank you for the inquiry.

      You can disable the post navigation by adjusting the Single Post Navigation settings in the Enfold > Blog Layout > Single Post Options section. Let us know of the result.

      Best regards,
      Ismael

      Robert Sink
      Guest

      Hello,
      I am interested in purchasing the license for Enfold.
      Does this theme allow you to add product variations to your product?
      Also can you do custom fields at checkout?
      Do the custom fields allow for form validation?

      #1440631

      Hi,

      Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

      
      .home #av_section_4 .container {
        width: 100%;
        max-width: 100%;
        padding: 0;
      }

      Best regards,
      Rikard

      #1440625

      In reply to: SearchWP

      Hi Mike,

      I have change the parameter in enfold child function by FTP but nothing happen.
      I have clean the cache but not works.
      Thanks advance,

      BR,

      Antonio

      #1440624

      Hi,
      It looks like your plugin is not working correctly, I tried adding the shortcode to a code block element and a text block element on the page and it still gave the “Array” error:
      Enfold_Support_5584.jpeg
      so it seems the error is not related to the contact form, I have not used the plugin so perhaps there is a setting that you need to set, try checking with the plugin author.
      I also tried adding shortcode to the Custom HTML element in the contact form using the shortcode wand:
      Enfold_Support_5578.jpeg
      and it worked correctly:
      Enfold_Support_5580.jpeg
      so it doesn’t seem that the error is related to the contact form not allowing shortcodes:
      Enfold_Support_5582.jpeg
      If this used to work then perhaps there is another plugin causing a confict, try disabling your other plugins and checking.
      I notice in the plugin settings that there are many uses that require the Pro version, perhaps the error is related to that or that the API keys are not accepted? Try asking the plugin support if they have seen this before.

      Best regards,
      Mike

      #1440620

      Hi,
      Try this example CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field to make the background color red, font white, and remove the border radius:

      #top #wrap_all .slideshow_inner_caption .avia-slideshow-button.avia-button {
          background-color: red;
          color: white;
          border-radius: 0;
      }

      adjust to suit.
      To make the button background color blue on hover add this css:

      #top #wrap_all .slideshow_inner_caption .avia-slideshow-button.avia-button:hover {
          background-color: blue;
          color: white;
          border-radius: 0;
      }

      you can also change the font color and border radius on hover.

      Best regards,
      Mike

      #1440618

      Hi,
      let me please ask one more question.
      Because I can´t install Duplicator due to old php-version.

      Can I just download my entire files via ftp to my computer (to have a backup instead of using Duplicator), then update wordpress to the current version, then install enfold (current version) and then import my former content from my computer (how would I do that?)?

      Please let me know.
      Best regards
      Arne

      #1440610
      LoMoe
      Participant

      Beim Absenden des Kontaktformulars des Enfold-Themes erscheint eine Fehlermeldung, wenn ein Pflichtfeld nicht ausgefüllt wurde. Diese lautet: Found errors in the following field(s):
      Hierfür würde ich gern eine deutsche Übersetzung erstellen. Wie mache ich das? Ich habe ein Child-Theme generiert und möchte nicht in den Originalfiles des Themes ändern.
      Vielen Dank für die Antwort.

      #1440609

      Hey fkm,

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

      .tabcontainer .tab_icon {
        margin-right: 0;
      }

      Best regards,
      Rikard

      #1440607
      dmansouri1981
      Participant

      hi guys. i have a challenge and this is that when I use ALB for posts, images instead of feature image not located in rankmath sitemap. i asked this problem from rankmath team and they said it is related to theme compatibility.

      https://wordpress.org/support/topic/enfold-and-the-images-missing-problem-in-sitemap/

      #1440602
      mirr
      Participant

      Hi,

      The layerslider 7 tekst doesn’t respond to the settings for line-height. I asked the deveoper and they answered:

      Unfortunately, we cannot override the forced style settings used by the theme. Therefore, we would like to ask you to report this error to the developers of the Enfold theme. Specifically, the following CSS rule causes the problem:

      html * div .avia-layerslider .ls-wp-container .ls-layer > ,body div .avia-layerslider .ls-wp-container .ls-layer > ,#ls-global div .avia-layerslider .ls-wp -container .ls-layer > * {
      line-height: 1 em
      }

      What can I do to change the lineheight between rules? Thanks!

      #1440600
      fkm
      Participant

      Hey Enfold team,

      I´d like to move the symbol/icon beside the title at the tab elements I use for my portfolio pages.
      My goal is to move the icon up one pixel so that it is flush at the bottom with the title next to it.

      I tried to fix this by myself but unfortunately I didn´t succeed.
      So please help.

      Thanks a lot in advance.

      Best regards,
      fkm

      #1440595

      Hi,
      Glad Rikard 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

      #1440596

      Hi,
      Glad Rikard 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

      #1440594

      Hey Munford,

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

      @media only screen and (max-width: 767px) {
      .av-main-nav .social_bookmarks_facebook {
        display: none; 
      }
      }

      Best regards,
      Rikard

      #1440590

      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

      #1440588

      Hi,

      Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

      @media only screen and (max-width: 767px) {
      .caption_fullwidth {
        top: 25px;
      }
      }

      Best regards,
      Rikard

      #1440586
      peterolle
      Participant

      I have a client that needs to implement a products catalog, using WooCommerce and hiding the cart and prices may be a solution.

      X products
      Y products

      Then filters by type, color, size and so on.

      Can you recommend a better alternative for this with Enfold?

      Thank you.

      Leider wird nun nicht mehr mein Logo, sondern das von ENFOLD angezeigt !?
      Caches wurden geleehrt.

      Ich habe das Snippet vorübergehend deaktiviert, bitte um Hilfe!

      • This reply was modified 1 year, 11 months ago by manfredergott.
      #1440577

      Hi Mike,

      But because it fails now and it didn’t fail before. Because a shortcode fails in an html field. It does not give errors like in other fields. We have all of our WPs set up this way and they all look bad now.
      We use this way of entering the captcha because Enfold’s captcha solution has never worked well for us.

      I’m sorry but the option of looking at the forum and having to change all the websites we have, which are quite a few, does not work.

      Greetings,

      Jordi

      Appreciated. But that does not change the errors in the actual enfold files even if we comment all this out. There is some bug right in the Enfold WooCommerce filters itself:

      2024-04-23 07:33:39 Warning AH01071: Got error ‘PHP message: PHP Warning: Undefined array key “rand” in /httpdocs/wp-content/themes/enfold/config-woocommerce/config.php on line 2061’ Apache-Fehler
      2024-04-23 07:36:36 Warning AH01071: Got error ‘PHP message: PHP Warning: Undefined array key “date” in /httpdocs/wp-content/themes/enfold/config-woocommerce/config.php on line 2061’ Apache-Fehler
      2024-04-23 07:39:34 Warning AH01071: Got error ‘PHP message: PHP Warning: Undefined array key “id” in /httpdocs/wp-content/themes/enfold/config-woocommerce/config.php on line 2061’ Apache-Fehler
      2024-04-23 07:45:17 Warning AH01071: Got error ‘PHP message: PHP Warning: Undefined array key “date” in /httpdocs/wp-content/themes/enfold/config-woocommerce/config.php on line 2061’ Apache-Fehler
      2024-04-23 07:46:30 Warning AH01071: Got error ‘PHP message: PHP Warning: Undefined array key “id” in /httpdocs/wp-content/themes/enfold/config-woocommerce/config.php on line 2061’ Apache-Fehler
      2024-04-23 07:54:38 Warning AH01071: Got error ‘PHP message: PHP Warning: Undefined array key “date” in /httpdocs/wp-content/themes/enfold/config-woocommerce/config.php on line 2061’ Apache-Fehler
      2024-04-23 07:57:18 Warning AH01071: Got error ‘PHP message: PHP Warning: Undefined array key “relevance” in /httpdocs/wp-content/themes/enfold/config-woocommerce/config.php on line 2061’ Apache-Fehler
      2024-04-23 08:03:49 Warning AH01071: Got error ‘PHP message: PHP Warning: Undefined array key “date” in /httpdocs/wp-content/themes/enfold/config-woocommerce/config.php on line 2061’ Apache-Fehler
      2024-04-23 08:13:30 Warning AH01071: Got error ‘PHP message: PHP Warning: Undefined array key “date” in /httpdocs/wp-content/themes/enfold/config-woocommerce/config.php on line 2061’ Apache-Fehler
      2024-04-23 08:16:28 Warning AH01071: Got error ‘PHP message: PHP Warning: Undefined array key “relevance” in /httpdocs/wp-content/themes/enfold/config-woocommerce/config.php on line 2061’

    Viewing 30 results - 8,491 through 8,520 (of 244,458 total)