Hi Irja!
Yes sure – insert this code into the child theme functions.php file (or enfold/functions.php):
add_filter('avf_form_autoresponder_from', 'avia_change_autoresponder_from', 10, 3);
function avia_change_autoresponder_from($from, $new_post, $form_params){
$from = " (Email address hidden if logged out) ";
return $from;
}
and replace (Email address hidden if logged out) with your email address.
Cheers!
Peter
Hi mtmfx!
No this is not possible. The Avia builder is deeply integrated into the Enfold theme and you can’t deactivate it. We also didn’t test if Live Composer is compatible with Enfold.
Cheers!
Peter
This reply has been marked as private.
Hi Ed!
You just need to comment out one line in enfold/functions.php. Replace:
avia_backend_add_thumbnail_size($avia_config);
with
//avia_backend_add_thumbnail_size($avia_config);
If you want to generate the thumbnails undo the code modification and regenerate the thumbnails with: https://wordpress.org/plugins/regenerate-thumbnails/
Cheers!
Peter
Hey ShortieD!
If you use an advanced template on the blog page: http://27.131.66.7/~lmecentr/blog/ make sure that the Enfold > Blog Layout > “Blog Style” option is set to “Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)” – otherwise Enfold will load the default (hardcoded) blog template and will ignore the blog shortcode you added to the layout builder.
Best regards,
Peter
Hey eurekastudios!
Enfold creates a separate option set for each language. I noticed you set a different header size here ( http://yogafit.ch/wp-admin/admin.php?page=avia&lang=fr – Enfold (FR) > Header Layout) than for your English website ( http://yogafit.ch/wp-admin/admin.php?page=avia – Enfold (EN) > Header Layout). I now configured the header size for both languages and set it to 150px.
Regards,
Peter
Hi Christian!
Da wir verhindern wollen, dass Benutzer Shortcodes “unendlich” stapeln haben wir die meisten Shortcodes bei Tabs/Toggles deaktiviert. Man kann diese trotzdem manuell einfügen, wobei aber nicht sichergestellt ist, dass alle Shortcodes geschachtelt (daher kumulativ verwendet) werden können. Einfach zum Standard-Editor wechseln bzw ein separates Fenster mit dem Standard-Editor öffnen und dort die Tabelle mit Magic Wand > Content Elements > Table generieren, dann einfach den Tabellen Code kopieren und in das jeweilige Tab Fenster einfügen.
Ihr könnt auch den Table-Shortcode zu dem Tabs-Editor (Magic Wand) hinzufügen. Hierzu öffnet wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/table.php and ersetzt
$this->config['tooltip'] = __('Creates a data or pricing table', 'avia_framework' );
durch
$this->config['tooltip'] = __('Creates a data or pricing table', 'avia_framework' );
$this->config['tinyMCE'] = array('tiny_always'=>true);
– anschließend sollte die Tabelle immer als Shortcode Element angezeigt werden.
Cheers!
Peter
Hey!
It looks like you’re not using the latest version of Enfold. 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/
Best regards,
Ismael
Hey AriadPart!
Thank you for using Enfold.
Please go to Enfold > Blog Layout then select the same Blog Style that you applied on the Blog Posts element inside the home page in order to show the featured image on category or archive pages. Refer to this link on how to add the read more link on category pages: https://kriesi.at/support/topic/archive-pages-2#post-267111
Best regards,
Ismael
Hi UncleGroOve!
Thank you for visiting the support forum.
Unfortunately, this particular request is beyond the scope of support and is not a theme related issue. You might need to find a plugin which I doubt if available 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 post the feature on our Feature Requests page.
If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.
Cheers!
Ismael
Hey Philip!
Thank you for using Enfold.
Use this on Quick CSS or custom.css:
.woocommerce-checkout .woocommerce h2 {
clear: both;
margin: 10px 0;
}
Cheers!
Ismael
Hi marienoisette!
Thank you for using Enfold.
Right now, it’s not possible to apply a background color on the slides but you can upload solid background images then apply the text on the caption. You can also vote or post the feature on our Feature Requests page.
Cheers!
Ismael
Hi!
Thank you for using Enfold.
I’m sorry but you gave us a link to the jquery file not the error. What is the actual error that you’re having? Please try to deactivate all plugins then test the accordion slider again on another browser or computer.
Cheers!
Ismael
Hey blankonblank!
Thank you for using Enfold.
Unfortunately, there’s no option for that but you can apply a top margin in order to push the tooltip downwards. Use this on Quick CSS or custom.css:
.avia-tooltip {
margin-top: 200px;
}
Regards,
Ismael
Hi brian7454!
Thank you for using Enfold.
1.) You can remove the avia_which_archive function’s default title with this on functions.php:
add_filter('avf_title_args', 'fix_single_post_title', 10, 2);
function fix_single_post_title($args,$id)
{
if ( is_category() )
{
$output = __('','avia_framework')." ".single_cat_title('',false);
}
elseif (is_day())
{
$output = __('','avia_framework')." ".get_the_time( __('F jS, Y','avia_framework') );
}
elseif (is_month())
{
$output = __('','avia_framework')." ".get_the_time( __('F, Y','avia_framework') );
}
elseif (is_year())
{
$output = __('','avia_framework')." ".get_the_time( __('Y','avia_framework') );
}
if(!empty($output)) $args['title'] = $output;
return
2.) Add this one in order to input the actual name of the post instead the word “Blog” for single post view:
add_filter('avf_title_args', 'fix_blog_page_title', 10, 1);
function fix_blog_page_title($args) {
if(is_singular() && !is_page()) {
$args['title'] = get_the_title();
$args['link'] = get_permalink();
}
return $args;
}
3.) No, unfortunately, it doesn’t have a login page but you can browse the wordpress plugin library for such plugins. Honestly, we haven’t tested this kind of plugins yet but I’m sure they won’t interfere with the theme.
Cheers!
Ismael
Hey ccarberg!
Thank you for visiting Kriesi’s support forum.
Please go to Enfold > Header Layout > Mobile Menu panel. Look for the Header Mobile Menu activation setting, select the second option to activate the mobile menu earlier.
Best regards,
Ismael
Hey travtex!
Thank you for using Enfold.
We need to see the actual website. Please post the url here. Make sure you’re running Enfold 2.9.1 plus WordPress 3.9.2.
Best regards,
Ismael
Hey Wils1234!
Thank you for using Enfold.
There is no available option to create two sidebars but you can use the advance layout builder to accomplish this. Add a 1/5, 3/5 and another 1/5 column layout respectively. Add the content on 3/5 column and one Widget Area element on each of the 1/5 column layouts.
Cheers!
Ismael
Hey macatokio!
Thank you for using Enfold.
Yes, this is an intended behavior of the special heading element. It is possible to remove the bottom padding of the heading or title to revert it back to the previous layout. Add this on Quick CSS or customc.css:
.av-special-heading-tag {
padding-bottom: 10px !important;
}
Cheers!
Ismael
Hey!
Please download the latest version 2.9.1 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
I have a lot of images that I am going to upload via FTP to specifically use with one particular dimension. I have noticed that a lot of new image sizes are are created when the enfold theme is used. Can you provide me with a process to disable your the image sizing function and then I will enable it later.
thanks,
Ed
http://prntscr.com/4d8pa9
http://prntscr.com/4d8rcq
-
This topic was modified 11 years, 7 months ago by
EdFritz.
Hi,
1. Open functions-enfold.php and look for line 630:
$transparency = get_post_meta($post_id, 'header_transparency', true);
2. Replace it by this:
$transparency = apply_filters("avf_header_transparency", get_post_meta($post_id, 'header_transparency', true));
3. Add this to the theme / child theme functions.php:
function enable_header_transparency_by_default() {
return "header_transparency";
}
add_filter('avf_header_transparency', 'enable_header_transparency_by_default');
That will enable header transparency on all Posts/Pages.
Regards,
Josue
Friends I use Enfold theme, very good at all, very reliable and stable. But I have a doubt, the most important is that I am using WooCommerce and I want to change the colors of the buttons because my client wants white with black border and black letters, both in normal as well as when you pass the mouse over. That should change style sheets? as I look for the specific code? your help is extremely important to me. In this case I’m working offline and then transferred to the main server.
The other topic is to know because they have not included the option to place social buttons in public pages because I see that in the blog that if there are social buttons. They were included in future versions of Enfold? or is there a method or plugin compatible?
I hope I was clear and I can help !!
in the page showing the features of Woocommerce’s Product Finder plugin/widget, the results page shows a title displaying the results of the search just conducted.
but with Enfold, i get nothing – the results display fine, but nothing else. I’ve looked in settings, there’s no way to enable/disable titles on search pages. So what’s going on? see the example here:
http://www.woothemes.com/products/product-finder/
I’ll include a link to my test site that you can try out for yourself. Make sure you use the Woocommerce search, not the theme search.
thanks so much for your help! you have the best support here.
Hey, I have the same issue. Enfold theme by the way.
H1 in in the breadcrumb row on the blog post page is erroneously tagged strong. It should have been tagged h1.
This error has two negative effects:
1) the H1 will be missing unless you put on in your self.
2) A blog post will not have the same looks as an ordinary page since the css differs.
Requests:
1) Can you please make a note of this and have it fixed in the next update of the Enfold theme
2) Please write a line here on where and how to fix it temporarily.
Thanks
Björn Granberg
dininsida.se
-
This reply was modified 11 years, 7 months ago by
Nijen.
Hi to everyone, this is my first post :-)
I am updating from 2.7.1. to 2.9.1, I have been noticing a strange behaviour in how subheading and heading bottom padding is being applied as modifying “special heading” Content Element.
Enfold 2.7.1 special heading – Padding bottom is being applied exclusively to the special heading box (div .av-special-heading).
Enfold 2.9.1 special heading – Padding bottom is being applied to both, the special heading box (div .av-special-heading) and the title (e.g. h2 .av-special-heading-tag).
The second one (Enfold 2.9.1 special heading) is breaking up layout because H1, H2, etc are being separated from subheading, too much space there !
Is this a bug or a regular behaviour ?
Thanks in advance
Attached private details.
Cheers!
-
This topic was modified 11 years, 7 months ago by
Yigit.
Hello,
So, noticed that my client’s homepage was completely broken in Firefox. A little poking around confirmed that none of the Enfold animations are working. For instance, with an img set with the ‘Right to Left’ animation, the animation will not trigger and the image will just be static offset with opacity set to 0.
For the main page slider, this breaks it completely. For instance, the transition is set to ‘fade’, and the background slider image as well of the captions stay offset and set to opacity: 0.
Hello,
We noticed that on our website that when we use it on iPad, landscape, the logo gets covered by the menu items.
Any reason why the menu items don’t shrink down to fit?
This reply has been marked as private.