Hi Ismael,
If I switch to a default theme like say… the default Twenty Twelve theme that comes with WordPress… will it screw up any of the editing I’ve done to build my current site using Enfold? I just want to make sure that I won’t have any issues when switching back to Enfold at whatever point. Let me know.
Thank You!
Kevin
Hey!
Thank you for using Enfold.
I’m sorry but we don’t provide support for third party plugins as stated on our support policy. Please contact the plugin author.
Cheers!
Ismael
Hey CiniZ!
Thank you for using Enfold.
Did you update the theme as well? Older version of the Enfold theme is not compatible with WordPress 4.0. Please download the latest version 3.0.2 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
Ismael
Hi jonathandickinson!
Thank you for using Enfold.
I’m sorry but I don’t see the related post section on the link you provided.
Best regards,
Ismael
Hey DROR!
Thank you for using Enfold.
Please use the Simple Image Sizes plugin to change the thumbnail sizes. If I am not mistaken, you need to change the entry_with_sidebar thumbnail. Save changes then regenerate the thumbnails or upload them again.
Regards,
Ismael
Hi pmiromania!
Thank you for using Enfold.
Did you transfer the website? In order to migrate the theme successfully and leave the database intact, please use this plugin: WP MigrateDB or WP MigrateDB PRO
Refer to this link for more info on how to properly migrate your enfold website from production to development vice versa:
http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684
Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
Ismael
Hi web4trends!
Thank you for using Enfold.
Edit the Color Section below the layer slider. Look for the For Developers: Section ID field. Unfortunately, you can’t change the tab id name.
Regards,
Ismael
Hey soyelguillo!
Thank you for using Enfold.
Please try this hook code on functions.php:
function put_stuff_on_header() { ?>
CONTENT HERE
<?php }
add_action('ava_main_header', 'put_stuff_on_header');
Best regards,
Ismael
Hi billlon!
Thank you for using Enfold.
Please use this on Quick CSS or custom.css:
.main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra {
background: white;
color: #808080;
}
Cheers!
Ismael
Hey sabrinasantilli!
Thank you for using Enfold.
The 500 error is not theme related. It is an internal server issue. Please contact your hosting provider. Ask for the internal error log.
Best regards,
Ismael
Hi, i tried the Demo Import functions, it worked properly. (with WP 4.0)
Now I want to go back to my stored theme settings, but all the Demo posts and Demo sites are still there.
The reset function [admin.php?page=avia#] in the Enfold Demo Import site is not working for me.
Any idea how I can go back to a naked installation without any posts?
Thank you
P.S. I also get now the Database Error in the private content while creating new pages :(
-
This topic was modified 11 years, 6 months ago by
Alexander.
Hi!
Thank you for using Enfold.
Try to use the layer slider instead if you don’t want how the video works on the Fullwidth Slider. Please refer to this link, ignore the transition and delay part of the instruction: https://kriesi.at/support/topic/layerslider-zoom-video-to-fill-banner-space/
Cheers!
Ismael
google has a new script and CSE doesn’t show up in enfold. No idea why but it is simply isn’t showing even if I copy to code into a text widget…
Hi gasto!
Thank you for using Enfold.
Use this on functions.php:
add_action('ava_after_main_menu', 'ava_header_add', 10);
function ava_header_add() {
// CONTENT HERE
}
Cheers!
Ismael
Hi SeattleNanny97!
Thank you for using Enfold.
Did you extract the actual enfold zip folder before you upload them? Please refer to this link on how to properly install the theme via FTP:
http://kriesi.at/documentation/enfold/install-enfold-over-ftp/
Best regards,
Ismael
Hi Ctre!
Thank you for using Enfold.
I’m sorry but we don’t provide support for third party extensions. Please contact the plugins author. If we can take a look at the actual website, maybe we can help.
Regards,
Ismael
Hey perfortuna!
Thank you for using Enfold.
Please refer to this link: https://kriesi.at/support/topic/title-above-featured-image-on-single-post-page/
Regards,
Ismael
Hi Marie!
Thank you for using Enfold.
Please play around with the option on Enfold > Advanced Styling panel. If possible, please use firebug or google inspector to get the right selectors. Regarding the permalink structure, please refer to this link: http://codex.wordpress.org/Using_Permalinks#Choosing_your_permalink_structure
Regards,
Ismael
Hey ANDRE!
Thank you for using Enfold.
You can edit the Small bar above Main Menu element on Enfold > Advanced Styling panel.
Regards,
Ismael
Hi!
Thank you for using Enfold.
Can you please provide an actual link to the page? Please try to adjust or toggle the settings then save changes. This should reset the element.
Cheers!
Ismael
Hey!
I’m sorry but the blog is still not set as the blog page on Enfold > Theme Options > Where do you want to display blog? option. It is not being recognized as an archive or blog page.
Cheers!
Ismael
Hi j1980mac!
Thank you for using Enfold.
You have this code on style.css:
.big-preview img {
border: 1px solid #e1e1e1;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-border-top-left-radius: 60px;
-moz-border-radius-topleft: 60px;
border-top-left-radius: 60px;
}
Adjust the value.
Cheers!
Ismael
Hi Julie!
Thank you for using Enfold.
It is covered by the header. Please add this:
header#header {
border-right: 1px solid #e1e1e1 !important;
}
Cheers!
Ismael
Hi yummyrec!
Thank you for using Enfold.
No, I’m sorry but this is not possible without major code modification on the sort category function. You might need to find a plugin or hire a freelance developer to add the feature for you. Please visit Envato Studio or Werkpress for further customization. You can also vote or request the feature on our Feature Requests page.
Cheers!
Ismael
Hi Kriesi
I just updated the site below to Enfold 3.0
All looks great except some styling issues on the nobile header/logo.
I had this styling on the old quick css:
@media only screen and (max-width: 767px) {
.mobile_active #advanced_menu_toggle {
display: block;
right: -15px;
top: 20px; }
.logo img {
margin-top: 0!important;
padding-top: 0;
}
.responsive .logo { margin-left: -10px!important;}
}
.responsive .mobile_slide_out .logo img{ max-height: 120px !important; }
I forget now what those codes are doing. Just want the logo to be a bit larger and stretch across to the menu box.
There is also a narrow empty gray area above the header on the mobile – I’d like to get rid of that but not sure where it’s coming from. ?
thanks for your help
Nancy
-
This topic was modified 11 years, 6 months ago by
Munford.
Hey Smaskit6!
Thank you for using Enfold.
Can you please provide a screenshot of what you’re trying to do? You can use imgur, dropbox etc.
Best regards,
Ismael
Hey!
Thank you for the info.
Unfortunately, it’s not possible to pre-select the categories via url. Please visit Envato Studio or Werkpress for this kind of customization. You can also vote or request the feature on our Feature Requests page.
Regards,
Ismael
Hi!
Thank you for using Enfold.
The “oft-blog” part is not a valid permalink structure. It should be /%category%/%postname%/. http://codex.wordpress.org/Using_Permalinks#Choosing_your_permalink_structure
Cheers!
Ismael
I’ve just updated enfold to latest version (3.02) and lost some customizations due to source code changes (some items carried over in QuickCSS no longer work). One thing I had was a background image on the home page in the div just below the layer slider and before the footer. I can put the background back in the ‘container’ div but it now appears on all pages. So my thought was to duplicate the page template and modify one of them for the home page but looking at the code in page.php it seems to be pulling the part of the page I want to modify from avia files which is where I start scratching my head. I found another post in the forum about this which Yigit marked as duplicate however the original post he linked back to offers no solution which is of course not helpful.
Hi there,
I’m catching up on the Enfold update for my customer
http://perioli-language-pilots.de/
The purchase code should be:
d3dcfe33-f6ad-4b75-8406-9af193a8058a
It was purchased by the ‘designer’ Stephanie Lotties.
I’m the admin and developer of the page now and like to update
everything manually on a test environment.
Where can I get the update files for the latest Enfold (3.0?), please.
Thanks for your help,
Stefan