thedrap
Forum Replies Created
-
Thanks Thomas, I see.
So I guess what you are telling me is that for the plugin the new GA4 setup is transparent correct? The plugin only talks to the container and there the container’s id that is configured remains the same right?
Thanks as usual for your awesome support.
Thanks I just opened it.
Best,
Thanks for the idea Badal but that’s not a good solution for me. I can’t change the shipping business rules of my site just like that. Too many things involved, too much impact.
Any other idea comes to mind? Isn’t this a bug that needs fixing? If I can’t add some shipping information then I’m afraid I will need to swap to other plugin and I’m really happy (till now) with CTX.
Oh! Other comment is that even if the progress bar looks stuck in 10%, if I download the feed the information is all there, so I am not sure if the process is actually hanging in the data generation phase.
Looking forward to hearing from you soon.
Hi Thomas! You are such a rock star my friend. Developing the plugin and ALWAYS having time to answer questions that for you might be basic but for us are blockers.
I went indeed and paused a bunch of tags that were doing complex things and the code was probably buggy or outdated and the java script error went away. 100% I didn’t realize that it was a code error and not a GTM issue.
Thanks so much!
Forum: Plugins
In reply to: [Shoppable Images] Product Search results missing itemsLooking forward to it.
Also, it would be interesting if the number of results could be handled better, or maybe show products for selected language. Just ideas ??
Thanks!
Forum: Plugins
In reply to: [Shoppable Images] Product Search results missing itemsThanks Maarten,
that may work but it’s really inconvenient. One usually knows the name or the SKU but not the post id if that’s what you mean.On the other hand, I just discovered that I can search for multiple words as soon as I paste them all together on the search box, otherwise, the ajax search logic gets confused with the slow typing.
I shared the workaround, maybe some tweak can be done with the search.
thanks!
Makes sense.
I enabled COD, chose it for my test order and still didn’t see any offer popping up.
Thanks team for the prompt response.
Most of the bullets are OK. Everything is enabled and “Live”. Product and offer published and all. The only good point you mentioned is the payment method. I use a ‘test’ gateway for my staging environment called “Woocommerce Test Payment Module” do you think that it can be the issue? In production I use Stripe.
Thanks
Forum: Plugins
In reply to: [Gift Wrapper for WooCommerce] Conflict with FacetwpI can’t tell, I kept my workaround but when I reported the bug to her she said she would fix it.
Forum: Plugins
In reply to: [Gift Wrapper for WooCommerce] Conflict with FacetwpHello! I experienced same problem but it tool way longer to figure out that there was a conflict. We FacetWP to create pagination on our products list pages and filters.
It seems like the queries from gift wrapper and facetwp collide and therefore we had to create a new hook as a workaround.
In case it gives you a hint of what can be the issue or someone has the same problem
add_filter( ‘facetwp_is_main_query’, function( $is_main_query, $query ) {
if (‘-1’ === $query->get( ‘posts_per_page’ ) ) {
$is_main_query = false;
}
return $is_main_query;
}, 10, 2 );Forum: Plugins
In reply to: [Gift Wrapper for WooCommerce] Changing “Add Gift Wrap Message”Amazing!! Yes.. I didn’t know where to find those hooks now I do!
You’re a rock star.
Have a wonderful evening!
Forum: Plugins
In reply to: [Gift Wrapper for WooCommerce] Changing “Add Gift Wrap Message”Hi Little Packer! First off, thanks for this amazing plugin and the 6 years you dedicated to it. It’s really your toddler now!
Thanks also for the snippet to change the message. The problem I have is that this hook only changes the message on the “Button” that adds the wrapping product to the order. In my case, I would like to change the text of the hyperlink that shows the wrapping options when clicked.
Is there another hook for that ? Now it says “Add gift wrap?”. I would like to show something like “Click for gift options” as my use case also provides a “Send no bill” option that it’s not actually a wrapping options.
Thanks and I’m definitely buying the pro version. Hope you get something from there.
Forum: Plugins
In reply to: [Gallery PhotoBlocks] Keeping the gallery at a proportional sizeHey! I see the case as resolved but it’s really not. I applied a 70% sizing and set the width to 300 instead of 800 and still looks gigantic.
Help please, I really want to keep the plugin.
Thanks!
Forum: Plugins
In reply to: [Yoast SEO] DeleteDuplicateIndexables – ERROR – Reason: Duplicate entryHi.. I get this same message after the update
DeleteDuplicateIndexables – Error executing ‘query’ with: DELETE wyi FROM wp_yoast_indexable wyi INNER JOIN wp_yoast_indexable wyi2 WHERE wyi2.object_id = wyi.object_id AND wyi2.object_type = wyi.object_type AND wyi2.id < wyi.id; Reason: MySQL server has gone away
Not only that, the update has broken my staging environment. It was constantly giving me 502 to access the backend. Got in contact with my host and found out that it was the Yoast plugin.
Probably because the indexation never finished or I don’t know.
I asked about the permissions and WP Engine confirmed of coarse that Yoast has all right permissions. I had to disable the plugin because of these intermitent 502 errors.
Do you recommend run the indexation via CLI ? Don’t want to touch Prod until this is solved.
thansk!
Forum: Plugins
In reply to: [Facebook for WooCommerce] Facebook feed visibility problem and missing dataegg88: Are you using WPML? If yes, there’s a setting in WPML for language visibility in Facebook. In my case, I set to have only english and that is why the feed marked the french translations as staging so they don’t show.
the problem is that Facebook is treating this as an issue.. since at least to me, it shows ‘red’ in the diagnostics tab.
Bottom line, it’s not a bug so check: WPML > Languages and look for the Facebook sync options usually near the bottom of the page
Hope it helps.