Viewing 30 results - 2,251 through 2,280 (of 244,333 total)
  • Author
    Search Results
  • #1485124

    Hi,
    If you bought the theme in your Envato (Theme Forest) account, then you can download the updates. Support in the forum is different.
    If your developer bought the theme and you don’t have an Envato (Theme Forest) account, then you will need to purchase a new license.
    I do not expect any issues when updating from 4.2.1 to 7.1.1, but as good practice you should first make a full backup of your site, files and database.
    Please use your webhost backup tool and not a plugin, most plugins do not restore well.
    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

    Best regards,
    Mike

    #1485123

    Hi,
    Glad that this worked for you, I’m not sure why translateX(-${shift}px) was stripped from your test, but it’s in the code above. Nonetheless, glad that it is working for you now.
    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

    maybe a mod knows a better way to shift the quick css input field to top of the styling options section.
    (I was familiar with that filter because I had used it before to place a new input field for Apple Touch icons behind the favicon.)

    /**
     * Custom function to reorder Enfold theme options.
     * Moves the 'Quick CSS' input field above the 'Color Scheme' selector.
     * Assumes both 'quick_css' and 'color_scheme' elements are always present.
     */
    
    function custom_enfold_reorder_styling_options($avia_elements) {
        $quick_css_option = null;
        $color_scheme_option_index = -1;
        $quick_css_option_index = -1;
    
        // Find the 'quick_css' and 'color_scheme' options and their original indices.
        foreach ($avia_elements as $index => $element) {
            if (isset($element['id']) && $element['id'] === 'quick_css') {
                $quick_css_option = $element;
                $quick_css_option_index = $index;
            }
            if (isset($element['id']) && $element['id'] === 'color_scheme') {
                $color_scheme_option_index = $index;
            }
        }
    
        if ($quick_css_option_index > $color_scheme_option_index) {
            // Remove the 'quick_css' option from its original position.
            array_splice($avia_elements, $quick_css_option_index, 1);
            array_splice($avia_elements, $color_scheme_option_index, 0, [$quick_css_option]);
        }
    
        // Return the modified array of theme options.
        return $avia_elements;
    }
    
    // Hook into Enfold's option page data initialization filter.
    add_filter('avf_option_page_data_init', 'custom_enfold_reorder_styling_options', 10, 1);
    #1485115

    In reply to: Customize blog grid

    Thank you for your answer. Unfortunately, there is a new problem, I cannot save the changes after adding the css code, I always get the message “Saving didnt work! Please reload the page and try again”. I have the newest version of Enfold installed, and the error persisted when deactivating all plugins.
    It might be a problem that’s not connected to Enfold because I also cannot delete or update plugins. When I try, I get this error: Löschen fehlgeschlagen: <!DOCTYPE HTML PUBLIC “-//IETF//DTD HTML 2.0//EN”> 403 Forbidden Forbidden You don’t have permission to access this resource.

    kontaktatadaffairs
    Participant

    Hello,
    I am using Enfold with WPML to create a bilingual website and am wondering how I can translate the before-after button text. I would be very grateful for some quick feedback.

    Best
    Goetz

    #1485108

    Hi Rikard,

    In the Private Content area are the server error log messages my hosting provider supplied related to Enfold.

    Thank you for your continued support!

    All the Best,
    Nathan

    #1485091

    Hi Rikard!

    We finally moved our website to a new host, and now, while the websites are still hidden, I’m going to be brave enough to perform what you told me to do.

    Additionally, as you may be aware, we operate our websites within a multisite environment. So, do I need to import the fresh Enfold theme to each site or just the main one (Akhurst)?

    Thank you!

    #1485090
    Andreas Indicatii
    Guest

    Hello,
    I am having trouble with my website. Every time I try to change or add something to our page it does not change and most of the content disappears.
    Everything is updated and I already tried clearing the cache and uninstalling any cache plugins.

    I have tried contacting WordPress but they pointed me here to work out my enfold theme.

    #1485085

    In reply to: Token not working

    Hey Dijkhuis,

    They all look like purchase codes, did you follow this guide? https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    Hi,

    Thanks for the update. Please try the files in private. The theme settings can be imported under Enfold->Import/Export.

    Best regards,
    Rikard

    Hi,

    Great, I’m glad that we could help. 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

    #1485075

    In reply to: Responsive iFrame

    Es wird so nicht funktionieren. Man könnte sogar auf deiner Seite das in einer Lightbox aufrufen. Hier wäre dann ein Popup vom type:’ajax’ nützlich. – Leider hängt das Einbinden von externen Seite sehr davon ab, was die abgefragte Seite für Sicherheiten eingerichtet hat:

    Fehlermeldung ist dann z.B.:

    Quellübergreifende (Cross-Origin) Anfrage blockiert: Die Gleiche-Quelle-Regel verbietet das Lesen der externen Ressource auf https://www.kleinanzeigen.de/s-anzeige/moderne-doppelhaushaelfte-mit-keller-in-ruhiger-lage-kueche-geschenkt-/3077951470-208-6482/. (Grund: CORS-Kopfzeile ‘Access-Control-Allow-Origin’ fehlt). Statuscode: 403. 2

    Das kannst Du eben nicht beeinflussen. Auch ich richte meist auf meinen Seiten genau das ein, das niemand die Seite einbinden kann.
    via htaccess bei apache Servern.

    Die gegenseite müsste dann deiner Seite erlauben:
    Header set Access-Control-Allow-Origin "https://deine-domain.de"

    Wenn man via iframe eine Seite einbinden will muss die Gegenseite die X-Frame-Options für dich erlauben
    bzw. : moderner den CSP Header so einrichten, das die Seite als frame-ancestor gelistet ist.

    Also – wenn es denn Eure Bilder sind – lade die auf deiner Seite hoch und gestalte dann mit Enfold deine Galerie

    Hi,

    Are you sure that you are using the correct file? The package that you download from Themeforest might have to be unpacked on your local machine, then use enfold.zip located in the extracted file.

    Best regards,
    Rikard

    #1485068

    Topic: Customize blog grid

    in forum Enfold
    itsjona
    Participant

    Hi Enfold team,

    I am using the blog grid to display my blog posts, but I don’t like the big gap between each picture and post title. Is there a way to make it smaller? Also I would prefer it, if the columns were aligned, especially the titles and the “read more” button. Is that possible and if so, how do I do that?

    Thanks in advance!

    Hi Ismael, thanks for your help.
    I inserted your code in the function file, then I tried to load the same image and you see the result here.
    Definitely better.

    But now the question I ask you is: Why Enfold set the image quality to 100%?.

    Best regards,
    Oriano

    #1485066
    orianos
    Participant

    After update Enfold, the Search Icon To Main Menu does not appear in a site with “Stretched Or Boxed Layout: Boxed Layout; Logo And Main Menu: Top Header”.

    Please see Private Content

    Best regards,
    Oriano

    Hi Rikard,

    Thank you for importing the main pages of the “Enfold Construction” demo. However, to complete the manual setup properly, I would kindly ask if you could provide the full .xml file for this demo, including all pages, layouts, styles, and sample content.

    This would allow me to perform a manual import via the “Tools > Import” function in WordPress and finalize the setup on my own.

    I really appreciate your support and look forward to your response.

    Best regards,
    Tommaso (tomfon87)

    #1485063
    This reply has been marked as private.
    #1485057

    Hey Duncan P Mandel,

    Thank you for the inquiry.

    Unfortunately, don’t provide assistance with theme updates, especially when the site has been heavily modified. Also, the current version is quite outdated, which may lead to unexpected errors during the update process. We recommend creating a site backup before proceeding with the update.

    You can refer to this documentation for instructions on how to update the theme manually via FTP:

    https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp

    If you need further help with this, you may consider Codeable for more assistance:

    https://kriesi.at/contact/customization

    Best regards,
    Ismael

    #1485054
    This reply has been marked as private.

    Hey lucasgeuna,

    Thank you for the inquiry.

    In the Enfold > Privacy & Cookies > Cookie Handling panel, there’s a Display Modal Popup Actions setting where you can configure the modal to display only when triggered by a button click. Have you tried that selecting this option?

    View post on imgur.com

    Best regards,
    Ismael

    Hi,

    Please refer to the following documentation for more information on how to update the theme via FTP. Make sure to delete or rename the current theme folder before uploading the new package.

    https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp

    Before proceeding, make sure to create a site backup or restore point.

    Best regards,
    Ismael

    Hi Rikard,

    I tried increasing both with no avail unfortunately. I also tried deleting all but one of the layouts (from the original website) and that still had the same ‘illegal content’ error. So it must be something to do with the layouts in general. Lastly, I tried uploading a layout from a different website I created also using Enfold, and those layouts did successfully upload.

    So this tells me the issue is from the original site: https://evolveelc.com.au/

    Is there any light you can shed on why this site may be the issue? I’m stuck.

    Thanks

    #1485046
    Duncan P Mandel
    Guest

    I really need help updating Enfold Version: 4.1.2. Do you do that kind of work? Can I hire you for that? I’m not a php guy, and I’m pretty sure that trying to make this old version of Enfold with PHP 8.x is breaking the site. Can I please ask for a quote to get the theme updated and working on the current PHP? Thank you!

    Hey smithyoung,

    The update to 7.1.1 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/theme-registration/

    Best regards,
    Rikard

    #1485037

    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

    smithyoung
    Participant

    Hi there, please see title.

    Inherited an old site, bought a new instance of Enfold since old key was lost to time, theme updates page says the site is “up to date” at 4.5.7.

    I cannot get it to update there, or for WP to accept a freshly downloaded zip of the theme. Error shows.

    Halp!

    Thanks.

    #1485033
    alexanderh131
    Participant

    I created a slider with text animations in LayerSlider but the text does not show up when embedded into the Enfold theme. I contacted Kreatura support and they told me that it is a known issue with a conflicting style rule of Enfold:

    Hello Alex,

    Unfortunately, this issue is caused by a style rule applied by the Enfold theme, which affects the slider elements. We have contacted the Enfold theme developers on numerous occasions to ask them not to use custom CSS that interferes with LayerSlider’s functionality.

    We recommend updating to the latest version of Enfold if you are not already using it. Additionally, if you’re using any cache plugin or CDN service, please make sure to clear all cached files thoroughly.

    If updating Enfold and clearing the cache does not resolve the issue, we kindly suggest reaching out to the Enfold support team for assistance with removing or overriding the conflicting style rule.

    The custom style rule in question is shown in the attached screenshot. Specifically, the backface-visibility: hidden; property being applied to slider elements is known to cause this issue. It appears that the Enfold theme is applying this rule universally to everything inside the slider, which interferes with certain text transitions.

    Copy of error message (extracted of screenshot):

    .avia-layerslider ls-inner div, .avia-layerslider .ls-
    inner img {
    -webkit-backface-visibility: hidden;

    }

    Best Regards,
    George | Kreatura Dev Team

    I have the latest version of Enfold installed. What can I do to get the slider running?

    I uploaded the same file to a WordPress installation with default theme (TwentyTwentyTwo) and to a WordPress installation with Enfold theme.
    This is the disheartening result
    😳

    What do you advise us to do?

    Best regards,
    Oriano

    orianos
    Participant

    Enfold generates files twice or larger than the original file uploaded to WordPress.
    Example →

    I’ve seen other tickets with the same issue.
    I have reset the default image quality back to 80, but that doesn’t significantly fix the issue.

    Does this increase in file size generated by Enfold seem normal to you? :(

    Best regards,
    Oriano

Viewing 30 results - 2,251 through 2,280 (of 244,333 total)