Laurel PietyGuest
Hi,
I am trying to track down the my original purchase of the Enfold theme.
I keep getting this error:
Updating Theme Enfold (1/1)
An error occurred while updating Enfold: Update package not available.
I run Enfold on many websites and try to make sure I update WordPress, all plugins, and Enfold at least once a month. I have no problem updating Enfold on all but 1. That one hasn’t been updated in a while because of this error.
I’ve checked the Token, even tried a different one and I still get the error.
Help!
My try is:
Position relative -50vw (Ok it starts outside de viewport)
Parallax left_to_right 50% (It moves from left to right but it don’t stop at the right position, it continues to move to right)
I’m wrong?
A great improvement for ENFOLD will be a setting that can set the parallax movement from START VALUE to the END VALUE when the values are relative to the CSS X/Y translate. Value 0 is the position defined in the Avia Builder.
Example scrolling page down:
PARALLAX X
0 -> 100px move a div from its own position 100px to right, then stops (reverse when scroll up)
0 -> -100px move a div from its own position 100px to left, then stops (reverse when scroll up)
-100px -> 0 move a div from 100px on the left to right to its own position then stops (reverse when scroll up)
100px -> 0 move a div from 100px on the right to left to its own position then stops (reverse when scroll up)
Hi,
Great, I’m glad that you got things working. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Thats a good shout! I’ll investigate this further. At least we have identified that the video was the problem not enfold!
Cloud Convert seems to encode well with a good balance of compression. We will try tweaking the settings in VLC as the output file was about 50% smaller.
Hi Guenni007,
Thanks for this. I can see it seems to be working on your test server.
This is odd as our test was stock enfold without a child theme.
Im going to download your video from your test site and try looping that in our demo site and see if it works.
i tested it with a selfhosted video (mp4) : WP 6.6.2 and Enfold 6.0.4
looked at firefox (developer), Chrome and Safari
https://webers-testseite.de/selfhosted-video/
on top: fullwidth easy slider.
below – easy-slider
( did you check on styling tab of the slide popup the loop check-mark?)
what exactly does not work.
i tested it under Sequoia and Safari Version 18.0 (20619.1.26.31.6) – and on my Enfold everything seems to work!
btw: Have you installed on your browsers some extra password manager addons?
Edit: ok i now tested to make a new page – and thats what you mean. …
all admin boxes are present but safari does not float correctly:
you can put this as interims solution to your child-theme functions.php:
function admin_head_mod() {
echo '<style type="text/css">
#post-body-content { float: none; }
</style>';
}
add_action('admin_head', 'admin_head_mod');
that css entry does not work via quick css – it had to be inserted that way.
Enfold back end not working in safari on Sequoia, but fine in Firefox and Chrome. Is this a safari bug we need to wait for a fix for or an Enfold issue? Thanks.
Hello,
I contacted popup maker support and asked them the problem of rendering content made with AVIA editor. I provided them with the credentials and they did some further investigation. Their conclusions are as follows.
Hi Andrea,
We tried it out and we’re also unable to render the content built with Avia in our popups. When we searched for similar cases, it looks like it has been this way ever since.
Could you try reaching out to Avia if they have ideas as to why their content doesn’t show up in Popup Maker?
As an alternative, you can still use the standard Gutenberg Block Editor in our popups if you want to utilize columns.
You can enable the block editor by going to Popup Maker > Settings > Enable Block Editor Support.
Other page builders that still work with Popup Maker are Elementor (using template shortcodes), Divi, Beaver Builder, and WP Bakery Page Builder.
Let us know if you have other questions.
In conclusion they also verified the incompatibility of the AVIA editor with the rendering of their plugin … but from what you wrote above there was a time when rendering worked. If we can figure out which version of Enfold and Popup Maker were the ones that worked, we will have a key to understanding the origins of the problem.
If we are able to find a solution, it is OK if not I would say that I have to abandon this path and switch to use the standard Gutenberg Block Editor in my popups. I tried to use the Gutenberg editor … now I understand the reason for the negative comments I had seen about it … compared to AVIA editor it is really bad! I was hoping it was something similar to AVIA or Elementor, but we are light years away. Yes, it is better than the standard editor but unfortunately it is not a nice choice! Well, I really hope I will find a better solution in the future.
Thank you for your support
Andrea
-
This reply was modified 1 year, 5 months ago by
cuccarini.
-
This reply was modified 1 year, 5 months ago by
cuccarini.
-
This reply was modified 1 year, 5 months ago by
cuccarini.
-
This reply was modified 1 year, 5 months ago by
cuccarini.
Hi Ismael,
We are using self hosted videos, not youtube. I imagine that youtube will work correctly because of how the embed works.
Can you try uploading a video. See the link in private below;
You can see the video plays once and then when it repeats the video doesnt actually play it just lags and plays the last second of the video.
This applies to all enfold elements
Colour section background video
Easy Slider
Full width easy slider
full screen background slider
ALB video element itself.
The problem is with self hostred videos.For speed and latency reasons it would be better to host a small repeating background video locally vs on a public platform.
Hi,
Thanks for letting us know. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hi,
Thanks for that. Could you try updating the theme to the latest version (6.0.4) to see if that helps please? https://kriesi.at/documentation/enfold/theme-update/.
Best regards,
Rikard
Hi,
Please try clearing all caches and minified files from WP Rocket, you could also try to toggle the file compression options under Enfold->Performance.
Best regards,
Rikard
Hey bemodesign,
Thank you for the inquiry.
Did you add this css code?
#top #wrap_all .av-inherit-size .av-special-heading-tag {
font-size: 1em;
}
Please try to temporarily disable the Enfold > Performance > File Compression settings to make sure that the changes to the theme options take effect. Let us know the result.
Best regards,
Ismael
Hey halkmarine,
Thank you for the inquiry.
Please edit the product category, remove the thumbnail, then set the Enfold Category Styling to Default. Let us know of the result.
Best regards,
Ismael
Hi,
Glad to hear that you have this sorted out, 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
With the nickname, it’s not too hard to find your site. And when I see container that small (1010px), I know it’s not intentional. So there must be a rule in your ruleset that is not set correctly.
That css rule is not closed by a curly bracket.
Insert after the semicolon a curly bracket!
.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_orange {
background-color:var(--enfold-main-color-primary);
don’t know if an @import rule works well over quick css – but is unusual.
if your question does not concern your own website – then I am sorry, but it should be changed anyway.
PS: csslint.net shows a parsing error at the pseudo-class: is
but from my point of view that is correct.
Hey RaymondWillemse,
Please try to change one of the theme options and save, or toggle the file compression options under Enfold->Performance.
Best regards,
Rikard
Hey Antonio,
The update to 6.0.4 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
Hey ashleyknow,
Please try installing it via FTP instead: https://kriesi.at/documentation/enfold/install-enfold-theme/#ftp-install
Best regards,
Rikard
Hi,
Thanks for the update. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
AntonioGuest
Dear staff
on my site https://www.paolodaries.com/ there is a version 4.4 of Enfold.
If you see in the html code, you can see in the header
Debugging Info for Theme support:
Theme: Enfold
Version: 4.4
Installed: enfold
AviaFramework Version: 4.7
AviaBuilder Version: 0.9.5
aviaElementManager Version: 1.0
ML:1024-PU:64-PLA:5
WP:6.6.2
Compress: CSS:all theme files – JS:all theme files
Updates: disabled
PLAu:4
–>
now the question: our ex developer never updated the site and now he is disappeared.
How to fix the css that does not load well?
How to update the theme?
Hi –
I have four Enfold licences. I’m currently using two of them and want to install a third instance on a new website. I’ve downloaded the .zip files for all my licences, but when I go to upload any of them by following the Upload Theme link on the Add Themes page, selecting the .zip file and clicking on Install Now I get the message “The link you followed has expired. Please try again”. What am I missing?
Many thanks – Ashley
-
This topic was modified 1 year, 5 months ago by
ashleyknow.
Hi,
Thanks for the clarification. I’m sure that it would be possible to integrate that, but customisations like that is out of scope of theme support unfortunately. You could submit a feature request here if you like though: https://github.com/KriesiMedia/Enfold-Feature-Requests/issues
Best regards,
Rikard
Hi
This requires investigation none of the video options are looping in the current version of enfold (6.04)
Please can you take a look at this in a clean version of enfold
Thank you
-
This reply was modified 1 year, 5 months ago by
thinkjarvis.
Hey whdsolutions,
Please try the following in Quick CSS under Enfold->General Styling:
.html_header_top.html_main_nav_header #top .av_menu_left .main_menu, .html_header_top.html_main_nav_header #top .av_menu_left .main_menu .av-main-nav-wrap {
width: 100%;
}
#top #header .av-main-nav > li {
width: 25%;
}
Best regards,
Rikard
Ups¡¡ Wait a minute ;)
I copy template-builder.php as template-builder-single.php and in the new file I write the name:
<?php
/*
Template Name: Single ABL
*/
In which folder will I save the new file, for this will appear in the Template List Selector on the Post Page?
I copied in my enfold-child (root) and not appear, neither in enfold-child/includes ;(
Thanks.
Hey Flipper5183,
Thank you for the inquiry.
How did you translate the page? Please note that when translating pages built using the Advanced Layout Builder (ALB), you should avoid duplicating the pages and instead use the WPML Translation Editor. Please check the links below for more info.
// https://wpml.org/tutorials/2016/02/enfold-theme-and-wpml/
// https://kriesi.at/documentation/enfold/translation/
Best regards,
Ismael