Viewing 30 results - 421 through 450 (of 243,905 total)
  • Author
    Search Results
  • #1491489

    Hey kurson,

    Thank you for the inquiry.

    Which specific heading element are you trying to edit? You should be able to configure it in the Advanced Styling panel, but make sure to disable the Enfold > Performance > File Compression settings or toggle them again afterward. If you’re using the Special Heading element, the font and color options can also be configured in the Styling tab. Please check the screenshot below.

    Screenshot-2025-11-19-at-12-36-43-PM

    Let us know if you have more questions.

    Best regards,
    Ismael

    #1491488
    kurson
    Participant

    My Enfold post font size and position look terrible to the client. The H2 and H3 tags look the same size, everything is justified. They would like to know where to edit this to be font position left. Or at least have the controls. The GUI controls under Advanced Styling do not seem to work. Adding custom css does not override,’

    Please instruct me on how to edit each H tag from1 to 6 in font size and the option to change from justify to position left for each element including main text font.

    RobertWein
    Participant

    Rather than posting to another that I’d started, because it’s related, I’ll start a new one. I have a site that’s running on Enfold, but when I upgraded the PHP in it everything crahed. The solution that I was told was to update Enfold to the newest – but I’d lost the key to the old one, so had to rebuy it. How can I move what it’s running on to the newer version, without uninstalling, then installing the new one – because the potential for errors is HUGE.
    Thank you!

    AgenturLanzinger
    Participant

    Hi Enfold Team,

    soooo, I’m using three 1/2 Grid Rows on a page. I want two of them to have an image cover the whole background of the right 1/2 cell and one where an image covers the whole background of the left 1/2 cell.

    Well, this works fine for the two right 1/2 cells. But in the left 1/2 cell, for some reason on large screens (f.e. 1568 x 1117) the image does not cover the full background. I have replicated everything exactly as in the two right cells – but still: When I you scroll down, you can see the image being cut off at the bottom of the left 1/2 cell.

    Can you help me figure this out?

    Thx in advance

    #1491475

    Hi,

    Thanks for the update. Please follow this to register your theme license: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    #1491473

    Hi,

    Great, I’m glad to hear that you found the problem. 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

    #1491465
    Miltiadis Kalavrytinos
    Guest

    Dear all,
    I am the systems administrator for the British School at Athens. Some years ago, we had purchased the enfold theme for using it on our “pendlebury.bsa.ac.uk” blog site. The site unfortunatelly got hacked and we had to ask the hosting company to restore it. However, the theme is missing as it was a “premium” asset.
    Is there way for you to see that we have purchased this them in the past (it must have been 6 or 7 years ago) so we can download it again? This was done way before I worked here and there is no email or anything else that would show this purchase.
    Can you please check in your records if such purchase is shown for the British School at Athens?
    Thank you

    #1491455

    Hi again,

    I managed to fix it. For those with the same problem, here’s a code snippet to add to the functions.php file that will flush both WP Rocket’s cache and object cache automatically, right after pressing Enfold’s “Save all changes” button.

    // Clear WP Rocket cache and Object Cache when Enfold Theme Options are saved
    add_action( 'avia_ajax_after_save_options_page', function( $new_options ) {
    	
    	// Object Cache Pro: flush object cache
        if ( function_exists( 'wp_cache_flush' ) ) {
            wp_cache_flush();
        }
    	
    	// WP Rocket: full cache purge
        if ( function_exists( 'rocket_clean_domain' ) ) {
            rocket_clean_domain();
        }
    
    }, 20 );


    @Ismael
    , I suggest you forward this to your team, as there is clearly something wrong here:
    – The checkbox “Delete Old CSS And JS Files” is confusing. One expects to not have the CSS deleted if it’s unchecked.
    – If there’s object cache in place, even when all caches are flushed after saving Enfold’s settings, the new CSS is not generated. Object cache needs to be cleared too.

    By the way, the ver=ver-1763353330 parameter is not something of our website. Even Enfold’s demo has it: https://kriesi.at/themes/enfold-2017/

    Thank you.

    #1491451

    Hi Ismael,

    The fact that files are physically deleted is a problem. Honestly, it’s a bit frustrating, because if you guys don’t see any problem, we are stuck with a theme that will cause display issues when you least expect it.

    Since you’d like to see style issues, here’s the steps you need to follow. It can also be reproduce on the staging site:

    1) Activate WP Rocket (the cache plugin we use)

    2) Flush WP Rocket’s cache.

    3) Visit the homepage from an Incognito window. Everything looks good. Notice the backgrounds and the file: https://i.imgur.com/Za2PKtu.png

    4) Go to Theme Options > Performance and scroll down. You will see the option that says “Delete Old CSS And JS Files” is unchecked: https://i.imgur.com/saPibEH.png

    5) Toggle the option on and then off again so the button to save the changes becomes available: https://i.imgur.com/UKA29Ny.png

    6) Save the changes.

    7) At this point, the physical CSS files are deleted.

    8) Close the previous Incognito window and open a new one.

    9) Visit the homepage again. Styles are missing: https://i.imgur.com/oqqtgWN.png

    The reason is clear. Enfold is deleting the files the cached page still references to. I think you need to solve this in any way:
    – Either flush the cache of the most popular cache plugins automatically,
    – or make the checkbox “Delete Old CSS And JS Files” do what it’s supposed to do (if anyway they’re deleted, why does this checkbox exist?),
    – or provide a solution (a filter or something) so that we can flush the cache programmatically when the “Save the changes” button is pressed.

    Thank you,

    #1491444

    Hey jimmiemoreland,

    Thank you for the inquiry.

    If you have already enabled the compression options in the WP Rocket plugin or through your hosting provider, you need to disable the theme’s compression option found in Enfold > Performance panel. Enabling both options is redundant and could cause caching issues. We recommend disabling the caching and compression options while editing the site, and enable them again once the site is fully configured and ready to go live.

    Let us know if you need more info.

    Best regards,
    Ismael

    #1491437

    Hi,

    4) Save the changes. The CSS files should not be deleted, correct? Now check the folder again: https://i.imgur.com/NTTBKLb.png

    This is normal since the theme actually deletes all css files when the theme options are saved, regardless of whether they’re expired or not. This ensures that the custom styles or post css reflect any changes made in the theme options. When we mentioned the css files are actually “not deleted”, we meant that they still exist in the database and will be regenerated on the frontend once the site or page is revisited.

    5) The link now redirects to a 404: https://app.site.com/wp-content/uploads/dynamic_avia/avia_posts_css/post-25947.css

    This is true, but only because you haven’t visited the page or post yet or utilize the updated timestamp as mentioned above. Once the page or post is revisited, the theme automatically generates the post css files again with the updated changes before displaying the page.

    6) On a live site, the CSS does not get regenerated because caching systems serve a cached page and prevent the request from reaching Enfold so it can regenerate the CSS. This is problematic because the CSS should not have been deleted in the first place.

    When we tested this in the staging site, we didn’t see any styling issues, even when the cache plugin was activated. As long as the styles of the site are preserved, we don’t see any issues here. If you can provide access to the live site, we’ll check it further.

    Best regards,
    Ismael

    #1491435

    In reply to: Log in

    Hey Carla Garrett,

    Thank you for the inquiry.

    Are you trying to log in to your Themeforest account? Please check the documentation for more info on how to download your items.

    https://help.market.envato.com/hc/en-us/articles/202501014-How-to-download-your-items

    If you need to generate a private token for the theme, please check this documentation.

    https://kriesi.at/documentation/enfold/theme-registration/

    For any account-related inquiries, we recommend reaching out to the Themeforest or Envato team.

    https://www.envato.com/contact/

    Let us know if you more questions.

    Best regards,
    Ismael

    #1491433

    In reply to: Custom Forum Page

    Hi,

    You’re welcome! To help you get started with the theme, please check out the documentation.

    https://kriesi.at/documentation/enfold/

    Let us know if you any further questions.

    Have a nice day.

    Best regards,
    Ismael

    #1491431

    Hi,

    Thank you for the inquiry.

    You need to extract the enfold.zip file from the initial package and upload that file to your WordPress installation. Please check this documentation for more information.

    https://kriesi.at/documentation/enfold/install-enfold-theme/

    We also recommend activating a child theme.

    https://kriesi.at/documentation/enfold/child-theme/

    If you have any further questions, please let us know.

    Best regards,
    Ismael

    #1491428

    Topic: Log in

    Carla Garrett
    Guest

    I have two paid Enfold licenses. I need help, but when I try to log into my Enfold account it is not recognized.
    I know this is the pre-sales department, but I really need help and can’t figure out how to log into my Enfold account that I paid for.

    #1491424
    RobertWein
    Participant

    I just bought it, but somehow it won’t install? I got 2 files

    themeforest-5LLjEaDB-enfold-responsive-multipurpose-theme.zip
    themeforest-8193lXmk-enfold-responsive-multipurpose-theme.zip

    But both trigger the same error when I try to install (different filenames, but the same)

    Different filenames but same error

    I don’t know what to do – please help! Thank you

    #1491414

    In reply to: price span not showing

    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

    Hi,

    Great, I’m glad that you found a solution, and thanks for sharing. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1491411

    In reply to: Rank Math

    Hey tom,

    We haven’t heard of that problem before. Which version of Enfold and WordPress are you running? Did you try using a different browser or WordPress user?

    Best regards,
    Rikard

    #1491410
    jimmiemoreland
    Participant

    Good morning

    I am new to Enfold, but have my site up and steadily building. I am having some real issues with Cache issues and wanted to check here.

    Details:
    Hosting – SiteGround and their Speed Optimizer
    Enfold – their cache settings etc
    WP Rocket – went thru their setup etc
    Imagify – went thru their setup.

    Are all of these optimizers causing issues? My CSS is all over the place cause I cant get it to update to see what changes are made, often times even if I go into incognito. And then I can come back to the computer hours later and the site/css will look completely off.

    I’ll be happy to share my login info etc if someone can assist with this.

    #1491401
    mistermagoo8691
    Participant

    Hi folks!
    I was looking for a way to define a “reusable element” in Enfold, so that after adding it to several pages, if I decide to change any of its features (e.g. text, colour or size), the change is automatically propagated to all the other “reusable elements” I have added to the pages.

    I thought the “Custom Element” would achieve this, so I read the Custom Elements documentation.
    However, I discovered that if you change anything in a Custom Element that has already been used, the change is not propagated to the pages where the element has been used.

    So, what is the difference between a “Custom element” and a “Template”? Any component that I have just configured can be saved as a template very quickly. Why should I use a custom element instead? Just because I could lock some attributes?

    (last question: any way to achieve my original goal, e.g. create a “reusable component” that is automatically updated in all pages when I change its features in a second time, without using CSS tricks? I don’t think so, but you never know :-)

    THX in advance.
    Bye!
    A.-

    #1491395
    Fred1969
    Participant

    I’ve been a very happy user of Enfold for a very long time! Now I have a question: the widget menu on a page is below the gallary and not a the top of the page, see for example: https://temp.hotelonsepen.nl/appartementen/hotelappartement-bergkristal/. How can I get the menu at the top, abover the gallery?

    Grtz. Fred

    #1491392

    Hi Ismael,

    Again, it’s not about losing the styling or not. It’s about the theme’s functionality. Please follow these steps, and feel free to try them yourself. This time I am adding screenshots:

    1) Go to the custom CSS folder. You can see that the CSS file exists: https://i.imgur.com/YLUSIKJ.png

    2) Go to Theme Options > Performance and scroll down. You will see the option that says “Delete Old CSS And JS Files” is unchecked: https://i.imgur.com/saPibEH.png

    3) Toggle the option on and then off again so the button to save the changes becomes available: https://i.imgur.com/UKA29Ny.png

    4) Save the changes. The CSS files should not be deleted, correct? Now check the folder again: https://i.imgur.com/NTTBKLb.png

    5) The link now redirects to a 404: https://app.site.com/wp-content/uploads/dynamic_avia/avia_posts_css/post-25947.css

    6) On a live site, the CSS does not get regenerated because caching systems serve a cached page and prevent the request from reaching Enfold so it can regenerate the CSS. This is problematic because the CSS should not have been deleted in the first place.


    @earthchilde
    : Am I missing something here?

    #1491383

    Hi,

    Thank you for the update.

    You can add the code using plugins like Code Snippets so it will not get removed after a theme update, or activate a child theme.

    https://kriesi.at/documentation/enfold/child-theme/

    Best regards,
    Ismael

    #1491382

    Hi,

    Thank you for the inquiry.

    If you need the logo centered and the burger menu on the left, try setting the Enfold > Header > Header Layout > Menu and Logo Position to Logo right, Menu left. Then add the following css code to move the logo from the right to the center.

    .html_header_top #top .av_logo_right .logo {
      right: calc(50% + -35.5px);
    }
    
    @media only screen and (max-width:767px) {
      .responsive #top #wrap_all #header_main .main_menu {
        left: 0;
        right: auto;
      }
    
      .html_header_top #top .av_logo_right #header_main .logo {
        position: relative;
        left: 50%;
        right: auto;
        margin-left: -41.5px;
        margin-right: 0;
      }
    }

    Best regards,
    Ismael

    #1491381

    Hey Gianluca,

    Thank you for the inquiry.

    There’s no built-in option for this, but you can try editing the enfold/config-templatebuilder/avia-shortcodes/slideshow_feature_image/slideshow_feature_image.php file, and look for the slide_html function. Let us know if you need more info.

    Best regards,
    Ismael

    #1491378

    The only part I wanted to add is that I received an email notification for my customers theme on October 10th I downloaded the update and installed it for my customer and shortly thereafter the problem started. In my case I had done some customizations in Enfold Child but not only were the customizations removed all CSS was removed. I cannot use unfold child at all for my customer and they are complaining that their website looks different now. My observation is that you cannot use Enfold child with this newest updated version of Enfold.

    #1491371

    Hi Ismael,

    I think we are still not on the same page. Let me try to explain it again.

    The problem is that Enfold deletes the old CSS files when saving the theme options. That always happens. It doesn’t matter whether you have made changes to pages or not. It doesn’t matter whether the “Delete Old CSS And JS Files” option is disabled. It’s simple: you press the “Save all changes” button and the CSS files are deleted. Here’s a step by step to reproduce the problem:

    1. Open the homepage from an Incognito.
    2. See the /wp-content/uploads/dynamic_avia/avia_posts_css/post-1614.css file created.
    3. Open the theme options.
    4. Go to the Performance section.
    5. See that “Delete Old CSS And JS Files” is disabled.
    6. Press the “Save all changes” button.
    7. The /wp-content/uploads/dynamic_avia/avia_posts_css/post-1614.css file gets deleted. This should not happen. We explicitly chose these files not to be deleted.

    This is not a problem if there is no cache in place. But almost everyone has a cache plugin, a CDN, or server cache. This means that when the files get deleted, the pages in question still serve the deleted files, and the only solution is to clear the cache manually so that Enfold can regenerate the CSS.

    But the bottom line is that Enfold has a bug where it deletes the CSS files even when we choose not to.

    I hope that clarifies it.

    Thank you.

    #1491369

    to have the title you only have to make it visible by:

    #top .av-burger-menu-main .avia_hidden_link_text {
      display: inline;
      font-size: 20px;
      line-height: 0;
      color: var(--enfold-header-color-meta);
      margin-left: 5px !important;
      position: relative;
      top: 2px; /*=== just to center horizontally - adjust to your needs ===*/
    }

    but for your header layout “Hamburger menu icon left, logo centered, search icon right” i would start from a different header layout – not the header centered – menü below .

    btw. some topics under yours there is the same title of the topic “Hamburger menu icon left, logo centered, search icon right”

    #1491364

    Hi,
    We don’t have access to create or modify any theme files, including header.php, so we are using the Code Snippets plugin and Enfold hooks to implement the custom header. Since we can’t create files inside the theme, we are relying entirely on hooks for the header layout.

    Can you please confirm if this is the correct approach, or if there is any recommended alternative in this situation?

Viewing 30 results - 421 through 450 (of 243,905 total)