-
AuthorSearch Results
-
April 12, 2024 at 1:19 am #1439786
Hey Chris_85,
Thank you for your patience, when the product filters are used the page is reloaded, this is why the page is then shows at the top, to work around this I would recommend adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function restore_the_scroll_position_after_reload() { ?> <script> window.addEventListener('beforeunload', function() { localStorage.setItem('scrollPosition', JSON.stringify({ path: window.location.pathname, position: window.scrollY })); }); window.addEventListener('load', function() { const saved = JSON.parse(localStorage.getItem('scrollPosition')); if (saved && saved.path === window.location.pathname) { window.scrollTo(0, saved.position); } }); </script> <?php } add_action( 'wp_footer', 'restore_the_scroll_position_after_reload', 99 );If you are not using a child theme you could use the WP Code plugin then add a new snippet, in the top right corner use the PHP snippet as the code type:

then add the code and save. Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
Below you can check my test page where I have a large space and then the product grid and when the filter is used and the page is reloaded the page shows at the same place.
But when I test this on your page by injecting it via the browser it seems to work by scrolling back to the correct location after the top of the page is seen. This doesn’t occur on my test page. On your page in the browser console I see the message: Scrolling to section was successful or max attempts reached., this seems to come from a custom javascript file in your child theme: /enfold-child/inc/js/jongo-js.js try disabling the custom this javascript, if you need the custom javascript then perhaps this behavior will be acceptable.Best regards,
MikeApril 12, 2024 at 1:16 am #1439785In reply to: Please contribute and translate Enfold
Hello everyone,
For those who are interested, you can download the latest version of the Italian languageDownload here
Translation: Italian language
Version: Enfold 5.7
Released on: 16th March 2024
Strings: 6352
All translations are synchronised with the source filesRegards
LuigiApril 11, 2024 at 11:59 pm #1439782In reply to: Turn off Cookie Bar
Hey ballindigital,
Please go to Enfold Theme Options ▸ Cookie Consent ▸ Cookie Handling ▸ Enable cookie consent messages and choose Disable cookie consent messagesBest regards,
MikeApril 11, 2024 at 11:55 pm #1439781In reply to: Sudden site-wide display problems
Hey BerntOlaf,
It looks like you are getting a “mixed content” error, this is where your site uses “https” but in your WordPress settings you have “http”, please look in tour WordPress setting:
WordPress ▸ Settings ▸ General ▸ Site Address and WordPress ▸ Settings ▸ General ▸ WordPress Address and ensure they both use “https” for your URL.
After correcting this you may need to disable Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files.
If this doesn’t help please include an admin login in the Private Content area so we can be of more assistance.Best regards,
MikeApril 11, 2024 at 11:55 pm #1439780In reply to: Sudden site-wide display problems
Hey BerntOlaf,
It looks like you are getting a “mixed content” error, this is where your site uses “https” but in your WordPress settings you have “http”, please look in tour WordPress setting:
WordPress ▸ Settings ▸ General ▸ Site Address and WordPress ▸ Settings ▸ General ▸ WordPress Address and ensure they both use “https” for your URL.
After correcting this you may need to disable Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files.
If this doesn’t help please include an admin login in the Private Content area so we can be of more assistance.Best regards,
MikeApril 11, 2024 at 7:59 pm #1439773In reply to: Easy Slider bug
Hey wordpress60,
Are you clearing the cache from your caching plugin after you have done changes? If not, then please try that out. Also please check your settings under Enfold->Performance and make adjustments so that they are not creating problems with your caching solution.
Best regards,
RikardApril 11, 2024 at 7:50 pm #1439770In reply to: Instalacion de tema
April 11, 2024 at 7:49 pm #1439769In reply to: Form checkbox in backend disappeared
Hi,
Did you check your settings for the Append a privacy policy message to template builder contact forms? option under Enfold->Privacy and Cookies->Privacy Policy?
Best regards,
RikardApril 11, 2024 at 7:43 pm #1439768In reply to: Display Problem on M.E. Events Calendar Event Page
Hi,
Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:
.single-mec-events #av-curtain-footer-placeholder { height: 0; } .single-mec-events .av-curtain-footer.av-curtain-activated .av-curtain-footer-container { position: inherit; }Best regards,
RikardApril 11, 2024 at 5:33 pm #1439763In reply to: Saving didnt work
April 11, 2024 at 5:01 pm #1439761In reply to: Since update 5.7 error JS
Hey,
The cache plugin is completely disabled.
I think the problem :
Enable – merge and compress all theme JS files.
To remove the display error in the mansory gallery:
Enfold > Performance > Javascript File Compression And Merging = Disable (which is not a desired option).
I still have the same JS error, the names of the JS files are no longer the same but the display works.
See video and link page.
Thanks youApril 11, 2024 at 4:40 pm #1439757Topic: Background Images Missing After Enfold Update?
in forum EnfoldMoondreamer21
ParticipantHello,
I updated Enfold about a month ago. I have a child theme.
I noticed that on a couple of my customized sales pages that the background image no longer shows up since the update.
There is code in the CSS (that I can edit in WordPress -> Enfold Child -> Theme Options -> General Styling that tells these two pages what background image to have.
Any ideas why these would stop working and what I can do about it?
Thanks.April 11, 2024 at 4:29 pm #1439756In reply to: Twitter X icon not showing on social header
Good day. Thank you for your reply. I looked at the Enfold > Performance > File Compression settings, but see a ton of settings. Which settings do you want me to disable to try this again?
April 11, 2024 at 2:22 pm #1439743In reply to: Enfold updates since 4.8.6.5 break site
Hi danielle143,
Please open a new thread and include WordPress admin login details in private, so that we can have a closer look at your site.
Best regards,
RikardApril 11, 2024 at 2:01 pm #1439741In reply to: Instalacion de tema
Good morning
What would Enfold be a plugin?
April 11, 2024 at 11:07 am #1439734In reply to: Ninjaforms datepicker
This is the answer from ninjaforms:
My name is Mia and I lead the Customer Success team here at Ninja Forms.
As Keith has previously informed you, this looks like a problem with how the Enfold theme works. Like you told us? When Enfold is turned off, the functionality works. When Enfold is enabled, it breaks. Ninja Form’s css is sometimes overwritten by the theme’s styles. That’s what appears to be happening in this case. From reading the exchanges in this ticket it sounds like that you have tracked down the particular css for the issue. What you might try is adding custom css in Enfold to change the css behavior for that particular element (see below) to make it do what you need it to.
.flatpickr-calendar.animate.arrowTop.arrowLeft.rightMost.open
That should overwrite Enfold’s css since you’d add it in Enfold’s settings. We wouldn’t be able to help with where it is added since we don’t support their theme but it’s likely in their theme editor. When you test your changes make sure and flush any cache so you get fresh results.
We certainly do appreciate your long standing relationship with us and your business but our policy has always been not to support other plugins or themes.
Thanks
Mia
Interesting game you guys on both sides are playing. I paid for both “plugins” and get no support.
-
This reply was modified 1 year, 11 months ago by
sj.
April 11, 2024 at 10:51 am #1439729In reply to: Featured image

I can’t find where put this picture (it’s a entry of news).
-
This reply was modified 1 year, 11 months ago by
digitalaepa.
April 11, 2024 at 10:43 am #1439726In reply to: Problem with Button
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-1266 .avia-fullscreen-slider .avia_loading_icon { display: none !important; }If you have further problems or questions, then please open a new thread for each of them.
Best regards,
RikardApril 11, 2024 at 10:24 am #1439721In reply to: Background gradient and progress bars – acting wonky
Hi,
Thank you for the info.
We just noticed that the site contains an older version (5.6.8) of the theme. Please upgrade to version 5.7 as soon as possible.
To fix the issue with the builder elements, we added this code in the functions.php file:
/** * Filter to skip css file generation. * You can add logic to skip for certain pages/posts only. * * @since 4.8.6.1 * @param boolean $create * @return boolean true | false or anything else to skip generation of css file */ function custom_avf_post_css_create_file( $create ) { return false; } add_filter( 'avf_post_css_create_file', 'custom_avf_post_css_create_file', 10, 1 );You might want to install a child theme in order to preserve these modifications.
// https://kriesi.at/documentation/enfold/child-theme/
Best regards,
IsmaelApril 11, 2024 at 10:13 am #1439719Hi,
You can use the following css code to adjust the style of the Special: Email Icon:
#top #wrap_all .av-social-link-mail:hover a { background-color: transparent !important; color: #a7a7a7 !important; }If you need more assistance, please feel free to open another thread.
// https://kriesi.at/support/forum/enfold/#new-post
Best regards,
IsmaelApril 11, 2024 at 9:46 am #1439714In reply to: personal token
Hi Hans,
The update to 5.7 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 new theme files via Appearance->Themes->Add New, and select to overwrite the old theme files after the upload has finished.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,
RikardApril 11, 2024 at 9:44 am #1439712In reply to: New tweeter ico
Hey jb84,
Could you try updating the theme to the latest version (5.7) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update. If not, then please try to remove the profile in question from Enfold->Social Profiles and save, then try to add it again.
Best regards,
RikardApril 11, 2024 at 9:41 am #1439711In reply to: Instalacion de tema
Hi,
Thanks for the update. I had a look at your site, but I see that you are not running Enfold at the moment. Could you activate it so that we can see the problem you are referring to please?
Best regards,
RikardApril 11, 2024 at 9:38 am #1439710In reply to: icon circle
Hi,
Thanks for that. I see the problem on your site, but I’m not able to reproduce the problem on a test site running the same version of the theme, please see private. Could you try to deactivate file compression and activate the option to delete the old CSS and JS files under Enfold->Performance to see if that helps please?
Best regards,
RikardApril 11, 2024 at 9:30 am #1439708In reply to: Twitter X icon not showing on social header
Hi,
Thank you for the update.
You may also have to toggle or temporarily disable the Enfold > Performance > File Compression settings in order to ensure that the changes take effect. Please provide the login details in the private field if the issue persists.
Best regards,
IsmaelApril 11, 2024 at 8:32 am #1439703In reply to: portfolio.php with filter by id’s
Hey Manel,
Thank you for the inquiry.
You have to register a new shortcode path to the child theme folder first. Please add the following code to the functions.php file:
add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths) { $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; }Create a new folder called “shortcodes”, then place the template files that you’d like to override in it. For more info, please refer to the documentation below:”
// // https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb
Best regards,
IsmaelApril 11, 2024 at 6:26 am #1439700Topic: Align Column Elements Right or Left
in forum EnfoldStrategyDriven
ParticipantHello,
I added a single flip box via short code to an Enfold 1/2 column and would like to have it aligned to the right side and bottom. The element naturally aligns to the bottom, however, the flip box element is horizontally aligned to the center. I found this to be the case when entering the short code into both a text box and code block elements.
Is there any way I can align the flip box element to the right? Note that the flip box itself does not have any margins or padding preventing it from being aligned to the right or the left.
Note that I have tried the following and they did not work:
<div align=”right”>
[shortcode]
</div>and
<div style=”float:right;”>
[shortcode]
</div>Thank you!
All the Best,
NathanApril 11, 2024 at 6:24 am #1439699I’m using rankmath, for the AI to work, you just use the default editor – the AI content goes in there and then I copy that and put it in the enfold editor.
Doesn’t bother me much to have to do that, but AI doesn’t have much to offer for my industry, so it’s not a big deal to me.
I will say, I don’t like the way rankmath handles their sitemaps – why do you have to create a page for house it??
And when I tried to go the child theme route, for some reason activating the child theme totally whacked my entire site design?
Never had that happen before. Ugh.
April 10, 2024 at 10:56 pm #1439693Topic: personal token
in forum Pre Sale QuestionsHans Löwer
Guesthallo,
ich habe das enfold theme nochmal gekauft, weil das update von 4.2 nicht funktioniert hat.
Unter Updates wurde ich aufgefordert, einen neuen Personal Token zu generieren. Das habe ich gemacht. Aber es gab eine Fehlermeldung.
Wie bekomme ich nun den Support? Im Enfold-Theme finde ich keinen Link.
Freundliche Grüße
Hans LöwerApril 10, 2024 at 7:39 pm #1439677In reply to: Demo Shop Import
The instructions are very confusing. I added the code to the Function.php. but I don’t understand the rest. I also downloaded the Shop.zip file.
Can you tell me how to do this besides these instructions below? I don’t get the “Extract” parts. Where do I upload the Shop.zip.How to manually import a theme demo
Please add following line to Functions.php file in Appearance > Editor
add_theme_support( ‘avia_demo_store_downloaded_files’ );Download the zip file of the demo you would like to import from https://github.com/KriesiMedia/enfold-library/tree/master/demos
Extract it in \uploads\avia_demo_files\ folder. If you are importing Enfold 2017 demo, files should be extracted inside \enfold-2017\ so it should look as \uploads\avia_demo_files\enfold-2017\
Go to Enfold theme options > Demo Import and import the demo-
This reply was modified 1 year, 11 months ago by
bemodesign.
-
This reply was modified 1 year, 11 months ago by
bemodesign.
-
This reply was modified 1 year, 11 months ago by
bemodesign.
-
This reply was modified 1 year, 11 months ago by
-
AuthorSearch Results
-
Search Results
-
Hello,
I updated Enfold about a month ago. I have a child theme.
I noticed that on a couple of my customized sales pages that the background image no longer shows up since the update.
There is code in the CSS (that I can edit in WordPress -> Enfold Child -> Theme Options -> General Styling that tells these two pages what background image to have.
Any ideas why these would stop working and what I can do about it?
Thanks.Hello,
I added a single flip box via short code to an Enfold 1/2 column and would like to have it aligned to the right side and bottom. The element naturally aligns to the bottom, however, the flip box element is horizontally aligned to the center. I found this to be the case when entering the short code into both a text box and code block elements.
Is there any way I can align the flip box element to the right? Note that the flip box itself does not have any margins or padding preventing it from being aligned to the right or the left.
Note that I have tried the following and they did not work:
<div align=”right”>
[shortcode]
</div>and
<div style=”float:right;”>
[shortcode]
</div>Thank you!
All the Best,
NathanTopic: personal token
hallo,
ich habe das enfold theme nochmal gekauft, weil das update von 4.2 nicht funktioniert hat.
Unter Updates wurde ich aufgefordert, einen neuen Personal Token zu generieren. Das habe ich gemacht. Aber es gab eine Fehlermeldung.
Wie bekomme ich nun den Support? Im Enfold-Theme finde ich keinen Link.
Freundliche Grüße
Hans Löwer

