Viewing 30 results - 2,881 through 2,910 (of 243,505 total)
  • Author
    Search Results
  • #1477150

    Hi,

    Thanks for the update. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1477143

    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

    I will re-enable my workaround to not hurt the client’s website…
    You can directly look into the file I mentioned since it it normal Enfold code. In my opinion some portfolio related code shouldn’t be in this file since the archive template is not portfolio specific.

    #1477140

    Hi,
    Maybe I found the cause of the problem that can be useful to find a solution.

    Check please link in Private Content, and please tell me if you think there could be a fix in a next Enfold update.

    Best regards,
    Oriano

    sh7850
    Participant

    I have a problem with Image Caption Overlay Opacity and Background Color.
    (is this an Enfold issue?)

    When creating new images, the Image Styling Image Caption Overlay Opacity and Background Color does not to work. The image is displayed with no overlay.
    When logged into WordPress and displaying the page, the overlay is shown.

    Previously created images, works fine.
    If I copy previously created image, the overlay is not shown in the copy.

    Versions:
    WordPress 6.7.2
    Theme Enfold 6.0.9

    #1477135
    jocelynwasham
    Participant

    We have a website that uses the Enfold them. We have tried to update several pages on the site. We make updates, hit publish, get NO error at all, it appears the page updates and then we view it live and no changes are shown on the page. Please advise on this.

    All the pages on the site are doing this. The site is margenspecklepark.com

    Thank you,
    Jocelyn

    #1477133
    Jed Zilberberg
    Participant

    Hi,
    I am moving my site to a new host. I transferred everything as usual and encountered these errors below when viewing the wp admin area. If you could please provide some assistance with why this is happening and how to resolve it. Using WP 6.7.1 and Enfold 6.0.6. Thanks!

    Notice: unserialize(): Error at offset 1716 of 10481 bytes in /home/customer/www/jedz3.sg-host.com/public_html/wp-content/themes/enfold/config-acf/class-avia-acf.php on line 171

    Warning: Trying to access array offset on value of type bool in /home/customer/www/jedz3.sg-host.com/public_html/wp-content/themes/enfold/config-acf/class-avia-acf.php on line 174

    Notice: unserialize(): Error at offset 3131 of 4163 bytes in /home/customer/www/jedz3.sg-host.com/public_html/wp-content/themes/enfold/config-acf/class-avia-acf.php on line 171

    Warning: Trying to access array offset on value of type bool in /home/customer/www/jedz3.sg-host.com/public_html/wp-content/themes/enfold/config-acf/class-avia-acf.php on line 174

    christophe rouchon
    Guest

    I bought the theme but do not have a subscription anymore and I am trying to reinstall enfold 2017 by importing it and I m getting the curl 28 error that many people seem to be getting. My hosting provider is saying that the problem is coming from your side. I don t want to buy a subscription just to be able to ask a question if I am going to be told its not on your end.
    Also I don t understand why the demo files are not in the whole download from envato.
    Let me know.
    Regards

    #1477128

    I’m concerned about all things but yes, I am currently primarily looking at speed. I use Google page speed insights, pingdom and gift of speed.
    I feel like I’m rooting around in the dark with my plugin selection. There are so many things that show up in a feature list that also are in other plugins or the theme itself. I hope to avoid duplication and by extension bloat and conflicts. I am imagining the user base of this forum specifically has insights into what works well with Enfold. Most of the other information I find is generalized and not necessarily applicable to a feature rich theme like Enfold.
    I am happy to say that I see no signs that Enfold has any barriers to entering the upper echelons of speed scores or core vitals. Aside from one glaring issue with a particular file type I’m getting high 90’s both on mobile and desktop with some relatively rich content. I’m going to start another thread as that specific issue is a bit of a gremlin I can’t offer an explanation for.
    This thread is a more general question of what’s worked well In the past?

    • This reply was modified 9 months ago by pdxammo.
    #1477126

    Hi,

    I did not specify it, but this footer display problem with Safari 18.3 on Mac M1 with Sonoma 14.7.3, I have it on all sites where I am using Enfold (I have several licences).

    Please can you at least help me with a temporary solution?

    Best regards,
    Oriano

    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

    epkdesign
    Participant

    Hi, I found some older posts dealing with this. But they seem to reference classes and files that I can’t find, so I feel like enfold might have updated to the point the fixes are no longer valid.

    I tried using the solution mentioned here https://kriesi.at/support/topic/html-for-turning-on-audio/#post-1477062, specifically the one that links to here https://webers-testseite.de/mute-unmute/, but I could not find the shortcode folder within enfold, or the sections.php to copy into my child theme. Have they moved somewhere else, or is there a different place I can find the code that is mentioned?

    The video I’m trying to use is currently hosted on youtube. I did see some mention of needing to be self-hosted, but it seemed confusing as to what situation that applied to.

    Also, I’d ideally like to use the fontello icons included with enfold to be the mute and unmute button. Can I just use the content/font css instead of a background image in the css?

    Hello Gunter,

    I hope you’re doing well.
    After updating the Enfold theme to versions 6.0.8 and 6.0.9, I encountered a fatal error when attempting to save a post type. The error message is as follows:

    Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-meta-box.php on line 311

    This issue seems to occur because $default_box[‘page’] is being treated as a string instead of an array. This results in in_array() failing, as it expects an array as its second argument.

    Suggested Fix
    To prevent this error and ensure compatibility, I recommend adding a safeguard to check whether $default_box[‘page’] is an array before using in_array().
    Here’s a suggested fix for the issue:

    if ( isset($default_box['page']) && is_array($default_box['page']) && in_array($data['post_type'], $default_box['page']) ) {

    Would it be possible to include this fix in the next theme update? Please let me know if you need any additional details to reproduce the issue.

    Thank you for your time and support!

    I’ve updated the functions.php file according to the referred documentation (https://codex.wordpress.org/Changing_The_Site_URL), but the WordPress Address URL remained unchanged, and the images on my website (marktamas.hu) are still broken.

    I noticed there are multiple functions.php files (one in the Enfold theme folder and another in the Enfold child folder). Could this be causing the issue?

    Do you have any idea what I should do to resolve this?

    Thank you in advance for your help!

    Ákos

    We have resolved the issue. It seems that Enfold does not display all categories available in WordPress when the pagination of the ‘masonry’ module is enabled. In other words, if we limit the pagination to 12 portfolio items, the category filter will only show the categories associated with those items.

    You can close this thread. Thanks! 😉

    #1477116

    i guess that this Carousel is not an Enfold created one. And your problem now is on opening one of those carousel image in lightbox – on navigating to the next inside lightbox – it shows other images from outside the carousel too?
    How did you place your carousel to the enfold layout – via shortcode … ?

    #1477112
    gnilebein
    Participant

    Hello everyone,
    is there a way to open only images of a gallery in the lightbox and not all images of the page when the Enfold Lightbox is activated?

    The native WordPress Gallery has a unique ID (wp-block-gallery-2) of the galleries in the class:
    <figure class="wp-block-gallery has-nested-images columns-3 is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex">

    However, I primarily use cadence blocks for galleries. Here the parent DIV has a suitable way of identifying this (id=‘splide02’)
    <div class="kt-blocks-carousel-init kb-blocks-fluid-carousel kt-carousel-arrowstyle-whiteondark kt-carousel-dotstyle-dark kb-splide splide splide-initialized splide-slider splide--loop splide--ltr splide--draggable is-active is-overflow is-initialized" data-slider-anim-speed="400" data-slider-scroll="1" data-slider-arrows="true" data-slider-dots="true" data-slider-hover-pause="false" data-slider-auto="" data-slider-speed="7000" data-slider-type="fluidcarousel" data-slider-center-mode="true" data-slider-gap="10px" data-slider-gap-tablet="10px" data-slider-gap-mobile="10px" id="splide02" role="region" aria-roledescription="carousel">

    Many thanks for your support and suggestions.

    Best regards

    #1477108

    Hi Ismael, thanks for your help.

    I entered your CSS in Quick CSS Theme Options, but this does not solve the problem.
    See the screenshot

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    • All Compressions are deactivated.
    • I have also deactivated the cache plugin.
    • I have also tried using Enfold parent. No luck.

    Could you find someone on your staff who can do a test with Safari 18.3 on Mac M1 with Sonoma 14.7.3?

    Best regards,
    Oriano

    #1477102

    Hi,

    Thank you for the update.

    We’re not seeing any issues with the site. Have you tried checking it in incognito mode? Please try to toggle or temporarily disable the Enfold > Performance > File Compression settings, then purge the cache. Let us know if the issue persists.

    Best regards,
    Ismael

    #1477097

    Hey Miguel,

    Thank you for the inquiry.

    The font color and the background color of the top header are the same. We adjusted the color values in the Enfold > General Styling > Logo Area panel.

    To display the logo again, we added this css code:

    .container.av-logo-container .inner-container {
        height: 50px;
    }

    Please make sure to purge the cache before checking the page.

    Best regards,
    Ismael

    #1477091

    Hi,

    Thank yo for the update.

    Is this the screenshot you’re asking for?

    Yes, that’s the one. As you may have noticed, the display property is set to “none”. Try adding this css code to override it.

    #socket .copyright {
       display: block !important;
    }

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Let us know the result.

    Best regards,
    Ismael

    #1477084
    itsjona
    Participant

    Hello Kriesi Team,
    I initially bought the Enfold theme in 2018, so my license has expired since then. Two weeks ago, I extended my support via themeforest because I have some problems with my website, I would like to resolve. Unfortunately, the download section in themeforest only contains my old purchase key from 2018, it hasn’t been updated. I immediately contacted the themeforest support, but they haven’t answered my message yet, which is really frustrating. Is there another way I can prove that I purchased the support license to use the forum and get help with my website?
    Any advice would be appreciated.
    Jona

    #1477078

    Hey edgar,
    To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg
    I recommend first creating a full update, but I don’t expect any issues,

    Best regards,
    Mike

    Hi,
    You had two issues, you didn’t and the magblog ID to the magazine element:
    Enfold Support 6583
    and you had Load jQuery In Your Footer enabled at Enfold Theme Options ▸ Performance ▸ Load jQuery in your footer
    I corrected and it now works, Please clear your browser cache and check.

    Best regards,
    Mike

    Hi,

    Thanks for the update. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1477067

    In reply to: Deactivate scroll to

    Hi,

    Thanks for the update. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1477063
    ulrikelauer
    Participant

    Hallo.
    Ich bin dabei, eine bestehende WP-Website auf das Enfold Theme umstellen. Nachdem ich ein paar Einstellungen ausprobiert habe, habe ich unter Enfold Theme Options > erweitertes Styling > alle Optionen zurückgesetzt. Hätte ich wohl besser nicht tun sollen :-) Seither werden Menü und Logo nicht mehr korrekt angezeigt. Unter Enfold Theme Options > Header > Menu und Logo lässt sich die Logo-Postion nicht mehr verändern, das Logo bleibt immer links. Wähle ich “Logo links und Menu rechts” wird das Logo korrekt, aber das Menu im darunter befindlichen Layer angezeigt. Lediglich die Position Logo links und Menue darunter wird korrekt angezeigt…. Ich benötige aber die Position Logo links und Menu rechts…
    Gibt es eine Lösung? Die Seite ist im Wartungsmodus, ich kann aber gerne Zugriff einrichten. Danke schon Mal, liebem Gruß Ulli

    #1477062

    Hi, I am trying to put in a button for audio on a background video in a color section. I looked in Guenni007’s example, but I can’t seem to find a shortcodes folder in my parent Enfold theme, with the sections.php file that is mentioned. Has this moved/updated since that fix was posted, or am I looking in the wrong place?

    I would also like to use the fontello icons for the mute buttons. Can I just use the css content/font family style for those, in lieu of a background image?

    The current video i’m trying to use is a YouTube video. Does the above post imply that the fix will not work with those, the video must be self hosted?

    Thank you for any help you can give.

    #1477056

    Hi SilviaS,

    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

    #1477052

    In reply to: Footer column

    Hey lara666,

    There’s not enough space to fit images that large in that column. You could make the container in the footer larger or fullwidth, or design your own footer as a page then set it under Enfold->Footer.

    Best regards,
    Rikard

Viewing 30 results - 2,881 through 2,910 (of 243,505 total)