Forum Replies Created
-
AuthorPosts
-
Hey Pedro!
Thanks – we’ll look into it and fix these issues.
Regards,
PeterHey heikilaja!
Yes, the slideshow images are started in a post meta field called “_preview_ids” (without “”). There’re also some other fields:
_preview_text
_preview_display
_preview_autorotation
_preview_columns
_portfolio_custom_link_urlBest regards,
PeterHi!
I solved PPjev’s blog issue here: https://kriesi.at/support/topic/wpml-enfold-blog-setting-not-working/
Best regards,
PeterHey Maxim_HH!
Please add this code to your child theme functions.php file:
add_action('after_setup_theme','avia_remove_main_menu_flags'); function avia_remove_main_menu_flags(){ remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 ); remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 ); }
If you’re not using a child theme place it into enfold/functions.php
Regards,
PeterHi!
But when I go to the single product page: http://www.littlefoxwebdesign.co.uk/manororganicfarm/shop/beef-brisket/ the breadcrumb shows:
You are here:Home / Shop Online / Beef BrisketThus the user can’t go back to the category page but he/she can navigate back to the “home page” and to the “Shop” page. “Beef Brisket” is th name of the single product which is not clickable. If you still see a different breadcrumb on this page please clear your browser cache.
Cheers!
PeterHey!
1) I think I found the problem regrading the “blog” issue – you must select the “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)” option if you want to use the blog element (which is embedded as advanced layout element into the blog page) instead of the default blog template. If you select the default blog template (i.e. Single Author, etc.) then you can set the number of the post per page on the Settings > Reading page. I now selected the option for the Russian blog: http://ppjev.com/eyes/%D0%B1%D0%BB%D0%BE%D0%B3/?lang=ru and Lithuanian blog: http://ppjev.com/eyes/tinklarastis/ – the other blog pages/settings are not configured yet.
2) During my test I couldn’t reproduce the “Categories are not synced” issue – all elements (post slider, blog, etc.) listed the translated categories based on the current selected language. If it still doesn’t work on your end maybe the language cookie is missing. Try to clear your browser cache & delete cookies and then go to the editor page to translate it. See: https://kriesi.at/support/topic/wpml-homepage-blog-post-not-working/#post-230549
If this doesn’t help try to deactivate all plugins except WPML and check if the translated categories pop up. If yes a plugin conflicts with WPML and you need to activate them one by one to find the culprit. I.e. here: https://kriesi.at/support/topic/problems-adding-avia-button-in-spanish/ the “All-in-One Event Calendar by Timely” plugin caused a conflict.Best regards,
PeterHi!
I fixed it – I added this code to the enfold/functions.php file:
add_filter('avf_title_args', 'fix_blog_page_title', 10, 2); function fix_blog_page_title($args,$id) { //$args['title'] = get_the_title($id); $args['link'] = get_permalink($id); return $args; }
If you want to make sure that the next update doesn’t overwrite this code please create a child theme: http://kriesi.at/documentation/enfold/using-a-child-theme/ an insert this code into the child theme functions.php file.
Regards,
PeterHey!
Please remove this code from your child theme style.css file – it hides the post slider
#top.home .avia-content-slider-inner { height: 5px !important; } #top.home .avia-content-slider-inner { height: 10px !important; margin-top: -1000px; }
Regards,
PeterHey PPjev!
Please create us an admin account – I’ll check issue 1 + 2. Issue 3 + 4 (tag widget and tags) are not theme related because Enfold doesn’t change or “hack” the default tag functions. Please report these bugs to the WPML developers. Note that WPML is still not fully compatible with WP3.9 and I can’t promise that we can fix issue 1 and/or 2.
Best regards,
PeterApril 24, 2014 at 12:49 pm in reply to: Vertically align icon box next to easy slider (STOPPED WORKING AFTER UPDATE) #255439Hi Linden Mobile!
Based on Josue’s answer here: https://kriesi.at/support/topic/vertically-align-icon-box-next-to-easy-slider/#post-215568 I guess you must modify the avia.js file to vertical align the icon box. You can load a custom, modified version of avia.js with your child theme or you can modify the file of the parent theme. If you want to modify the file of the parent theme open up enfold/js/avia.js, modify the file and save it. Otherwise copy the file into your child theme folder (place it into the enfold-child/js/ directory) and modify the file there. Then insert this code:
if(!is_admin()) add_action('wp_enqueue_scripts', 'avia_register_child_frontend_scripts', 100); function avia_register_child_frontend_scripts() { $child_theme_url = get_stylesheet_directory_uri(); wp_dequeue_script('avia-default'); //register js wp_register_script( 'avia-default-child', $child_theme_url.'/js/avia.js', array('jquery'), 1, true); wp_enqueue_script( 'avia-default-child' ); }
into the child theme functions.php file to load your custom avia.js file instead of the default parent theme avia.js file.
Cheers!
PeterHey Ogau!
Yes, you can place the slider into a color section and use the “Custom ID” field to link to the slider/color section. The color section will be used as anchor. http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
Regards,
PeterApril 24, 2014 at 12:34 pm in reply to: Title attrib in submenu not available option in mega menu #255437Hi AntonNovikov!
I just tested it on my test server with Enfold 2.7 and it worked just fine for me. Please try to clear the browser cache and if it still doesn’t work try to insert it into your child theme functions.php file at the very bottom.
Best regards,
PeterHey celevra!
Yes, the “blog single author” layout changes if you remove the sidebar – like on the demo page here: http://kriesi.at/themes/enfold/blog/blog-single-author-full/
Regards,
PeterHey solljul!
We did not test the plugin with Enfold and we can’t support it. However someone: https://kriesi.at/support/topic/fullwidth-in-showbiz-pro/ asked a question regarding this plugin and I guess it worked for the user. We have no incompatibility reports for Enfold so far.
Cheers!
PeterApril 24, 2014 at 12:20 pm in reply to: Umstellung https und WP 3.9 – muss ich da was beachten? #255428Hi!
Bei den benutzerdefinierten Bildern werden die Pfade in der Datenbank gespeichert. Wenn man die Umstellung mit dem db plugin vornimmt: https://kriesi.at/support/topic/umstellung-https-und-wp-3-9-muss-ich-da-was-beachten/#post-253128 sollten alle http:// Verweise auf https:// geändert werden.
Best regards,
PeterHey!
1) No, the switch width is not adjustable. You can select 990 or 768px.
2+3) Can you post a link to the page please – http://terenure5mile.com/terenure-5-mile-race-2014/ gives me a “Not found” error.
Cheers!
PeterApril 24, 2014 at 10:41 am in reply to: Images in Masonry Galerie looks out of focus (on retina display) #255404Hi!
Please create me an admin account and I’ll check why the code doesn’t work for you.
Best regards,
PeterHi!
Nein, nur der dynamic_avia Ordner sollte auf 777 bleiben.
Best regards,
PeterApril 24, 2014 at 9:45 am in reply to: Woocommerce rows of products displayed change & WPML bug #255391Hey!
1) Try to insert this code into the child theme functions.php file:
add_action('after_setup_theme','avia_change_related_product_columns'); function avia_change_related_product_columns(){ global $avia_config; $avia_config['shop_single_column'] = 5; }
2) Did you try to install the latest WPML beta version and WooCommerce Multilingual Beta?
Cheers!
PeterHey!
Oh, ok. Yes, maybe it’s not compatible with Enfold but let’s wait for Kriesi’s feedback.
Cheers!
PeterHey alexiba!
1) The archive page will display the widgets you place into the “Displayed Everywhere” widget area. With a plugin like: http://wordpress.org/plugins/widget-logic/ you can make sure that the widgets just display on the archive page. Activate the plugin and insert this code:
is_archive()
into the conditional logic field. You can also try this plugin: http://wordpress.org/plugins/display-widgets/ which is a bit more user friendly.
2) You can use the “Enfold Latest News” widget. It uses the content of the “Excerpt” field (post editor page) to generate the excerpt.
3) Can you post a link to the comment form please? I’ll investigate the css code with the Chrome developer toolbox.
Cheers!
PeterHi!
I’ll mark the thread for Kriesi. Afaik we didn’t change the textblock code but maybe the new TinyMCE version adds these tags.
Cheers!
PeterHey UncleGroOve!
Try to open up enfold\config-wordpress-seo\config.php and replace:
add_filter('init','avia_wpseo_change_init_priority', 20);
with
add_filter('plugins_loaded','avia_wpseo_change_init_priority', 20);
Cheers!
PeterHi Richard!
Tbh I’m not sure what causes this issue but it might be a database problem because posts and products are two different post types and the blog query won’t query the “product” post type. Did you try to restore a database backup?
Cheers!
PeterHi!
Insert this code into the child theme functions.php file (or into enfold/functions.php at the very bottom if you don’t use a child theme):
add_filter('avia_breadcrumbs_trail','avia_woocommerce_breadcrumb_custom', 15); function avia_woocommerce_breadcrumb_custom($trail) { global $avia_config; if(is_woocommerce()) { $home = $trail[0]; $last = array_pop($trail); $shop_id = woocommerce_get_page_id('shop'); // on the product page single page modify the breadcrumb to read [home] [if available:parent shop pages] [shop] [if available:parent categories] [category] [title] if(is_product()) { //unset the trail and build our own unset($trail); $trail[0] = $home; if(!empty($shop_id) && $shop_id != -1) $trail = array_merge( $trail, avia_breadcrumbs_get_parents( $shop_id ) ); } if(!empty($last)) $trail[] = $last; } return $trail; }
Regards,
PeterHey canter!
Yes, please create us an admin account and post the login credentials as private reply – we’ll look into it.
Cheers!
PeterHey fonti91!
Do you use the latest version of the theme? Afaik Enfold 2.6.4 should display the social buttons automatically but you can deactivate them on the theme options page: Enfold > Theme Options > Blog Layout – “Share links at the bottom of your blog post” option. If you use 2.6.4 and you can’t find this option yet please wait for the Enfold 2.7 update which will include the new feature for sure.
Cheers!
PeterHi!
Update – yes, you can use the “Easy Slider” element. It uses the mediaelements player to display the video and this player will play the video automatically. You can deactivate the “autoplay” feature with a checkbox though (“Disable Autoplay” option).
Regards,
Peter -
AuthorPosts