Hi Technoh!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
a.ls-nav-next {
content: url(https://yourdomain.com/slider-arrow-right.png);
}
a.ls-nav-prev {
content: url(https://yourdomain.com/slider-arrow-left.png);
}
Best regards,
Yigit
Hi there,
I have some problems with the CSS of the tabs when I use a mobile device or a small browser window. I found out that in the mobile view the tabs do not have the same background and behaviour like in your example online: http://kriesi.at/themes/enfold/shortcodes/tabs/
I already tried, but my CSS skills are not enough developed yet. Could you please have a look and use your super CSS powers?
Thanks in advance for your help!
Daniel
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.responsive #header_main .container {
height: 140px!important;
}
#advanced_menu_toggle, #advanced_menu_hide {
top: 80%; }
.responsive .logo a, .responsive .logo img, .responsive .logo {
height: auto !important;
max-height: 100px !important;
}}
Best regards,
Yigit
I have no idea what that means. I am dealing with support about issues relating to migrating to the new Enfold version, which I thought was the topic here. Am I missing something?
Hi papernapkinmarketing!
1- Please add following code to Quick CSS in Enfold theme options under General Styling tab
section#aptfinbytap_domain-5 {
margin-top: -35px!important;
}
2- Please edit this image – http://papernapkinmarketing.com/wp-content/uploads/2014/06/ContactUs-white-01.png and remove whitespace from the left of it
Cheers!
Yigit
Hi!
Please review your website now. I have added custom CSS code to bottom of Quick CSS field in Enfold theme options
Regards,
Yigit
Hi,
i have a problem with my enfold modules.
when i setup the content for the avia module, nothing get saved.
for example I populated the team member, saved and if i come back to edit all the information are missing.
Here the wordpress: http://54.76.190.109/wordpress/
separate issue the import content didn’t import pictures and the LayerSliderWP doesn’t work :/
Hi,
one of my clients told me that Enfold shares shortcodes on Facebook. If one shares a page manually, there is no text, only Layout Builder shortcodes.
What to do?
Best regards
David
Hey tocal!
Please add following code to Quick CSS
1-
.logo img {
padding: 20px 0;
}
2- Please go to Enfold theme options > Header Layout > Header Layout > Header Size = Custom Pixel Value > Header Custom Height = 180px
3-
.avia-menu-fx { left: -10px; }
4-
.av-main-nav ul { top: 97%; }
5-
.header_color .main_menu .menu ul li a:hover {
background-color: transparent;
}
#top .av-main-nav ul a:hover .avia-menu-text {
color: green !important;
}
Regards,
Yigit
Hi sitesme!
That definitely shouldn’t be happening. Can we see the site live?
We have a couple of resources to help with child themes which you can also check to make sure things are set up correctly:
http://kriesi.at/documentation/enfold/using-a-child-theme/
I also keep a public git repo available with a simple starter child theme as well: https://github.com/DevinVinson/enfold-child-starter
Regards,
Devin
Hi debbienz!
You can use a child theme if you would like to make changes on theme files. Please see – http://kriesi.at/documentation/enfold/using-a-child-theme/
Cheers!
Yigit
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