whatwouldjessedo
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Retail Menus] Adding new 'valcols'You can have more value columns by adding one line of code and then deactivating/reactivating the plugin.
On line #110 in ‘simple-retail-menus.php, right after
add_option('jsrm_val_cols', '2');
Add the following line, replacing ‘3’ with whatever number of values you would like:
update_option('jsrm_val_cols', '3');
Then deactivate and reactivate the plugin.
I have a version of the plugin that works on multi site now. Anybody interested in testing it form me?
~Jesse
Forum: Plugins
In reply to: [Simple Retail Menus] [Simple Retail Menus Plugin] – multisiteWhile looking into this problem I found that the form action I was using in the Add New Menu form was slightly incorrect. I updated it and just submitted version 1.0.1 to the WordPress repository. I can’t say for sure if this will fix the problem you are having in the multisite installation, but I think it might, Please let me know if you try it and it works (or doesn’t work).
Thanks for the feedback! And I’m glad people are finding a use for this!
Forum: Plugins
In reply to: [Simple Retail Menus] [Simple Retail Menus Plugin] – multisiteHi Phyllis,
I didn’t write the plugin with multisite use in mind. I’ll see if I can figure out where things are going wrong though. It probably has to do with the plugin page location being different in a multisite install compared to a single site install. Can you tell me the address to the Retail Menu page? For instance, on a single site its:
https://[domain]/%5Bwordpress directory]/wp-admin/admin.php?page=jsrm-retail-menus
Is the path different in your case?