Hello, the site http://www.glasspaint.com has enfold, that was customized to work for the site, it worked great for 7 years, until last night i had to update woocommerce version and wp version to fix credit cart processing issue that was outdated. now the cart icon doesn’t show a number at the top of it representing how many items are in cart and the drop down to quick view cart items is not there, it does give a little gray area under the cart area when hovered over like its trying to drop down but hidden from other things in front of it.. the thing is in wp theme editor page, the preview of the site looks correct and thecart icon shows and works correctly, but in live view it has the issue. i deactivated all plugins and it doesn’t change, if i reactiveate woocommerce plugin the site doesnt work so i can deactivate that one.. im scared to update theme because the theme was customized. im willing to pay a pro to go over this site, i use to have an email to someone here that went in and fixed theme issues in the past, but this was 7 years ago. i cant find his contact now. he fixed it in like 3 seconds. im willing to pay for help on this. i payed $45 for “support” for the theme from theme forest yesterday, im not sure what that means, its been really hard for me to get this far on this forum. my web guy has vanished and every time i outsource things they have done serious issues to the theme code, that’s why in the past i had a person for here fix the issues the other outsourced guys made. im here now trying to do this myself because i feel i have no options. thank you all in advance for reading this.
Hi captcashew,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
#top .social_bookmarks .av-social-link-instagram a {
color: white;
}
Hope it helps.
Best regards,
Nikko
Actually I stand corrected – the Burger Menu actually does appear at the 1300px width.
However, the top menu is still there as well, and that doesn’t completely disappear until 990px.
Does it make a difference that I’m using the “Max Mega Menu” plugin?
The site in question is posted in the private content section below:
-
This reply was modified 2 years, 3 months ago by
adapt. Reason: Added link to site in question
Hi @Yigit
Thanks for the response. I pasted in the code from the page you linked to (under “Burger/Mobile menu activation – Custom Screen Width”):
/* Activate burger menu */
@media only screen and (max-width: 1300px) {
#top #header .av-main-nav > li.menu-item {
display: none!important;
}
#top #header .av-burger-menu-main {
cursor: pointer;
display: block!important;
}}
However, even after clearing server, CloudFlare and Chrome caches, there was no change – the burger menu didn’t activate until the tablet resolution (“Activate for Smartphones and Tablets (browser width below 990px” in the “Menu Items for mobile” subheading in the Enfold > Main Menu options that I’d set).
Hi,
Thanks for the login, and I’m glad this this helped you, although I would recommend using a custom ID so that the css only changes the image in the element that you wish and not in other elements in your site. If you add the custom ID: section-mobile-bg then your new css would be:
@media only screen and (max-width: 767px) {
#section-mobile-bg.avia-section .av-parallax .av-parallax-inner {
background-repeat: no-repeat;
background-image: url(https://hauptwerk-zt.at/wp-content/uploads/2024/01/rendering1_smartp.jpg);
background-position: 0% 50%;
}
}
As for your last question about stretch to scale, you didn’t say if you wanted this for the desktop or mobile, the element settings will only work for the desktop because you are using css to replace the image on mobile, so for mobile you would need to add a css rule.
But when I check it doesn’t look like it is needed for desktop or mobile because in both cases the whole image is shown.
Perhaps a screenshot of what you are seeing and further explanation would help
Best regards,
Mike
Hi,
I use a contentslider with also images in it. When I change the picture in an already exiting layer, somehow I suddenly get a colored line on top and at the bottom of the picture. The same happens when I add a new row. It looks like some automatic thing is adjusting the colour to the coulers in the pictue because if I change the picture, the colour is also changing. So the colour is not standard.
The new added pictures are the only ones with a colored line above and below. How is this possible and where can I fix this so the colored line will disapear? See the third picture and the last picture in the slider.
Thank you in advance!
Hey aiyonabogados,
The update to 5.6.9 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 files like it was a new installation 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
The code shows in textblock in enfold layout builder and on site. It looks like this.
theme, php and wp is up to date.
[et_pb_section bb_built=”1″ fullwidth=”on” _builder_version=”3.0.51″][et_pb_fullwidth_slider admin_label=”Tillbehör bild” auto=”on” auto_speed=”5000″ _builder_version=”3.0.51″ header_font=”Nunito||||” header_font_size=”46px” header_font_size_last_edited=”on|desktop” header_letter_spacing_last_edited=”on|desktop” header_line_height=”1.2em” body_line_height=”1.4em” show_arrows=”on” show_pagination=”on” parallax=”off” parallax_method=”off” remove_inner_shadow=”off” custom_button=”off” button_letter_spacing=”0″ button_icon_placement=”right” button_letter_spacing_hover=”0″ auto_ignore_hover=”off” hide_content_on_mobile=”off” hide_cta_on_mobile=”off” show_image_video_mobile=”off” disabled=”off” disabled_on=”on||” show_inner_shadow=”on” show_content_on_mobile=”on”
-
This topic was modified 2 years, 3 months ago by
sifix.
Hi Ismael,
The topic was closed:
But I have an issue when you are in the Lightbox there are a magnifying magnifying glass than when you click open the portfolio.
Could you help me?
Thanks advance,
BR,
Antonio
Hi Mike,
Thanks for the hint about debug mode, very helpful. Now I found the difference was that in the “broken” page, I had a color section, then a 1/1 column, and all other elements within that column. Removing the column fixes it. I tried on other pages. All elements within a column have this extra <br>.
The strange thing is, that this only happens, when a page template other than Default is selected. It does not matter what that template actually contains. If I manually select the template that is the Default, then there will be <br>. If I select Default, then there is no <br>.
Please try: If your default template does not have a title, add <?php /* Template Name: The Default Template */ ?> at the top. Then select that. Do you get <br> for elements within a column?
Best regards,
Ralf
Hey mediafacto,
Thank you for the inquiry.
The ajax portfolio container doesn’t resize correctly on mobile view because of this css code.
.page-id-4808 .portfolio-preview-content {
width: 66.6%;
}
To fix this, please replace the css with this code.
@media only screen and (min-width: 989px) {
/* Add your Desktop Styles here */
.page-id-4808 .portfolio-preview-content {
width: 66.6%;
}
}
Best regards,
Ismael
Hey Anouk,
Thank you for the inquiry.
Did you add any css modifications to the site? To override the current styles, please add this code.
#top .avia_ajax_form .form_element_half {
margin-left: 5.5% !important;
width: 47%;
}
#top .avia_ajax_form .form_element_half:first-child {
margin-left: 0 !important;
}
Best regards,
Ismael
Hi i bought your enfold theme in 2017 but for the life of me i cant figure out how to contact support on this again, i just paid for an extra 6 months of support just now too through theme forest and all their tutorials lead me no where on how to contact the authore or any support, please help. all i need is after woocommerce update the small cart icon on top of the site is now not showing the number of items in cart and not showing the drop down of items in cart when hovered over, but i do see this properly working in the wp back end theme editor page..
Hi Mike!
Thanks for that suggestion. I was thus able to find the stylesheets responsible:
(1) For the purpose of my bullets, I did a:
ul {
padding-bottom: 0;
}
but that also affected my menus, since Enfold/Aria implements the menus using unordered lists. So I removed that line. This was the main culprit preventing scrolling in the burger menu (for some reason).
(2) In addition, many months ago in my development I made my burger menus responsive to HEIGHT of the window too (i.e. in addition to all my general responsiveness to width everywhere). Somewhere along the way that code stopped working without my realizing it (because it originally worked), and so I just redid the breakpoints and CSS code. For example:
@media only screen and (max-width: 614px) and (min-height: 900px) and (max-height: 999px) {
#top .av-burger-overlay {
margin-top: 160px !important;
height: 730px !important;
}
}
Thanks for all your help. I can’t tell you how relieved I am that this problem is fixed. That was the last thing stopping me from publishing (I hope). You can close this topic if you wish.
All the best,
Gary
Hello –
I’ve embedded an iframe onto my site using the advanced layout editor (Avia Layout Builder), but I am getting the spinning wheel of death and can no longer edit the page. When the iframe is added in with the default editor I have no problem seeing it in the editor, but then I can’t add in other elements like titles and buttons.
How can I stop the loading so I can edit the page? For some reason whenever I inject code onto a page, it has this loading issue.
Thanks,
Sophia
Hey whdsolutions,
Please try the following in Quick CSS under Enfold->General Styling:
#top #wrap_all .all_colors h2 {
width: 100%;
min-width: 100%;
}
Best regards,
Rikard
Hi Rikard,
all good, you can close this topic.
Hi,
Great, I’m glad that you found a solution, and thanks for sharing. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi,
Great, I’m glad that you found the problem. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi!
I notice the layout of one of my websites looking weird after upgrading from PHP 7.4 > PHP 8.0 (or higher).
After stopping all plugins one by one, the cause seems to be the Mollie plugin.
The support from Mollie advised me to reinstall Woocommerce and WordPress, which I did but without result.
I wonder if the Enfold theme itself is the problem. How can I figure out a solution if that’s the case?
Thanks in advance!
Kind regards,
Thijs
Yuo find a temporary accesslink under Private Content
Hi guys, I’m sorry to open a new thread but I can’t find a solution to my problem and I think I need individual help. I also read the Enfold manual and tried to solve this with this link, but it won’t work.
I used the CSS snippet:
/* Section mobile bg image*/
@media only screen and (max-width: 767px) {
#top #section-mobile-bg {
background-image: url(https://hauptwerk-zt.at/wp-content/uploads/2024/01/rendering1_smartp.jpg)!important;
background-position: 0% 50%!important;
}
}
I tried this snippet in the Quick CSS Box and in the custom.css file. Other snippets work out fine but not this one.
In the color section background box for developers I added the line “section-mobile-bg”. I also tried it with “#section-mobile-bg” always without “”.
Is there any problem with my syntax or what can be the problem, that the picture doesn’t change?
I’m an architect and not a coder, so sorry if this is a stupid question.
edit:
Parallax is active.
-
This topic was modified 2 years, 3 months ago by
josikrop1. Reason: added information
-
This topic was modified 2 years, 3 months ago by
josikrop1. Reason: spelling
Hey Ismael,
thx for the quick feedback….
I tested the site on a PC laptop with Chrome and Edge… this “wobbling effect” was on both browsers.
And it may be that this effect only appears on this tested PC laptop?… strange…
However, the problem did not appear on other websites…
In my video it looks as if the content is positioned centered without the scroll bar and then the space of the scroll bar is subsequently taken into account and accordingly the elements are re-centered a little further to the left and this creates this “wobbling effect”…. be that possible?
It would be great if you could take another look at it or maybe have an idea how I can avoid this effect.
thx again!
-
This reply was modified 2 years, 3 months ago by
cheffe.
Hi,
Thank you for the update.
You can add this css code to hide the overlay on hover.
#top .av-caption-style-overlay .av-masonry-item-with-image:hover .av-inner-masonry-content {
background: transparent;
}
Best regards,
Ismael
Hey ausgesonnen,
Thank you for the inquiry.
Did you any modifications for the header? To remove the other burger icon, you can try this css code.
#top #header .av-logo-container .av-main-nav > li.av-burger-menu-main {
display: none;
}
Best regards,
Ismael
Hi,
@northorie: Have you tried adding the css code that @Guenni007 provided above? We will post it again below. If you need further assistance, please open another thread, provide the site URL and post a screenshot. We will close this thread for now.
@media only screen and (min-width: 990px) {
#top .flex_cell.responsives-verhalten.nebeneinander {
background-attachment: scroll;
padding: 0 !important
}
#top .flex_cell.responsives-verhalten.nebeneinander .flex_cell_inner {
height: calc(56.25vw / 2) !important;
}
}
Best regards,
Ismael
Hi,
Thank you for the info.
To adjust the padding of the Color Section, please edit the element, go to the Layout > Margins & Padding section, then set the Section Padding settings to No Padding.
You can also add the following css code to adjust the default section padding but this modification will be applied across the site.
.content {
padding-top: 0;
padding-bottom: 0;
}
.avia-testimonial-wrapper {
margin: 0;
}
Best regards,
Ismael
Ah ha! I found the culprit and it was not Enfold. It was the wp-optimize plugin.
See: https://wordpress.org/support/topic/wp-optimize-killed-all-my-websites/ but the timing of Enfold changes occurred during exact timeframe. Craziness!
CLOSE TICKET!
Hi there Mike,
there are 2 burger menus when I make the window width smaller. See screenshot.

the url is this:
PLease advise how to only have the on ein the top right hand corner.
-
This topic was modified 2 years, 3 months ago by
ausgesonnen.