Re
Re
hi,
Do you use Safari ? Wich version ?
in private url to log, id + nex pass again
regards
ok
ok
Hi,
Hello,
Some news ?
regards
Image
Hi,
Hi,
We have delete them because we use class and javascript.
But you can try with the first element “Mode de livraison” which have an ID : “Mode de livraison”
You will see that he is not displayed in the source code.
Regards
Hi,
Yes, called Wp rocket.
i ve excluded Head.js and it works.
TY
Hello,
Sorry we had styles that applied to this slider when they were for products linked on bottom product page.
However we still have an issue because a very small width applies in style attribute below 979px as on this associated image : (Private)
Thanks for your help,
Regards,
Nice,
Fixed in next update ?
regards.
Sure
Hi,
I confirm that is still crash with parent theme
regards
Hi,
this issue come back.
We are on lastest versions.
regards.
Sorry i give you this
Do you have install WP File Manager ?
regards
Hi,
ok,
Regards
We have patched the style function (line 1970) of etheme.js file to solve our problem. We noticed that style value is directly set in the “styleName” variable (background: #00000000) and not in “value” variable. Also we have added a check condition to detect these cases for remove value in “styleName” and put it in “value”.
// The style function
$.fn.style = function(styleName, value, priority) {
// DOM node
var node = this.get(0);
// Ensure we have a DOM node
if (typeof node == 'undefined') {
return;
}
// CSSStyleDeclaration
var style = this.get(0).style;
// Getter/Setter
if (typeof styleName != 'undefined') {
// Check if value is already in style
if (styleName.indexOf(':') > 0) {
var i = styleName.indexOf(':');
value = (typeof value != 'undefined') ? value : styleName.substring(i+1, styleName.length);
styleName = styleName.substring(0, i);
}
if (typeof value != 'undefined') {
// Set style property
priority = typeof priority != 'undefined' ? priority : '';
style.setProperty(styleName, value, priority);
} else {
// Get style property
return style.getPropertyValue(styleName);
}
} else {
// Get CSSStyleDeclaration
return style;
}
};
Can you integrate it in the next template update?
Thank you,
Regards
Perfect ,
What have you done ? Did it included in next update ?
Thank you
Ok,
Thank you
Done
Rose,
I ve the same on local host.
Regards
Hi,
i fix this :
<?php if (is_array($sb) && count($sb) > 0): ?>
instead of
<?php if (is_array($sb) && count($sb > 0)): ?>
Regards
Hi,
Always,
[03-Jun-2019 08:02:13 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/clients/nico313/prod/aplustemp/wp-content/themes/legenda/framework/widgets.php on line 307
Hi,
Since last version of Legenda there two issue on /woocommerce/content-product.php :
1- line 83 : miss ” ” for alt $hoverAlt.
Solution : alt=" '.$hoverAlt.' ">';
2 – Alt for swaped image dont work : it display the same ALT of the first image.
Solution :
Replace ` elseif ( $product->get_image() ) {
$img_id = get_post_thumbnail_id($post->ID);
$hoverAlt = get_post_meta($img_id , ‘_wp_attachment_image_alt’, true);
}`
By` elseif ( $product->get_gallery_image_ids() ) {
$attachment_ids = $product->get_gallery_image_ids();
$hoverAlt = get_post_meta($attachment_ids[0] , ‘_wp_attachment_image_alt’, true);
}`
i’m not sure it is correct but it work.
Regards
Hi,
Responsive works. thanks.
Slide (basic effect horizontal) still does not work.
Regards.
This error is display by Error.log of the server (host)
Regards
Ok, let’s try. It will be good.
Thank you.
Could you tell me if you change other things that legenda/woocommerce/content-product.php line 75
if ( $hoverUrl != '' ) {
Best regards.
Hi Olga,
Thank you for your answer.
No, it can’t be the same. I prefer ther is none alt attribute.
It is a bad news. It is really complicate to change the function ? May you work on it for an other update ? It will be great for SEO.
Best regards.