Viewing 30 results - 5,191 through 5,220 (of 244,355 total)
  • Author
    Search Results
  • 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.

    #1470743

    Hi,

    If you are looking to add additional content to the header, then it would be better if you add it to a widget: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area.

    Best regards,
    Rikard

    #1470742

    Hi,

    Thanks for the update. Did you check your settings under Enfold->Performance->Disable Template Builder Elements?

    Best regards,
    Rikard

    #1470740

    Topic: Shop page

    in forum Enfold
    glodesign
    Participant

    Hi, I’m after some help please :)

    I’m trying to get a drop down on my shop that has the filter “default” and “by price” only. I also can’t figure out how to get this to show on my product grids? I have product grids on many pages but can’t get them to show them there. (I also don’t want the “display number of products per page” to show.)

    It would be good to have the sidebar with other clickable options like on the demo – https://kriesi.at/themes/enfold-shop/shop/ but I can’t figure that out either. I notice that the filters disappear on the mobile view, is there a way of keeping them?

    Thank you so much for your help on this,

    Sarah

    #1470739

    Hey koomo,

    Thank you for the inquiry.

    Have you tried adjusting the color values in the Enfold > Theme Options > Transparency Options? Look for the Transparency Menu Color and Transparency Menu Color On Hover settings.

    Best regards,
    Ismael

    #1470736

    In reply to: Menu is not visible

    Hey HelloWorld99,

    Thank you for the inquiry.

    Have you tried adjusting the colors of the menu items in the Enfold > General Styling > Logo Area tab? You can also change this in the Enfold > Advanced Styling panel. Another option is to disable the transparent header in the page’s Layout > Title Bar Settings.

    Best regards,
    Ismael

    #1470728

    In reply to: ENFOLD DEFAULT DEMO

    Hi Ismael

    I did all these protocols on my site and it then worked when all plugins were uninstalled. As I activated them one by one until all were activated it worked for about 5 minutes and then came with same error. Then when deactivating all plugins again it just wont work at all.

    as for the custom server setup, I don’t know as these are two different service providers. The last plugin I installed on my current problem site was W3Total
    Are you aware of problems with this plugin and enfold?

    Regards
    M

    #1470721

    Hey MysticMimi,

    Thank you for the inquiry.

    To activate the Advanced Layout Builder (ALB) for the blog page, go to Enfold > Blog Layout > Blog Layout and select the last option, ‘Use the Advanced Layout Builder…’. This will allow you to edit the blog page using the ALB.

    Best regards,
    Ismael

    #1470718
    Frank Scheuber
    Guest

    I bought a new Enfold license with a 1 year maintenance contract today. But I can’t find a way to write an amount in the support. That’s why I’m trying it this way:
    My question is:
    How can I display not only the text but also the post image in the categories of a blog? I use the Avia Layout Architect Editor for all my posts.

    #1470687

    I increases those 10 x and they did not fix anything unfortunately. I deactivated all plugins too an no help.

    I was able to get a work around to get all my columns and rows added. When I reverted back to an old version of the page, it was displaying all the page builder code so I copied and pasted it and saved it in that mode and that worked.

    The issue though moving forward is that the grids that we are creating will need to be updated several times. We cant save any new changes with this issue. It just breaks the page. We really need this saving issue fixed and unsure what to do at this point as we have tried seemingly everything.

    I have several sites that use Enfold and haven’t had this issue before with any of them.

    Thanks for the replies. The diagnostic part of the LCP is indeed the logo. The logo is only 8Kb in size. The slider is set to not loaded for small screens so it should not be affecting the LCP. I’ve tried preloading (using the WP setting) and that does not improve things significantly. LCP is still high. I’ve started from the beginning with WP rocket disabled – very large LCP for the logo. Then I enabled various optimizations one at a time while making sure my cache was clear. No matter what, LCP is very high for the logo. There’s nothing but a header, footer, and the logo, all part of the Enfold theme. It should pass all diagnostics.

    Thank you,
    John

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

    #top #main a:hover:where(:not(.wp-element-button,.avia-button)) {
        text-decoration: underline;
    }

    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

    #1470673

    In reply to: Changes to the header

    Hi,
    Thanks for your patience, the needed function code was not in your child theme functions.php, I added it for you:

    //--------------------------------
    
    // Header widget area
    
    //--------------------------------
    
    add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    dynamic_sidebar( 'header' );
    }

    this was in the documentation here. Now it looks like this:
    Enfold Support 6525
    Please check.

    Best regards,
    Mike

    #1470668
    MysticMimi
    Participant

    It seems that I can’t get to my Advanced Layout Builder, or some other reason, but I am trying to build a blog page, but have nowhere to choose which Blog style I want (Classic Grid). Also, how do I change my name to the authors name at end of the post.

    I recently updated my enfold to the latest, 6.0.6, PHP version: 8.2.25

    Thank you!

    #1470664

    In reply to: technical problem

    Hey IW,

    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

Viewing 30 results - 5,191 through 5,220 (of 244,355 total)