hrantabe
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Cart widget not working on product pageI fixed it, the problem was with my tabs.php, I changd it back to default and then found cause of the problem.
Thanks for help.
Forum: Plugins
In reply to: [WooCommerce] Cart widget not working on product pageNow it is 2.1.4, same thing.
Forum: Plugins
In reply to: [WooCommerce] Cart widget not working on product pagePrice filter problem is fixed thanks to your advice.
But updating jquery version didnt helped for cart widget. I am the developer of theme, I tried removing other scripts from it, but no results, what it could be ?Forum: Plugins
In reply to: [qTranslate X] Multilingual CommentsThanks, but beta version didn’t helped.
BUT I have fixed it 🙂
I just edited “qtranslate-separate-comments.php”, in the end of file there is a piece of code for checking whether is qTranslate active or no, I changed
if( is_plugin_active( 'qtranslate/qtranslate.php') || ( is_multisite() && is_plugin_active_for_network( 'qtranslate/qtranslate.php') ) ) { global $qTranslate_Separate_Comments; $qTranslate_Separate_Comments = new qTranslate_Separate_Comments(); }to
if( is_plugin_active( 'qtranslate-x/qtranslate.php') || ( is_multisite() && is_plugin_active_for_network( 'qtranslate-x/qtranslate.php') ) ) { global $qTranslate_Separate_Comments; $qTranslate_Separate_Comments = new qTranslate_Separate_Comments(); }And that worked.
WooohoooooooooForum: Plugins
In reply to: [qTranslate X] Multilingual CommentsI have checked “Enable function name compatibility” as you said, but it is still not working.
Forum: Plugins
In reply to: [Google XML Sitemaps v3 for qTranslate] qtranslate problemHi I have fixed it with THIS
with help of jinoOM
Thank you , keep moving to ultimate progress
Mail me at {myusername[at] gmail dotcom}
Author have send me a solution , now all is ok
btw I am using wordpress 3.5 , not 3.2.1 as it writed about the topic
Forum: Plugins
In reply to: [Codestyling Localization] Cant find add Armenianthanks , much much