testwebdeveloper
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] How to change order id in woocommerceThanks ManusH for reply,
I’m using,
https://codecanyon.net/item/woocommerce-deposits-partial-payments-plugin/9249233
Is the plugin use the deposit option means user will pay money one or many time, so for this if when user firstly put deposit at that time the order id i want to change to ‘order id’-1 i.e.123-1, in next payment order id 123-2,next 123-3 and so on when that order will complete.
So I want solution for that how i will change that order id to 123-1, 123-2, of current order. we don’t make new order we only want to update current order id.Thanks,
Forum: Plugins
In reply to: [HTML Editor Syntax Highlighter] Plugin still broken in WP 4.3Hello,
My problem was solved I have made changes related to the editor in plugin file.
In my site I have used the wordpress 4.3 version and the fustion core plugin giving problem so I have made changes in,
wp-content/plugins/fusion-core/admin/page-builder/assets/js/js_wp_editor.jsReplace,
onclick="switchEditors.switchto(this);"
to,
data-wp-editor-id="'+current_id+'"
Its working properly.
Thanks.Forum: Plugins
In reply to: [HTML Editor Syntax Highlighter] Plugin still broken in WP 4.3Hello,
Can you please help me I have also getting the same error my word press is Version 4.3 ,
Uncaught TypeError: switchEditors.switchto is not a function
Please help me urgent.Thanks
Forum: Plugins
In reply to: [W3 Total Cache] w3tc-config folder removalHey,
My problem is solved.
after removed total cache plugin i have kept that folder backup on the my server /public_html/bk folder. I have removed that and my problem solved…Thanks,
Forum: Plugins
In reply to: [W3 Total Cache] w3tc-config folder removalHello,
I have also facing the same problem after removing w3 total cache plugin folder, it effect on css file i.e. If i will make changes then that changes can’t reflect on browser.Please anyone help me…
Thanks,