Viewing 30 results - 1,111 through 1,140 (of 243,981 total)
  • Author
    Search Results
  • #1488515

    Hey amollde,

    Thank you for the inquiry.

    Have you tried uploading the pub name or text as an image? You can create an image file using any image editor, such as Photoshop. Add the pub name as text, save the file as a PNG with a transparent or white background, then upload it as a logo in Enfold > Theme Options. Let us know the result.

    Best regards,
    Ismael

    #1488511

    Hi,

    Your blog page is designed using a shortcode that belongs to the Enfold theme ([av_blog]), and all parameters used in that shortcode are specific to Enfold — they are not related to Tutor LMS. This is why your custom blog layout is not reflected correctly when visiting a URL like:

    This statement is not accurate either. If the category pages were using the archive.php file, which contains the avia_post_slider or the av_blog shortcode, they would display correctly, just as they do when the plugin is inactive. However, since the category pages are instead displaying as course pages, it’s clear that the plugin is forcing its layout onto the taxonomy or archive pages.

    Once again, we recommend reaching out to the plugin developers to ask whether the plugin uses any filters or hooks to redirect to a different template.

    Best regards,
    Ismael

    #1488503
    Hugo
    Guest

    Hi,
    I purchased two Enfold licenses:
    b36f27c2-ca7b-477e-9943-38785daff191 – 21 Aug 2025
    17bdf7ef-b406-4996-9c3d-d9ed9a9dc9ab – 5 Feb 2015
    Since I started using the second license on the website https://talentin1woord.nl, the colors changed to match those of the other license (https://droomvanzwolle.nl).
    Please help me, as I am desperate for a solution.
    Thank you.

    #1488498
    lauragale2020
    Participant

    Hi, I noticed on the mobile version of my website the mobile. In my enfold settings no matter what menu i select it does not work. Please advise :)

    #1488496

    Hi,

    but think about something else, the Tutor LMS plugin works with all themes, and I tested with many, only with Enfold things get confused, please take a look at the rest of the check that the authors of the plugin did, which I presented to you earlier…
    Maybe there is a problem with the calling of the blog categories and the way the Enfold shortcode calls them:

    “Your blog page is designed using a shortcode that belongs to the Enfold theme ([av_blog]), and all parameters used in that shortcode are specific to Enfold — they are not related to Tutor LMS. This is why your custom blog layout is not reflected correctly when visiting a URL like:”

    BR
    VK

    #1488490

    In reply to: font is not showing

    This reply has been marked as private.
    #1488486

    In reply to: font is not showing

    Hey rixi,

    Thank you for the inquiry.

    How did you load the font? Did you select the font in Enfold > General Styling > Fonts? Please provide the login details in the private field so we can check the settings.

    Best regards,
    Ismael

    #1488480

    Hi,

    In Tutor LMS, courses are stored as WordPress posts in the wp_posts table. The Enfold theme seems to override the default display of these post types and treats posts in that category (e.g. news) as courses, resulting in this unintended course-style layout.

    If this statement is accurate, then the category pages shouldn’t display correctly when Tutor LMS is inactive. However, since the category pages display fine when the plugin is deactivated and only change when it’s active, it seems quite clear that the plugin is overriding something in the templates or redirecting the default templates to its own custom ones. We recommend reaching out to the plugin developers for clarification and to ask whether there are any functions in the plugin that enforce custom course styles or templates on the category pages.

    Best regards,
    Ismael

    Hey sky19er,
    The Contact Form element doesn’t support MailChimp, you can use the MailChimp Signup element, or the Enfold MailChimp Newsletter widget.
    Screen Shot 2025 08 24 at 5.54.51 AM

    Best regards,
    Mike

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

    #av-layout-grid-1 .avia-image-container .avia-image-container-inner img {
    	height: 100%;
    	width: 100% !important;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1488455

    In reply to: blog post image hover

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

    .slide-entry a.slide-image img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    }
    
    .slide-entry a.slide-image:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    }
    
    #top .slide-entry .slide-content h3 a {
    	color: #000;
    }
    #top .slide-entry .slide-content h3:hover a {
    	color: #fff !important;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1488454
    Chris mssn
    Participant

    Hello ,

    I am very happy with the concact form layout on Windows – Desktop – Mobile and tablet.
    But I have noticed that on my iphone the date field doesn’t have the same layout as Enfold.

    How can I change this?

    Thanks for any tips.

    #1488446
    JoStudioDeRijp
    Participant

    Hello support!

    I updated this website to 7.1.2 and now the portfolio on different pages doesn’t show the images anymore…:

    Do you know what happened? I hope you can help me :)

    Kind regards, Jolanda

    #1488445

    In reply to: installing adobe fonts

    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

    Rob Marlbrough
    Guest

    My client using Enfold is on PHP 8.3, after updating Enfold the site died with a fatal error:

    Got error ‘PHP message: PHP Fatal error: Uncaught ValueError: fread(): Argument #2 ($length) must be greater than 0 in /var/www/vhosts/domain.com/httpdocs/wp-content/themes/enfold/framework/php/function-set-avia-backend.php:1012

    That line is:
    $filecontent = fread( $handle, $fsize );

    The error happens because in PHP 8.3, fread() now throws a ValueError if you pass a length of 0 or negative. In PHP 8.2 it would just return an empty string silently.

    It should be changed to:
    $filecontent = $fsize > 0 ? fread($handle, $fsize) : ”;

    For now I just switched the client to PHP 8.2, and that was a quick fix. Please patch it so that others using PHP 8.3 don’t break their sites.

    sky19er
    Participant

    Hi, I’m working on a contact form in the footer of https://tccorgdev.wpenginepowered.com/ — I was able to connect to MailChimp with the API, I can see the many lists available in that same Enfold Options panel, and I see the lists available for selection in the Enfold MailChimp Newsletter widget, but I don’t see an option to select a list in the Contact Form element I’m using in the footer. I deleted the element, cleared the cache, and re-added the element, but still no luck — is list selection just not available in that element for some reason?

    #1488426
    dpcram
    Participant

    Hi. This seems to be the exact issue I am having. https://kriesi.at/support/topic/the-events-calendar-events-countdown-element-block-not-working/?utm_source=chatgpt.com

    Ismael told me to start a new thread. I have Isolated this issue to happening only when pro is activated, but it appears to only be with the Enfold Theme.

    The other thread on this was back in 2023, hoping that maybe you have figured out a fix or work around. I threw it into a test page. Details below. I am experiencing this issue on 3 different sites.

    Hey psyvaleriepiloti,

    Thanks for the login details. We activated debug mode under Enfold->Layout Builder->Show advanced options and copied the content shortcodes in for you. Please note that the demo settings and images are not included. Please review your site.

    Best regards,
    Rikard

    #1488423

    Hey H.O. GmbH,

    What you are looking to do will likely yield unexpected results, but you can copy the shortcodes of the layerslider by activating debug mode under Enfold->Layout Builder->Show advanced options.

    If your widgets don’t have any content, then they will be populated automatically by the theme.

    Best regards,
    Rikard

    #1488407

    In reply to: Fixed header

    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

    #1488406

    Hey Salt,

    If you have the code on a page, then you should be able to copy it to a widget as well? If you need to display the Layout Builder shortcodes, then you can activate debug mode under Enfold->Layout Builder->Show advanced options. The link you posted is not loading on my end.

    Best regards,
    Rikard

    #1488394

    In reply to: Fixed header

    if you have started by using a demo installation. F.e. https://kriesi.at/themes/enfold-one-page-portfolio/
    This homepage behaves as you described.

    This option of header you can choose to have on the page editor. Have a look to the layout and find: “Header visibility and transparency”
    That dropdown :

    Make your selection there.

    Hi,

    The cookie banner relies solely on the essential cookies set by the theme. The behavior and display of the cookie consent container change depending on whether these essential cookies (e.g aviaCookieConsent, aviaPrivacyMustOptInSetting) are set. However, in your installation, WP Rocket adds custom non-editable styles that permanently hide the privacy cookie. We recommend reaching out to the plugin developers for more info about this.

    You can find the functions that control the cookie behavior in the enfold/js/avia-snippet-cookieconsent.js file.

    Best regards,
    Ismael

    #1488391

    In reply to: Blog post entry design

    Hey fiorettipau,

    Thank you for the inquiry.

    Have you tried using the Masonry Gallery or the Portfolio Grid element? For the Portfolio Grid, you need to create a separate portfolio item for each entry. Please check the demos below.

    https://kriesi.at/themes/enfold-2017/elements/portfolio-grid/
    https://kriesi.at/themes/enfold-2017/elements/masonry-gallery/

    For more info, please check the following documentation:

    https://kriesi.at/documentation/enfold/portfolio-grid/
    https://kriesi.at/documentation/enfold/masonry-gallery/

    Best regards,
    Ismael

    #1488386

    Topic: /enfold-parallax/.

    in forum Enfold
    comptabilite46
    Participant

    I just bought Enfold. And I want to install your demo. https://kriesi.at/themes/enfold-parallax/. When I installed it, I didn’t get the home page that was downloaded like on https://kriesi.at/themes/enfold-parallax/. So how do I get it?

    #1488380

    Could this have anything to do with the change? I didn’t make any changes here but ???

    Enfold Theme Options>Layout Builder

    Custom Layout And Dynamic Content
    Select if you want to use dynamic content (e.g. post data, custom fields) and create modifiable custom layouts for post types.
    SELECTION: Custom Layout (admins only) and dynamic content

    After activating this feature you must reload the backend to load the necessary menus to work with the “Custom Layout Screens”.
    Attention when using caching plugins: Whenever you make changes to a “Custom Layout” please clear your server cache to show the changes.
    We recommend to use ACF (Advanced Custom Field) plugin for a user friendly way to manage content of custom fields and custom post types: Download plugin from WordPress

    #1488372

    In reply to: adding columns

    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

    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

    #1488368

    Hello Enfold team,

    french version updated via private link below

    Best regards

    #1488361

    That’s the problem. When I first access the site, I see the display as it’s supposed to be, for about a second. Then it ‘shrinks’ into the center, as noted on the document attached. It wasn’t doing that until I added custom CSS in Enfold>General Styling>Quick CSS; I figured if I deleted that code from that area, it would return to normal display, but it hasn’t. Something must be telling it to constrict this way but I can’t figure out what, or where, to look to resolve this. Please help.

Viewing 30 results - 1,111 through 1,140 (of 243,981 total)