Forum Replies Created
-
AuthorPosts
-
Hi!
I recommend to use the “fullscreen slider” instead of the “fullwidth slider” if you want to display the video fullscreen: https://www.clipular.com/c/4723144656945152.png?k=FAoOC9uc8LnZADZBbuybMFcZEM8
The fullwidth slider will only stretch it to 100% of the screen width and will not take care of the height. Please not the browser scales the video based on the screen resolution. There’s no way to limit the video size.
Best regards,
PeterHey!
You can use this code to remove the flags completely – insert it into the 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 ); remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10); }
Then go to WPML > Languages and tick the “Display the language switcher in the WP Menu” option. You can also configure the language switcher type (dropdown, list, etc.) on this option page.
Regards,
PeterHi Snerp!
You can’t (at least directly) change the bullet color without changing the text color. The only workaround would be to wrap your text into spans with style attributes or css classes which apply a different color to the text. If you want to change the color of the bullet lists use:
#top .main_color ul li{ color: #333; }
and replace #333 with your custom color value. If you want to use a different font color wrap your text into spans like:
<ul> <li><span class="my_custom_li_color">My Text</span></li> <li><span class="my_custom_li_color">Some Other Text</span></li> </ul>
and then use css code:
#top .main_color ul li .my_custom_li_color{ color: #ff0000; }
to change the font color of the text only.
Regards,
PeterHey!
Accordion titles do not support shortcodes by default. If you really want to use a shortcode in the title open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/toggles.php and replace:
if(empty($toggle_atts['title'])) { $toggle_atts['title'] = avia_sc_toggle::$counter; }
with
if(empty($toggle_atts['title'])) { $toggle_atts['title'] = avia_sc_toggle::$counter; } $toggle_atts['title'] = do_shortcode($toggle_atts['title']);
Regards,
PeterHey Swedfit!
I don’t know which code you need to display the banner but you can insert it in wp-content/themes/enfold/includes/loop-index.php above following line:
echo $title;
I.e. if it’s some html code it will look like:
?> My banner code <?php echo $title;
and replace “My banner code” with your custom banner code.
Cheers!
PeterJuly 8, 2014 at 4:48 pm in reply to: Events Manager Single Event Page Title using Blog "News" header title #288595Hi!
Please create us an admin acount and post the login credentials as private reply. I need to debug the code first hand – I’m not sure why it’s not working at this point.
Best regards,
PeterJuly 8, 2014 at 4:45 pm in reply to: Urgent, please, help! Dynamic content elements are not showing up on my site. #288594Hi!
I made a mistake while I edited wp-content\themes\enfold\config-bbpress\config.php. Please upload an unmodified version of the file and replace:
add_filter('avia_blog_post_query', 'avia_remove_bbpress_post_type_from_query', 10, 2); add_filter('avf_masonry_entries_query', 'avia_remove_bbpress_post_type_from_query', 10, 2);
with
add_filter('avia_blog_post_query', 'avia_remove_bbpress_post_type_from_query', 10, 2); add_filter('avf_masonry_entries_query', 'avia_remove_bbpress_post_type_from_query', 10, 2); add_filter('avf_accordion_entries_query', 'avia_remove_bbpress_post_type_from_query', 10, 2);
I’m pretty sure this will fix the accordion issue.
Regards,
PeterJuly 8, 2014 at 4:40 pm in reply to: Change WooCommerce single product page layout and then? #288590Hey!
Please create us an admin account and post the login credentials as private reply – we’ll check why the product widget area does not work. Please note we do not provide support regarding the customization of the product page templates. The article: http://kriesi.at/documentation/enfold/change-woocommerce-single-product-page-layout/ is intended for developers and you might need to hire a freelancer/developer to create a template which fits your requirements. We can just provide support for the default product templates where the sidebar is on the left side underneath the product images.
Cheers!
PeterHey lavizon!
No, WooCommerce doesn’t offer such a feature out of the box and Enfold just uses the default WooCommerce templates. This woocommerce extension might help you though: http://a3rev.com/shop/woocommerce-quotes-and-orders/
Cheers!
PeterHi!
Please update to Enfold 2.8.1 and then follow the instructions here: https://kriesi.at/support/topic/ssl-site-is-broken/
Cheers!
PeterJuly 7, 2014 at 6:13 pm in reply to: WooCommerce Plugin and Advanced Editor (Avia Layout Builder) #288102Hi Lara!
Please increase the PHP memory to 128M.
Regards,
PeterHi!
I get a lot of 404 errors on the editor page – all errors affect wordpress core files and are not connected to the theme:
Failed to load resource: the server responded with a status of 404 (Not Found) http://www.actionshero.com/wp-includes/js/mediaelement/mediaelementplayer.min.css?ver=2.13.0 Failed to load resource: the server responded with a status of 404 (Not Found) http://www.actionshero.com/wp-includes/js/mediaelement/wp-mediaelement.css?ver=3.9.1 Consider using 'dppx' units, as in CSS 'dpi' means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual 'dpi' of a screen. In media query expression: print, not all, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) post.php?post=538&action=edit:410 Failed to load resource: the server responded with a status of 404 (Not Found) http://www.actionshero.com/wp-includes/js/tinymce/plugins/compat3x/plugin.min.js?ver=4021-20140423 Failed to load resource: the server responded with a status of 404 (Not Found) http://www.actionshero.com/wp-includes/js/tinymce/langs/wp-langs-en.js?ver=4021-20140423 Failed to load resource: the server responded with a status of 404 (Not Found) http://www.actionshero.com/wp-includes/js/tinymce/plugins/charmap/plugin.min.js Failed to load: http://www.actionshero.com/wp-includes/js/tinymce/plugins/charmap/plugin.min.js tinymce.min.js?ver=4021-20140423:4 Failed to load resource: the server responded with a status of 404 (Not Found) http://www.actionshero.com/wp-includes/js/tinymce/plugins/hr/plugin.min.js Failed to load: http://www.actionshero.com/wp-includes/js/tinymce/plugins/hr/plugin.min.js tinymce.min.js?ver=4021-20140423:4 Failed to load resource: the server responded with a status of 404 (Not Found) http://www.actionshero.com/wp-includes/js/tinymce/plugins/media/plugin.min.js Failed to load: http://www.actionshero.com/wp-includes/js/tinymce/plugins/media/plugin.min.js tinymce.min.js?ver=4021-20140423:4 Failed to load resource: the server responded with a status of 404 (Not Found) http://www.actionshero.com/wp-includes/js/tinymce/plugins/paste/plugin.min.js Failed to load: http://www.actionshero.com/wp-includes/js/tinymce/plugins/paste/plugin.min.js tinymce.min.js?ver=4021-20140423:4 Failed to load resource: the server responded with a status of 404 (Not Found) http://www.actionshero.com/wp-includes/js/tinymce/plugins/textcolor/plugin.min.js Failed to load: http://www.actionshero.com/wp-includes/js/tinymce/plugins/textcolor/plugin.min.js tinymce.min.js?ver=4021-20140423:4 Failed to load resource: the server responded with a status of 404 (Not Found) http://www.actionshero.com/wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js Failed to load: http://www.actionshero.com/wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js tinymce.min.js?ver=4021-20140423:4 Failed to load resource: the server responded with a status of 404 (Not Found) http://www.actionshero.com/wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js Failed to load: http://www.actionshero.com/wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js tinymce.min.js?ver=4021-20140423:4 Failed to load resource: the server responded with a status of 404 (Not Found) http://www.actionshero.com/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js Failed to load: http://www.actionshero.com/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js tinymce.min.js?ver=4021-20140423:4 Failed to load resource: the server responded with a status of 404 (Not Found) http://www.actionshero.com/wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js Failed to load: http://www.actionshero.com/wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js tinymce.min.js?ver=4021-20140423:4 Failed to load resource: the server responded with a status of 404 (Not Found) http://www.actionshero.com/wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js Failed to load: http://www.actionshero.com/wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js tinymce.min.js?ver=4021-20140423:4 Failed to load resource: the server responded with a status of 404 (Not Found) http://www.actionshero.com/wp-includes/js/tinymce/plugins/wpview/plugin.min.js Failed to load: http://www.actionshero.com/wp-includes/js/tinymce/plugins/wpview/plugin.min.js tinymce.min.js?ver=4021-20140423:4 Failed to load resource: the server responded with a status of 404 (Not Found) http://www.actionshero.com/wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js Failed to load: http://www.actionshero.com/wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js tinymce.min.js?ver=4021-20140423:4 Failed to load resource: the server responded with a status of 404 (Not Found) http://www.actionshero.com/wp-includes/js/tinymce/plugins/wplink/plugin.min.js Failed to load: http://www.actionshero.com/wp-includes/js/tinymce/plugins/wplink/plugin.min.js tinymce.min.js?ver=4021-20140423:4 Failed to load resource: the server responded with a status of 404 (Not Found) http://www.actionshero.com/wp-includes/js/tinymce/plugins/wpfullscreen/plugin.min.js Failed to load: http://www.actionshero.com/wp-includes/js/tinymce/plugins/wpfullscreen/plugin.min.js tinymce.min.js?ver=4021-20140423:4
You can try to re-upload the wordpress cms files (download the zip here: http://wordpress.org/download/ , extract it and upload the files). If it still doesn’t work you must contact your host because then it’s probably a server configuration issue and you must work with the server administrator to solve the issue.
Regards,
PeterJuly 7, 2014 at 6:04 pm in reply to: Portfolio Entry – How to re-order portfolio items in other languages #288092Hi!
This plugin is already embeded in the theme but it support only primary language.
No, I don’t think so. We never bundled this (or a similar) plugin with Enfold and you can’t apply a custom order to your portfolio entries with Enfold out of the box. You need to contact the plugin author and ask him if he can and wants to make his plugin compatible with WPML
Cheers!
PeterHey!
Please check the website now. I just copied the quick css code from the DE version to the EN version of the website and the headline weights and the icon color changed as expected. Maybe you need to clear the browser cache to see the result.
Best regards,
PeterHey!
Please check the login credentials – I get an error when I try to log in: ERREUR : le mot de passe que vous avez saisi pour l’identifiant enfold n’est pas le bon. Avez-vous perdu votre mot de passe ?
Cheers!
PeterHey!
I tagged this thread for Kriesi. I couldn’t find a quick solution and I’ll leave it up to him to decide whether he wants to support the xlink:href attribute or not.
Regards,
PeterJuly 7, 2014 at 4:27 pm in reply to: Urgent, please, help! Dynamic content elements are not showing up on my site. #288056Hey!
Please create me an admin account and I’ll look into it. The login credentials here: https://kriesi.at/support/topic/urgent-please-help-dynamic-content-elements-are-not-showing-up-on-my-site/#post-286940 don’t work for me…
Cheers!
PeterHey!
Yes, you see some “dummy widgets” if the “Displayed Everywhere” area is empty. Personally I recommend to insert an empty text widget into the sidebar to get rid of the dummy widgets. Alternatively delete this code in sidebar.php:
//default dummy sidebar if ($default_sidebar) { avia_dummy_widget(2); avia_dummy_widget(3); avia_dummy_widget(4); }
Best regards,
PeterHey luoja!
You just need to update to Enfold 2.8.1. Enfold will add them automatically at the bottom of the posts.
Best regards,
PeterHi heufti65!
Please insert this code into the quick css field (or child theme style.css) to hide the comments count:
#top .slide-meta-del, #top .slide-meta-comments{ display: none; }
Best regards,
PeterHi!
Glad I could help you :)
Best regards,
PeterHey Gurify!
Maybe the image (attachment) uses the same slug like the post. Go to Media > Library and edit the image. Then edit the permalink of the image (i.e. append -image to the current slug) and save the image.
Cheers!
PeterHi Slade!
Can you post a link to the portfolio page please? I couldn’t find a link in the main menu.
Best regards,
PeterHey softronix_ltd!
Normally you can use the “Layout Options” on the editor page (right sidebar underneathe the “Publish” button): http://www.clipular.com/c/5678396386312192.png?k=GHJxKgRFTQO5VQZXv_s3x_63ZCE to configure the header styling. Note that you must use a recent, updated version of Enfold (v2.8.1+).
Regards,
PeterHi!
We’ll fix this bug with the next version. For a quick fix open up archive.php and replace:
$blog_layout = apply_filters('avf_blog_style', avia_get_option('blog_style','multi-big'), 'archive'); if($blog_layout == 'blog-grid')
with
$avia_config['blog_style'] = apply_filters('avf_blog_style', avia_get_option('blog_style','multi-big'), 'archive'); if($avia_config['blog_style'] == 'blog-grid')
Cheers!
PeterHi Frederic!
Yes, Enfold does not support checkboxes and multiple rows of input elements. I recommend to use Formidable or Gravity Forms.
Cheers!
PeterHi dubyajay!
You can find it in the “content elements” tab: http://www.clipular.com/c/4839982531346432.png?k=jEX2nffYuz7WKawuq8UlGg_tGBQ
Best regards,
PeterHi!
Please try to follow Devins tutorial video: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/ – if the theme still doesn’t work please post your wordpress admin and ftp account credentials (as private reply) and we’ll look into it.
Best regards,
PeterJuly 6, 2014 at 1:02 pm in reply to: Events Manager Single Event Page Title using Blog "News" header title #287689Hey!
Try this code:
add_filter('avf_title_args', 'fix_events_page_title', 10, 2); function fix_events_page_title($args,$id) { if (get_query_var('post_type') == 'tribe_events' && !is_single()) { if((tribe_is_upcoming() || tribe_is_past())) { $args['title'] = 'Events List'; } else if(tribe_is_showing_all()) { $args['title'] = 'List all events'; } } else if(get_query_var('post_type') == 'tribe_events' && is_single()) { $args['title'] = 'Screenings'; } return $args; }
Best regards,
Peter -
AuthorPosts