Forum Replies Created
-
AuthorPosts
-
Thank you will you enter the change in the next update?
In the meantime, try to add the following lines in the functions.php file inside your theme folder
1 /**
2 * This fixes the issue with truncated links in Enfold theme with WPML 3.6.1
3 * WARNING: ILLEGAL STRING OFFSET ‘LANGUAGE_CODE’ IN \WP-CONTENT\THEMES\ENFOLD\CONFIG-WPML\CONFIG.PHP ON LINE 489
4 */
5 add_action( ‘init’, ‘wpmlcore_3776_temporary_fix’ );
6 function WPMLcore_3776_temporary_fix() {
7 remove_filter( ‘WPML_filter_link’,’avia_change_wpml_home_link’, 10 );
8 }In the meantime, try to add the following lines in the functions.php file inside your theme folder
/**
* This fixes the issue with truncated links in Enfold theme with WPML 3.6.1
* WARNING: ILLEGAL STRING OFFSET ‘LANGUAGE_CODE’ IN \WP-CONTENT\THEMES\ENFOLD\CONFIG-WPML\CONFIG.PHP ON LINE 489
*/
add_action( ‘init’, ‘wpmlcore_3776_temporary_fix’ );
function wpmlcore_3776_temporary_fix() {
remove_filter( ‘WPML_filter_link’,’avia_change_wpml_home_link’, 10 );
}CLEAR CACHE already done several times
I sent you a new password
private messagge
- This reply was modified 8 years, 7 months ago by bborsi.
Thank you so much always very efficient :-)
OK step by step.
1) setting header transparent and glassyWhat I would like is to maintain transparency but reduce it as intensity making it less transparent
Thank you si much
Ok …… but I would like the bar (logo, mainmenu etcetc) less transparent
April 17, 2014 at 11:29 am in reply to: avia framework popups within elements stopped working #252590ATTENTION PLEASE: ThemeForest download the latest version from the version 2.6.3
March 30, 2014 at 12:17 pm in reply to: Language flags from WPML at the top header right disappeared after update #245073This reply has been marked as private.March 29, 2014 at 10:42 am in reply to: Language flags from WPML at the top header right disappeared after update #244739Good morning. I would like to delete the pictures of the flags from my header (www.primisdesign.com / contact) I followed the directions of the previous post but do not work (post number: # 244490). Do you have suggestions?
Post Number: # 244490
you can tell me exactly where to place the css?
-
AuthorPosts