jaswinder657
Forum Replies Created
-
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Fatal errorI managed to fix Invalid order by replacing your line of code with –
if ( $post instanceof WP_Post ) {
$order_id = $post->ID;
} elseif ( is_object($post) && method_exists($post, ‘get_id’) ) {
$order_id = $post->get_id();
} else {
$order_id = isset($post->ID) ? $post->ID : 0;
}if ( ! $order_id ) {
return;
}- This reply was modified 1 month, 1 week ago by jaswinder657.
- This reply was modified 1 month, 1 week ago by jaswinder657.
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Fatal errorHi @friedhelm
I am facing the same issue. It does show the Printing buttons again after applying your fix above, but on click it gives error, Invalid order. Do you also get the same error ?
Thank you for quick reply and yes it was checkout page issue, as both were set to same. Its working now
Thank you for pointing out.
Sumo subscription plugin is conflicting with this.
https://codecanyon.net/item/sumo-subscriptions-woocommerce-subscription-system/16486054
Can you help with any workaround for this ?
Thank you for quick reply.
- Yes, the plugin version is v4.5.4
- I have tried reconnecting to square and re-enabling Square Payment gateway.
Still no payment method appear in WooCommerce Payment backend.
Thanks a ton!
You just saved me. Thank you and have a nice day!Forum: Plugins
In reply to: [Responsive Posts Carousel] Single column in MobileThanks. Was not updated plugin earlier.
- This reply was modified 8 years, 4 months ago by jaswinder657.
Forum: Plugins
In reply to: [Lightbox & Modal Popup WordPress Plugin - FooBox] Suddenly stops workingHi
Getting these errors in the console –
JQMIGRATE: Migrate is installed, version 1.4.1
load-sc…r=4.5.3 (line 9)ReferenceError: FooBox is not defined
FooBox.ready(function() {
options…ee#demo (line 110, col 1)
Failed to execute ‘postMessage’ on ‘DOMWindow’: The target origin provided (‘resource://jid1-oegodwecbaxobg-at-jetpack’) does not match the recipient window’s origin (‘http://www.webiworld.com’).
Hi 🙂
Thanks for such useful info.Here is my Gallery page link – http://www.webiworld.com/artist/galerie/
My above question will be more clear with this link.
Forum: Plugins
In reply to: [a3 Portfolio] Item cards linking to post itemHi
I also want to go directly to the portfolio page on clicking the title.
I have customized the code little bit. Title show the page url, but still it only opens the expander div.
My code in content-portfolio.php –
<div class="a3-portfolio-item-load a3-portfolio-item <?php echo $item_class; ?>" data-index="<?php echo $post->post_name; ?>"> <div class="a3-portfolio-item-container"> <div class="post_img"> <?php the_post_thumbnail();?> </div> <div class="post_meta"> <h4 class="text-center"> <?php a3_portfolio_get_categories_meta($portfolio_id);?> </h4> <h1 class="text-center"> <strong><a href="<?php the_permalink();?>"><?php the_title(); ?> </a></strong></h1> <p><strong><?php echo get_the_date('d.m.y | g.i a');?></strong></p> </div> </div> </div>Any help ? or anyway I can stop the script from running and open expander div. Client need it in that way
Forum: Plugins
In reply to: [Authentication by LoginRadius] Sharing icons not showing upI checked the other questions and found this key –
00000000-0000-0000-0000-000000000000
Now its showing up.
However its written in the backend, that no key is needed for sharing, then why we need this even, or you can write there this key for social sharing.
Thanks for this cool plugin.
In which file you are making change ?