Hey bensondesign!
NOTE: Layer slider do not support fullscreen video but we can provide you some css hacks it will have some limitations. please try the below code in Quick CSS in Enfold > General Styling
#top .ls-l{
width:100vw!important;
left:0!important;
}
Best regards,
Vinay
Hey!
1. Remove date author from blog
.post-meta-infos {
display:none!important;
}
2. Remove underline text
#top .avia-caption-content a {
text-decoration: none!important;
}
3. To add a dark overlay behind the slider text
.slideshow_align_caption {
background: rgba(0,0,0,.5);
display: inline-block!important;
padding: 30px;
top: 25vh;
transform: translateY(-50%);
}
Regards,
Vinay
Hi,
Great, glad you got it working. Please let us know if you should need any more help on the topic.
Thanks,
Rikard
Hi Freek,
There are a couple of plugins here: https://wordpress.org/plugins/tags/stopwatch although they seem to be a bit old. I would try searching for your problem to see if you find anything useful.
Best regards,
Rikard
How do I increase the container size for product pics on single product pages? I tried doing what was said in this thread: https://kriesi.at/support/topic/increase-size-of-main-product-image-on-single-product-pages/ but the CSS did not work and I could not find it in config-woocommerce>config.php.
Hey!
Add this in the Quick CSS field:
.page-id-3709 .mejs-mediaelement iframe {
margin-top: -100px;
}
It will move the video frame upwards.
Regards,
Ismael
I decided to create a new page with all the needed widgets. Everything looked great. As soon as I set the page to be the “Blog Posts” page, all widgets stopped being populated again.
i really dont feel that im getting the suport that i’ve paid for.
Is this topic still active?
Hi,
I am trying to style the top bar (change height of bar and size of phone number text).
Also, I’d like to increase the size of the text on the title bar.
Could you proved the css on how to do these 2x things?
Thanks!
I am trying to increase the font size of a full width submenu content element. I added this to my custom CSS, but it does not work.
#top .av-subnav-menu > li > a {
font-size: 48px;
}
I am also trying to place the logo on the left side of the full-width submenu, but there is no option to add an image. Is this possible and make the image sticky with the menu?
I am trying to remove the animation of the hotspot, I do not want it to pulse and I found the below this (https://kriesi.at/support/topic/custom-styling-for-image-with-hotspots/) but the code did not work for the animation part it did work to make the hotspot transparent.
How do I remove the pulsing animation of the hotspot?
Help! I used the fix above and while it solves the upload issue, I get:
Warning: Division by zero in /home/content/p3pnexwpnas08_data02/27/2854827/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/helper-slideshow.php on line 47
displayed at the top of my web page!
@rikard
Sure thing, thanks.
Hi
I’m trying to remove the overlay and caption on one item in the shop with this code
#av-masonry-1-item-175 #top .av-caption-style-overlay a.av-masonry-item-with-image .av-inner-masonry-content{
background: rgba(0,0,0,0.0) !important;}
#av-masonry-1-item-175 #top .av-caption-style-overlay a.av-masonry-item-with-image .av-inner-masonry-content *, #top .av-caption-style-overlay a.av-masonry-item-with-image ins:before, #top #wrap_all .av-caption-style-overlay a.av-masonry-item-with-image del{
color: rgba(0,0,0,0.0) !important;}
but it doesn’t seem to work. Any ideas
Thanks
Richard
The following closed topic describes what one customer did to enable ‘page split’ using Enfold’s Advance Editor. Unfortunately, it doesn’t say how this was done (what code was used and where is it placed in the child php file). I want to accomplish the same results but don’t have a clue what to do. Need help – thanks!
https://kriesi.at/support/topic/split-page-content-into-several-pages-with-pagination/
Hey!
You’re very welcome :) Glad they helped you with a solution.
Polylang works well with the Enfold theme and definitely share any other plugins that work when you go through your search https://kriesi.at/support/topic/recommended-plugins/.
Cheers!
Jordan
Hey!
The credentials do not work. Please try the below CSS adjust the
#top #menu-item-1372 .sub_menu li ul {
top: 40px!important;
}
Regards,
Vinay
-
This reply was modified 9 years, 11 months ago by
Vinay.
Hey!
in color section > background option you can set both image and video. You can find the background image options right above the video options. I checked your site on my android phone and the fallback image is working. it may be visible on desktop but that is not the real simulation of mobile view :) please check the site on you phone if you have any issues feel free to get in touch with us.
Thank you for using enfold.
Cheers!
Vinay
I have the latest version of Enfold and wordpress and the layerslider will intermittently stop working on certain pages. The right slide is selected on the pages, no editing has been done and yet, every once in a while, the images just disappear. After a few hours, they are back and it’s fine. Is there any reason that would cause this?
Hi Nicoletta_DUS!
Hi we have made a list of really good plugins please check it out here
Cheers!
Vinay
Hi!
Please use the below CSS in Quick CSS
.avia-menu li > ul.sub-menu {
margin-top:50px;
}
Adjust the margin value to suit your design. if you have any questions please get back with a link where we can inspect the element in question.
Cheers!
Vinay
Hi mitiuphoto!
You can make use of Enfolds builtin feature for this
1.Open the link in a lightbox
just add this like a normal link http://link.com?iframe=true
2. Change the lightbox width to be 100% so it looks like full screen with a x to close.
Feel free to adjust the top position.
.mfp-iframe-holder .mfp-content {
max-width: 100vw!important;
max-height: 80vh!important;
position:absolute;
top:100px;
left:0;
}
Cheers!
Vinay
-
This reply was modified 9 years, 11 months ago by
Vinay.
Hey!
As there is no reply, we will close the topic here.
Thanks a lot for your patience and understanding
Cheers!
Basilis
ignore what I wrote above. I changed the design of the top bar to have a drop down. However, now the dropdown box covers the main item above. Can it dropdown lower? See image attached. :) Thank you!
Hi!
No problem! We added a bit of custom CSS for you in Enfold > General styling > Quick CSS
#section_margin {
margin-top: -240px;
padding-top: 240px;
}
And added this ID “section_margin” to the color section so the section appears below the header on any normal page :)
Cheers!
Vinay
Hi worldfuturecouncil!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.phone-info a {
text-decoration: none!important;
}
.phone-info img {
position: relative;
top: 3px;
}
Best regards,
Yigit
Hey m_gnowit!
Replied you here – https://kriesi.at/support/topic/edit-functions-php/
Let us continue there.
Regards,
Yigit
Got it. Yes, adding the font-family CSS in the bottom Custom CSS area of the slide editor area works – AND – those details seem to save and remain intact after leaving the slider editor and returning later. This will get me by for the moment. Thanks for confirming.
The issue I was experiencing and continue to experience is was when inserting “Futura-pt” or just Futura-pt (Typekit font) into the upper Font Family form field (whether I’m using quotation marks or not) after saving, leaving and returning all of the styling for that slide is eliminated – the font is no longer displaying in the Font Family field and other styling is also missing. It seems that if I just specify the generic futura family that font does save and sticks when returning – but when using “Futura-pt” or Futura-pt it seems to break the editor.
The editor seems to accept Google fonts just fine up in that upper Font Family form field, so maybe there’s a fix for this somehow to allow Typekit fonts to stick as well? I will just avoid using that top area for that specific Typekit font and will use the lower Custom CSS area instead. I realize this is not your doing and perhaps these comments should be directed to the plugin developers. But just worth noting.
Thanks again for looking into this.