I have a custom widget in the header and for some reson the sticky functionality gets broken, Is there a way to fix that AND/OR is there a way to get the widget above the top menu,
bear in mind that the content is flexible in height
I am using this function
add_action( ‘ava_main_header’, ‘enfold_customization_header_widget_area’ );
function enfold_customization_header_widget_area() {
dynamic_sidebar( ‘header’ );
}
Best regards!
Dear Rikard,
thanks for checking.
As described in my initial question, the set up works fine, and the site works perfectly for a while but then after a certain time, not sure when, the google fonts start loading from the google server again. Also as described before, we haven’t figured out yet what causes the problem? we don’t have automatic updates enabled for enfold, no one changes the setup of the page, it just happenes out of nowhere. Within a few months. And not only on this particular website, as said before, we have enfold installed in a few websites, it seems to happen in all of them on a regular basis.
So no, we can’t tell you how to reproduce the problem.
Thanks for your help.
Best regards
Axel
Hey CustomXM,
Thank you for the link to your site, there seemed to be an error in the Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression I cleared and it seems to be working now. Please clear your browser cache and check.
Best regards,
Mike
Please try again.
This page doesn’t work – https://truthbook.com/home-copy/
This page does – https://truthbook.com/home-copy/
I’ve updated Enfold and php is over 7.4
Have not tried disabling plugins yet.
Good evening!
I just did a fresh WP and Enfold install, and wanted to start working from the Construction demo. WP, Enfold, and Construction demo installs all completed fine, but for some reason the site is showing up all blank and weird? The mouse will still change when hovering over something, but nothing is showing up right. I even tried adding a fresh Easy Slider to the home page and using new photos to see if it was just the demo content, but even that wasn’t showing up. Any ideas what’s up with that?
Hey TippingPointSolutions,
Please link to your example page so we can examine. If you want the video to be 100% height and width try using the Fullscreen Slider you can add videos to it.
Best regards,
Mike
Hey hostworks,
Thank you for the link to your site but the login is not working please check.
I see that you are using Enfold v4.9.2.1, please try updating to v5.0.1 and ensure your PHP is at least v7.4
Have you tried disabling all of your plugins? Can we disable them in our tests?
Best regards,
Mike
Hey mpwdesign,
Thank for the link to your site but Enfold is not blocking the display of the shipping info, as pointed out in your original thread about this, you have some custom css that is hiding it:

as suggested in the other thread, removing your customization will allow it to show.
Best regards,
Mike
Hey rixi,
Please check Enfold Theme Options ▸ Sidebar Settings ▸ Sidebar Separator Styling

Best regards,
Mike
I have gone through the Enfold masonry documentation page and still have some qiuestions for code I can’t get to work:
– How do I change the color and opacity of the default overlay of the masonry element? (The dark gray you see on hiover?)
– Also, is it possible to style the text for the title and caption?
– I’m running Enfold 5.x and in the masonry advanced the “Reveal top to bottom” is not working. I’ve had some of the other elements work with the new 5 features, but this does not. Is there an issue with this effect? Is there a way I can get iot to work?
– The sort by date does not seem to work entirely. It gets some right, but others are our of sequence. Is there a workaround?
Hello!
We’ve only been using the theme for a short time, but we are loving the features that it has. One of the things that we are currently struggling with, however, is creating a fullwidth video. We tried using the example here but found that when we added our video to the video element via our media library it would just be a black screen. Using a color section with the video as a background video also caused the same result (although, I’m not sure we’d want to go that route as there would be video control functionality).
We finally coded our video into the site and added some CSS, but now the video has a white border around it. How do we go about removing that border so that it looks seamless with our other content?
Thank you very much!
`<video poster=”image.jpg” controls preload=”none”>
<source src=”video.m4v” type=”video/mp4″>
Your browser does not support the video tag.
</video>
/* Fullwidth Video */
#fullVideo {
width: 100%;
height: 100%;
object-fit: cover;
margin-left: 0;
margin-right: 0;
}
Hi Tom,
Please try the following in Quick CSS under Enfold->General Styling:
.pricing-table li {
font-size: 14px;
}
.pricing-table li.avia-heading-row {
font-size: 24px;
}
Best regards,
Rikard
Hi,
Thanks for that. It might be better if you set the Menu And Logo Position to logo center, menu below under Enfold->Header to begin with. Then we can give you some other CSS to use. You can remove the CSS I posted earlier for now.
Best regards,
Rikard
try:
.category-podcasts .av-masonry-entry-title.entry-title,
.category-podcasts .post-title.entry-title,
.sort_by_cat a.podcasts_sort_button {
color: red;
}
.category-newsletters .av-masonry-entry-title.entry-title,
.category-newsletters .post-title.entry-title,
.sort_by_cat a.newsletters_sort_button {
color: green;
}
.category-publications .av-masonry-entry-title.entry-title,
.category-publications .post-title.entry-title,
.sort_by_cat a.publications_sort_button {
color: blue;
}
.category-vie-du-cabinet .av-masonry-entry-title.entry-title,
.category-vie-du-cabinet .post-title.entry-title ,
.sort_by_cat a.vie-du-cabinet_sort_button {
color: orange;
}
etc.
each 3rd line is if you got a sort on categories aktivated
PS: if you like to have an indicator for activated sort cat:
f.e.:
.sort_by_cat a.active_sort {
text-transform: uppercase;
font-weight: bold;
}
IMPORTANT : sometimes it is not sort_by_cat but : av-sort-by-term ( if portfolio masonry …)
like here on that masonry: https://kriesi.at/themes/enfold-2017/elements/masonry/
And you see – we could have the problem that a post has two or more cats or portfolio “cats” ( terms )
like in the example page : portfolio_entries-photography and portfolio_entries-illustration
on that portfolio case you got some ID’s to differ what is active sort: ( for that demo page of enfold above )
#masonry_id_photography_sort .av-masonry-entry-title.entry-title {
color: red;
}
#masonry_id_illustration_sort .av-masonry-entry-title.entry-title {
color: blue;
}
Hi,
Thank you for the link to your pages, but I’m not sure why this is occurring, I linked to my demo page below which is currently “header visible and sticky”, I also tested different header settings and it worked for my demo each time.
Are you manually managing Builder Elements in Enfold Theme Options ▸ Performance ▸ Disable Template Builder Elements?
Please include an admin login in the Private Content area so we can investigate, are there any other pages where this is not working?
Best regards,
Mike
Hi,
Thanks for the update. Are you seeing the same problem on the other sites too? If so, then please give us login details to another site where we can see the problem.
Please note that there’s almost no difference in using the classic or block editor when you are building your layouts with the Enfold Layout Builder. The only difference is the layout of the edit page more or less.
Best regards,
Rikard
Maestromusicinstitute.com – it has been determined by WooCommerce that a conflict in theme Enfold is blocking the display of the page to gather shipping information, AKA… name, address, city, state, zip etc. The billing information page displays but not the shipping personal information gathering page.
all the plugins have been turned off also.
I put in a support ticket about this before. The issue has not been resolved yet.
I would greatly appreciate your help with this. We have a valid theme token with support, 5.0 update hasn’t been able to apply, says package not available.
See info below to admin.
Hello,
How can I resize font of the heading row and default row in a table?
See: https://lacasatorre.nl/about/tarieven/
I use the template Enfold Church.
Hope to hear.
Thanks Tom
Hi Rikard,
I confirm that with the classic editor I was able to update and make changes to the site in the translated pages (FR and DE).
However, I would like to know if a solution can be found since I have 4 other sites with Enfold, WPML and using the block editor. These sites use the block editor because they have the blog active.
Do we keep up to date?
PS: do you need the copied site files for testing?
Kind regards
Julien
-
This reply was modified 3 years, 9 months ago by
Caiser_Souze.
This reply has been marked as private.
Hi,
Thanks for that.
Captions; did you try to set font size values for all screen sizes in the element options? If not, then please try that out.
Please refer to this for your email problem; https://kriesi.at/documentation/enfold/contact-form/#my-contact-form-is-not-sending-emails-
Best regards,
Rikard
Hi Stefan,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
div.avia-cookie-consent p {
font-size: 12px;
line-height: 18px;
}
}
Best regards,
Rikard
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen
and (max-device-width: 767px)
and (orientation: landscape) {
#layerslider_3_10i7xmp4evwiu .ls-wrapper * {
line-height: 75px;
}
}
Best regards,
Rikard
Hi mountainlover,
We’re glad that you were able to resolve the issue :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Hi Veronika,
I’m glad that Mike could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Hey profumopuntoit,
Thank you for the inquiry.
Looks like the WP Cerber Security (wp-cerber) plugin is trying to access the searchform.php via the error404.php page based on these stack error traces.
#1 /www/buyandsellambergris_814/public/wp-content/themes/enfold/includes/error404.php(17): get_search_form()
#6 /www/buyandsellambergris_814/public/wp-content/plugins/wp-cerber/cerber-load.php(4635): include(‘/www/buyandsell…’)
#7 /www/buyandsellambergris_814/public/wp-content/plugins/wp-cerber/cerber-load.php(2448): cerber_404_page()
#8 /www/buyandsellambergris_814/public/wp-content/plugins/wp-cerber/cerber-load.php(2411): cerber_access_control()
Did you run any task from the wp-cerber plugin prior to the issue?
Best regards,
Ismael
Hi,
No problem. The actual images are not included in the theme demo, unfortunately. Themeforest authors are allowed to use any images from the Envato market for demo purposes but they are not allowed to redistribute these images or include it in the actual item, in this case the Enfold theme. For more info, please check the following documentation.
// https://help.author.envato.com/hc/en-us/articles/360000424643-What-Assets-Can-I-Use-In-My-Items-#h_01F25R784M1HEFQD162C82647V
Thank you for your patience.
Best regards,
Ismael
My fullwidth easy slider caption is not scaling down on mobile phones. (WordPress Enfold theme) and emails are not going through to my email.
Hi, I installed the woocommerce plugin but when I create a product I get the following error message :
2022-07-12T18:49:39+00:00 CRITICAL Uncaught Error: Attempt to assign property “extra” on null in /home/jntz3ipi3v32/monosujet.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-asset-manager.php:913
Hey Pablo,
Could you try updating the theme to the latest version (5.0.1) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.
Best regards,
Rikard