Forum Replies Created
-
AuthorPosts
-
Hi!
Please update Enfold to version 2.9.2. You’re using 2.8.1 which is not compatible with WP4.0. We also can’t edit the page content because the editor doesn’t load.
Regards,
PeterHey!
Ich habe mir die Selektoren nun angesehen und ich denke, es wäre am einfachsten einfach die single-portfolio Klasse hiefür zu verwenden – füge diesen Code in das Quick CSS Feld ein:
.single-portfolio .header_color .main_menu ul:first-child > li#menu-item-134 > a { color: #333333; } .single-portfolio #menu-item-134 a .avia-menu-fx, .single-portfolio #menu-item-134 a .avia-menu-fx { visibility: visible; opacity: 1; }
134 ist die derzeitige ID des Menüpunktes “Produkte”.
Best regards,
PeterHi Ikyo!
You can fix this issue with some css code – insert it into to the quick css field or child theme style.css file:
#comments .comment_text span { display: inline; }
Cheers!
PeterHey!
I couldn’t find the reason why it’s not working. I think it might be a problem of some customized code – I noticed that some theme options (i.e. the “Secondary Menu” option) also don’t work. Please try to upload an unmodified version of Enfold 2.9.2 and check if the language switcher then starts to work. You can also try to report the issue to the WPML – maybe they can provide some useful hints why it’s not working in your case.
Regards,
PeterHi!
Yes, afaik Kriesi released an update for WP4.0. If the update doesn’t solve the issue try to increase the allocated php memory to 128M: http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
Cheers!
PeterHi!
You can add this code to the child theme functions.php file:
if(!function_exists('avia_append_lang_flags')) { //first append search item to main menu add_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 ); add_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 ); function avia_append_lang_flags( $items, $args ) { if ((is_object($args) && $args->theme_location == 'avia')) { global $avia_config, $sitepress; if(empty($avia_config['wpml_language_menu_position'])) $avia_config['wpml_language_menu_position'] = apply_filters('avf_wpml_language_switcher_position', 'main_menu'); if($avia_config['wpml_language_menu_position'] != 'main_menu') return $items; $languages = icl_get_languages('skip_missing=0&orderby=custom'); if(is_array($languages)) { $num_el = $total_el = count($languages); foreach($languages as $lang) { $num_el--; $currentlang = (ICL_LANGUAGE_CODE == $lang['language_code']) ? 'avia_current_lang' : ''; if(is_home() || is_front_page()) $lang['url'] = $sitepress->language_url($lang['language_code']); $style = ($num_el != $total_el) ? ' padding-left:5px;' : ''; $items .= "<li class='language_".$lang['language_code']." $currentlang'><a style='padding-right:0;{$style}' href='".$lang['url']."'>"; $items .= " <span class='language_flag'>".strtoupper($lang['language_code'])."</span>"; if($num_el > 0) $items .= " | "; $items .= "</a></li>"; } } } return $items; } }
It will replace the default language switcher which uses images (flags) with text based links. Original thread: https://kriesi.at/support/topic/wmpl-country-code-instead-of-flags/
Regards,
PeterHi!
1) Please make sure you’re using the latest theme version 2.9.2. Ig not please update the theme.
2) Maybe a plugin is incompatible with WordPress 4.0. Deactivate all plugins, clear the browser cache and try to use the widget areas again.
Cheers!
PeterHey wew4481!
1) Please make sure you’re using the latest theme version 2.9.2. If not please update the theme.
2) Maybe a plugin is incompatible with WordPress 4.0. Deactivate all plugins, clear the browser cache and try to use the widget areas again.
Regards,
PeterHey!
Yes, at the end of the child theme functions.php or enfold/functions.php file.
Best regards,
PeterSeptember 5, 2014 at 5:05 pm in reply to: Single blog post – bottom, set default call to action images #314119Hi Peter!
You can use the 5 column shortcode and “Image” shortcode to create such an effect. I.e. I created this effect on my test server: http://test.inoplugs.com/bonjour-cest-lete/?lang=en
with following code:
[av_one_fifth first] [av_image src='http://kriesi.at/wp-content/themes/kriesi/images/logo.png' attachment='' attachment_size='full' align='center' animation='no-animation' link='manually,http://test.com' target='' styling='' caption='' font_size='' appearance=''][/av_image] [/av_one_fifth] [av_one_fifth] [av_image src='http://kriesi.at/wp-content/themes/kriesi/images/logo.png' attachment='' attachment_size='full' align='center' animation='no-animation' link='manually,http://test.com' target='' styling='' caption='' font_size='' appearance=''][/av_image] [/av_one_fifth] [av_one_fifth] [av_image src='http://kriesi.at/wp-content/themes/kriesi/images/logo.png' attachment='' attachment_size='full' align='center' animation='no-animation' link='manually,http://test.com' target='' styling='' caption='' font_size='' appearance=''][/av_image] [/av_one_fifth] [av_one_fifth] [av_image src='http://kriesi.at/wp-content/themes/kriesi/images/logo.png' attachment='' attachment_size='full' align='center' animation='no-animation' link='manually,http://test.com' target='' styling='' caption='' font_size='' appearance=''][/av_image] [/av_one_fifth] [av_one_fifth] [av_image src='http://kriesi.at/wp-content/themes/kriesi/images/logo.png' attachment='' attachment_size='full' align='center' animation='no-animation' link='manually,http://test.com' target='' styling='' caption='' font_size='' appearance=''][/av_image] [/av_one_fifth]
You just need to replace http://kriesi.at/wp-content/themes/kriesi/images/logo.png with you image urls and replace http://test.com with your link urls.
Best regards,
PeterHey codecreative!
Please create us an admin account. We’ll check the template configuration.
Cheers!
PeterSeptember 5, 2014 at 4:51 pm in reply to: Woocommerce & Enfold: How can I hide the prices in the shop? #314113Hi!
If you want to hide the prices on all pages you need to install a plugin like: http://www.woothemes.com/products/catalog-visibility-options/ . Unfortunately quite a lot of work is involved and it’s beyond the scope of our support forum.
Regards,
PeterHey Billy!
Please contact your host regarding this question. Personally I recommend to simple redirect universoadvpl.com.br to universoadvpl.com instead of using two domains. If you don’t want to do that you need to create rewrite rules (i.e. see http://stackoverflow.com/questions/20228082/htaccess-rewrite-rule-replace-domain-keep-the-rest ) but this is not something we can cover in our support forum. You need to contact the server administrator if you need help with the rewrite rules and server configuration.
Best regards,
PeterHey Madame_z!
Did you try to add a “Text widget” to the footer widget area? You can use the text widget to display any custom text within one of the footer widget columns.
Regards,
PeterHi!
Ok, please give the user “kriesisupport” admin rights – I’ll check the configuration.
Best regards,
PeterHi David!
Please update Enfold to version 2.9.2.
Cheers!
PeterHi!
I modified the functions.php file for you.
Best regards,
PeterHey!
Not sure why it doesn’t work for you but I just used a “Code Block” element on this page: http://test.inoplugs.com/impressum/ and it worked for me. I used following code:
<script src="http://code.highcharts.com/highcharts.js"></script> <script src="http://code.highcharts.com/modules/exporting.js"></script> <div id="container" style="min-width: 310px; height: 400px; margin: 0 auto"></div> <script> (function($) { $(function () { $('#container').highcharts({ title: { text: 'Monthly Average Temperature', x: -20 //center }, subtitle: { text: 'Source: WorldClimate.com', x: -20 }, xAxis: { categories: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'] }, yAxis: { title: { text: 'Temperature (°C)' }, plotLines: [{ value: 0, width: 1, color: '#808080' }] }, tooltip: { valueSuffix: '°C' }, legend: { layout: 'vertical', align: 'right', verticalAlign: 'middle', borderWidth: 0 }, series: [{ name: 'Tokyo', data: [7.0, 6.9, 9.5, 14.5, 18.2, 21.5, 25.2, 26.5, 23.3, 18.3, 13.9, 9.6] }, { name: 'New York', data: [-0.2, 0.8, 5.7, 11.3, 17.0, 22.0, 24.8, 24.1, 20.1, 14.1, 8.6, 2.5] }, { name: 'Berlin', data: [-0.9, 0.6, 3.5, 8.4, 13.5, 17.0, 18.6, 17.9, 14.3, 9.0, 3.9, 1.0] }, { name: 'London', data: [3.9, 4.2, 5.7, 8.5, 11.9, 15.2, 17.0, 16.6, 14.2, 10.3, 6.6, 4.8] }] }); }); })(jQuery); </script>
Regards,
PeterSeptember 5, 2014 at 11:44 am in reply to: issue with avia editor and user-access-manager (uam) #313951Hi!
Yes Advanced layout page use a special template ( enfold/template-builder.php ) and you probably need to modify this file to use it with UAM. I don’t know the plugin though and I can’t tell you if or how you can use UAM with Advanced Layout templates. You can use the “avia_builder_precompile” or “avf_template_builder_content” or “the_content” filter if you want to manipulate the output with UAM (i.e. replace the default template content with a “please login” message if UAM restricts the access). Personally I recommend to contact the plugin author or to try another plugin like: https://wordpress.org/plugins/groups/
Regards,
PeterHi codecreative!
No, this is currently not possible. You can try to install this plugin: https://wordpress.org/plugins/woocommerce-dynamic-gallery/ but I didn’t test it with Enfold.
Best regards,
PeterHi!
Normally the German language files should translate this word. If it does not work on you website add this code to the child theme functions.php file (or enfold/functions.php). I recommend to insert the code at the very bottom.
add_filter('avf_toggle_sort_first_label','avia_change_toggle_label', 10, 2); function avia_change_toggle_label($all, $params) { $all = "Alle"; return $all; }
Cheers!
PeterHi treufo!
Bitte poste einen Link zu der Seite – ich werde mir einmal kurz ansehen, ob es da irgendwelche eindeutigen Selektoren gibt.
Cheers!
PeterHey!
Because the color section and the accordion are fullwidth elements. If the accordion shortcode is used directly after the color section the “fullwidth” element divs are added after the accordion and not after the color section. I recommend to add a hr element (or any other non fullwidth element) between the accordion and the color section to solve this issue.
Best regards,
PeterHi!
Thanks for your hint :)
Regards,
PeterHi!
Please deactivate the debug mode and replace:
define( 'WP_DEBUG', true );
with
define( 'WP_DEBUG', false );
If the warnings still pop up add this code to the theme functions.php file (at the very beginning after the
<?php
tag:
error_reporting(0);
We’ll fix the first warning with the next update. The second warning is not triggered by our theme and you need to contact the WPML support team.
Regards,
PeterHi!
Probably the easiest solution would be to use the constant to check the current language. Use it like:
function ava_extra_header_element() { $banner = "<div class='my-custom-content'>Here goes my text for the standard language!</div>"; if(defined('ICL_SITEPRESS_VERSION') && defined('ICL_LANGUAGE_CODE')){ if(ICL_LANGUAGE_CODE == "de") $banner = "<div class='my-custom-content'>Here goes my text for the German language!</div>"; if(ICL_LANGUAGE_CODE == "en") $banner = "<div class='my-custom-content'>Here goes my text for the Spanish language!</div>"; } } add_action('ava_main_header', 'ava_extra_header_element');
Replace de and en with the language shortcode(s) of your “translated” language(s) and change the “Here goes my text for the German language!”, etc text strings accordingly. Then replace “Here goes my text for the standard language!” with the text/banner of your “main” language (i.e. English).
Cheers!
PeterHey opvab!
No, afaik LayerSlider just supports WPML. You can try to contact the plugin authors though – maybe they support mqTranslate too.
Cheers!
PeterSeptember 5, 2014 at 10:25 am in reply to: SEO by Yoast Overriding the Facebook image problem #313895Hey David!
I checked some product pages – i.e. https://www.newageshop.com.au/product/gratitude-diary-2015/ and the og:meta image tag is set properly. I.e. on the Gratitude Diary 2015 product page the og:image tag looks like.
<meta property="og:image" content="https://www.newageshop.com.au/wp-content/uploads/2014/08/2015GratitudeCover-e1409195943941.jpg" />
However when I try to open the image url in my browser https://www.newageshop.com.au/wp-content/uploads/2014/08/2015GratitudeCover-e1409195943941.jpg your server denies the access to it and I think that’s the source of the problem. You probably need to check the folder permissions and server configuration. If you don’t know what causes this issue I recommend to contact the server administrator or host.
Cheers!
PeterHi Antonio!
Great :)
Best regards,
PeterHey!
Great – glad I could help you.
Cheers!
Peter -
AuthorPosts