Viewing 30 results - 8,191 through 8,220 (of 244,448 total)
  • Author
    Search Results
  • lzevon
    Participant

    Getting tons of these in the error logs:

    PHP Warning: Undefined array key "medium" in /chroot/home/USERNAME/DOMAIN/html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-popup-templates-responsive.php on line 168

    Saw a similar issue on https://kriesi.at/support/topic/php-warnings-after-update-to-php-8-1/ but there was no resolution. It looks like Enfold doesn’t handle it well if certain image sizes aren’t created that it’s expected and doesn’t fail gracefully.

    This is on:
    WordPress: 6.5.2
    PHP: 8.1.28
    Enfold: 5.6.9

    There is a child theme but i only adds two short-codes and doesn’t mess with any of the templates.

    annesite
    Participant

    Hi,

    I just updated Enfold 5.7.1 but now all the texts in my boutons changed of color.
    Normaly they are in white, now they disappear or are in blue.

    Can you help me ?

    Thanks in advance,

    boyan89
    Participant

    I updated to Enfold 5.7.1 this morning. After doing so, I can no longer edit elements on my pages. When I chick on the edit icon nothing happens.

    Going back to 5.7.0 should be a quick fix for the issue.

    #1442519
    mulder4301
    Participant

    Guten Morgen Enfold-Team,
    ich würde gerne bei mobile devices die Navigation zentriert unter dem Logo angezeigt haben. Quasi: Logo oben zentriert, drunter die Navigation in der zentriert. Weil so wie es jetzt ist, ist das Logo zu groß und schiebt sich über das Burgermenü, Suchfunktion und Profil-Icon.

    Vielen Dank für die Unterstützung!

    AS

    #1442505

    Hi,

    Thank you for the inquiry.

    Are you trying to import the demo? Please try manually importing the demo using the XML files. Refer to the link below for more info:

    // https://kriesi.at/documentation/enfold/import-demos/#how-to-manually-import-a-theme-demo

    Best regards,
    Ismael

    #1442502

    Hey peterolle,

    Thank you for the inquiry.

    Have you tried using the Custom Element Templates? They function similarly to builder elements but can be updated globally. Please refer to the documentation below for more info:

    // https://kriesi.at/documentation/enfold/custom-element-templates/

    Best regards,
    Ismael

    #1442490

    Hey jbcomcleaning23,

    Thank you for the inquiry.

    An error is being generated from the merged scripts. Please try to temporarily disable the Enfold > Performance > File Compression settings, then purge the cache. Let us know if this helps.

    avia-footer-scripts-…663947cab5080.js:26 Uncaught SyntaxError: Unexpected string

    Best regards,
    Ismael

    #1442485

    Hi,
    Thank you for sharing, perhaps this will help someone in the future.
    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

    #1442484

    Hey josefineeiby,
    Please look in the custom.css file in the theme: /wp-content/themes/enfold/css/custom.css
    and find this rule:

    
        #footer .container {
            background: url(/wp-content/uploads/2017/09/logo.png) top right 50px no-repeat;
            background-size: 20%;
        }
    

    It adds the logo in your footer.

    Best regards,
    Mike

    #1442483

    Hey Frank,
    If you are not using a child theme you could use the WP Code plugin then add a new snippet, in the top right corner use the PHP snippet as the code type:
    Enfold_Support_2680.jpeg
    then add the code that you found in the other threads and save.

    Best regards,
    Mike

    #1442482

    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

    #1442469

    Hey m1sturny,
    Please try disabling Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files and disable and caching plugins like JetPack and clear your browser cache and check again.

    Best regards,
    Mike

    #1442468

    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

    #1442466

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

    .main_color .avia-logo-element-container.avia-content-slider .slide-image {
    	background: transparent;
    }

    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

    #1442464

    Hi,
    Ok, thanks for the update, we will go ahead and close this thread and at a later date if you choose to look into this again please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1442462

    Another easy method to reduce spam is to rename the form action in the output (functions php) and add an onfocus() and onmouseover() to the enfold number-captcha field.

    ob_start();
    add_action(‘shutdown’, function () {
    $html = ob_get_clean();
    $html = str_replace(‘action=”/kontaktform/”‘,’action=”/formerror/”‘,$html);
    $html = str_replace(‘”text_input captcha”‘,'”text_input captcha” onfocus=”changeaction();” onmouseover=”changeaction();”‘,$html);
    echo $html;
    }, 0);

    And a little piece of Javascript – the id of my form is kontakt.
    function changeaction() {
    document.getElementById(“kontakt”).action=”kontaktform/”;
    }

    #1442456

    Hi,

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

    #footer-page a:hover .image-overlay {
      display: none !important;
    }

    Best regards,
    Rikard

    #1442449

    In reply to: Enfold 407

    Hey Aldar,

    No it’s not, that theme version is very old. The update to 5.7 has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
    You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or upload the theme as if it was new under Appearance->Themes->Add New Theme.
    If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
    Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    #1442448
    Max Coppeta
    Guest

    Hi, I’ve opened a ticket for this one
    license had expired

    e83f540c-f202-4e4b-ac89-b29f39cfd307

    can you check what’s happening?

    We need assistance on this page:

    Thanks for your assistance

    #1442440

    Topic: Enfold 407

    Aldar
    Guest

    Hi

    Is Enfold version 4.0.7 compatible with PHP 8?

    #1442439

    In reply to: Theme update

    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

    Martin
    Participant

    Hello,

    I have problems with the website https://www.seemann-henschel.de and the shipping costs in the Woocomerce shop. I know this isn’t about Woocomerce. But I think it might be Enfold’s fault as it shows an Outdated Copy message or something. The message is this:
    ” Your theme (Enfold Child) contains outdated copies of some WooCommerce template files. These files may need to be updated to ensure compatibility with the current version of WooCommerce. Troubleshooting suggestions:
    Update your theme to the latest version. If an update is not available, contact your theme author with any questions regarding compatibility with the current version of WooCommerce.
    If you copied a template file to change something, you must copy the new version of the template and apply your changes again.”

    Problem: from 40 euros it is set that no shipping costs should be charged. That works too. But if I get over 100 euros in my shopping cart, the shipping costs appear again. These then remain until 400 euros, then they disappear again. What a phenomenon.

    The costs are set very simply. There is a setting for Germany and one for Europe. So everything is very simple.

    Enfold Version: 5.6.11 is installed. Current WordPress and current Woocomerce are installed. All plugins (except Woocomerce) have been deactivated.

    Can someone help me?

    Best regards,
    Martin
    ———————————————–

    Hallo,

    ich habe Probleme mit der Seite https://www.seemann-henschel.de und den Versandkosten im Woocomerce-Shop. Ich weiß, hier geht es nicht um Woocomerce. Aber ich denke, es könnte an Enfold liegen, da hier eine Meldung einer Veralteteten Kopie oder so etwas angezeigt wird. Die Nachricht ist folgende:
    ” Ihr Theme (Enfold Child) enthält veraltete Kopien einiger WooCommerce-Vorlagendateien. Diese Dateien müssen ggf. aktualisiert werden, um ihre Kompatibilität mit der aktuellen Version von WooCommerce zu gewährleisten. Vorschläge zur Problembehebung:
    Aktualisieren Sie Ihr Theme auf die neueste Version. Wenn keine Aktualisierung verfügbar ist, wenden Sie sich mit Fragen bezüglich der Kompatibilität mit der aktuellen Version von WooCommerce an den Autor Ihres Themes.
    Wenn Sie eine Vorlagendatei kopiert haben, um etwas zu ändern, müssen Sie die neue Version der Vorlage kopieren und Ihre Änderungen erneut übernehmen.”

    Problem: ab 40 Euro ist eingestellt, das keine Versandkosten berechnet werden sollen. Das funktioniert auch. Aber wenn ich über 100 Euro im Warenkorb komme, erscheinen die Versandkosten wieder. Diese bleiben dann bis 400 Euro, dann verschwinden sie wieder. Was für ein Phänomen.

    Die Verwandkosten sind sehr simpel eingestellt. Es gibt eine Einstellung für Deutschland und eine für Europa. Also alles sehr einfach.

    Enfold Version: 5.6.11 ist installiert. Aktuelles WordPress und aktuelles Woocomerce ist installiert. Alle PlugIns (ausser Woocomerce) wurden deaktiviert.

    Kann mir jemand helfen?

    viele Grüße,
    Martin

    Hi,
    Glad Guenni007 could help, thank you Guenni007, 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,
    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

    #1442413

    Hi Franz,

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

    @media only screen and (max-width: 989px) {
      .responsive #top .av-switch-990 .av-menu-mobile-active .av-subnav-menu > li > a {
        padding: 5px 15%;
      }
      .sticky_placeholder {
        height: 0;
      }
      .responsive #top .av-switch-990 .av-menu-mobile-active .av-subnav-menu > li a::before {
        top: 5px;
      }
    }

    Best regards,
    Rikard

    Hi,

    Glad to know that the issue has been resolved. To optimize page loading by only including elements that are actually used, you can adjust the Enfold > Performance > Disable Template Builder Elements > Disabling Of Template Builder Elements settings. If you have more questions, please don’t hesitate to open a new thread.

    Have a nice day.

    Best regards,
    Ismael

    #1442390

    Hi,
    Thank you for your patience, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .avia-slider-testimonials.av-slideshow-ui .avia-slideshow-arrows a {
        color: #000;
        opacity: 1 !important;
    }

    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

    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

    #1442372

    Hi,
    Are we talking about this setting?
    Enfold Support 5702
    Enfold Support 5700
    because it shows & works for me in Chrome and Firefox, perhaps you have adblock enabled in your browsers or some other extension.

    Best regards,
    Mike

    Hi,
    To fix the menu in landscape mode try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 989px) and (orientation: landscape)  {
    	#av-burger-menu-ul {
    		padding: 0 !important;
    	}
    }

    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.
    Please see the screenshot in the Private Content area of the expected results.

    Best regards,
    Mike

Viewing 30 results - 8,191 through 8,220 (of 244,448 total)