guess the main reason on that is that you are using the parallax effect on that background.
For a parallax effect the image is set to cover a much bigger parallax container – that is ( similar to background-attachment: fixed ) a fundamental thing. ( The parallax container had to fill the whole screen height – and only a part of it is visible)
on that background – there is no cropped image used – as you can see in the dom – but compare both dimensions:
(click to enlarge)

______
@nikko : is it a new filter : pre_option_image_default_size – i can not find it in enfold 4.9.2.1
is it a wordpress filter?
i have the newest enfold. i have uploaded 2 fonts from google and choose them as font for the headings and text. but not working…
please help.
Hi,
Thank you for following up.
The sidebar is actually located at the bottom of the product gallery by default. To move the location of the sidebar, you have to add this code in the functions.php file.
// https://kriesi.at/support/topic/menu-on-product-pages-has-disappeared-after-last-theme-update/#post-1338205
To place the sidebar to the right of the product content, use this css code instead.
.product-main-container {
width: 56%;
float: left;
margin-right: 50px;
}
.product-main-container::after {
content: '';
display: table;
clear: both;
}
.product-main-container .single-product-main-image, .product-main-container .single-product-summary {
width: 100%;
}
#top #main .sidebar {
border-left: 0;
border-right-style: solid;
border-right-width: 1px;
margin-left: 0;
}
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after doing the modification.
Best regards,
Ismael
Hi,
Thank you for following up.
You can use this css code to adjust the height of the header and move the position of the second logo.
@media only screen and (max-width: 767px) {
.responsive #top #header_main>.container .main_menu .av-main-nav>li>a, .responsive #top #wrap_all .av-logo-container {
height: 180px !important;
line-height: 180px;
}
.responsive #top #header .widget {
left: 80px;
top: 80px;
max-height: 80px;
}
.responsive #top #header .widget img {
width: 80px;
}
}
Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
Ismael
Hi,
Thank you for the info.
Please try to use this css code to completely hide the quote form container on page load.
.custom-html-widget #test-popup {
opacity: 0;
display: none;
}
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css, and please do not forget to purge the cache or disable the cache plugin.
Best regards,
Ismael
Hi mattb1169,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Hi siljerang,
We’ll be closing this thread then.
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Hi madakumbu,
We’ll be closing the thread then.
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Hi kthompson,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Hey Jason,
Please add this CSS code in Enfold > General Styling > Quick CSS:
#top .avia_cart_buttons {
opacity: 1;
}
Best regards,
Nikko
Hi madakumbu,
We’re glad that we could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Now getting this error:
/home2/mmcustom/public_html/cadpros/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/events_countdown.php on line 8
Hello,
After the update enfold theme to 4.9.2, the site header and footer break.
Please check and let me know how we can fix this. If you need the staging login, let us know.
Thanks.
Hi
May I please get the code for the following Enfold demos for current site (https://www.herbalhealinginc.com/)
Thank you
Lyse
Hi all!
So, within the Enfold settings, there are various styling options for type. In WooCommerce, many of those come across for different elements, which is generally a good this. But, in my case, I am running into an issue with the Add to Cart, Select Options buttons, found on a product grid. I have tried to affect the link colors manually, but cannot seem to get the default link color to be super light gray. I tried messing with the Product Gallery options, but they did not yield and positive results. Currently, I have it on Default Enfold Product Gallery.
Am I missing a super easy selector for grabbing hold of the link attributes? If so, can you please point it out to me and I will take the bow of css shame back to the code?
Thanks for any help!
-jason
Hi,
Great, I’m glad that you got it working. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hi MedXCom,
Please open a new thread and include WordPress admin and FTP login details in private, so that we can have a closer look at your site.
Best regards,
Rikard
Hi Ismael,
fyi: After updating from Enfold 4.9 to 4.9.2 now it opens on page load – don’t know, for whatever reason.
Best regards
Stephan
lefterisGuest
Hello,
I cant write in support area so thats why im writing here.
After the latest updates of enfold my footer broke.
I dont think it´s ok that i need to be affraid to update each time because your theme is overwriting og changing something!
I would like some help to solve this please or please extend the support, as this is an error in your product. An update should not remove the previous things i did!
Hi,
Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hi
Under WooCommerce settings – products (/wp-admin/admin.php?page=wc-settings&tab=products) we can change the following Enfold settings:
– Column Count
– Product Count
When we set the column count to 3, we have one column on mobile and three columns on all other devices (desktop, tablet).
Is it possible to have this a little bit more responsive, for example 3 columns on desktops, 2 columns on tablets, 1 column on mobile or something like that?
Thanks very much.
Best regards
Mike
Hey Sabine,
Thank you for the inquiry.
You can use this css code to adjust the height of the header and of the main menu container.
.av_minimal_header #header_main .container, #header_main .main_menu ul:first-child > li a {
height: 45px;
line-height: 45px;
}
You may also need to adjust the top padding of the main container if you the sticky header option is enabled. Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.
Best regards,
Ismael
Hi,
Thank you for the inquiry.
We cannot find the widget in the header. Did you add this code in the functions.php file?
function avf_enfold_after_main_container() {
dynamic_sidebar( 'header' );
}
add_action('ava_after_main_container', 'avf_enfold_after_main_container');
This should insert the header widget area after the main menu container. While testing, you should disable the cache plugin and turn off css and js minification or compression settings.
Best regards,
Ismael
Hi awasner,
Are you using a child theme?
If yes, please update the footer.php or header.php file of your child theme based on the footer.php or header.php file of the latest version of Enfold.
And that should fix the issue.
Best regards,
Nikko
Dear Enfold Team,
i`m missing the enfold footer on my website since updates.
already tried disable (save) and enabling. no clue what it is.
it is still not showing up.
Site URL in private content
Thanks in advance!
Hi,
Thanks for the update. You can set the menu item colour for the transparent state under Enfold->Header->Transparency Options. The other colour will follow your theme settings under Enfold->General Styling->Logo Area.
Best regards,
Rikard
Ich habe auf meiner Internetseite den vollbreiten Slider eingebaut, der auch noch ging. Auf einmal sind alle meine Slider auf der gesamten Webseite nicht sichtbar, nur noch ein weißer Raum ist sichtbar. Ich habe die aktuellste Version von Enfold installiert und alle Plugins deinstalliert.
Hi,
Thank you for the info.
You can use widgets to add another logo inside the header area. Please check this documentation for more info.
// https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area
Or use the avf_logo_final_output filter to adjust the html of the current logo.
function avf_add_logos($logo) {
$logo .= '<a class="first-logo" href="/"><img src="http://site.local/wp-content/uploads/2022/03/logo-rivista.jpg"/></a>';
$logo .= '<a class="second-logo" href="https://site.org"><img src="site.local/wp-content/uploads/2022/03/ordine.jpg"/></a>';
$logo .= '<a class="third-logo" href="https://www.site.it"><img src="http://site.local/wp-content/uploads/2022/03/medicina.jpg"/></a>';
return $logo;
}
add_filter('avf_logo_final_output', 'avf_add_logos', 10, 1);
Best regards,
Ismael
Hey Alain,
Thank you for the inquiry.
You can update the theme via the Enfold > Theme Updates panel or upload the latest version of the theme manually via FTP. Please check the following documentation for more info about theme updates.
// https://kriesi.at/documentation/enfold/theme-update/
To update the theme manually via FTP, please check this section.
// https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Best regards,
Ismael
Hi Tello,
I apologize for the delayed response.
I have checked on it however those filters are from a third-party plugin, you will most likely need to hire some developer in order to write codes to connect those filters with the Enfold’s masonry which unfortunately, is outside the scope of our support.
Best regards,
Nikko