Close

Bugs

Deni
10 years ago
#4412 Quote
Avatar
  • Moderator
  • 389
iojvan wrote:
When I use Croatian special characters (č, š, ć, ž etc.) they appear on site but as bold characters.  My question is why and can I remove that effect??


Hi, IOJVAN ! The Motion responsive theme uses 'Open Sans' font. As you can find over the web, this font displays specific letters as č, š, ć, ž, etc. emboldened.
Best Regards,
Mladen Staykov
Nop-Templates.com
iojvan
10 years ago
#4478 Quote
Avatar
  • 21
Tnx, great support as always!
t.ent
10 years ago
#4485 Quote
Avatar
  • 9
Deni wrote:
HI
the thems not working on IE8
in chrome look good
http://shop320.allstoreweb.co.il/

Hi, ATZMONCA !

This problem is almost fixed and working version will be deployed ASAP.


Has this been fixed and deployed?  We are having issues with our site freezing on IE8 using this theme.
Boyko
10 years ago
#4488 Quote
Avatar
  • Moderator
  • 1570
t.ent wrote:


Has this been fixed and deployed?  We are having issues with our site freezing on IE8 using this theme.


Hi,

Yes, all the IE8 fixes are already deployed, so you can now download the theme package and update the theme as described here and in the video here.

Our demo stores are also updated, so if you notice any issue in IE8 on the demo stores or on your local installation please let us know!

Many thanks for your feedback on this!

Best Regards,
Nop-Templates.com Team
Regards,
Nop-Templates.com Team
t.ent
10 years ago
#4514 Quote
Avatar
  • 9
Many thanks for your hard work!
atzmonca
10 years ago
#4557 Quote
Avatar
  • 13
Deni wrote:
HI
the thems not working on IE8
in chrome look good
http://shop320.allstoreweb.co.il/

Hi, ATZMONCA !

This problem is almost fixed and working version will be deployed ASAP.


Hi
there is news about that?
Boyko
10 years ago
#4560 Quote
Avatar
  • Moderator
  • 1570
atzmonca wrote:

Hi
there is news about that?


Please see our reply a few posts above.

Thanks
Regards,
Nop-Templates.com Team
europhile
10 years ago
#4582 Quote
Avatar
  • 12
Love the Motion Theme design, truly excellent work!

Unfortunately, the SKU and Short Descriptions are not displaying on the grouped (simple) products, even though the source code shows the variant-description etc as below.

Note: If I flip the template back to system default 3.20, it all comes back fine. So looks like a bug, and an annoying one because we're losing all the SKUs and Descriptions!

Any fix/advice welcome, thanks, Phil.


                            <div class="product-variant-line" data-productid="157">
                                <div class="variant-overview">
                                        <div class="variant-name">
                                            My New Grouped (simple) Product
                                        </div>
                                                                            <div class="variant-description">
                                            This Short Desc of product has stopped displaying even though you can see it in source here!!
                                        </div>
                                    
                                    <!--product SKU, manufacturer part number, stock info-->
                                    
    <div class="sku">
        <span class="label">SKU: </span><span class="value" itemprop="sku">H99-00889</span>
    </div>
    <div class="manufacturer-part-number">
        <span class="label">Manufacturer part number: </span><span class="value">384758345</span>
    </div>

                                    <!--Back in stock subscription-->

                                    <div class="cart-info">
europhile
10 years ago
#4583 Quote
Avatar
  • 12
Sorry another important one - in Product Grid mode (List mode is ok - and plenty of space for those missing SKU and Descriptions ;-) ) the actual Product Name is truncated if more than about 22 chars. This makes the range of products look very messy!
Support
10 years ago
#4594 Quote
Avatar
  • Moderator
  • 1044
Hi EUROPHILE,

Thank you for your feedback!

We will fix the missing description and sku of the associated products on the grouped product template and will let you know once it is fixed.

As for the product name it is limited by default to one line, but you can easily change it to be two lines for example. Just open the Themes/Motion/Content/Css/styles.css file and edit the following as shown below:

line 1365:

.item-box .product-title {
height: 50px;
}

As a matter of fact we will change it to be two lines by default and will include it with the fix for the sku and description.

Unfortunately sku cannot be shown on a category page because it is missing in the nopCommerce product model for the category page and is something we cannot change without modifying nopCommerce's source.

Hope that helps!

Thanks again for the feedback and we will let you know once the issues with the sku and description are fixed.