ickysniffles
Forum Replies Created
-
Forum: Plugins
In reply to: [eCommerce Product Catalog Plugin for WordPress] Exclude CategoryThank you for the good ideas. I was hoping (and did not specify this in my question and should have) to do something more to this effect:
(beginning of code building the list)
if (category != (my article ID) then continue
else
fall thru to (ending of code building the list)I hope I conveyed my question correctly. I am also looking for the file that does the actual building of the “Product List”. If I could find that, I can at least make a better effort to do some code, I just do not have a starting point locked down yet. I love this plugin and it does 98% of what I needed it to do right out of box.
As for your suggestion #2, when I went there to do my research, it has a “license” attached to the page. Do I need to sign up for a license to get that plugin?
Thank you again.
Craig.
Forum: Plugins
In reply to: [WooCommerce] Trying to remove sidebar from all Woo commerce PagesOk, so the power of writing to people has opened my mind once again. Just realized that this “ghost widget” of mine is listing the “sub-pages” under the “my account” page. So while I have solved my issue in “hidding” the “lost password” option, I still would like to know where this code is getting inserted at. Once again, thanks for any advise.
Forum: Plugins
In reply to: [WooCommerce] Trying to remove sidebar from all Woo commerce PagesHi. Been doing searches for this specific issue of mine with no satisfactory results. I hope I am in the right place for this. If not, my apologies. Issue: When logged in as any user and I go to the “my account” page in the woocommerce, my sidebar gets an additional widget that has the following: change password, edit my address, logout, lost password and view order.
What I would like to do is be able to take out the “lost password”. Being as the user is logged in already, to me, it would make sense that you would not need to do this. So I guess my question is, where is the code for this “ghost widget” that I cannot seem to find. I have performed several different types of searches inside the “woocommerce” plugin folder and any changes i have done seem to have no effect on the output. I am confident that when I do find the code that I will be able to correct this myself. I just cant find it. Thanks in advanced for any advise.