Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Hi Victoria,
    thank you for asking, the Guenni007 and I are in exchange and are just clarifying the last changes.

    Best regards
    SGehmlich

    This reply has been marked as private.

    Hey Victoria,
    thanks for the quick response. Here are 3 examples of how I imagine this to be. It differs a little from what I asked yesterday, but the principle remains the same!

    Sorry, I do not know how to attach files here, so here is a link to the files

    https://we.tl/t-TSyz0opiSo

    Thanks for the effort
    Best regards

    in reply to: Compatibility problem Enfold / produduct bundles Plugin #1200780

    Hi Victoria,

    we can give an exact discription of our problem:

    For the plugin product-bunldes from somewherewarm we don’t need the following code:

    The file we located that code is the following: Enfold: woocommerce-mod.js (config-woocommerce/woocommerce-mod.js

    function avia_apply_quant_btn()
    {
    /*
    jQuery(“.quantity input[type=number]”).each(function() {
    var number = $(this),
    max = parseFloat( number.attr( ‘max’ ) ),
    min = parseFloat( number.attr( ‘min’ ) ),
    step = parseInt( number.attr( ‘step’ ), 10 ),
    newNum = jQuery(jQuery(‘<div />’).append(number.clone(true)).html().replace(‘number’,’text’)).insertAfter(number);
    number.remove();

    setTimeout(function(){
    if(newNum.next(‘.plus’).length === 0) {
    var minus = jQuery(‘<input type=”button” value=”-” class=”minus”>’).insertBefore(newNum),
    plus = jQuery(‘<input type=”button” value=”+” class=”plus”>’).insertAfter(newNum);

    minus.on(‘click’, function(){
    var the_val = parseInt( newNum.val(), 10 ) – step;
    the_val = the_val < 0 ? 0 : the_val;
    the_val = the_val < min ? min : the_val;
    newNum.val(the_val).trigger(“change”);
    });
    plus.on(‘click’, function(){
    var the_val = parseInt( newNum.val(), 10 ) + step;
    the_val = the_val > max ? max : the_val;
    newNum.val(the_val).trigger(“change”);

    });
    }
    },10);

    });
    */
    }

    Can you give us an advise how to remove those additional buttons? We tried to remove that part but those buttons are still there an our plugin does not refresh the price.

    We have also the option to send you the code which is generated with another theme where the plugin is working. But we found a lot of communication where our problem is solved by one of your support team.

    Please help us to solve that problem.

    Reguards

    Sebastian Gehmlich

    in reply to: Compatibility problem Enfold / produduct bundles Plugin #1198045
    This reply has been marked as private.
    in reply to: Compatibility problem Enfold / produduct bundles Plugin #1196079

    Hello?

    @ Kriesi, can you please give me an answer? Yesterday I extended the support for 6 months.

Viewing 6 posts - 1 through 6 (of 6 total)