Forum Replies Created

Viewing 30 posts - 1 through 30 (of 84 total)
  • Avatar: Nico313
    Nico313
    Participant
    February 20, 2020 at 17:44

    Re

    Please contact administrator
    for this information.
    Avatar: Nico313
    Nico313
    Participant
    February 20, 2020 at 17:10

    hi,

    Do you use Safari ? Wich version ?
    in private url to log, id + nex pass again

    regards

    Please contact administrator
    for this information.
    Avatar: Nico313
    Nico313
    Participant
    February 20, 2020 at 15:51

    ok

    Please contact administrator
    for this information.
    Avatar: Nico313
    Nico313
    Participant
    February 20, 2020 at 15:40

    ok

    Please contact administrator
    for this information.
    Avatar: Nico313
    Nico313
    Participant
    February 20, 2020 at 15:40

    Hi,

    Please contact administrator
    for this information.
    Avatar: Nico313
    Nico313
    Participant
    February 20, 2020 at 08:54

    Hello,
    Some news ?

    regards

    Avatar: Nico313
    Nico313
    Participant
    February 20, 2020 at 08:38

    Image

    Please contact administrator
    for this information.
    Avatar: Nico313
    Nico313
    Participant
    February 20, 2020 at 08:27

    Hi,

    Please contact administrator
    for this information.
    Avatar: Nico313
    Nico313
    Participant
    February 13, 2020 at 14:32

    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

    Avatar: Nico313
    Nico313
    Participant
    February 11, 2020 at 12:51

    Hi,

    Yes, called Wp rocket.

    i ve excluded Head.js and it works.

    TY

    Avatar: Nico313
    Nico313
    Participant
    February 3, 2020 at 17:26

    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,

    Please contact administrator
    for this information.
    Avatar: Nico313
    Nico313
    Participant
    February 3, 2020 at 16:29

    Nice,

    Fixed in next update ?

    regards.

    Avatar: Nico313
    Nico313
    Participant
    January 30, 2020 at 14:42

    Sure

    Please contact administrator
    for this information.
    Avatar: Nico313
    Nico313
    Participant
    January 28, 2020 at 13:54

    Hi,

    I confirm that is still crash with parent theme

    regards

    Please contact administrator
    for this information.
    Avatar: Nico313
    Nico313
    Participant
    January 16, 2020 at 16:25

    Hi,

    this issue come back.

    We are on lastest versions.

    regards.

    Avatar: Nico313
    Nico313
    Participant
    December 2, 2019 at 09:28

    Sorry i give you this
    Do you have install WP File Manager ?

    regards

    Please contact administrator
    for this information.
    Avatar: Nico313
    Nico313
    Participant
    November 28, 2019 at 17:17

    Hi,

    ok,

    Regards

    Please contact administrator
    for this information.
    Avatar: Nico313
    Nico313
    Participant
    November 19, 2019 at 15:15

    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

    Avatar: Nico313
    Nico313
    Participant
    August 1, 2019 at 16:52

    Perfect ,

    What have you done ? Did it included in next update ?

    Thank you

    Avatar: Nico313
    Nico313
    Participant
    August 1, 2019 at 13:49

    Ok,

    Thank you

    Avatar: Nico313
    Nico313
    Participant
    August 1, 2019 at 13:13

    Done

    Please contact administrator
    for this information.
    Avatar: Nico313
    Nico313
    Participant
    July 31, 2019 at 15:45

    Rose,
    I ve the same on local host.

    Regards

    Avatar: Nico313
    Nico313
    Participant
    June 5, 2019 at 08:59

    Hi,

    i fix this :

    <?php if (is_array($sb) && count($sb) > 0): ?>
    instead of
    <?php if (is_array($sb) && count($sb > 0)): ?>

    Regards

    Avatar: Nico313
    Nico313
    Participant
    June 3, 2019 at 10:27

    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

    Avatar: Nico313
    Nico313
    Participant
    May 9, 2019 at 16:18

    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

    Avatar: Nico313
    Nico313
    Participant
    April 17, 2019 at 15:15

    Hi,
    Responsive works. thanks.

    Slide (basic effect horizontal) still does not work.
    Regards.

    Avatar: Nico313
    Nico313
    Participant
    April 17, 2019 at 10:28

    https://prnt.sc/nd3s0z

    Also, Slides don’t slide

    Regards

    Please contact administrator
    for this information.
    Avatar: Nico313
    Nico313
    Participant
    April 16, 2019 at 21:38

    This error is display by Error.log of the server (host)

    Regards

    Avatar: Nico313
    Nico313
    Participant
    February 2, 2018 at 16:59

    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.

    Avatar: Nico313
    Nico313
    Participant
    February 2, 2018 at 15:11

    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.

  • 1 2 3
    Viewing 30 results - 1 through 30 (of 84 total)
Viewing 30 posts - 1 through 30 (of 84 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.