Kian William
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Errot messageSure master, we shall do as his excellency pleases, a glorious background of golden civilization of yours in one 100 centuries of written history sponsors and guarantees his excellency’s commandments!!!
Forum: Fixing WordPress
In reply to: Twent TwentytwoI started working with editor(inspite of my will), everything is there and no need for any knowledge of coding language, it is just great and very talented job has been accomplished in developing 22 (but still, I like to do coding and develop a template or its child theme by writing codes)
Kian WilliamForum: Fixing WordPress
In reply to: Twent TwentytwoThanks for the response, In regard with child theme the tutorial did not add to what I already know, what I would like to be sure about is for instance, suppose I would like to add a new navigation in footer from file side, rather than the editor, could I copy and paste wp:naviation tag of header.html in the parent theme to the footer.html which is already copied to the chlid theme folder? Also, from functions.php of child-theme we are able to create places for widgets which shall be reflected in wordpress control panel, how could we reflect them in site part when all files are html? Is there html tags to reflect widgets in html files , copied to chld theme?
Kian WilliamForum: Fixing WordPress
In reply to: Plugin for CommentsThanks for the link
Kian WilliamForum: Fixing WordPress
In reply to: Plugin for CommentsThanks for the response,
I read the details of the plugin, it refers to assigning capabilities for a user which I think is editing and deleting, does it include showing user’s comments too?
I have developed a custom plugin which adds articles to woocommerce from comment form of word press, what I want is a plugin that gives each user a chance to view the comments (which is the assigned articles) to edit or delete them, I can develop such a plugin myself yet to save time if it is possible I would rather an already designed plugin
Thanks again
Kian WilliamForum: Developing with WordPress
In reply to: Why won’t my custom widget area show?Clear the cache, both browser and server part, it may work
Kian WilliamForum: Developing with WordPress
In reply to: Call to undefined function wp_create_category()From what I remember wp_create_category() has two arguments and both are required as this:
wp_create_category(int/string $cat_name, int $parent)
Kian WilliamForum: Plugins
In reply to: [WooCommerce] Update woocommerce database messageJust one last thing, you said:
“Generally the database updates might reorganize data but should not change the data itself. Sometimes, to increase efficiency, data is moved to new tables etc.”
“By this I mean that sometimes data is moved to new tables. For example, recently it was decided that moving a lot of product data to a product_meta_lookup table would make for greater efficiency in searching”I also searched through the zip file, I mean the original woocommerce zip file before getting updated and I observed lots of queries to this table (product_meta_lookup) which proves this table was not added in the update of woocommerce and it was there originally, the zip file I downloaded belongs to 2020/4/20 and it is not recent time at all and the version of woocommerce is 4.0.1
I only want to form a response based on logic and I do not find your response logical or may be there are other explanations
Kian William- This reply was modified 3 years, 11 months ago by Kian William.
Forum: Plugins
In reply to: [WooCommerce] Update woocommerce database message1- I found the table wp_wc_product_meta_lookup in the database, then this table was not in the original package of woocommerce and in update it is added, responded completely
2- Responded completely
3- Yes this is a way to find the conflict between plugins , also error log could sometimes mention valuable hints
Thanks for the support
Kian WilliamForum: Plugins
In reply to: [WooCommerce] Update woocommerce database message1-“Generally the database updates might reorganize data”
Under what circumstance database update reorganize data and what you mean by the word reorganization of data in a database?
2-“Sometimes, to increase efficiency, data is moved to new tables ”
when you say new tables you mean updating woocommerce could create new tables for other plugins or just woocommerce itself? and in both case why it does not update tables which could be handled with better performance and software engineering?
” Its more likely to be the result of a plugin or conflict between two plugins”
This is possible but I did not view it on my local server
Kian WilliamForum: Plugins
In reply to: [WooCommerce] Update woocommerce database messageGreetings,
I have the site on my local server too and I shall test it. Thanks for the advice.
Why woocommerce should update database format? And what do you mean by database format?
Logic tells that the plugin should get involved with related tables of its own in case of any sort of woocommerce database update and makes its tables compatable with database in all aspects rather than interfere in the complete database which rules on all tables belong to all plugins
Kian WilliamForum: Plugins
In reply to: [WooCommerce] woocommerce on hold situation after paymentAs I already mentioned, the problem is not with woocommerce, it was my account in paypal developer accounts. Thanks again and long live science
Kian WilliamForum: Plugins
In reply to: [WooCommerce] woocommerce on hold situation after paymentOn changing the status to Completed, links to download appear, I was to refresh the browser cache. Thanks for the point Ryan, highly likely the problem is in regard with paypal IPN notification which is not sent, problem is not with woocommerce, it is from paypal server, I keep checking
Kian WilliamForum: Plugins
In reply to: [WooCommerce] woocommerce on hold situation after paymentGreetings there:
I did it manually, nothing happens on changing the status of an order to Completed.
No IPN notification, no email and link to download a product.
Thanks for the swift answer
Kian WilliamForum: Plugins
In reply to: [WooCommerce] Store Back ButtonI have developed a very simple plugin for store back button, now in the next update of woocommerce the button shall stay, being busy prevented me from informing sooner