Hey vbonora,
I see the same thing on mobile as I do on desktop:
A critical error has occurred on your website.
Learn more about troubleshooting WordPress.
Please try to temporarily remove your customisations, to see what happens then. Also please share server error logs with us in case you should need further help.
Best regards,
Rikard
Hi Rikard,
thanks for you reply!
I added a widget to the footer, but the footer icon i added get cut of in desktop view.
Unfortunetly they are completely missing in responsive view?
Please have a look.
kind regards Jak
Hi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hey Mike!
Thank you so much for everything
On the desktop, it looks perfect! thank you so so much for everything!
The only thing is, as I wrote, on screens smaller than 777 the search icon overlaps the body content, plus there is no menu at all.
How can I fix it?
Reut
Hi,
I did’t find the above css so I added this:
#content3 .social_bookmarks {
top: 100px;
position: relative;
}
It looks like you may have removed the other css so I added it again:
.html_av-overlay-side .av-burger-overlay-scroll {
width: 200px;
}
Best regards,
Mike
Hello, I have some problems when I use a vimeo video as a background in the color section.
It does not play. Just for a second.
This is the link:
When I put the video in a Fullscreen Slider, it plays when I manage to hit the play button.
You can see here:
Hi Kriesi,
I have an issue with the search field on my website. When I search for products from a smartphone and click on the magnifying glass icon, I get an error page (this doesn’t happen on desktop). Can you help me?
The site is developed with a child theme, and it contains a search.php file, which you can find below. Could the error be here?
OMG, i asked that 5 years ago an get best support of it https://kriesi.at/support/topic/customising-the-password-protected-page/
Sorry for that and please close or delete this thread.
Wow – thanks for the speedy response!! I followed the directions (as far as I know) set the columns to Equal Height and MIDDLE used the css you supplied. It looks real close on the top row – the second column is not as tall as the live website we are trying to recreate but the second row didn’t work – I am sure I did something wrong.
https://zebgrant.mswebhosting.net/services/ is our new WordPress/Enfold
https://www.zebgrantdesign.com/services is the live Square site
can you tell what I did wrong? Sorry to have to ask for more help.
Take care and thanks in advance,
Chris
Hey limedrop,
Thank you for the inquiry.
Try to add this css code to adjust the position of the testimonial slider arrows:
#top .avia-slider-testimonials:not(.av-large-testimonial-slider).av-slideshow-ui .avia-slideshow-arrows a {
margin-top: -20px;
}
#top .avia-slider-testimonials.avia-testimonial-wrapper {
margin: 40px 0;
overflow: visible;
}
Best regards,
Ismael
Hey Madison,
Thank you for the inquiry.
Using the Advanced Layout Builder (ALB), try inserting a 4/5 and 1/5 column element. Place an Image element inside the 4/5 column and the text in the 1/5 column. Edit the smaller 1/5 column, go to the Advanced > Developer Settings panel, and in the Custom CSS Class field, enter the name av-overlap-right-text. Then add the following code in the Quick CSS field:
#top .av-overlap-right-text {
width: 50%;
position: absolute;
right: 0;
top: 30%;
background: white;
padding: 20px 40px;
}
The css code should adjust the width of the 1/5 column and its position so that it overlaps with the 4/5 column. To position the overlapping column on the left, reverse the order of the columns, replace the class name with av-overlap-left-text, and then add the following css code:
#top .av-overlap-left-text {
width: 50%;
position: absolute;
left: 0;
top: 30%;
background: white;
padding: 20px 40px;
z-index: 2;
}
#top .av-overlap-left-text + .flex_column {
margin-left: 20%;
}
Best regards,
Ismael
Can you please see what is wrong with this testimonial slider? The arrows at the top right is on the text…
Hi,
Great, I’m glad to hear that you found a solution. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi,
Thanks for the clarification. I’m not sure why, but it seems like there are some arguments in the header which should not be there. For example:
.html_header_right #top #header {
bottom: 0 !important;
}
@media only screen and (max-width: 800px) {
@media only screen and (max-width: 767px) {
.html_header_right #top #header {
bottom: 0 !important;
}
}
}
Please try removing the bottom arguments to see if that helps.
Best regards,
Rikard
Kreisi:
I have a challenge that I am hoping will be fairly simple. Please see this page noted in Private Content
On this page you will see three screen square images with text to the right of each. The text at right is in Text Blocks for “Lesson Tuition,” “Preschool Fees,” and “Music To______ Fees. Each of these blocks is set for folded content.
I would like to have a link from another page that links directly to one of these blocks (Preschool Fees) kind of like linking to an anchor, but I would like that specific content (Preschool Fees unfolded). Is this possible? And how?
As a secondary issue the three “headings” with green backgrounds for each of the above blocks are built using the “notification” content element shortcode. You’ll see that the top one of the three extends longer (desired) with equal margins on left and right, whereas the other two are displaying shorter. I cannot figure out what is causing this.
Thank you —Bill Basler
Hi,
Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi Rikard,
sorry for taking so long to answer. Me and the customer just decided to leave it like that for the time being.
You can close this topic and I will get back if any further assistance is needed.
Thank you so much and have a great week.
Regards
Daniela
Hi
I have one text block that I need the link color different than the rest of the site.
The ID is .socialbanner.
I have this css but it’s not working on that text block:
#top .av_inherit_color a {
color: #9e80ef!important;
}
.socialbanner .av_inherit_color a {
color: #ffffff!important;
}
can you help with this?
thanks
Nancy
-
This topic was modified 1 year, 6 months ago by
Munford.
Hi,
i have same issiu on eshop for another country (same enfold, same plugins, same wordpress). Custom CSS from https://kriesi.at/support/topic/flux-checkout-plugin-styling-issue/ is not working.
Can you please take look at it and possibly send me custom CSS? After switch to storefront theme is everything ok…
Sending login in private content.
Please activate plugin flux checkout, you can debug on live version.
Hi,
in reference to your message:
“Hi,
Glad that this helped, I’m not able to reproduce this from your screenshot, are you using the browser “zoom”?
This is not a good way to test and will not give you reliable results, you should use the Dev Tools, please see this article: Simulate mobile devices with device mode
Please note that we kindly ask that each thread is for a single topic, this thread is now 3 pages long for us and covers different topics so it is hard to follow. Please open a new thread if you don’t find the above link helpful. Thank you for your patience and understanding and for using Enfold.
Best regards,
Mike”
unfortunately I was unable to solve my problem.
It’s not about how I see the site from a mobile or other device. I was simply referring to the fact that if I were to reduce the screen of my site with Google’s zoom it would be difficult to see.
That is, the photo remains enormous while the texts decrease, as the percentage decreases. Is there a way to make the photo adaptable to this action?
So it looks normal: https://prnt.sc/dKvO-rwabGn-
I reduced the percentage, using Google zoom, not to see how it would look from other devices. The texts are reduced, but the photo remains enormous: https://prnt.sc/4HbFMDQYnopr
Thanks,
Mariarita
hm ?
just to be sure; you have already entered the class without the dot in the custom class input field?
from https://kriesi.at/support/topic/full-page-video-that-scrolls-into-a-text-page-possible-with-enfold/#post-1466283
We know the stumbling blocks, and if we ask about them, you should at least make the effort to look for them. Thank you
___________
I removed it for you and activated the script and it now works. But since the color section is at the very top when you page loads you will only see a white area until you scroll. This solution is meant for sections that are lower that you can scroll into.
there is in the snippet an offset called: range
But as Mike allready mentioned – tries to show it like in your example. If you like to have that section on top : just write it in your quest.
And on that page on scroll the video is slowly disappearing there.
https://webers-testseite.de/snowfall4/
Hi,
Thank you for the update.
Please try to add this css code to move the submit button upwards and remove the extra space.
.ml-block-form .ml-form-embedSubmit {
top: -50px;
position: relative;
}
Best regards,
Ismael
Thanks. It works on mobile, but not on desktop?
hi guys. in enfold versions after 5.7, enfold update crashes my home page. i refer to this problem in below topic but I can not understand the problem.
https://kriesi.at/support/topic/enfold-update-to-6-0-2-crash-my-site/
I send to you complete screen shots of my home page before and after enfold update. i guess this problem is related to lite speed chache plugin but I am not sure. because I deactive all of my plugins and deleted all caches but this problem still is available.
before update ===> https://imgur.com/YjtwOPE
after update =====> https://imgur.com/s0Oau49
Got it:
function.php:
function add_aditional_content_to_header($logo, $use_image, $headline_type, $sub, $alt, $link){
$logo .= "<div class='custom_content'>";
$logo .= "Your Gateway to High-End Homes in Europe";
$logo .= "</div>";
return $logo;
}
add_filter('avf_logo_final_output', 'add_aditional_content_to_header', 100, 6);
CSS:
.custom_content {
left: 50%;
transform: translate(-50%,0);
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
position: absolute;
font-size:24px;
}
@media only screen and (max-width: 767px) {
.custom_content {
left: 55%;
transform: translate(-50%,0);
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
position: absolute;
font-size:14px; line-height:20px; margin-top:-60px; text-align:center;
}
}
Hi,
Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi Mike,
Thank you so much for all the help.
That helped.
However, I have 3 things I need help with
1. I’ve tried to move the social bookmarks a bit down, I used this code –
#content3 .social_bookmarks {
top: 200px;
}
but it didn’t work
2. For some reason, the code you gave me to change the width of the open menu is not working anymore
3. On mobile, the search icon overlaps the body content, plus there is no menu.
https://img.savvyify.com/images/2024/09/07/WhatsApp-Image-2024-09-08-at-03.44.59.jpeg
Thank you
Reut
Hi,
Thanks for the screenshot and the link to your site, Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top .avia-post-nav {
display: none;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
HI,
I have a multi-day Event that stops displaying after the first day of the event when I use the Plugin Additions element. If I use the actual Events Calendar shortcode, this does not happen, but I don’t like the way the events display (large featured image).
Is there any way I can get the final two days of the three day event to show? The event itself does not say “This event has passed”.
Should show here 9/7 & 9/8 under Upcoming Events:
This is the event:
https://gardrolma.org/programs/vajrakilaya-dzogchen-retreats-coming-in-september-2/
Thanks for any suggestions.
Hi,
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:

and ensure that it is activated, then add your code and save.
Shall we close this thread then?
Best regards,
Mike