Viewing 30 results - 12,541 through 12,570 (of 244,545 total)
  • Author
    Search Results
  • #1423152

    Hi again
    So, for text blocks I can use the shortcode mentionned by @Guenni007
    For buttons I have to change the code in enfold/config-templatebuilder/avia-template-builder/php/class-generic-helper.php and I have to do it after every Enfold update again, correct?
    Or can you recommend a plugin that prevent all emails in text blocks, buttons and so on?
    Best regards
    Mike

    #1423149

    Hi Frederik,

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

    #top .header_color.av_header_transparency .avia-menu-fx, .av_header_transparency div .av-hamburger-inner, .av_header_transparency div .av-hamburger-inner::before, .av_header_transparency div .av-hamburger-inner::after {
        background: #232323 !important;
    }

    Best regards,
    Rikard

    Henningcircle
    Participant

    Hello, please help!
    I asked for a transfer from one hosting to another. The latter is where I have great experience with WordPress ENfold sites.
    Since the request the website has shown awkward and I can put it back (not always) to an October 10th backup and it will change again in 1-2 hours.

    bluerootstimber.com is the site.
    Login in the private.

    I am desperate now. Spent hours on the phone with two hosting parties and their specialists; they cannot find a thing.

    Hi,
    Thanks for the link to the report, I see the images that are Defer Off-screen Images are blank, so it would seem that the lazy loading is working, the space where the images will be need to have their height & width in the page and thus be blank otherwise you will get dinged on the Cumulative Layout Shift which you have a very good score on right now:
    Enfold_Support_3734.jpeg
    I’m not sure what other option there would be.

    Best regards,
    Mike

    #1423127

    Hi,

    The latest version of the theme is 5.6.6, you can download it from your Themeforest account. Also please make sure that you have registered your theme license: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    #1423121

    Hi Ismael,

    I disabled the Enfold > Performance > File Compression settings and purged the cache. But the buttons are always not centered and one reached into the text. I give you login details in the private content.

    Thank you and best regards, Sabine

    #1423117
    flipstar99
    Participant

    Hi,
    I have found a bug in chrome browser. This problem is not happening in other tested browsers:
    Please visit in with chrome browser: https://kriesi.at/themes/enfold-2017/elements/accordion/

    Please open and close the first Toggle several times (You can have open Toggles by default).
    There is a delay in opening and closing with chrome browser which causes a gap between the toggles …

    Can you please check and fix?
    We are using this function for our website see private content box.

    Thanks,
    Matthias

    #1423106

    Topic: Size of video slider

    in forum Enfold
    Loveronika
    Participant

    Hi,
    I’m using Enfold Band and also the video slider/banner on top. It doesn’t look good on mobile view – not large enough, can’t see the text on it. How can I change that?
    Kind regards,
    Veronika

    Hi,

    Performance from Enfold is not the issue. It is some kind of conflict with the optimization from Perfmatters or Litespeed cache.

    Have you tried disabling the Enfold > Performance > File Compression settings completely? You don’t need to enable this option if compression is already enabled in the cache plugin.

    Best regards,
    Ismael

    #1423089

    Hi,

    Thank you for the update.

    We added the code in the Quick CSS field and adjusted it a bit. We also disabled the Enfold > Performance > File Compression settings temporarily. To adjust the style of the button, you can edit this css rule.

    .osBox.osDetail * .osButton.osButton-inline {
      text-shadow: none;
      color: #ffffff !important;
    }

    You might want to increase the priority of the new styles by incorporating the !important rule.

    Best regards,
    Ismael

    #1423085

    Hi,

    Thanks for that. Could you try updating the theme to the latest version (5.6.6) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.

    Best regards,
    Rikard

    #1423078

    Hi madmanbean,

    I’m glad that Rikard could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    #1423077

    In reply to: Layout Blog Posts

    Hi Loveronika,

    I’m glad that Ismael could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    #1423074

    Hi integritive,

    You can use a child theme and make sure to add this code on it’s functions.php file (source: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb )

    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths)
    {
      $template_url = get_stylesheet_directory();
          array_unshift($paths, $template_url.'/shortcodes/');
    
      return $paths;
    }

    Then copy postslider folder from wp-content > themes > enfold > config-templatebuilder > avia-shortcodes folder to wp-content > themes > enfold-child > shortcodes and then do the changes on the code I mentioned.

    Best regards,
    Nikko

    Hi Rikard,

    Performance from Enfold is not the issue. It is some kind of conflict with the optimization from Perfmatters or Litespeed cache. I have tried excluding the avia-merged-styles file but did not work.

    So far the only solution I can find is to deactivate both plugins and not applying almost any optimization option, which can not be the solution I suppose. Could you help me a little further, please?

    Regards

    #1423043

    Hi,

    You can switch debug mode on and off under Enfold->Layout Builder->Show advanced options->Debug Mode (Backend Only)

    Best regards,
    Rikard

    #1423038

    Hi,

    Great, I’m glad that Ismael could help you out. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1423030

    In reply to: Enfold full page?

    This reply has been marked as private.
    #1423021
    Hakan Emretzon
    Guest

    Hello. Can I get content such as images etc. to go all the way to the edge as I show in the screenshots? Picture number 1 is how I want it to look like.

    The “Full screen slider” works perfect but I want all the other content to be full.
    Thanks :)

    #1423016

    Hey Ellen_1964,

    I see that you are running an old version of the theme, could you try to update to the latest version (5.6.6) to see if that helps please? The update to 5.6.6 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 new theme files via Appearance->Themes->Add New, and select to overwrite the old theme files after the upload has finished.

    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

    #1423013
    Highlander-2013
    Participant

    Hallo
    die Startseite eines Kunden funktioniert mobil nicht bei 768 px, da wird die Sektion mit 3 Container in einer Reihe dargestellt, ab 767 px, funktioniert es dann.
    Kann ich irgendwie was machen, dass der Breakpoint schon bei 768 px angewendet wird in enfold? Weil das ist ja die gängige Größe für Tablets Hochformat, wenn ja wo kann ich das einstellen.

    Danke für die schnelle Hilfe

    #1423009
    Ellen_1964
    Participant

    Please HELP!

    My site is down and I don’t know how to fix it. I can’t even enter my WP-admin.
    My site: https://eljacare.nl
    I have a paid version of the Enfold theme.

    I got an email with the following information:

    WordPress has a built-in feature that detects when a plugin or theme causes a fatal error on your site, and notifies you with this automated email.

    In this case, WordPress caught an error with your theme, Enfold.

    WordPress version 6.3.1
    Active theme: Enfold (version 4.1.2)
    Current plugin: (version )
    PHP version 8.1.23

    Error Details
    =============
    An error of type E_COMPILE_ERROR was caused in line 265 of the file /home/deb88944n3/domains/eljacare.nl/public_html/wp-content/themes/Enfold_2/functions-enfold.php. Error message: Unparenthesized a ? b : c ? d : e is not supported. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e)

    #1423003

    In reply to: enfold lost css file

    Inzwischen schon 4 Installationen mit demselben Problem gefunden.
    Was muß ich tun, damit enfold 5.6.6 sein CSS-file lädt?

    #1423002

    Topic: enfold lost css file

    in forum Enfold
    xxtita
    Participant

    Hi Team Kriesi,
    Homepage lost css-file from enfold.
    update to 5.6.6 doesnt help (which does in other installation).
    So how can i force enfold to use his css file?
    – i was looking after – avia-style-css – found it,
    but its empty.
    So, i switched to enfold (instead of enfold child) – looked good in customizer.
    back to enfold child – looked good in customizer – activated enfold-child
    css is gone.
    How can i achieve, that enfold loads his css?

    #1422996

    Hi,

    Thanks for the update. I cleared the cache and minified files from your caching/performance plugins, and that removed the borders from the sub menus. You might want to deactivate all types of cache and minification so that you know if your changes are applying or not.

    If you want to delete old theme files, then you can activate Delete Old CSS And JS Files? option under Enfold->Performance.

    I’m not sure which error you are getting when updating, so I can’t really give you any general instructions. We could help you out with updating, but it would be great if you could stick to one problem at a time.

    Best regards,
    Rikard

    #1422992

    Hi there Ismael, thanks for the reply, I have downloaded the ‘WordPress installable file only’ file.
    I just downloaded the package and extracted and tried with enfold.zip, same reaction.
    I don’t get it.

    I have a key ending with RcKa. This one I cannot seem to find in my keys in my Envato login somehow.
    Should it be changed into a token?
    I never had this, normally I can start a page with any of my zip files and then purchase the code later on.
    I need to rebuild the site in a ‘construction’ install and the move it over to the main URL.

    Hope to solve this asap.
    Kind regards,
    Henning

    • This reply was modified 2 years, 5 months ago by Henningcircle.
    #1422983
    Schmidtgrafisk
    Participant

    Hey Enfold
    I’v doing some design updates, and suddenly I can’t update the front page.
    I do as I’m use to, make the changes/updates click save and click update.
    When i click update I get this message
    “There has been a critical error on this website. Please check your site admin email inbox for instructions.
    Learn more about troubleshooting WordPress.”

    Please help me to find a way around this

    Tanks ;)

    #1422973

    Hey Tim,

    Sorry for the late reply.

    Thank you for suggesting this. Sounds good and makes sense.

    I added it to our Feature Request Github Repo:

    https://github.com/KriesiMedia/Enfold-Feature-Requests/issues/78

    In case you want to add more to this issue (or create new ones) feel free to do so please.

    Best regards,
    Günter

    #1422966

    Hi,

    Thank you for the inquiry.

    Did you extract the actual Enfold zip file from the package you downloaded from Themeforest? It’s possible that you’re trying to use the package file directly, which won’t work.

    Best regards,
    Ismael

    #1422965

    Hi,

    Thank you for the update.

    The suggested css code is not being applied to the page. Please try to toggle or temporarily disable the Enfold > Performance > File Compression settings and purge the cache in order to ensure that the changes take effect, or post the login details in the private field so that we can check the issue further.

    Best regards,
    Ismael

Viewing 30 results - 12,541 through 12,570 (of 244,545 total)