John McCarthy
Forum Replies Created
-
Not the wrong plugin support page.
Have since moved to an alternative plugin that has the customisation features we need along with the bulk edit.
Thanks for your time.
Thank you very much. All clear now and hopefully this will help others wondering about the answers to the questions we had!
Thanks for getting back to me.
Okay. Would it not be beneficial to have this noted in the UI somewhere? Even at the select fields level?
Why is it that the default Facebook feed or from what you’re suggesting uses googles category taxonomy and not it’s own? Or does it?
We were 100% aware of Facebooks categories and had started to map them directly as your plugin allows. Yet we were still miffed as to why google_product_category or fb_product_category would not map our existing categories.
The answer here seems to be that when selecting “Category” the plugin will look for the product category and try then to find the assigned category in the mapping section. If it cannot find it, it’ll show empty.
Thanks for your time.
Okay. So why have google_product_category mapped to Category?
Is it that “Category” is mapping the mapping you shared in the screenshot?
Could it not just map the product’s category in WooCommerce?The error is not tracing back to your plugin no. But I’m sure you’re aware this can happen with WP reporting/error logging.
The conclusion is simple.
Fresh install. Multisite. Have default theme. WooCommerce. Then try to install the plugin at the network level. Error. Site broken.
Therefore I’m sharing the error here.
That was some super support Alekv.
I was also using the checker but was unaware that the cookie consent manager would block the pixel and that was indeed the issue.
Thank you 🙂
- This reply was modified 3 years, 11 months ago by John McCarthy. Reason: additional words
Thanks Dan, that’s my understanding; yet your clarification/opinion is greatly appreciated.
Hi,
Thanks Dan. I have indeed already sent a ticket in prior to posting here.
It was more ensuring from your side that you don’t see it being an issue. You can imagine that they might say the same, seeing as this plugin interacts with shipping methods creating a ping pong match that in essence I can only watch.
I’m not asking for a concreate answer only your opinion as the plugin author. It won’t be held against you!
My best
I was also not seeing the settings. Whilst they are not in the main settings for all rotators (for me at least on version 2.2.3), if you click on “Override Rotator Settings?” in the rotator widget the new settings will appear.
It’d be great to see these settings in the main settings as currently these settings can only be used in a widget and very often I add a rotator via template call.
Cheers
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Feature request – async & deferHey, thanks for getting back to me on this.
Per file would be great.
Here’s how I thought it could work; Having the ability to select files to be added to three concatenated groups; default, defer and async. Minification can also be turned on/off for each group.
With these settings I think we’ve covered most cases 🙂 But at the same time having to select those files could make the interface messy so, perhaps this isn’t a good idea?
Forum: Plugins
In reply to: [Dependency Minification] Is the plugin still viable?Sounds good, thanks very much!
Forum: Plugins
In reply to: [Search & Filter] Exclude Category & Post type from searchHi I did and didn’t really figure this out. Essentially you only add the data items you want to the shortcode, anything you leave out won’t be added to the search filter.
If this doesn’t help and you’re still having trouble let me know and I’ll do my best to assist you 🙂
Hey, thanks for your reply!
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Feature request – async & deferTo add to this request…
Didn’t want post this here as it’s more of a support question than feature request but does follow on from this post 🙂
For anyone looking to run a custom query. The Attachments published status is set to “inherit” therefore ensure your query reflects this.
I had
$args = array(' post_type' => 'attachment', 'numberposts' => 6, 'post_status' => null, );When I should have had
$args = array(' post_type' => 'attachment', 'numberposts' => 6, 'post_status' => inherit, );Now the query is pulling in the data 🙂