I actually already tried that. But it still overrides any specific field width settings in Formidable.
To “sort of” help (but still doesn’t solve the problem) I used:
#top .input-text, #top input[type=”text”], #top input[type=”input”], #top input[type=”password”], #top input[type=”email”], #top input[type=”number”], #top input[type=”url”], #top input[type=”tel”], #top input[type=”search”], #top textarea, #top select {
min-width: 0 !important;
}
It’s better, but that doesn’t solve the problem either.
The main issue is that in Formidable, you can specify whether a field is full-width, or you can choose your own width (i.e. 5 characters wide for a number field, etc) and it seems like the “width” in base or child CSS should really be cleared/deleted for Formidable to work properly. Just my guess.
It seems like I have to get into the base CSS and delete “width: 210px” since I can’t really null it out. But, where is the base CSS? (Sorry, I’m not a WordPress or CSS master, but still learning!) Even though I prefer not to touch ANY base code, I’d be curious to know if this would solve the problem.
By the way, I was wondering why did you guys choose 210px for fields?
Just curious – I bought Formidable since you guys recommended it, but has anyone else mentioned any issues between Enfold and Formidable??
Thanks for the help!
Hello!
I tried removing tooltips from the easy slider like this:
https://kriesi.at/support/topic/how-to-remove-tooltips/#post-224464
but it does not work.
Actually, I do not have any problem with tooltip as long as it does not show the image filename but caption instead. How can I do it? I prefere quick CSS
Thank you!!!
Hi,
I’m curious if there’s a way to add a second row in the socket section. I have several links I want in the socket but at the moment they are justified to the right and make the section look mis-aligned. In my perfect world I would like to have 2 rows both center aligned, the top row being the copyright and the second row links…is this possible?
Hello,
I would like to be able to show a different Advanced LayerSlider on mobile devices than is shown on the desktop. I have tried the following code as found in the forum:
@media only screen and (min-width: 768px) { #layer_slider_2 { display: none!important; } }
@media only screen and (max-width: 767px) { #layer_slider_1 { display: none!important; } }
I am using the most current update of Enfold but this fix does not seem to be working. Any suggestions?
Thank You.
Hi Enfold-Team,
I would like to give people with a smaller resolution a different slideshow than people with higher resolution on the start-page.
Problem: Resize doesn’t work for the video http://bit.ly/1lZKLUB
Thus I would like to create a single slider with video only and check whether the resoulution is below tablet format or not.
Do you have some **detailed** hints for me?
Thanks,
Ralf
I’m using Enfold for the first time and am using the Parallax background feature for my color selections. The pages look great on a desktop browser, but on my iPad or iPhone the background images align left (instead of center) and/or do not resize very well to the smaller screen.
Is there a way to get the color selection backgrounds to either resize to better fit the smaller screens or at least align center when in parallax?
Also, my header image looks great on the desktop side, but then stretches to fit the whole screen on smartphone (looking terrible) and the navigation runs over the top of the image on tablet side. What are the best spec dimensions for a logo on Enfold?
http://crossconnectionchurch.org/dev
Thx.
Hi– what you’re seeing is the cut off version. See how the realty executives logo is not full and the orange box is not centered top to bottom? I added a height to the css to force it to work, but in FF, the height has to be set at 118px; and in chrome the height has to be set at 102px; I have it correct right now in FF, but how do I add a height to the css to allow it to show up correctly in ff?
Also- in chrome on the ipad, the footer text why vosburgh, success stories, and home search are moved to two lines. How do I set the margins on these words to ensure that smaller screen sizes see them as I would like?
As always– I really appreciate your help. :)
Angie
Hey!
Please use this to fix the logo:
@media only screen and (max-width: 480px) {
.responsive .mobile_slide_out .logo img {
margin: 0;
width: 80%;
}
.responsive .mobile_slide_out .logo {
position: relative;
top: 20px;
left: 0;
}
}
Cheers!
Ismael
Hey!
I’m sorry if I upset you with my response. I just can’t reproduce the issue no my end and I don’t find any clue on the support forum when I search over for the same topic. I’m really not sure what is the causing the issue but I’ll ask Dude to check this out.
Thank you for understanding.
Cheers!
Ismael
Hi!
Thank you for the update.
I still can’t see the error but like I said the layer slider loads slower which is probably normal because the homepage includes a whole lot of images from top to bottom. There are certain things that you can do to improve the page speed in your case. First of, please go to wp-content/plugins folder then delete unnecessary plugin folders that you’re not using. On the layer slider, instead of using the 3D transitions, use 2D effects which is lighter. Do the following steps to improve the page loading speed courtesy of the wordpress community:
1. Optimize all images with AI/Photoshop before uploading to server ‘save as web safe’ jpg
2. Once all images are on the website optimize with ewww optimizer plugin twice 1hr 10mins apart.
3. Install wp-smushit run once to remove jpeg extra data, then uninstall.
4. Use BWP minify plugin to minify scripts and stylesheets.
5. Install WP-Super cache, select all recommended settings.
6. Logout your website, visit every page at least once to create super cache files.
7. Join Cloudflare setup your website on their CDN, Choose options: Full CDN Optimisation save then activate purge files. once done log out.
8. Have a cup of coffee.
9. Visit your site after 20 minutes or so.
10. Don’t forget to smile.
I hope that helps.
Best regards,
Ismael
Hi!
In addition to this topic, I insist to paste the debug function below the code that I mentioned above because sometimes it doesn’t work when I put it at the very bottom of functions.php which is weird. Glad it is working now. I hope it helps with your problem.
I forgot to give you a link on the documentation which is way more comprehensive and with much more details. Noted. :)
Cheers!
Ismael
Hi!
Glad that you fixed the header.
Please use this on Quick CSS or custom.css to fix the input fields:
#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
min-width: 100% !important;
}
Cheers!
Ismael
Hey!
Thank you for using the theme Guys!
Please use this to change the style of the sub menu.
#top .av-main-nav ul a {
width: 100%;
height: auto;
float: left;
text-align: left;
line-height: 23px;
padding: 8px 15px;
font-size: 15px;
min-height: 23px;
max-width: none;
text-decoration: none;
}
I hope that helps.
Cheers!
Ismael
Hi Ismael,
thanks for the quick reply. The original topics URL is https://kriesi.at/support/topic/horizontal-mailchimp-subscribe-form/. The problem has been solved back then and the topic closed. After the change to the new WP, the tags occurred.
But your CSS changes solved the problem – thanks a lot!
Best regards,
Holger
Hey!
It is weird that the right arrow position is incorrect. Please add this on Quick CSS or custom.css to reposition the next arrow:
#top .avia-layerslider .ls-nav-next {
right: 180px;
}
Regards,
Ismael
I am trying to remove the padding around an image which appears at the top of my homepage. The image was put into the page using the image element in the avia layout builder. Eventually a new image will fill the width of the page and I do not want any white space above or below the image (See http://www.jeffburch.ca/homepage/ for a better idea of what I mean).
I can use the following in the Quick CSS box:
.content {
padding-top: 0px;
padding-bottom: 0px;
}
However, that appears to remove the padding for a number of elements, not just the picture. How can I remove the padding for just this one element.
Thanks
Hmm, it should actually work in both. The child theme functions.php has no difference as long as you have the initial opening php tag.
If you download the big download from your downloads on themeforest I included a child theme in that package which has some commented out functions that I included when creating client sites using Enfold and we recommend often.
Glad its working for you now and if you do have an issue you can make a new topic with URGENT in the title and we should pick it up quickly. With how crazy busy we have been lately we look at both the “start” of our queue (oldest posts) and the “end” (newest posts) in turn.
Hi Ivana!
Change the code to this:
#top.page-id-44 .avia_ajax_form.avia-builder-el-3 {
background: rgba(255, 255, 255, 0.9);
padding: 10px;
}
Best regards,
Josue
Hey!
You can include HTML5 videos in LayerSlider, but they won’t autoplay/pre-load on mobile (that’s handled by the device OS, we can’t change it). Use this code as a HTML layer:
<video>
<source src='_VIDEO_MP4_URL_' type="video/mp4">
<source src='_VIDEO_OGG_URL_' type="video/ogg">
</video>
Best regards,
Josue
Hi!
Here’s how it looks on my end:

Please flush your browser cache and check it again.
Best regards,
Josue
Hi!
Use this code:
<div class="avia-iframe-wrap"><iframe src='//player.vimeo.com/video/73961982?autoplay=1' frameborder='0' width="1500" height="844"></iframe></div>
Please note that is WordPress who strips the URL parameters from videos, the av_video shortcode uses the embed shortcode when the URL provided is from YT or Vimeo.
Regards,
Josue
Hi!
You will need to use a plugin like this one to include html snippets into a shortcode and then call them that way: https://wordpress.org/plugins/insert-html-snippet/
We are working on a code block to properly escape the content inside of it and prevent the wpautop function from running but its not quite ready yet.
Best regards,
Devin
Hey Gurify!
In the same place you added in the video to the slider there will be an option to add a fallback image for mobile since most mobile devices don’t allow for videos being emebeded and autoplayed.
Best regards,
Devin
Hello,
I used this solution: https://kriesi.at/support/topic/adding-event-tracking-to-choices-contact-form/
The problem is, it fires submission event no matter if it was successful or if it failed because some fields were not filled.
Please advise how to change it, so only successful submissions are counted.
I did the update, edited the code, and the installation of the thumbnail regenerator and nothing has changed.
See: http://fairfieldcounty.info/angel-street-blog/
Are you sure there’s nothing conflicting from all the styling adjustments you had me make? See below:
.team-img-container img { float: left; }
body .column-top-margin { margin-top: 1px; }
.content, .sidebar { padding-top: 10px; }
.template-page .big-preview a {
pointer-events: none;
}
.single-post .template-blog .blog-meta { display: none; }
.single-post .single-small.with-slider .small-preview { height: auto; }
.main_color .small-preview { background: transparent; }
.page-id-1336 .avia-content-slider .slide-image { min-height: 75px; }
.blog-meta a {
pointer-events: none !important;
}
This reply has been marked as private.
Hi Holger!
I *think* its actually using the same wpautop function in the text elements and I know we’ve talked a lot about it internally because it can be somewhat unpredictable.
Peter and Kriesi are working on a new code element that will eventually solve this but for the short term the best solution is to either use a shortcode custom made for each usage or to use a plugin like this one which lets you add code snippets to custom shortcodes: https://wordpress.org/plugins/insert-html-snippet/ (note: I have not used this one specifically but it came up first on my search. There are lots of alternatives with various differences)
Best regards,
Devin
Hey!
I think you mean the opacity change on the images which can be changed with:
#top .avia-gallery .avia-gallery-thumb a:hover {
opacity: 1;
}
Best regards,
Devin