oakandrocks
Forum Replies Created
-
Deleting the plugin gets rid of the issue.
Correction, even manually setting it doesn’t last.
Your pos plugin keeps persistence and doesn’t work at removing/disabling autoload.
MariaDB [wordpress]> SELECT option_name, autoload FROM wp_options WHERE option_name = ‘option_optimizer’;
+——————+———-+
| option_name | autoload |
+——————+———-+
| option_optimizer | on |
+——————+———-+
1 row in set (0.000 sec)Had to manually UPDATE wp_options SET autoload = ‘auto-off’ WHERE option_name = ‘option_optimizer’;
Same thing with the “Delete” option.
Rectification – Removing option_optimizer from autoloaded options will show as removed but will show as enabled if page is refreshed (so probably never removed).
What should I do?Removing from Autoloaded – even though correctly displayed as “removed” in AAA page – still shows in Site Health – Autoloaded
Forum: Fixing WordPress
In reply to: Product Categories are not shown in the Categories WidgetNevermind. Product Categories & Categories are two different things.
You guys are clearly not going to help me fix my issue.
Closing thread.
@drawmyface Additionally, how did you “test” my Admin Bar? Shouldn’t you need to be logged in for that?
@drawmyface
Doing so will disconnect my 4 linked accounts.What will this break?
The bar thing is not that much of a problem and you’re saying this would address a jetpack issue, but i havent noticed any issues with jetpack
Is it a security issue?
@bruceallen
oakandrockscomThe issue is present on 2 devices & 4 separate browsers.
Edge
Firefox
Chrome
Chrome MobileForum: Plugins
In reply to: [Markup by Attribute for WooCommerce] Markups not applyingIssue was using BULK > Set Regular Prices (I added manually to each one before)
(Please check my combo question!)
Forum: Plugins
In reply to: [Markup by Attribute for WooCommerce] Can’t figure out where to add markupActually I found out it’s in “Product Tab > Attributes” from the main dashboard.
Here’s my other question:
Is it possible to make combos like so:Attribute1:
blue/red/white
Attribute2:
S/M/L
Attribute3:
X/Y/ZIs it possible to simply allow, for example, “attribute3 > Y” ONLY to “Attribute 1 > Red & White”?
Unavailable/Greyed out for Blue.This is an example, I would need to disallow multiple attributes based on other attributes.
Forum: Fixing WordPress
In reply to: Admin Bar Missing (URL = NSFW)I’m reselling for multiple websites and I need to have:
A Main shop page with 2 Main Categories:
Cat1 = Types of toys
Cat2 = BrandsCat1 icons won’t show all items from that category
&&
Cat2 would show all sub-categories (mostly similar to Cat1s) of the clicked brand.Any idea how that’s possible with woo?
I used parent/child categories but the main shop page still shows child and parent like they were on the same “level”.