I have installed the Enfold template at a new Bluehost location, and unlike my previous install at another provider, none of my install attempts have resulted in me being able to see the tool bar in the advanced avia editor. My option is to hard code in the HTML mode.
Has this been an issue for anyone else?
-
This topic was modified 11 years, 1 month ago by
tionetworks.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
body .column-top-margin {
margin-top: 25px;
}
If this is not what you meant, please elaborate
Regards,
Yigit
Hey!
Please make sure that you are using the latest version of Enfold (2.7.1), WordPress (3.9.1) and WPML (3.1.5)
Best regards,
Yigit
Hey!
You are currently using an older version of the theme. Please update Enfold to the latest version 2.7.1 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
preferably via FTP
Regards,
Yigit
Hey CloudChoice!
You can turn on debugging mode to get all the shortcodes. Please see – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Regards,
Yigit
Hi,
Are you using the latest version of Enfold (2.7.1)? can you post the link to your website please?
Regards,
Josue
Hi!
Ihr verwendet eine alte Version des Enfold Themes. Bitte aktualisiert auf 2.9.1 und der Code sollte funktionieren.
Cheers!
Peter
Hey Lin!
Glad that it worked! :)
You should always add custom CSS codes to Quick CSS field in Enfold theme options > General Styling tab or Custom.css file inside Enfold/css folder. Let us know if you have any other questions or issues!
Cheers!
Yigit
Hi everybody
I finally updated my Enfold Theme to 2.7.1 and it seems that everything is running perfectly again!
Thank you very much!
Regards
Dom
We recently upgraded to 2.7.1 in order to fix the bug with text blocks and WP 3.9, but have stumbled upon a new bug in the admin panel.
In the Widgets section, the dropdown of existing widgets fails to work — The console shows an endless string of Undefined errors calling to jquery-ui. Before attempting to click anything, we noticed that widgets.php fails to load “src=’/maps/api/js?sensor=false&ver=3′”
I have tried switching to different themes, and the error only happens on enfold.
Hi!
No, that’s how that element works:
http://kriesi.at/themes/enfold/pages/about-us/
Regards,
Josue
Hi Michael!
Try the following, add this to your theme / child theme functions.php:
function columns_class_mod(){
?>
<script>
(function($){
$(window).load(function() {
$(".custom_elements").each(function(){
var theClasses = $(this).attr('class').split(' ');
for (var i = 0; i < theClasses.length; i++) {
if (theClasses[i] === "custom_elements") {
theClass = theClasses[i+1];
}
}
$(this).parents(".flex_column").addClass(theClass);
});
});
})(jQuery);
</script>
<?php
}
add_action('wp_footer', 'columns_class_mod');
Now, this will make each element with a class of custom_elements apply its next class to its parent flex_column element.
For example here i have a text elements inside a column, i have set the identifier ‘custom_elements’ class first and the class i want to apply to the parent element last (custom_class):
The result:
Then you can target the column with:
.flex_column.custom_class{
...
}
This was implemented in 3.2, no need for this mod.
Cheers!
Josue
-
This reply was modified 10 years, 1 month ago by
Josue.
This reply has been marked as private.
Hey!
1- Please add following code to Quick CSS as well
.html_header_top.html_header_sticky #main {
padding-top: 59px;
}
2- Your logo image has whitespace on the right side – http://danfarberoff.com/wp-content/uploads/2013/04/ENFOLD-LOGO-NEW19.png
Please edit your image and remove it
Regards,
Yigit
Hi sevankonu!
Please go to Enfold theme options and choose your frontpage in “Frontpage Settings” field
Best regards,
Yigit
Hi connect4consulting!
You can add following code to Quick CSS in Enfold theme options under General Styling tab as a starting point
.av-main-nav li { float: none; }
for further customization, if you are not comfortable with CSS, please hire a freelance developer
Regards,
Yigit
Hi Support,
I would like to fix the datapicker that offers Gravity Forms, using more the CSS that enfold uses.
Month and year in the same line and shorter .
My url: http://apartamentoskosherbarcelona.com/reserva-tu-apartamento/
Thank you !
Hi!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1140px) {
.av-main-nav > li > a { padding: 0 7px; }}
Cheers!
Yigit
Hi,
I am trying to use the Gallery shortcode with “Big Gallery with Preview”. Although I am having some problems which some other people had but not solved yet.
My settings are like below :
1- Gallery Style Option : Big image with thumbnails below
2- Gallery Big preview Image Size : No Scaling (Original Width X Original Height)
3- Force same size: Yes, force same size on all Big Preview Images
4- Gallery Preview Image Size : Thumbnail (80×80)
My problem is:
2- No Scaling option doesn’t work and my images seems bigger than their original size. I want them to be seen as their original sizes.
4- Preview thumbnail image sizes do not seem as 80×80 but they seem bigger (206×142)
So basically I want the thumbnail images to be seen exactly on your theme demo website http://kriesi.at/themes/enfold/shortcodes/gallery/ Big gallery with preview
Hi,
My website http://www.cromateknik.com has the Enfold theme. I used to have an index.html which was directing the site to another website (www.mesateknik.com). Now I removed the index.html but when I enter http://www.cromateknik.com, the site gives an 404 page.
Please help me asap.
Thank you,
Same problem here.. :(
Updated to latest WordPress and latest Enfold:
Click here for screenshot
Hi!
Please update Enfold to the latest version 2.7.1 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
issue was fixed
Best regards,
Yigit
Hi matthewnewton15!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.col-2 form.register {
padding-bottom: 50px!important;
}
Cheers!
Yigit
Hi Josue,
I updated to the latest version of Enfold, and no third party plugins are active or installed.
Please advise,
Thanks.
Hey!
Please update Enfold to the latest version 2.7.1 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
preferably via FTP. Current version of Enfold you are using is not fully compatible with WordPress version you are using. Updating the theme should solve the issue. If it does not, let us know :)
Glad you like Enfold!
Regards,
Yigit
This reply has been marked as private.
Hey cbsvane!
Which version of Enfold and WordPress are you using? Please try deactivating all active plugins and flush browser cache few times and check if that helps. Also, we would appreciate if you do not use abusive language on the forum :)
Best regards,
Yigit
Hey Carsten!
Please update Enfold to the latest version 2.7.1 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
Yigit
Hi OriginsSpeak!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top #wrap_all .av-social-link-mail:hover a {
color: #fff;
background-color: red;
}
Cheers!
Yigit