agg2
Forum Replies Created
-
Forum: Plugins
In reply to: [AddToAny Share Buttons] Change priority order of hook for share buttonsI’m still struggling to make it do what I want.
In the post instance I want to force the addshare buttons to appear above the featured image, and then again at the end of the post.
In the product page instance, I want to remove the share buttons from the long description and reposition the share buttons in the short description to appear underneath the title.
Can you please suggest explicit code, as I’m confused about what is hooking to what exactly.
- This reply was modified 6 years, 10 months ago by agg2.
Forum: Plugins
In reply to: [AddToAny Share Buttons] Change priority order of hook for share buttons@micropat It’s a bit difficult in the case of a WooCommerce installation as it may not be behaving as you expect. Additionally, I use custom priority orderings for other content.
For posts, with any priority from 0 to 999, the share button positioning remains unchanged.
I noticed that checking “Display at the top of Products” option causes the share buttons to display once in the product short description and again in long description.
How can I change the order of display for each of those independently?If you need access to a test website to answer this problem, I can email you login details if you provide your email.
@anbinder has there been any progress on this issue?
Unfortunately it has not fixed the mini cart issue. The mini cart currency symbol flickers for a fraction of a second but changes back almost instantly to the default.
The setting is currently active. You can see/test it for yourself at https://store.ashenglowgaming.com
I see. Thanks. Is this generally how to handle sales prices with Google Merchant or is this rule just specific to your plugin?
So just to clarify, it is not necessary to map my sales price to Google’s g:sale_price attribute?
“when the custom field name is identical for both your single and variable products you can map it to a field that Google requires”
What about when the field names differ? Are you saying they wouldn’t be properly mapped, in that case?
I’m not 100% sure but I believe when I re-registered the custom fields with a change in ids and names of the variable, this sorted out the problem.
This may have to do with the fact that the fields are listed in your plugin drop-downs by id/name, and not by label, as I originally believed? I was originally expecting the field to be listed by label.
The problem has been resolved independently of the plugin.
Yes, thanks. It is easy once you know the relevant CSS selector. ??
Actually, I retract my earlier request/suggestion about setting
.zoomLens { background-color: transparent !important; }
It will cause a visual glitch. It should be set to black in my case, or whatever the website’s background color is, not transparent.
Ok, but please note they are not duplicates. They are two distinct problems based on two different approaches I have tried.
This remains problematic for me.
After following your lead, I installed the WC Fields Factory plugin.
However, this plugin does not work in conjunction with your plugin because instead of submitting separate MPNs for each product variation (size for example), it’s submitting an array – or is it that Product Feed Pro is not extracting the data properly?
Concrete example:
I sell Micro SD cards and they are offered in different storage capacities, 16, 32, 64 and 128 Gb.If I look at my Google Merchant feed, what WooCommerce Product Feed Pro plugin has extracted from the custom fields data mediated by WC Fields Factory is the complete array of MPNs for every product variation:
16Gb – “SDC10G2/64GBFR,SDC10G2/128GBFR,SDC10G2/32GBFR,SDC10G2/16GBFR”
32Gb – “SDC10G2/64GBFR,SDC10G2/128GBFR,SDC10G2/32GBFR,SDC10G2/16GBFR”
64Gb – “SDC10G2/64GBFR,SDC10G2/128GBFR,SDC10G2/32GBFR,SDC10G2/16GBFR”
128Gb – “SDC10G2/64GBFR,SDC10G2/128GBFR,SDC10G2/32GBFR,SDC10G2/16GBFR”Instead of segregating the unique MPNs properly per product variable:
16Gb – “SDC10G2/16GBFR”
32Gb – “SDC10G2/32GBFR”
64Gb – “SDC10G2/64GBFR”
128Gb – “SDC10G2/128GBFR”Have I don’t something wrong? Or is your plugin not compatible with WC Fields Factory, which is the best custom fields plugin I have found that caters to product variations?
Is anyone ever going to answer this question? I prefer your plugin to exportfeed’s but if you can’t offer a solution whilst they can, then I will have no choice but to switch plugins.
- This reply was modified 6 years, 12 months ago by agg2.
(You have admin access via the plugin setting.)