Hey Oscar!
Are you using the latest version of Enfold (2.7.1)?
Regards,
Josue
Hello –
I just purchased the Enfold theme and proceeded to try and create a couple of test pages.
But none of the pictures are showing up (either inserted via the Easy Slider or as an Image media element. I’ve tried different pages, no luck.
The test site is at http://crownskis.com/csc_test
I haven’t customized any CSS, this is out of the box.
Help please!
Thanks,
Josue,
Thanks for the help. Unfortunately, the popups are showing up behind the content. On my homepage, the screen turns slightly darker when I click the link, so the modal is apparently activated, but it doesn’t show up. On the FAQ page, half of the modal is hidden behind an accordion and the other half is visible.
I’ll play around with a few more plugins and (hopefully) find one that plays well with Enfold.
-Taft
Hey Taft!
That’s not possible with Enfold out of the box. Try with this plugin:
https://wordpress.org/plugins/anything-popup/
Regards,
Josue
Hey WaldenDesign!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top .social_bookmarks li a { font-size: 18px; }
Regards,
Yigit
Hello,
Are you using the latest version of Enfold (2.7.1)? have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
Josue
Hey!
You are using an old version of Enfold (2.5.4), please update to 2.7.1.
http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
Josue
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