Problem with LayerSlider fixed! Last night we installed the entire Enfold-Wordpress-Site on another server(different provider). On the other server the LayerSlider editor worked flawlessly, all sliders were editable. My server was configured with php 5-53stable, the other server with php 5-54stable. After switching my server from 5-53 to 5-54 all errors are gone, and I’m glad for regaining control over my sliders.
Thank you again for trying to help!
Cheers!
Rainer
Hi Matt!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-5995 .image-overlay { display: none !important; }
You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Best regards,
Yigit
Hello,
I was looking over your home page and I noticed a nice animated graphic.
Its the circular animated graphic on your home page under the title “THE BASICS – WHAT YOU GET WITH EVERY THEME”
I was just wondering how you did it? Was it using the existing functionality within Enfold or something else? IT would be perfect for something I am trying to do just unsure on how easy it will be to achieve.
Thanks
Ahh, I have two versions of the Enfold theme, and I edited the wrong one. Good catch! It looks like it fixed it for the home page link, thanks! If I click the “Client Results” link to jump down to that section of the home page, the home link still remains highlighted. I don’t suppose there’s any way to get the “Client Results” link to highlight after it’s clicked, is there?
The predefined color schemes are not working for me. It doesn’t matter which one I choose, the color scheme stays on “Splash red”. I am using WordPress 3.9.1 and Enfold 2.7.1.
There is alot of stuff you can edit using CSS
http://kriesi.at/documentation/enfold/custom-css-and-quick-css/
One thing you could do is to give certain layout elements a box shadow and border.
.flex_column.av_one_third.first {
box-shadow: 2px 2px 2px 0 #AAAAAA;
border:1px solid #cccccc;
padding: 0px 10px;
}
That affects all 1/3 layout sections.
If you want it for specific elements, you can add the page id to the css code (.page-id-99.flex_column.av_one_third.first) or you use custom classes (.yourClass { background-color: #cccccc}).
To set a custom class for an element see: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
I want to add a layer with a background and a primary navigation. How do I apply this?
Can anyone help me please?
Hey ConflateGermany!
Yes it is possible. Please turn on Custom CSS field for Avia Layout Builder elements ( see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and customize text blocks using custom css in Quick CSS field in Enfold theme options under General Styling tab
.custom-class { padding: 10px; border: 1px solid #e2e2e2; }
Regards,
Yigit
Hey renz54!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
1-
@media only screen and (max-width: 1140px) {
.av-main-nav > li > a { padding: 0 8px; }}
2-
.page-id-2633 .avia-icon-list li {
padding: 0 0 70px 0; }
Best regards,
Yigit
Hello,
is it able to create such nice textblock as on this page http://www.pbu-cad.de/ in the enfold theme? Or maybe so changes the backround collor of the textblocks like this: http://www.siemens.com/entry/cc/en/
Thx
Kind regards
Martin
Hi there,
Regarding: http://ips-group.dk/about-ips-group/contact/
I see wierd lines on the map?
The pin is not in the correct spot. I just spoke with google last week, so today the marking is 100% correct, please see: https://www.google.dk/maps/place/IPS-Group+A%2FS+-+Innovative+Products+and+S (Email address hidden if logged out) ,12.5939418,19z/data=!4m2!3m1!1s0x4652533b8767f995:0x569f26dcb32b6ede
Why cant Enfold update this?
Thx :)
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top #wrap_all .main_color del { color: red !important; }
Cheers!
Yigit
Hi!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_top.html_logo_center .logo { margin-left: 0!important\9; }
Cheers!
Yigit
Hey mixedmedia99!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_transform .avia-gallery-thumb img {
opacity: 1;
}
Regards,
Yigit
Hey vpayette!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.avia-slideshow-dots a { bottom: 370px; }
Cheers!
Yigit
-
This reply was modified 11 years, 10 months ago by
Yigit.
Hi alessioandreani!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .fullsize .template-blog .post .entry-content-wrapper, #top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 100%; }
Cheers!
Yigit
Hey linkrep42!
Please make sure that you are using the latest version of Enfold 2.7.1 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
Yigit
This reply has been marked as private.
Hey SSDWebsites!
You are currently using an older version of the theme. Firstly please update it to the latest version 2.7.1 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
Yigit
Hi again
I am still having problems with my video background in the color section on this page:
– fine in chrome and now in firefox but I checked it in safari on another
machine and the video seems to load (I get a still image) but doesn’t play. The flash plugin was up-to-date
(this was the problem on my machine). any ideas what the issue is here? I am running enfold 2.7
thanks
Nancy
-
This topic was modified 9 years, 12 months ago by
Yigit.
Hey!
Can you try changing 768px values to 990px in the code i posted here – https://kriesi.at/support/topic/transparent-header-issues-enfold/#post-268580
Cheers!
Yigit
Hey charger70!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.logo img { margin-top: 35px; }
Cheers!
Yigit
this reduces the max width of all text blocks on this page:
http://kriesi.at/documentation/enfold/custom-css-and-quick-css/
.page-id-223 .avia_textblock {
max-width: 560px !important;
}
Hi mcraig77!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home #main {
padding-top: 0!important;
}
Best regards,
Yigit
Hi Sal!
Please go to Enfold/includes folder and open helper-main-menu.php file and find
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true);
and add your number right above it as following
echo "<div class='phone-no'>your number here</div>";
then add following code to Quick CSS in Enfold theme options under General Styling tab
div.phone-no {
position: absolute;
left: 30%;
}
Best regards,
Yigit
Width of the image is set to auto. That makes the browser calculate the width of the table.
You can fix it by changing the width of the image to 100%
http://kriesi.at/documentation/enfold/custom-css-and-quick-css/
.avia-highlight-col img {
width: 100%;
}
Hi Ester1234!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single-post .big-preview.single-big { display: none; }
and post the link to your website if that does not work
Regards,
Yigit
Hi, I’m working on an Intranet solution where I’m using Enfold (witch by the way is great :) ).
A little about what I have done
First of I had to deactivate* the custom “prettyPhoto” (this because it did not allow the user to download the original image when right clicking the image in “lightbox-mode”). Then I installed the plugin “Lightbox Plus ColorBox” In addition. It now works as I want it to.
* js>avia.js file:
//activates the prettyphoto lightbox
// $(container).avia_activate_lightbox({callback:’avia_lightbox_callback’});
My problem is with the gallery
I am using Avia Layout Builder on the page, and I have used the Gallery (under Media Elements) which works great. The problem lays with the gallery and the lightbox. If I’m opening one image in a gallery (in a lightbox) it don’t show any next button. Therefore, you have to open up every single image like this.
I also tried to insert a standard WP-gallery in a Text Block, but this don’t work at all.
My temporary solution have been to insert regular images into a Text Block, and then the lightbox works perfectly. However, it is many images, and this is very cumbersome and not exactly smooth.
Do you have any suggestion on how to solve this problem?
It would be wonderful to use your gallery solution for this task, and much easier for others to operate!
So I had Disqus comments activated but removed them for Facebook comments and now I see this underneath?
I uninstalled and DELETED DISQUS so not sure why it’s still there, or is it Enfold related?
See image here:
http://gyazo.com/d178f846e58549c68c7c0eeaebd7f1c1
Any help would be greatly appreciated, thanks.