Hi Lucas!
Thank you for using Enfold.
I tested this on my installation and its working great. Problem is, this will affect all tabs all over the site. You can add a unique selector for the tab elements or any other content/media elements on the advance layout builder. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
add_theme_support('avia_template_builder_custom_css');
Edit the tab element then apply a unique css selector using the Custom CSS field. Use “fixedtab” for example. You can then change this line on your code:
var childElement = document.getElementsByClassName("tabcontainer")[0];
To this:
var childElement = document.getElementsByClassName("fixedtab")[0];
Regards,
Ismael
Hey!
Like Josue said, this is a WP limitation and aside from the suggestions above, I don’t think we will be able to help you further. The customization you’re asking falls beyond the scope of support. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.
Thank you for understanding.
Cheers!
Ismael
Hey!
Thank you for using Enfold.
Please try this:
function avia_admin() {
remove_action('admin_bar_menu', 'avia_backend_admin_bar_menu', 99);
}
add_action( 'init', 'avia_admin', 1);
Cheers!
Ismael
Hi sky19er!
Thank you for using Enfold.
Please edit the page then place the Portfolio Grid element inside a 1/1 column layout.
Regards,
Ismael
Hi apps2go!
Thank you for using Enfold and the screenshot.
I’m sorry but have you gotten around setting up the site at least. We really like to help you but first, we need to see an actual website. You can change the social icon hover with this:
#top .social_bookmarks li {
width: 40px;
}
#top .social_bookmarks li a {
width: 40px;
line-height: 40px;
min-height: 40px;
}
Cheers!
Ismael
Hi!
@s_sscher: Make sure that you’re running Enfold version 2.9.2. Go to Enfold > Blog Layout panel then set the Blog Style to the very last option. This will enable the blog to be edited using the Advance Layout Builder.
Best regards,
Ismael
Hi!
Thank you for using Enfold.
Please reset the settings on Settings > Reading > Front page displays to default. Try to set the Frontpage and Blog page on Enfold > Theme Options > Frontpage Settings.
Cheers!
Ismael
Hi Ed!
Thank you for using Enfold.
Aside from optimizing the images with EWWW image optimizer, install the wp-smushit plugin, run once to remove jpeg extra data then uninstall. You might want to use minify or script compression plugins like BWP Minify. I’m sure you’re already using some kind of cache plugin but if not, you can use W3 Total Cache or WP Super Cache. And then you can enable CDN to speed up the site.
Regards,
Ismael
Hi!
Thank you for using Enfold.
Do you mind providing a screenshot on how you want the header to look like? You can use imgur, dropbox etc. Place the link here. Regarding the logo on mobile device, try to use this:
@media only screen and (max-width: 767px) {
.responsive .logo a, .responsive .logo img {
margin: 0 auto;
max-width: 100%;
height: 60px !important;
max-height: 60px !important;
}
}
Best regards,
Ismael
Hey stefaniesomers!
Thank you for using Enfold.
Please edit the last page with the gallery then change the Gallery Big Preview Image Size and the Gallery Preview Image Size. Maybe it resets back to the default setting.
Regards,
Ismael
Hey rpl_admin!
Thank you for using Enfold.
What is the Blog Style that you’re currently using for the home page? Please post the url here. We would like to check it.
Regards,
Ismael
Hey!
Refer to this video on how to install it via FTP:
You need to upload the /enfold/ folder only.
Best regards,
Josue
Hey Lambella!
Thank you for using Enfold.
Please go to Settings > Media then look for the Large size thumbnail. Change the width and height to 9999 or higher. Regenerate the thumbnails or upload them again. Use this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
Ismael
Hi,
I have purchased the WPML plugin.
I am confused about the po and mo files that you provide.
Can you give me any direction?
Should I be using WPML for translation or your files?
And if I choose Automatically load the theme’s .mo file using ‘load_theme_textdomain’. Enter textdomain value:
What is the “textdomain”??
If I select in WPML to “Translate by WPML” then the options to “Select how to get translations for WordPress core” disappear completely.
I realize this isn’t your plugin but I want to make sure I am doing the right things to ensure ENFOLD works prorperly.
This is really confusing so ANY help or guidance you can provide would be greatly appreciated.
Thanks!!
Mitch
Hi!
Try with this:
.avia_combo_widget ul li {
font-size:18px !important;
}
If it doesn’t work please post a link to your website, also here are some CSS snippets.
Cheers!
Josue
Hi. What is the css to be able to style the fonts of the tabs in the combo widget?
I was able to get the code to style the list items –
.avia_combo_widget ul,li { font-size:18px !important;
}
But this leaves the text in the tabs way too small.
BTW is there some list of all the different classes that we are able to style?
thanks
How do I reduce the footer size? I tried the steps in the post at bottom of this.
I tried adding the following to Enfold Theme Options/General Styling/Quick CSS:
#footer {
padding: 15px 0;
}
I see no change after that.
I also wanted to change the header resizing just like that poster, so I modified /wp-content/themes/enfold/js/avia.js to comment out the line:
// decreases header size when user scrolls down
avia_header_size();
I cleared my cache, but see no change from that either. What am I missing?
(from https://kriesi.at/support/topic/adjust-footer-size-and-dropdown-menu-item-issue/?login_error)
Hola,
1. El piquito no aparece por defecto cuando se selecciona el header transparente, puedes cambiar esto agregando el siguiente código al Quick CSS:
#top .av_header_transparency .current-menu-item .avia-menu-fx {
opacity: 1 !important;
}
Sobre los submenus, no noto el problema honestamente (http://i.imgur.com/Oz8L4r0.png), trata de mirarlo en otro ordenador/navegador.
2. Añade este código:
.html_header_transparency .header-scrolled .header_bg{
background: rgba(0, 0, 0, 0.4) !important;
}
3. Podrías usar los items de portfolio para crear un catalogo sin funcionamiento de compra.
Sobre un plugin de manejo de media, seria cosa de buscar en el repositorio de WordPress, aquí hay un par que tal vez te sirvan:
https://wordpress.org/plugins/media-file-manager-advanced/
http://wordpress.org/plugins/uber-media/
Si queréis dar ideas para mejorar Enfold lo puedes hacer en el siguiente enlace (en Inglés):
https://kriesi.at/support/enfold-feature-requests/
Otra cosa, es recomendable mantener el theme actualizado a la ultima version (2.9.1), en ambos websites.
Saludos,
Josue
Hi Devin,
Thank you for such a fast response and I appreciate you creating the child theme video and including the links in your response. Although I totally understand where you’re coming from, my only suggestion is to ship Enfold with the child theme right next to the enfold.zip file. The package should look like this:
enfold-child.zip
enfold.zip
psd_files.zip
documentation
License
Licensing
version.txt
Obviously if you know what you’re doing with WordPress, you’re going to be using a child theme on your site. Having to search for it or create one from scratch (although not difficult), is inconvenient when most themes come with it bundled in the download.
Thanks for asking Kriesi to include it as I think it’s more helpful to your users than not including it.
Cheers man!
I’m having the exact same problem! Setting Responsive Styling to scrollable is not a solution – it makes the table NOT responsive!
I found that this table BUG has been first reported almost a year ago: https://kriesi.at/support/topic/table-bug-enfold/
Are there any plans on fixing it? It makes the Enfold tables unusable! These days having responsive design is an absolute must!
Hi glen!
If you go to the documentation link in the download and then the online docs: http://kriesi.at/documentation/enfold/
Click on Downloads you’ll see the download link for the child theme: http://bit.ly/enfold-child
Its also available on the doc tutorial for child themes here: http://kriesi.at/documentation/enfold/using-a-child-theme/
I thought we had already packaged in the child theme to the theme some time ago but I guess not so I’ll ask Kriesi to include it once again :)
Personally I think its far far far more important for users to understand what a child theme is, does and to create it themselves since using one is best when you are actually modifying things. I know I only lightly cover that part of using a child theme but creating your own is one file inside of a folder so I do still encourage users and even my own freelance clients to create their own and point them towards the video I made.
Cheers!
Devin
I’m a bit in shock that Enfold doesn’t come packaged with a child theme. I own Avada, Dante, Enfold, Impreza, Jupiter, The Ken, Salient, and SimpleMag… ALL of these themes come with a child theme included, BESIDES Enfold…? Really?
What is the reason for this?
After doing a Google search, I found the video that Devin created teaching how to create one:
This article touches on how important a child theme is and Kriesi (in the comments) provides a link to download the child theme:
http://kriesi.at/archives/kriesi-at-relaunch
Don’t you agree that there’s something wrong here? Why not provide your users with a child theme out-of-the-box?
Looks good to me. Feel free to request cover image for Avia Video elements here.
Regards,
Josue
Hi Yigit,
I update enfold but no changes yet.
thanks & regards,
Diego
Hi there guys.
I was wondering if there is any easy way to switch woocommerce tabs to look just like the left-sided no-border style from Enfold:
http://kriesi.at/themes/enfold/shortcodes/tabs/#tab-id-4
Either that, using CSS or a way to include the Tabs Element into the product page, leaving the review in there.
Don’t know wich one is better.
Thanks in advance!
Hello,
I tried to install Enfold theme unsuccessfully because the theme is broken (I bought it yesterday).
Below is system message:
Broken Themes
The following themes are installed but incomplete. Themes must have a stylesheet and a template.
Name Description themeforest-4519990-enfold-responsive-multipurpose-theme Stylesheet is missing.
I need a solution urgently, I tried the normal way and via ftp, too. Both unsuccessfully. I’m losing my time, I need your reply.I can’t do nothing without the theme. I didn’t expect problems.
tnx
Code styling didnt work for me but if you go to enfold-includes-“helper-social-media.php” and you open that file with the program “Smultron” -you will easy find “share this entry”text etcetc so that its easy to just type in what you want.
Hi there!
I just create a website for a client who also has an admin account. In this project it would be very important to me that the customer sees nothing of Enfold in the backend. If possible, it should not exist the slightest indication of Enfold. It should look as if the theme is selfmade.
How do I do this best?
Thanks for the help and congratulations on the exzelenten Theme!
Lukas
Hi,
I use google CSE, to search for content on other websites.
The CSE google works well, just insert the generated code.
I’m having trouble with is the style. (see the link)
Some distortions appear in the Enfold page.
I have no idea how to solve.
Can you help me with the css code?
thank’s