Ok thank you, good to know cause I loove Royal and I hope you will never ever stop developing it 🙂
Ok thank you, good to know cause I loove Royal and I hope you will never ever stop developing it 🙂
Woo version 3.0.3 and theme version 3.1
Are you sure it will fix the conflict with the popup plugin? Can you give me an ETA? I have to decide if I can wait or downgrade…thank you
In etheme.js, this part of the code (line 1416) causes the conflict:
// **********************************************************************//
// ! Product variations images
// **********************************************************************//
$('form.variations_form').on( 'found_variation', function( event, variation ) {
var $variation_form = $(this);
var $product = $(this).closest( '.product' );
var $product_img = $product.find( '.woocommerce-main-image img:eq(0)' );
var $product_link = $product.find( '.woocommerce-main-image' );
var $lighbox_link = $product.find( '.product-lightbox-btn' ).first();
var o_src = $product_img.attr('data-o_srcset');
var o_title = $product_img.attr('data-o_title');
var o_href = $product_link.attr('data-o_src');
var variation_image = variation.image.src;
var variation_link = variation.image.url;
var variation_title = variation.image.title;
$product_link.attr('href', variation_image);
if ($('.main-images').hasClass('zoom-enabled')) {
if($(window).width() > 768 && variation_image.length > 5 && variation_link.length > 5){
try {
$product_link.swinxyzoom('load', variation_image, variation_link);
} catch(e) {}
}
$product_link.attr('href', variation_link);
if(variation_link.length > 5) $('.sxy-zoom-viewport img').first().attr('src', variation_image);
if(variation_link.length > 5) $lighbox_link.attr('href', variation_link);
} else {
$product_link.attr('href', variation_link);
if( variation_image.length > 5 ) $( '.woocommerce-main-image img' ).first().attr( 'src', variation_image );
if( variation_image.length > 5 ) $( '.woocommerce-main-image img' ).first().attr( 'srcset', variation_image );
}
var owlMain = jQuery(".main-images").data('owlCarousel');
if( typeof owlMain != 'undefined') {
owlMain.goTo(0);
}
})
If I delete it, it works. But of course I dont want to delete it but to fix it properly…
Unfortunately, version 3.0 does not fix the issue properly :/ When I add a product to cart, the popup appears immediately, but does not show the loading circle. When I add a second product to the cart, the popup appears WITH loading cicle..
I solved it by writing a simple custom function. So you can mark this as resolved.
Thank you, but I dont know how to edit it exactely – any help would be really appreciated.
Ok thank you. But I am still searching for a solution to get the excerpt automatically, as its done in the posts overview page (content-grid.php). I am sure there must be a way to edit theme-functions.php to achieve this, I just dont know how. Could you please help me with that? Many thanks in advance!
Hello, I cant see the private content, it says “private content hidden”. Can you just explain how to use it? Anyway, I am searching for a way to edit theme-functions.php to get the excerpt automatically..
Ok thank you for your soon reply and the answer. Isnt there any solution how to edit my template to grab the excerpt automatically? I dont want to add the excerpt manually. Otherwise I will have to look for another plugin but I would like to use the built-in function. Thank you.
Sure, please find more information in private content.
Hello Rose,
Thank you, I just wanted to post that I fixed it when I found your answer 😀 I did exacetly what you said and added a line of css and now it works 🙂
Ok thank you, any suggestions anyway?
Thanks, but I dont use them in Visual Composer. I use them in a sidebar filter and need custom order.
Thank you, can you estimate when the next update will be out?
Ok, thank you, looking forward for the fix. So you could reproduce the problem?
Thanks, but my dev page is version 2.9, that made no difference to previous versions.
GtMetrix gives me a PageSpeed Score of “A 95%” – so I can’t imagine that this is the reason.
Yes, can you help me with getting it back?
Many thanks in advance!
Ok great, thank you very much!
The page from the screenshot is my old website, running with version 2.8. Please find a link to my development page with version 2.9 in private content and please delete the screenshot of my page. thank you.
I dont want to speed up my website, I would like to speed up the time it takes until a product is removed from the cart popup.
I am not sure if you understood me right:
I mean I want to remove the long waiting time until the popup closes, not the animation and the popup itself. The animation and the animation time can be handled via css so I dont see any reason why its done via javascript and why it has such a long waiting (1500ms) at all.
On single product page. I’ve disabled the function on shop page so I dont know how it works there.
Just wanted to add that I did not delete it completely because then other functions stopped working. But I set the time to 0.
And in line 20 of the same file: </span>></h3>
And in woocommerce/checkout/form-billing I found this:
<h3>class="step-title">...
Why are there so many mistakes in the code?!
“vom” = “from”. Unfortunately I can not edit my posts in this forum. It always says “You cannot create new topics” when I click the edit button.
For me its resolved, but I am not the one who opened this ticket.
Ah ok, I think I fixed this by deleting all products from the cart and the adding them again.