rdxcsgoid
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Virtue] Lazy load not working for virtueI Have tried all plugins , Can you suggest any plugin that should work with virtue?
I have this same plugin installed on my main website & it works fine there , but not on my mobile version.
Main WebsiteForum: Themes and Templates
In reply to: [Virtue] Lazy load not working for virtueYea , If lazy load is working for other themes , it should work with virtue also.
I have virtue theme on my main website , it works fine there.
What should i do now? Any solutions?Forum: Themes and Templates
In reply to: [Virtue] execute javascript without deleting historyThanks a lot Kadence themes. ??
Forum: Plugins
In reply to: [WooSwipe WooCommerce Gallery] Full screen by defaultno , this did not work for me .
I am asking how can i make the full screen by default .Forum: Themes and Templates
In reply to: [Virtue] execute javascript without deleting historyYea i am using cache plugin , clearing cache doesn’t work for javascript . Everytime i have to delete browser history .
Andrew trying to help me on this , but we are getting nowhere , hope kadence themes know somethig about thisForum: Fixing WordPress
In reply to: Adding javascriptYes , I have tested Opera , Chrome & Firefox
Forum: Fixing WordPress
In reply to: Adding javascriptnope ?? still same
Forum: Fixing WordPress
In reply to: Adding javascriptForum: Fixing WordPress
In reply to: Adding javascriptstill not working without deleting history
Forum: Fixing WordPress
In reply to: Adding javascriptHey , not working for me . What i did
1 ) Default location https://example.com/wp-content/virtue/js/main.js
2 ) Changed the file name to main?1.js
3 ) Opened the site , then added the new code
4 ) Changed the name to main?2.js
but still not working without deleting history . Have i done anything wrong?
ThanksForum: Fixing WordPress
In reply to: Adding javascriptBrowser issue? this happens in every browser . But how is it practical?
After making website live , if i add any javascript it wont work for users untill they delete history if they have visited my site earlier.
thanks.Forum: Fixing WordPress
In reply to: Adding javascriptHey , thanks for reply
But what about deleting browser history , isnt there any alternative to this.
Every time I add any code , I have to delete history to make it work.Forum: Plugins
In reply to: [Lazy Load XT] unable to lazy load->I have tried disabling other plugins
->Using theme virtue (Kadence Themes), same as on my main website.
->Just normal upload of images (woocommerce add products > set product image> upload image)
->No shortcodes , custom fields.Forum: Plugins
In reply to: [Lazy Load XT] unable to lazy loadHey ,
These are woocommerce images , I just upload them and set the product image.
On main site i cant see any end tag , but its still working.
Can you tell me how can i achieve it for woocommerce?
Note: It is working for single-product-images
ThanksForum: Plugins
In reply to: [WooCommerce] Restrict woocommerce checkoutHello , I have tried every possible plugin , this is something which cannot be achieved with plugins.
I have reached here.function so_34655871_quantity_validation( $passed, $product_id, $quantity, $variation_id, $variations, $cart_item_data ) { if ( $quantity > 1 && $quantity < 50 ) { wc_add_notice( __( 'You must buy either 1 or more than 50.', 'your-textdomain' ), 'error' ); $passed = false; } return $passed; } add_action( 'woocommerce_add_to_cart_validation', 'so_34655871_quantity_validation', 10, 6 );
On product page ,It shows the error if you try to proceed with <50 quantity.
BUt still you can change the quantity from cart page . I dont know how to restrict it on cart page.