Forum Replies Created
-
AuthorPosts
-
Hi,
It’s not possible to update in stages, and I don’t really see the point in doing that to be honest. If you want to do so anyway, then you would have to update manually. If you are are worried about the update breaking your site, then try updating on a staging version of the site first instead.
Best regards,
RikardHi,
The backlink in the footer can be removed by adding this to the copyright field:
[nolink]
Best regards,
RikardHey rajprajapati,
You could try using the Page Content element, or create a custom layout: https://kriesi.at/documentation/enfold/custom-layout-and-dynamic-content/
Best regards,
RikardJuly 30, 2025 at 8:30 pm in reply to: Can i copy Full Come Code from another Enfold Site to a different Enflod Theme #1487396Hey rajprajapati,
You can do that by activating debug mode under Enfold->Layout Builder->Show advanced options. That will show you a new window under the Layout Builder which will contain all shortcodes, which can be copied between sites.
Best regards,
RikardHi,
Great, I’m glad to hear that you found a solution. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardHi,
We cannot copy all demo at once unfortunately, maybe it’s better if you pick a few pages? The demos are all made with the Layout Builder, so you can easily create the same content yourself.
Best regards,
RikardHi,
Did you register your license? https://kriesi.at/documentation/enfold/theme-registration/. If the updates still don’t appear after that, then try this plugin: https://envato.com/market-plugin/
Best regards,
RikardHi,
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,
RikardHi,
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,
RikardJuly 29, 2025 at 9:37 pm in reply to: An error occurred. It seems you are no longer logged in. #1487356Hi,
Thanks for the update. We can have a look at it, but fixing problems caused by third party plugins is unfortunately beyond the scope of our support.
Best regards,
RikardHi,
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,
RikardHey sybille gburek,
Try updating to the latest version of the theme (7.1.1): https://kriesi.at/documentation/enfold/theme-update/
Best regards,
RikardHey Gerry,
Getting a license is the first thing that you should do, it can be purchased at Themeforest. Once you have access to the theme files, then 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,
RikardHi,
Thanks for the update. If you don’t need the files in question, then they can be deleted. The notices in your last post don’t seem to be theme related, but might be due to something else in your child theme. You can activate the parent theme to check if everything goes away after that.
Best regards,
RikardHi,
Thanks for that. I see a 403 forbidden error on the WordPress file in private while editing pages. That is a server response which we cannot help you out with, please try reaching out to your hosting provider for further help with that.
Best regards,
RikardHey Ive133,
Thanks for the login details. It looks like you are using OVH hosting? If that is the case, then the demo import is not possible due to server restrictions from your hosting provider. We can import content manually for you though, which demo are you looking to import?
Best regards,
RikardHi,
Thanks for the update. You can hide the header for each page if you like, you can find the settings in the Layout menu while editing the page in question.
Best regards,
RikardJuly 28, 2025 at 10:03 pm in reply to: LayerSlider WP doesn’t work with the latest php-version #1487313Hey Kati17,
I see that you are running an old version of the theme, could you try to update to the latest version (7.1.1) to see if that helps please? 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,
RikardHi,
If this affects the functionality of the Layout Builder on the backend, then we would need access to the backend of your site.
Best regards,
RikardHey Leonie van der Velde,
Thanks for reaching out to us. We cannot help you with Envato accounts unfortunately, as we have no access to their system.
Best regards,
RikardHi,
Thanks for that. I see that you are overriding iconbox.php and iconlist.php in the shortcodes folder in your child. What happens if you temporarily remove those files?
Best regards,
RikardHi,
Thanks for that. The Appearance->Theme File editor is turned off on your installation, so we cannot check your child theme code. Please turn that on, or share FTP login details with us as well.
Best regards,
RikardHi,
Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardHey Oliver,
The latest version of Enfold is compatible with PHP 8.x.
Best regards,
RikardHi,
Thanks for that. The FTP account still lead no where, but I checked via the file editor instead. this is what’s on line 32 in your child theme:
avia_nav_menus(); function avia_nav_menus() { global $avia_config, $wp_customize; $avia_config['nav_menus'] = array( 'avia' => array('html' => __('Main Menu', 'avia_framework')), 'avia2' => array( 'html' => __('Secondary Menu <br/><small>(Will be displayed if you selected a header layout that supports a submenu <a target="_blank" href="'.admin_url('?page=avia#goto_header').'">here</a>)</small>', 'avia_framework'), 'plain'=> __('Secondary Menu - will be displayed if you selected a header layout that supports a submenu', 'avia_framework')), 'avia3' => array( 'html' => __('Footer Menu <br/><small>(no dropdowns)</small>', 'avia_framework'), 'plain'=> __('Footer Menu (no dropdowns)', 'avia_framework')), 'avia_responsive' => array( 'html' => __('Responsive Menu <br /><small>(If set will replace your main menu on mobiles)</small>')) ); add_theme_support('nav_menus'); foreach($avia_config['nav_menus'] as $key => $value) { $name = (!empty($value['plain']) && !empty($wp_customize)) ? $value['plain'] : $value['html']; register_nav_menu($key, THEMENAME.' '.$name); } } add_action( 'ava_after_main_menu', 'enfold_customization_add_responsive_menu' ); function enfold_customization_add_responsive_menu() { echo "<nav style = 'display:none;' class='main_menu_responsive' data-selectname='".__('Select a page','avia_framework')."' ".avia_markup_helper(array('context' => 'nav', 'echo' => false)).">"; $avia_theme_location = 'avia_responsive'; $avia_menu_class = $avia_theme_location . '-menu'; $args = array( 'theme_location' => $avia_theme_location, 'menu_id' => $avia_menu_class, 'menu_class' => 'menu av-main-nav', 'container_class' => $avia_menu_class.' av-main-nav-wrap'.$icon_beside, 'fallback_cb' => false, 'walker' => new avia_responsive_mega_menu() ); wp_nav_menu($args); echo '</nav>'; }
What exactly is the purpose of that?
Best regards,
RikardHi,
Thanks for the update. You could try to deregister the script in question, then use your own code instead: https://developer.wordpress.org/reference/functions/wp_deregister_script/
Best regards,
RikardHey Sebastian,
The only place to download the theme files is from a Themeforest account unfortunately.
Best regards,
RikardHi,
Thanks for that. Are you using something related to icons in a child theme?
Best regards,
RikardHi,
Thanks for that. I can’t see any obvious reason as to why the demo import is not working on your installation unfortunately. I’ve imported the content shortcode for the front page for you though, please let us know if you should need any further content. Note that the theme and page settings has to be set manually either in the theme options, or in the layout menu for each individual page.
Best regards,
Rikard -
AuthorPosts