Forum Replies Created
-
AuthorPosts
-
Dear Ismael,
I am using Better WP Minify plugin as you suggested. But the problem persists.
On https, all features are ok, except the background and font color for heading and main menu. These are the setting I made using (backend Enfold general styling setting). screenshot: http://www.iuj.ac.jp/wp-content/uploads/2015/04/Screen-Shot-2015-04-28-at-5.02.50-PM.png
Is there anyway to fix this problem?
thanks in advance,
Zaw ZawThanks, I will try and report back.
best,
zaw zawDear Ismel,
Thanks for prompt reply. In fact I m aware of that plugin. As I mentioned In my original post, I don’t want to force home page and content pages to be https. All I want is the site shows the same look regardless of what visitor use http or https.
Do you think that plugin can force all page request to be in http?
Thanks,
Thanks,
I fixed my problem with this code:
.avia_wpml_language_switch li .language_flag { display: none !important; } .avia_wpml_language_switch li span.language_native{display: block !important;}
Dear Ismael and Andy,
Thanks for the advices. I strictly follow your suggestions – clear browser cache, try with different machine, restart server. But I cannot get rid of language flag.
My client request to use only language name instead of flag as it might mislead the meaning as an indication for location.
Any further advice?
I appreciate your continuous support.
thanks,
Zaw ZawThis reply has been marked as private.Dear Josue,
Thanks for pointing the right place for modification. I use page template check and following codes work for me.
//overwrite with custom fields if they are set $post_id = avia_get_the_id(); if ( is_page_template( 'template-gsir.php' ) ) $settings['header_shrinking'] = 'av_header_shrinking_disabled';
Many thanks!
Zaw ZawThis reply has been marked as private. -
AuthorPosts