yourfluf
Forum Replies Created
-
Forum: Plugins
In reply to: [Breeze - WordPress Cache Plugin] Unhook clear_cache_if_changed_apiI’ve already done that. Was asking for a more sustainable solution as what’s not included in your message is I can’t update Breeze going forward
Forum: Plugins
In reply to: [Breeze - WordPress Cache Plugin] Unhook clear_cache_if_changed_apiHi @owaisalam. Basically one call a minute. eCommerce site with a lot of content.
To be more specfic, it’s my object cache I have a problem with being flushed every minute.
Because
clear_cache_if_changed_api
callsbreeze_clear_all_cache
callsBreeze_PurgeCache::__flush_object_cache()
Hey Marcel thanks looked into it. Sorry this message got lost in my inbox. Thank you
Same here:
- Error Level:?E_WARNING
- Message:?file_get_contents(//cdn.shopify.com/s/files/1/0836/1959/products/sugar_style-200s_46a2d71d-b81e-4b64-a0f7-c9b3a8f4c257.jpg?v=1575637540): Failed to open stream: No such file or directory
- File:?/wp-content/plugins/fifu-premium/admin/dimensions.php
- Line:?10
- Request:?/wp-cron.php?doing_wp_cron=1725301994.7407178878784179687500
- Referrer:?unknown
NP!
Cool thank you!
Hi @marceljm,
Sorry I made a slight mistake in my original message, i meant to say wp_get_attachment_url($att_id) not wp_get_attachment_image_src($att_id, "full")[0].
So I’m not sure because if you look at this post on my site. I can confirm that there are no fifu images here (judging from my postmeta table). However it still loads the fifu elements like lslide. I’ve changed my site back to the default (e.g. using get_the_guid()) just to illustrate how it results in no images (unlike the wp_get_attachment_url() solution.
Thanks Marcel, have sent over the status logs to the fifu support email.
That style I mentioned above is not required to be enqueued on every single page, yet you do that (even when the cookie message doesn’t appear) on line 167 of the file. Can you provide some sort of hook that allows developers to dequeue the style else it affects the performance of the site or change the code so that the wp_enqueue_style in cookielawinfo_table_shortcode() is enqueued more selectively
Forum: Plugins
In reply to: [WooCommerce] Bulk Add Product AttributesHi Raif,
A member of our team found a workaround by adding the following piece of code to our functions.php file, and this adds the brands directly to the database. It worked successfully.
function add_brands() { $brands = [‘brand1’, ‘brand2’, … ‘brandn’] foreach ($brands as $brand) { wp_insert_term($brand, 'pa_brand'); } } add_action('init', 'add_brands');
Forum: Plugins
In reply to: [WooCommerce] Bulk Add Product AttributesHey,
Thank you for your quick response. Unfortunately that doesn’t help though. As I said it is over 2000 brands, so I cannot manually add them to all of the products. Our marketplace is a multivendor marketplace, so each vendor needs to attribute their products as they upload them. Therefore I need to pre-add all the 2000 brands to our site so each vendor has the options to choose from
It says that is for Elite members only.
Please see the link below
https://www.dropbox.com/scl/fi/p2h8vvri6wielmx4dyszz/Debug.log.paper?dl=0&rlkey=u3qmxetzddc61jhrvz54iwxygHow can I send it?
https://docs.google.com/document/d/1CJfjOCvQ5VU8rcDQ4b7ZnNZOG6jBlGm1Utd9ZNAfCAg/edit?usp=sharing
let me know if that works
Which file service would you like me to send on?