Forum Replies Created
-
AuthorPosts
-
June 24, 2020 at 3:15 pm in reply to: Logo in the middle and burger menu on the right in desktop mode #1225245
Hi Victoria,
thank you for asking, the Guenni007 and I are in exchange and are just clarifying the last changes.Best regards
SGehmlichJune 18, 2020 at 5:49 pm in reply to: Logo in the middle and burger menu on the right in desktop mode #1223830This reply has been marked as private.June 17, 2020 at 12:09 pm in reply to: Logo in the middle and burger menu on the right in desktop mode #1223330Hey 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
Thanks for the effort
Best regardsApril 4, 2020 at 11:38 am in reply to: Compatibility problem Enfold / produduct bundles Plugin #1200780Hi 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
March 26, 2020 at 2:35 pm in reply to: Compatibility problem Enfold / produduct bundles Plugin #1198045This reply has been marked as private.March 24, 2020 at 11:14 am in reply to: Compatibility problem Enfold / produduct bundles Plugin #1196079Hello?
@ Kriesi, can you please give me an answer? Yesterday I extended the support for 6 months.
-
AuthorPosts