Viewing 30 results - 4,831 through 4,860 (of 244,009 total)
  • Author
    Search Results
  • Hi,
    You have added this css to your child theme css:

    /* bullet points */
    .entry-content-wrapper li {
        margin-left: 2em !important;
    }

    that is the cause of the error, and that is why disabling the theme css compression (avia-style.min.css) will not help you, as I posted above.
    You can remove the css in your child theme css, or use the new css that I posted for your slider. Have you looked at your child theme css?
    This is a screenshot of your child theme css causing the error
    Enfold Support 6529

    Best regards,
    Mike

    #1470914
    Tom Gertsen
    Guest

    Hello.

    First of all, I apologize for contacting you through this channel. I didn’t have other options since I don’t have a login for your support.

    I have taken over a website; neuropsykologiskpraksis.dk, and in this context, I was reviewing future possibilities. Unfortunately, I have run into a challenge with your Theme Enfold and the AIOSEO plugin.

    AIOSEO is unable to read anything in the blocks created in the Advanced Builder, whereas there are no issues if it’s in the classic editor.

    Do you have any good advice?

    #1470910
    rvga
    Participant

    Hi guys,
    I’ve followed Josue’s replies and install his code in my function.php.
    Unfortunately I got 4 warnings in my page where i put the short code: [sc_post_meta]
    Warning: Undefined variable $the_id in /home/clients/ca7e2af87e8817d7beea16693c3493d9/sites/esprit_colo/wp-content/themes/enfold-child/functions.php on line 46
    Warning: Undefined variable $the_id in /home/clients/ca7e2af87e8817d7beea16693c3493d9/sites/esprit_colo/wp-content/themes/enfold-child/functions.php on line 48
    Warning: Undefined variable $the_id in /home/clients/ca7e2af87e8817d7beea16693c3493d9/sites/esprit_colo/wp-content/themes/enfold-child/functions.php on line 48
    Warning: Undefined variable $the_id in /home/clients/ca7e2af87e8817d7beea16693c3493d9/sites/esprit_colo/wp-content/themes/enfold-child/functions.php on line 56
    Where am I wrong?
    I don’t know how to fix that.
    Any help will be appreciated.
    Thx

    P.S I’m currently with an old version 4.8.8 (I will upgrade it later) maybe it is an explanation…

    • This topic was modified 1 year, 2 months ago by rvga.
    adowdalls
    Participant

    Can you help with this?

    We currently have a problem that we get SQL detection false positives when we enter text while editing a blog. This causes an error and while investigating that problem we observe this error being generated by the ENFOLD Child Theme. We updated to 6.0.6 and still get this error

    [Fri Nov 08 12:53:01.560984 2024] [error] [pid 1716378] mod_proxy_fcgi.c(911): [client 93.123.39.107:0] AH01071: Got error ‘PHP message: PHP Warning: Attempt to read property “post_content” on null in /data/sites/web/axvecocom/www/wp-content/themes/enfold/includes/helper-assets.php on line 374; PHP message: PHP Warning: Attempt to read property “ID” on null in /data/sites/web/axvecocom/www/wp-content/themes/enfold/includes/helper-assets.php on line 382’

    #1470904
    heiddie
    Participant

    Hi,
    I have a blog in my website and I use Enfold’s Blog Posts-section to show the list of all my blog posts. I have an issue with updating the list. When I publish a new post, the post doesn’t appear on that list automatically. I have to save my blog-page (which is the one where I’m showing a collection of blog posts.) and only then the newest blog post appears on that list.

    So the list is not automatically updating? Am I doing something wrong? Or do I have to go and save it again every time I post?

    #1470902
    LentzOtto
    Participant

    Hi Enfold-Support,

    how can I get the sticky Element on top of the page to cover all other page elements? Z-Index to 99999 did not work… It’s set to position: relative.

    Any help highly appreciated

    Thanks,
    Matthias

    #1470900

    In reply to: Update after purchase

    Hey Paweł,

    You will need access to the Themeforest account which was used to purchase your license, otherwise you will have to purchase another license. Once you have access to the theme files, then the update to 6.0.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 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/

    Best regards,
    Rikard

    #1470899

    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

    #1470893
    Paweł
    Guest

    Hi!
    We have website working on Enfold theme. We build this website in ~2018 and we have 4.5.2 version of Enfold theme there. Unfortunatelly we lost our themeforest access and we don’t know on which account we bought this theme. We want update our theme version. What we can do now? If we buy again theme on another account can we update this version to latest?
    Regards,
    Paweł.

    #1470888

    Hi,

    Thanks for the update, we’ll go ahead and close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1470883

    Hi,

    Sorry for the late response. Looks like the image with the size 495×279 is still being selected on smaller screens. Please try to add this code in the functions.php file to remove the size in the srcset attribute.

    function avf_remove_specific_image_size_from_srcset( $sources, $size_array, $image_src, $image_meta, $attachment_id ) {
        foreach ( $sources as $source => $source_data ) {
            if ( strpos( $source, '495x279' ) !== false ) {
                unset( $sources[$source] );
            }
        }
        return $sources;
    }
    add_filter( 'wp_calculate_image_srcset', 'avf_remove_specific_image_size_from_srcset', 10, 5 );
    

    You can also disable the srcset completely by toggling the Enfold > Performance > Responsive Images option or by adding this code in the functions.php file:

    add_filter( 'wp_calculate_image_srcset', '__return_false' );
    

    Best regards,
    Ismael

    #1470863
    Aurora
    Participant

    How can I change the color of this text? I can’t see it. I’m using the events plugin.

    I utilized the Enfold Classic demo but changed the color scheme to modern black.

    #1470860

    Hi Ismael,
    Thanks for the follow up – we ended up replacing the Enfold theme Mailchimp widget with a third-party Mailchimp plugin, which worked well to run the two forms on the page. So, at this point, we have found a workaround solution.

    Cheers!

    #1470854
    schwabino
    Participant

    Hello, my client’s video page on their website keeps crashing on mobile on all browsers. The page has multiple YouTube videos with sections, and for some reason, it keeps crashing after you start to scroll – running the latest version of Enfold. Can someone please help troubleshoot?

    Crashing on Chrome and Safari

    Thanks
    B

    Hey zimbo,
    The avia-style.min.css is created by the theme minification at Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression which combines the css from the other theme css files. In your case, disabling this will not solve for you, because it is added in your child theme css:

    /* bullet points */
    .entry-content-wrapper li {
        margin-left: 2em !important;
    }

    so you could remove this from your child theme css, or you could override it with this:

    #main .entry-content-wrapper .metaslider-flex li {
        margin-left: 0em !important;
    }

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

    Best regards,
    Mike

    #1470849

    In reply to: Changes to the header

    Hi,
    To move the menu to the right and the widget area to the left please try the css in our documentation for Widget Left, Logo center, Menu right

    Best regards,
    Mike

    zimbo
    Participant

    I use MetaSlider to create slideshows.

    For years MetaSlider offered several different libraries to create shows, including Flexslider, Nivo Slider, Coin Slider, and Responsive Slides. I have been using NivoSlider without problems for nearly a decade. A few months ago the plugin author decided to focus all development efforts on FlexSlider. Support for NivoSlider (and others) has been retained in the plugin but new features will be FlexSlider-only.

    Because of this I recently decided to look into switching to FlexSlider.

    See this post.

    The top slideshow is a NivoSlider and as you can see it displays perfectly. I duplicated the slideshow and then changed the type to FlexSlider with no other changes and added it as a second slider. You will see the formatting is messed up. The plugin author refuses to look into this, saying there is some custom CSS in Enfold that is causing this (I’m assuming because he believes FlexSlider works and has no bugs). I decided to take a look.

    In my child theme directory there is a file called avia-style.min.css. I do not recall adding this file to the directory and it is not part of the child theme ZIP download at kriesi.at/documentation/enfold/child-theme/

    In this CSS file is this declaration:

    .entry-content-wrapper li {
        margin-left: 2em !important;
    }

    If I disable this line in Dev Tools, the FlexSlider displays as it should. Try it.

    #1. What is this CSS file, what does it do and why is it in the child directory?

    #2. What is the purpose of that CSS declaration and why is it interfering with the FlexSlider?

    #3. Whilst I can turn off the margin-left instruction in Dev Tools, adding

    .entry-content-wrapper li {
        margin-left: 0em !important;
    }

    to my child theme CSS file does not work. My 0em declaration is loaded but the 2em declaration is still loaded the line above. I have left this in the code on the page so you can verify. How do I turn off, or override, the margin-left instruction on the live post to get FlexSlider to display properly?

    #1470816

    Hey finedesignlab,

    Thank you for the inquiry.

    You may need to import the demo manually using the available XML files. Please refer to the documentation below for more information:

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

    Best regards,
    Ismael

    #1470805

    In reply to: Support Qustion

    Hey Frank Scheuber,

    Thank you for the inquiry.

    The featured images seem to be displaying correctly on the category page (see private field). Did you manage to resolve this?

    To properly open a thread here in the forum, please register an account using your purchase code at the following link:

    // https://kriesi.at/support/register/

    Once registered, you can open a new thread or ticket using this form: https://kriesi.at/support/forum/enfold/#new-post

    Best regards,
    Ismael

    #1470804

    In reply to: ENFOLD DEFAULT DEMO

    Hi,

    Thank you for the update.

    There are many Enfold sites using the W3Total Cache plugin, so we don’t think this is the issue. Please keep the plugins disabled for now while working on the site, or as previously suggested, try cloning the site to a server with a standard WordPress setup without the redirects and additional configurations.

    Best regards,
    Ismael

    #1470797
    finedesignlab
    Participant

    I’m trying to download the Agency Enfold demo paralax and when I click the install button in the demo menu it attempts to import but then i get a popup saying “download of files for demo Creative Studio Demo did not work! You might want to try reloading the page”.

    I’ve reloaded the page……

    #1470796
    blinddrop
    Participant

    Hi, I am trying to add 2 mailchimp forms into the website, but the Enfold Mailchimp sign up form widget does not work. It just shows a blank space.
    The API key and the widget settings all look good, but it is not displaying the form.

    We need the form in the sidebar and in the footer.

    Thanks in advance!

    #1470785

    I’m not sure I could show you this problem. I’ve been using this theme for a very long time and am very comfortable with it, but I don’t know what’s causing this issue. The custom sidebar areas I created aren’t showing up after I’ve assigned them to the page. It’s showing a default widget area. I’ve refreshed every cache I could think of and even on my server at SiteGround. One of the sidebars is working correctly, but it doesn’t have any settings that are different. I’m very confused.

    In the enfold child theme settings this is what it says, but it’s not corresponding to this

    “Create New Sidebar Widget Areas
    The theme supports the creation of custom widget areas. Simply open your Widgets Page and add a new Sidebar Area. Afterwards you can choose to display this Widget Area in the Edit Page Screen.”

    I don’t check sidebars on this site all the time so I’m not sure when this started happening, but the theme is up to date and so is WordPress.

    Let me know what I can show you that might help me track down this issue.

    #1470771

    Topic: Posts on homepage

    in forum Enfold
    Schmidtgrafisk
    Participant

    Hey Enfold
    Im doing a site, where I need to show blog posts on the homepage, but I just want to show post image and the headline.
    How is that done?
    Thanks

    Alan )

    #1470767

    Hi,

    Thanks for the detailed description, it helps us understand the problem better. Please note that you do not need the debug function anymore, as debug mode can be set under Enfold->Layout Builder->Show Advanced Options.

    Best regards,
    Rikard

    #1470761

    Hello to all the team

    I’m coming back to you, as I think I’ve solved the problem thanks to some external help.
    Indeed, it’s possible to implement these pages with new content and without difficulty, however, after a while in a more or less random way, but after the page has been filled with several dozens of Enfold builder blocks, successive records refuse to update the content whenever anything is added, even something fairly standard like a 1/1 block.
    I really looked everywhere, and even cleaned up my database to optimize it, but nothing helped. It seems that the code generated by Enfold and Avia gets corrupted after a while.
    I don’t know if it’s related, but for the sake of faster modifications, I use the option of displaying the entire page content via the function

    add_action('avia_builder_mode', “builder_set_debug”);
    function builder_set_debug()
    {
    return “debug”;
    }

    To solve the problem, I came up with the following solution:
    Delete the huge block of code in the debug window, and let Avia generate new code… And miraculously, everything falls back into place and I’m back to being able to add blocks and see all the modifications.
    This has nothing to do with my plug-ins, hosting or child theme, but with the builder.
    I don’t know if you’ll be able to understand it better or test it locally.
    Thank you very much and once again for your help.

    Have a great day!

    #1470754

    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

    #1470753

    Hi,

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

    #top #header .av-main-nav li#menu-item-691:hover a {
      color: #fff !important;
    }

    Best regards,
    Rikard

    #1470748

    Hi!

    @guenn007i: I think he’s using the default editor.

    Enfold Child > Blog Layout > Blog Layout > Use Advanced Layout Editor to build your own (but I cannot use ALE once I’m in there because I use the ALE for my Pages, so I’m forced to use the Default Editor for each post . . . I still do not understand why I cannot use ALE on both, but I know that it breaks something)

    // https://kriesi.at/support/topic/append-all-blog-posts-with-updated-mm-dd-yyyy/#post-1470539

    Regards,
    Ismael

    #1470746
    schoenj
    Participant

    Hi I have a question about Enfold accordeon. On mobile, while clicking one of the lower buttons, the page jumps back up all the way to the top. What do I do?

    For clarification: this only happens when you get to the lower buttons of the accordeon.

Viewing 30 results - 4,831 through 4,860 (of 244,009 total)