cmptscmp
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Anyone know how to use the cartFees checkout filter?@mosesmedh I am asking for better, in fact actual, documentation. There is no documentation on how to use it. What is the point in providing documentation if we have to guess how it’s used?
Forum: Plugins
In reply to: [WooCommerce] Anyone know how to use the cartFees checkout filter?we have already provided the link in the OP. there is nothing useful on the docs. Please provide better information as the following does not help:
cartFees
array– The cart fees array.Forum: Plugins
In reply to: [WooCommerce] Anyone know how to use the cartFees checkout filter?@shahzeenfarooq As per my original message, we have already linked to what you sent. That is not helpful as there is no information about how to use the filter. The only details are: cartFees
array– The cart fees array.so, please send details on how to use this filter as the docs doesn’t have enough information
Forum: Plugins
In reply to: [annasta Filters for WooCommerce] Filter not working on AndroidThanks. Changed to another cookie plugin and all working now.
Forum: Plugins
In reply to: [annasta Filters for WooCommerce] Filter not working on AndroidAh! It’s CookieYes. It’s somehow affecting the filter on android. Have you have any reported compatibility issues?
Forum: Plugins
In reply to: [annasta Filters for WooCommerce] Filter not working on AndroidThanks. I deactivated the Optimize plugin but it’s still the same. So I don’t think it’s that. What else could it be?
thanks for thr quick reply!
my site is everysnowday.co.uk. i don’t see the messages pop up, but then I may not have added the Privacy and messaging message tag correctly
Forum: Plugins
In reply to: [Product Filter for WooCommerce by WBW] Show Filter Options on results pageIn fact, I’ve started re-using the Woo sidebar widget and that does show on the “results” page, so I’ll live with that.
The Theme (Storely) shows the filter at the bottom of the page on mobiles so if you know how to get that at the top I’d appreciate it. I did select the option in your filter for that but as it states, not all themes have the block options for that to work.
Probably need some CSS for mobiles.
Thanks!
Forum: Plugins
In reply to: [Product Filter for WooCommerce by WBW] Show Filter Options on results pageApologies, I wasn’t clear about the results page.
The results shown is from using your filter plugin. So, when you click Filter it displays whatever options you selected as a “results page”…and it’s there that I’d like to see the filter options again so a user can select other options and filter again.
Is that possible?
sorry. wrong forum. closing
Forum: Fixing WordPress
In reply to: Homepage Post SectionI have posted in that forum before…without a response.
Forum: Plugins
In reply to: [AI Puffer – Chat. Create. Automate. (formerly AI Power)] Infinity X ContentThat was exactly the problem. Many thanks.
Great plugin too. Saving me lots and lots of time writing content 🙂
Forum: Plugins
In reply to: [AI Puffer – Chat. Create. Automate. (formerly AI Power)] Infinity X ContentSee here for what it creates: https://www.everysnowday.co.uk/products/burton-ak-120l-duffel-bag-true-black/
- This reply was modified 2 years, 7 months ago by cmptscmp.
Forum: Plugins
In reply to: [AI Puffer – Chat. Create. Automate. (formerly AI Power)] Infinity X Content

Hi
As you can see, these are the only options we’re using. We’ve simply changed the description prompt to something more suitable for us
Forum: Fixing WordPress
In reply to: External/Affiliate option shows WordPress iconThanks, got it.
I ended up removing this from the woocommerce/content-product.php file:
<div class="product-action"> <?php /** * Hook: woocommerce_after_shop_loop_item. * * @hooked woocommerce_template_loop_product_link_close - 5 * @hooked woocommerce_template_loop_add_to_cart - 10 */ do_action( 'woocommerce_after_shop_loop_item' ); ?> </div>No bar below the image now so job is done.