Forum Replies Created
-
AuthorPosts
-
April 21, 2016 at 9:05 am in reply to: Enfold slider images and some interactive images not showing up in preview #618996
Hi!
In case anyone else has this issue please refer to this thread:
https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/Cheers!
JosueApril 21, 2016 at 7:47 am in reply to: How to replace predefined Google fonts template from Enfold with Enfold-Child? #618974Hey!
FYI a font being listed doesn’t mean it will be loaded, the theme only loads it if you have it selected it in General Styling > Fonts or in Advanced Styling.
Regards,
JosueHey!
WooCommerce shows empty product page when the product is saved with Advanced Layout Editor active.
That’s expected, when you enable ALB on a Page/Product/Post it will remove all pre-defined template and leave you with an empty canvas, however it will provide you with the tools to rebuild it using ALB – http://screencast.com/t/yWSwTHKFOQfX
Best regards,
JosueApril 20, 2016 at 12:53 pm in reply to: Changes made by Enfold to predefined settings of WP, WC and may be others #618260Hi,
Where can I get the complete list of changes that Enfold applies by its own just by the fact of its installation to WordPress and any of its plugins settings?
There’s no “detailed” list of things modified by Enfold to plugins, however you can find these modifications in the following files (for each respective plugin):
/config-bbpress/config.php /config-gravityforms/config.php /config-woocommerce/config.php /config-wordpress-seo/config.php
For example, in case of WC you can find the modified/added image sizes in 13-15 of /config-woocommerce/config.php:
$avia_config['imgSize']['shop_thumbnail'] = array('width'=>120, 'height'=>120); $avia_config['imgSize']['shop_catalog'] = array('width'=>450, 'height'=>450); $avia_config['imgSize']['shop_single'] = array('width'=>450, 'height'=>999, 'crop' => false);
How can I disable this destructive functionality via child theme only?
Not possible, you’ll need to modify the parent functions.php and remove/comment line 418 to 422.
Hope that answers your questions :)
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueApril 18, 2016 at 12:16 pm in reply to: How to replace predefined color schemes with own ones? #616337It’s quite the opposite, child theme hooks (filters/actions) were purposely designed to allow the user to customize / extend a theme or plugin functionality without modifying its main files.
Best regards,
JosueCould be, but at the moment there isn’t a detailed index of every class used in the theme, if you like, you can post your request here – https://kriesi.at/support/enfold-feature-requests/
Best regards,
JosueApril 18, 2016 at 12:03 pm in reply to: Who was that genious who's contrubuted the Russian translation? #616322Thanks for sharing your opinion, we’ll take it into consideration.
Cheers!
JosueApril 18, 2016 at 12:02 pm in reply to: How to replace predefined color schemes with own ones? #616321No, unless you name the scheme name (‘Custom Name’) with something that’s already registered by Enfold.
Regards,
JosueApril 18, 2016 at 12:00 pm in reply to: How to replace predefined Google fonts template from Enfold with Enfold-Child? #616317Again, it’s not possible -via child theme- to remove/modify an
include
declaration, to circumvent that limitation there are filters and actions that can be hooked via child theme functions.php (or any .php file included from it).Regards,
JosueApril 18, 2016 at 11:57 am in reply to: How to replace predefined color schemes with own ones? #616313Not possible, if you’re concerned about the file length you could create another .php file in your child theme directory an reference it from functions.php:
include('custom-styles.php');
Regards,
JosueApril 18, 2016 at 11:39 am in reply to: Huge problem with photo and photos preview in all website pages #616298Hi!
Try the following:
https://docs.woothemes.com/document/allow-shortcodes-in-product-excerpts/Regards,
JosueApril 18, 2016 at 11:32 am in reply to: How to replace predefined Google fonts template from Enfold with Enfold-Child? #616285Hey!
Try adding this at the very end of your theme / child theme functions.php file:
add_filter( 'avf_google_heading_font', 'avia_add_custom_font'); add_filter( 'avf_google_content_font', 'avia_add_custom_font'); function avia_add_custom_font($fonts) { $fonts['Custom Google Font Name Here'] = 'Custom Google Font Name Here'; return $fonts; }
Cheers!
JosueApril 18, 2016 at 11:32 am in reply to: Who was that genious who's contrubuted the Russian translation? #616284Hi!
This kind of issues are to be expected as translations are made by the community, if you want to contribute feel free to do it in this thread – https://kriesi.at/support/topic/please-contribute-and-translate-enfold/
Best regards,
JosueHi!
No, there isn’t. However by looking at the CSS files you can get an idea of what classes are used (css/base.css, css/shortcodes.css, etc).
Regards,
JosueApril 18, 2016 at 11:28 am in reply to: How to replace predefined color schemes with own ones? #616279Hey!
There’s a filter named
avf_skin_options
which you can use to add/modify current color schemes, you can add something like this at the very end of your theme / child theme functions.php file:add_filter('avf_skin_options', 'my_custom_added_style_function'); function my_custom_added_style_function($styles = "") { $styles["Custom Name"] = array( 'style'=>'background-color:#000000;', 'default_font' => 'Open Sans:400,600', 'google_webfont' => 'Open Sans:400,600', 'color_scheme' =>'Custom Name' /* Paste all the options of an already created scheme here */ ); return $styles; }
Cheers!
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueApril 17, 2016 at 12:15 am in reply to: Enfold slider images and some interactive images not showing up in preview #615608Hi!
@marianogreenf 3.4.7 is an old version, please refer to – http://kriesi.at/archives/the-complete-guide-to-updating-enfold
@magnusin, can you post a link to your site please?Best regards,
JosueHey!
Try changing the code to:
add_action('ava_after_main_container', function() { if(is_search() || is_singular('product')) { ?> <div id="sub_menu1" class="av-submenu-container alternate_color avia-builder-el-0 el_before_av_slideshow_full avia-builder-el-first container_wrap fullsize" style="z-index: 301; width: 1100px;"><div class="container av-menu-mobile-disabled "><ul id="menu-2nd-menu" class="av-subnav-menu av-submenu-pos-center"><li id="menu-item-1078" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-1"><a href="http://harmony.naomialdort.com/guidance/events/"><span class="avia-bullet"></span><span class="avia-menu-text">Events</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li> <li id="menu-item-43" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-2"><a href="http://harmony.naomialdort.com/articles/"><span class="avia-bullet"></span><span class="avia-menu-text">Articles</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li> <li id="menu-item-41" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-3"><a href="http://harmony.naomialdort.com/videos/"><span class="avia-bullet"></span><span class="avia-menu-text">Videos</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li> <li id="menu-item-39" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-4"><a href="http://harmony.naomialdort.com/book/"><span class="avia-bullet"></span><span class="avia-menu-text">Book</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li> <li id="menu-item-38" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-5"><a href="http://harmony.naomialdort.com/biography/"><span class="avia-bullet"></span><span class="avia-menu-text">Biography</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li> <li id="menu-item-944" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-6"><a href="http://harmony.naomialdort.com/listen-now-mp3s/"><span class="avia-bullet"></span><span class="avia-menu-text">Listen Now MP3s</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li> <li id="menu-item-943" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-7"><a href="http://harmony.naomialdort.com/cdsdvds/"><span class="avia-bullet"></span><span class="avia-menu-text">CDs/DVDs</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li> <li id="menu-item-36" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-8"><a href="http://harmony.naomialdort.com/testimonials/"><span class="avia-bullet"></span><span class="avia-menu-text">Testimonials</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li> <li id="menu-item-46" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-top-level menu-item-top-level-9"><a href="http://naomialdort.com/discussion.html"><span class="avia-bullet"></span><span class="avia-menu-text">Forum</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li> <li id="menu-item-792" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-10"><a href="http://harmony.naomialdort.com/contact/"><span class="avia-bullet"></span><span class="avia-menu-text">Contact</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li> </ul></div></div> <?php }
Cheers!
JosueThat’s something new, thanks for sharing it @nparent.
Cheers!
JosueApril 16, 2016 at 1:31 pm in reply to: Enfold slider images and some interactive images not showing up in preview #615446You are welcome, glad to help :)
Regards,
JosueGlad you managed to sort it out, let us know if you need help with anything else.
Best regards,
JosueApril 15, 2016 at 1:53 pm in reply to: Enfold slider images and some interactive images not showing up in preview #614804Hey!
I checked your site on my end and it all elements were working as expected – http://screencast.com/t/yw5h0Hjc5, can you point a screenshot of your view?
Best regards,
JosueHey Ariel!
If you haven’t directly modified any of those files you can, in any case one thing you can do is rename your current
enfold
folder toenfold_old
and upload the new one asenfold
.Regards,
JosueHey!
The reason the code didn’t work it’s because you’re using an old version of the theme, please update the theme to the latest version (3.5.2) and try adding the code again.
Best regards,
JosueHey!
You can use the following to have a child theme version of columns.php:
Regards,
Josue -
AuthorPosts