debruning
Forum Replies Created
-
I’ve initialized it with the following snippet:
if (!isset($user_count[$role])) { $user_count[$role] = 0; }
Hoping this will address it, will post a follow up if it sorts things out. 🙂
Forum: Plugins
In reply to: [WooCommerce] Problem overriding product-image.php with child themeHey guys, appreciate the replies 🙂
I was able to confirm the override folder for my child theme is working
(I have customized several php files so that isn’t surprising), but copying the file just doesn’t seem to be allowing the override from the default woocommerce template.
Happily, I was able to find a plugin that does what I was looking for, though I sad that this issue did manage to defeat me. But it’s a Friday, so I will just throw out thank you’s to both of you again and be happy with the win. 🙂
Have a great weekend guys!
Forum: Plugins
In reply to: [Smart Slider 3] Where’s the cache and how can I manipulate it?Thank you so much 🙂 I can work with that!
Have an amazing day 🙂
Forum: Plugins
In reply to: [Smart Slider 3] Where’s the cache and how can I manipulate it?I would also be interested in knowing the path to where the cache files are kept on the server.
I am automating when banner display using a cron, everything is firing, but of course the changes don’t take until I clear the cache…I want my code to remove the needed cache files directly, I just need to know where it’s being stored.