Checking a number of things this morning and it looks like whatever changes were made in the new Enfold version are resulting in a lot of issues with the LayerSlider. On that first slider I had the height set at 500px, the exact height of the image and everything was fine. I set the font at 22px and it lined up perfectly on the background images. It still looks like that in the LayerSlider preview. Nothing has changed; however, when you load the page the background images are all too short and the text size has been increased and the position changed as well.
Not knowing what changes were made I went in to adjust some of the settings and it’s even worse. I deleted the width and height in the slider settings and turned the full-width on. This worked fine before but now the slider is simply gone! No idea why. I checked the source code and there is no code for the slider.
Hi murphy88!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-menu-fx { bottom: 80px; }
if that does not work, please post the link to your website
Cheers!
Yigit
Hi, recently purchased Enfold and have installed the theme and dummy content.
Although the home page works, I cannot access any or the pages from the main menu?
The pages cannot be accessed in the dashboard either?
http://www.impetroltd.co.uk/
Hi i am usning the masonry portfolio for one of my pages, but the problem that i have is the order of it, currently the newest posts are firs and i want to have them to be in custom order or atliest ordered alphabetically. Is this posssible and how it should be done?
Hey roemer!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home .content {
padding-top: 0;
}
Regards,
Yigit
Hey connect4consulting!
Please go to Appearance > Editor and open Helper-main-menu.php file and at the bottom add following code
<?php echo do_shortcode("[shortcode goes here]"); ?>
You can enable debugging mode to get the shortcode of your element – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Regards,
Yigit
Hey curmi01!
Please go to Enfold theme options > General Styling tab and change main colors to #AD0004
Regards,
Yigit
Hey Angiec13!
1- I went through all of your pages and socket displays on all of them on my end. Which page it does not show on your end?
2- Please add following code to Quick CSS in Enfold theme options under General Styling tab
.footer_color .widget_nav_menu ul:first-child>.current-menu-item, .footer_color .widget_nav_menu ul:first-child>.current_page_item {
background: transparent!important;
box-shadow: none!important;
}
Cheers!
Yigit
Hey!
You can take a look at Enfold showcase thread for inspiration – https://kriesi.at/support/topic/enfold-showcase/
I was able to display Sanitary Ware menu item as Mega Menu. Please review your website
Best regards,
Yigit
Hi leesberg!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.post-meta-infos {
display: none!important;
}
You can also go to Enfold theme options > Blog Layout and uncheck unwanted post meta
Regards,
Yigit
Hi effectandaffect!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.template-blog .post .entry-content-wrapper {
clear: left;
}
then add this code to Functions.php file in Appearance > Editor
function add_custom_script(){
?>
<script>
jQuery(window).load(function(){
jQuery(".single-post .avia-breadcrumbs").appendTo(".single-post .big-preview.single-big");
});
</script>
<?php
}
add_action('wp_footer', 'add_custom_script');
Best regards,
Yigit
Hi kimogroup!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (min-width: 1140px) {
.responsive .container {
width: 1030px!important;
}}
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
nav.main_menu {
background-color: rgba(0,0,0,0.2);
border-radius: 10px;
}
.header-scrolled nav.main_menu {
background-color: transparent;
}
Best regards,
Yigit
Hi
I’m using the header transparency option on the homepage and use an image as background – great effect.
I have set a different logo and also changed the color of menu links but the menu links are not quit visible enough, and I really would like to have the option from the Flagship theme where the menu have a transparent background color. How would that be possible on the othervise great Enfold theme?
Thanks
Hi,
After the recent update, my portfolio links are all wrong. I just realize it when i was finish uploading a client photos.
previously it was working fine, now it gives me error. Recently after the WordPress update, my enfold theme was broken and i had to reupload the theme via FTP after that its like this. Sorry i am not a pro with such stuff. Really appreciate some help here.
Hi,
all page images have disappeared overnight. We are using version 2.8.1 and Enfold shortcodes for images. What could be the reason?
Thanks,
A.K
Hi irfan_arif!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.av_promobox { margin: 10px 0; }
Cheers!
Yigit
Hey!
@novamaris You can go to Enfold forum and scroll down to start a new topic – https://kriesi.at/support/forum/enfold/#new-topic-0
Regards,
Yigit
Hiya, need a magnifier to work for WooCommerce single product page.
I’ve tried previous suggestions here, but with WP 3.9.1 + latest Enfold to date – doesn’t work.
None of this code helps either….
.yith_magnifier_zoom.woocommerce-main-image {
width: 200px;
}
---------- or
.four.units.single-product-main-image {
overflow: visible;
z-index: 100;
}
Hey Effektid!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.alternate_color .avia-icon-list .iconlist_icon {
background-color: red;
}
.main_color .avia-icon-list .iconlist_icon {
background-color: orange;
}
Best regards,
Yigit
Hey!
Please update Enfold to the latest version 2.8.1 via FTP – http://vimeo.com/67209750
and Code Block element should show up
Regards,
Yigit
You closed my thread at https://kriesi.at/support/topic/enfold-https-issue/ without providing a fix.
Your hack makes all references https. I only use https for the admin console, but given the incorrect url prefix in your hard coded css link, the site doesn’t work while i’m logged in.
Why can’t you fix this properly? It’s one CSS reference.
Cheers,
Jason
My videos are hosted on You Tube but I am having trouble with the embedding settings – would like a cleaner look like from Vimeo. I am not able to edit the embed box in You Tube anymore (to set the modest branding, etc.) Do you know how to do this? Are there further options in Enfold for the embed settings? I’d like to remove the branding, title, etc.
thanks
n
Hi dalen550!
Please go to Appearance > Menus and create a new menu, and add “Privacy” and “Terms of use” pages to your new menu then check “Enfold footer menu” under Menu settings – http://i.imgur.com/JJ7SoG0.png
Cheers!
Yigit
Hello,
I’m really new to WP and Enfold, so I apologize if this is a dumb question. But I’m looking for a way to automatically include some of my “Pages” (instead of “Posts”) into a Masonry Gallery. Is this possible?
I like the layout of this page in the Enfold demo:
http://kriesi.at/themes/enfold/shortcodes/masonry-gallery/
And I’d like to replicate that. But that gallery appears to list “Posts” only.
Thanks.
Hi Dude – Thanks for the suggestion to use the “Code block” instead of the “Text Block”. We are using the Enfold theme from 3/30/2014 and I don’t see the “Code block” in the “Content Elements”. Is the “Code block” available in the Enfold theme? If so, maybe it was added after 3/30/2014? Or maybe there’s a switch to turn it on?
Any guidance you have would be great.
Thanks!
Hi,
I created a new website with the dummy content from the enfold theme. But the problem is that changes of styling don´t work. They show in the backend preview, but not in the frontend after refreshing the page.
I tried it even by impoting a Theme Settings File from another enfold site that I have, but this does not work, too. Even in the preview it doesn´t show the styling from the imported file.
So, what do I have to do now, to enable the styling changes?
Cheers,
Thorsten