Kim L
Forum Replies Created
-
Forum: Plugins
In reply to: [Super Progressive Web Apps] Please help, popup not showingThis seems to have worked after I fixed our website’s https links.
Forum: Plugins
In reply to: [WooCommerce] Google Trusted Store problem with validationI’m back to revive this thread.. in the hopes that someone can still help me. I haven’t used a plugin this time and it’s still showing the same error. ??
Forum: Plugins
In reply to: [WooCommerce] Google Trusted Store problem with validationI’m back, sadly I haven’t heard back from the plugin author. ??
@rynald0s
I did try that. I actually did that first before finding out about this plugin so I tried it and I got the same error. ??Forum: Plugins
In reply to: [WooCommerce] Google Trusted Store problem with validationThe thing is I didn’t use the plugin this time. I added the codes manually without the help of any plugin and the problem is still there. I’m hoping if someone was able to encounter the same issue and managed to fix it. But thanks, I will also try to message the plugin authors about this. They might have some input.
Forum: Plugins
In reply to: [WooCommerce] Google Trusted Store problem with validationI first used a plugin, this one. This plugin is supposed to do everything including the badge code, but I still got the same error. So I tried to put the code manually (I disabled the plugin first) in the thankyou.php template. Here’s the code I put:
<!-- START Google Trusted Stores Order --> <div id="gts-order" style="display:none;" translate="no"> <!-- start order and merchant information --> <span id="gts-o-id"><?php echo $order->get_order_number(); ?></span> <span id="gts-o-email"><?php echo $order->billing_email; ?></span> <span id="gts-o-country"><?php echo $order->billing_country; ?></span> <span id="gts-o-currency"><?php echo $order->order_currency; ?></span> <span id="gts-o-total"><?php echo $order->order_total; ?></span> <span id="gts-o-discounts"><?php echo $order->cart_discount; ?></span> <span id="gts-o-shipping-total"><?php echo $order->order_shipping; ?></span> <span id="gts-o-tax-total"><?php echo $order->order_tax; ?></span> <span id="gts-o-est-ship-date"><?php echo date('Y-m-d', strtotime('+1 weekday')); ?></span> <span id="gts-o-est-delivery-date"><?php echo date('Y-m-d', strtotime('+6 weekday')); ?></span> <span id="gts-o-has-preorder">N</span> <span id="gts-o-has-digital">N</span> <!-- end order and merchant information --> <!-- start repeated item specific information --> <span class="gts-item"> <?php $gts_cart_items = $order->get_items(); foreach ( $gts_cart_items as $gts_line_item ) { print ("\t<span class='gts-i-name'>$gts_line_item[name]</span>\n"); print ("\t<span class='gts-i-price'>$gts_line_item[line_total]</span>\n"); print ("\t<span class='gts-i-quantity'>$gts_line_item[qty]</span>\n"); } ?> </span> <!-- end repeated item specific information --> </div> <!-- END Google Trusted Stores Order -->
I ended up reverting back to 1.4.11 for everything to work normally again..
Before I updated the plugin, it was working. I didn’t change anything else about the site.
Here’s a page: https://www.corechair.com/corefit/
Back when I didn’t update the plugin, clicking the images would show a YT video in a lightbox. Now it just goes automatically to Youtube.
Dev, I updated this and it’s still not fixed.
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Youtube shortened URLsPardon us. The discussion here was started and solutions were discussed. I created another thread but it seemed to be ignored and the dev only replied here. Anyway, if the notifications bother you, you can unsubscribe to the topic.
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Youtube shortened URLsI had the same problem. Hope this gets fixed. But what he meant about adding code is adding
rel="lightbox-video-0"
to thea href
tag manually. That’s what I did for now.Forum: Plugins
In reply to: [BackUpWordPress] Stuck on "Creating ZIP Archive"Any update devs?
Forum: Plugins
In reply to: [BackUpWordPress] Stuck on "Creating ZIP Archive"The total size of the backup is just 356MB.
Forum: Plugins
In reply to: [BackUpWordPress] Stuck on "Creating ZIP Archive"Hello Paul,
All the info on that page?
Forum: Plugins
In reply to: [BackUpWordPress] Stuck on "Creating ZIP Archive"Anyone? Still need help with this.. Otherwise I guess it’s time to look for another plugin..