This topic has 5 replies, 2 voices, and was last updated 10 years, 7 months ago ago by Eva Kemp
I’ve got a new problem. Now I’m using WP 3.9 with IDStore theme 3.3 and woocommerce 2.1.7.
This is my page
I’ve opened my site in IE9 and Chrome and founded text display in product short description missing.
In Chrome was shown correctly but in IE9 was missing.
Where am I missed or this is the bug between WP and Idstore?
Please help me again. Big thanks.
Hello,
We bring our apologies for this terrible inconvenience! We are planning to relese our update within next week and you can be sure it will fix your problem. But we understand that it can be urgent for you, so you may fix this issue now, manually.
Edit file idstore/code/options.php , find if($doshortcode){
(line 5) and replace by if($doshortcode && is_string(ot_get_option( $key,$setting ))){
Edit file idstore/code/functions.php , find wp_enqueue_script('masonry', get_template_directory_uri().'/js/jquery.masonry.min.js',array(),false,true);
(line 84) and replace by
wp_enqueue_script('get_masonry', get_template_directory_uri().'/js/jquery.masonry.min.js',array(),false,true);
Regards,
Eva Kemp.
Dear EVA Kemp
I’ve done edited like your reply for solved the revolution slider before I added my products.
I’ve try to refresh my site in IE and found the text shown on the 1 second and then they gone.
You can try my site at http://www.peachmakeup.com
Thanks.
Dear EVA Kemp.
I’ve found the cause of my problem.
It’s happened from typography setting.
When I change setting my site begin display correctly.
Thank you for your quick support.
Hello,
Thank you for the reply. We’re glad the issue has been fixed now.
Don’t hesitate to contact us if you need more help.
Regards,
Eva Kemp.
The issue related to '‘Missing Texts in Products short description’' has been successfully resolved, and the topic is now closed for further responses