On the Layerrslider WP settings for that slide the width and height are both blank.
Is that where you mean? Where would I find the “Global” settings for that slider?
I have solved the problem. I resized the imaged to the correct width en height, and did’t make them 100% with CSS.
Let’s say i want a boarder in a special green: #719430
Hey!
What do you mean by “custom color”?
Cheers!
Ismael
This reply has been marked as private.
Hi,
I’m wanting to change the color of the search submit button colors to where it is one color in the Main Navigation and another in the Sidebars (on certain pages). What class(es) would I specify to do this? I have already used #top #searchsubmit to specify the background-color in the sidebar.
I will include a link to the site in a private post following this one.
In the Main Navigation (want to change this color)
http://postimg.org/image/50hdzlkkp/
In the Sidebar (want to keep this color)
http://postimg.org/image/lbhhvwx27/
-
This topic was modified 12 years, 2 months ago by
Thinkgate.
This reply has been marked as private.
Perfekt!
How can i make a custom color?
Thanks Ismael!
Ok thanks – however I still cant see where on the masonary element it allows me to select to show products (I can use it to display a bunch of images which is great but not products!)
Thanks in advance
Hey!
It looks like you’ve set the width larger than the photo so its getting stretched as a background image to fit the largest space.
Check that slides global settings and you can adjust as needed.
Cheers!
Devin
Hi again,
Is there a way to have a video shown instead of a image?
Thanks!
Hi simonac!
You can add this on Quick CSS:
.avia-image-container img {
border: 1px solid gray;
padding: 5px;
}
Regards,
Ismael
Hi,
My layer slider is flashing on load en when going to the next slide.
I use only .jpg images.
How to solve this?
Regards, Pieterjanvd
Hi,
how can i add a boarder to images which i embedded with the “Image” Tab – in the Avia Layout Builder?
Thanks!
I want a blog like the demo page; Multi author blog.
So I placed a Blog post element in WordPress and selected:
Multi Author Blog, Read more link (I do not kwno what image size I must select). But on my site this is not shown good; http://www.paradepaard.nl/blog/
Thank you, it did the trick.
If anyone needs it here is the full CSS used:
#header_main .container { width: 100%; }
.bottom_nav_header.social_header #header_main .container {
height: 160px; }
div .logo { left: 10%; }
Adjust height depending on your logo size and play with div .logo { left: 10%; } until you find the right % to center it
Hello,
I been using enfold for homepage, but I found that from browsers lower than IE 11,
last column shifts downward and some of pages column shifts downward if its just images on the main contents.
In footer:
| column1 | | column2 | | column3 | < this is what we expected on the footer but I see
| column1 | | column2 |
| column3 | < something like this
In main contents:
| image1 | | Image2 | < this is what we expected on the main contents
| image1 |
| Image2 | <this happens
Is this just me??
Hi Devin,
I have found the way to solve my problem. Set Perfect Manual Masonry for make each images is different at portfolio pages, and set value portrait or landscape to images which will be set.
Thank you for the support :)
Hi Devin,
Thank you for the supports. Yes, I have set masonry portfolio.
But, if i want to set each of images have different size like your demo site, what should i do ?
Thank you.
Hey!
Please, Kriesi support, since the latest release of FF, the 26th, something strange happened:


As a matter of fact, images placed within tables or megamenu are shown much bigger than in other browsers, ignoring their given suggested dimensions.
*** UPDATE ***
This kind of issue occurs even in Internet Explorer!!!
Last question: I developed with Enfold in Chrome and everything looks much better than in FF… is there a specific why?
Thanks since now and best regards.
-
This reply was modified 12 years, 2 months ago by
Alessandro Marengo. Reason: adding IE fault
Hey there,
After making changes to the theme option under styling, If I make any changes to the CSS code; enfold.css the settings from the theme options (styling) are changed back to default. Like if i set a background image for the header and then if change the navigation item color through CSS, the BG disappears. Now all i have to do is to go to the options and resave the options i want. This way i cannot change anything from the CSS. Kindly please assist.
Thanks.
This reply has been marked as private.
When upload log from computer via Enfold Logo uploader, all options seem stuck, can’t change size, can’t choose to use as logo. It has worked before, but not now. Using 2.4.5. The logo image is in the media gallery, but when I go that route, still stuck, can’t choose the image. Where in the code can I place the url/link to the media gallery so I can bypass the logo uploader? Thanks – Ken
Hey!
Try adding this code to the Quick CSS:
.avia-slideshow-inner .image-overlay.overlay-type-extern {
display: none !important;
}
Cheers!
Josue
Hello,
Is there a way to remove the hover from the slider? When you roll over it, there’s a transparent overlay and a circle with an arrow in it. I’d like to have it removed all together and keep in plain. I found another a thread that stated to add the following to quick css:
.image_overlay_effect.external_image {
display: none !important;
}
I added the above and it still didn’t remove it. Thank you in advance for your assistance!
-
This topic was modified 12 years, 2 months ago by
ojooce.
Hey!
If you want to set an image:
.avia-menu-fx {
background: url(https://avia.wp/enfold/wp-content/themes/enfold/config-layerslider/LayerSlider/avia-samples/slide3_l17.png) !important;
}
If you want to change the color:
.avia-menu-fx .avia-arrow-wrap{
border-color: blue !important;
}
.avia-menu-fx{
background: blue !important;
}
Regards,
Josue
You are welcome, glad we could help :)
Regards,
Josue
Hi,
I knew that!! dah!! Thanks for your help. Appreciate it
regards
Richard
This reply has been marked as private.