Forum Replies Created

Viewing 30 posts - 121 through 150 (of 351 total)
  • Avatar: Royalty
    Royalty
    Participant
    April 18, 2017 at 16:18

    Ok thank you, good to know cause I loove Royal and I hope you will never ever stop developing it 🙂

    Avatar: Royalty
    Royalty
    Participant
    April 18, 2017 at 16:18

    Woo version 3.0.3 and theme version 3.1

    Avatar: Royalty
    Royalty
    Participant
    April 18, 2017 at 16:16

    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

    Avatar: Royalty
    Royalty
    Participant
    April 17, 2017 at 21:20

    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…

    Avatar: Royalty
    Royalty
    Participant
    April 16, 2017 at 21:25

    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..

    Avatar: Royalty
    Royalty
    Participant
    March 17, 2017 at 14:13

    I solved it by writing a simple custom function. So you can mark this as resolved.

    Avatar: Royalty
    Royalty
    Participant
    March 14, 2017 at 14:34

    Thank you, but I dont know how to edit it exactely – any help would be really appreciated.

    Avatar: Royalty
    Royalty
    Participant
    March 11, 2017 at 12:30

    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!

    Avatar: Royalty
    Royalty
    Participant
    March 9, 2017 at 14:41

    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..

    Avatar: Royalty
    Royalty
    Participant
    March 9, 2017 at 14:22

    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.

    Avatar: Royalty
    Royalty
    Participant
    March 9, 2017 at 13:53

    Sure, please find more information in private content.

    Please, contact administrator
    for this information.
    Avatar: Royalty
    Royalty
    Participant
    March 1, 2017 at 17:02

    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 🙂

    Avatar: Royalty
    Royalty
    Participant
    February 20, 2017 at 14:36

    Ok thank you, any suggestions anyway?

    Avatar: Royalty
    Royalty
    Participant
    February 20, 2017 at 11:54

    Thanks, but I dont use them in Visual Composer. I use them in a sidebar filter and need custom order.

    Avatar: Royalty
    Royalty
    Participant
    February 14, 2017 at 18:43

    Thank you, can you estimate when the next update will be out?

    Avatar: Royalty
    Royalty
    Participant
    February 14, 2017 at 18:43

    Ok, thank you, looking forward for the fix. So you could reproduce the problem?

    Avatar: Royalty
    Royalty
    Participant
    February 13, 2017 at 16:24

    Thanks, but my dev page is version 2.9, that made no difference to previous versions.

    Avatar: Royalty
    Royalty
    Participant
    February 13, 2017 at 16:13

    GtMetrix gives me a PageSpeed Score of “A 95%” – so I can’t imagine that this is the reason.

    Avatar: Royalty
    Royalty
    Participant
    February 9, 2017 at 17:30

    Yes, can you help me with getting it back?
    Many thanks in advance!

    Avatar: Royalty
    Royalty
    Participant
    February 9, 2017 at 16:46

    Ok great, thank you very much!

    Avatar: Royalty
    Royalty
    Participant
    February 9, 2017 at 16:30

    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.

    Please, contact administrator
    for this information.
    Avatar: Royalty
    Royalty
    Participant
    February 9, 2017 at 16:29

    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.

    Avatar: Royalty
    Royalty
    Participant
    February 9, 2017 at 13:12

    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.

    Avatar: Royalty
    Royalty
    Participant
    February 8, 2017 at 17:17

    On single product page. I’ve disabled the function on shop page so I dont know how it works there.

    Avatar: Royalty
    Royalty
    Participant
    February 7, 2017 at 20:45

    Just wanted to add that I did not delete it completely because then other functions stopped working. But I set the time to 0.

    Avatar: Royalty
    Royalty
    Participant
    January 25, 2017 at 20:25

    And in line 20 of the same file: </span>></h3>

    Avatar: Royalty
    Royalty
    Participant
    January 25, 2017 at 20:22

    And in woocommerce/checkout/form-billing I found this:
    <h3>class="step-title">...
    Why are there so many mistakes in the code?!

    Avatar: Royalty
    Royalty
    Participant
    January 25, 2017 at 18:59

    “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.

    Avatar: Royalty
    Royalty
    Participant
    January 25, 2017 at 17:37

    For me its resolved, but I am not the one who opened this ticket.

    Avatar: Royalty
    Royalty
    Participant
    January 25, 2017 at 17:21

    Ah ok, I think I fixed this by deleting all products from the cart and the adding them again.

  • 1 2 3 4 5 6 10 11 12
    Viewing 150 results - 121 through 150 (of 351 total)
Viewing 30 posts - 121 through 150 (of 351 total)
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.