Having a problem with the Product Carousel Component on the storefront page. Using select individual products. 5 items per page, full page at a time items per scroll. Sometimes when a product is added it does not show in the carousel. Any ideas?
Announcement
Collapse
No announcement yet.
Product Carousel Component on Storefront
Collapse
X
-
Thanks for the quick response. Actually I am only testing this in a test store branch. https://www.horseandkennel.com/mm5/m...d372f714d49c09
Comment
-
In case any one is following this, the response from support is;
It turns out this has been filed as a bug. Product carousels loading individual items will not load the individual item if its code is numeric. Until the fix is released, you should be able to assign products to a new/existing category and then load the products from the category instead of individually.
Comment
-
Originally posted by greggc View PostIn case any one is following this, the response from support is;
It turns out this has been filed as a bug. Product carousels loading individual items will not load the individual item if its code is numeric. Until the fix is released, you should be able to assign products to a new/existing category and then load the products from the category instead of individually.Leslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: [email protected]
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
Comment
-
Question - can this carousel auto-slide?Leslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: [email protected]
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
Comment
-
Originally posted by lesliekirk View PostQuestion - can this carousel auto-slide?
Navigate to the JavaScript Resources Section and select the mmx-product-carousel JavaScript Resource. Once selected choose the three dots more options icon then Edit Source. On line 13 you will see props['autoplay'].default = false;. Updating false to true will set the carousel to autoplay.
Note this will happen with ALL product carousels on the store.
Let me know if you have issues implementing.Nicholas Adkins
Technical Training Specialist / Miva, Inc.
[email protected]
https://www.miva.com/mivalearn
Comment
-
Originally posted by Nick View Post
If you update the mmx-product-carousel JavaScript Resource file the carousel can be set to autoplay.
Navigate to the JavaScript Resources Section and select the mmx-product-carousel JavaScript Resource. Once selected choose the three dots more options icon then Edit Source. On line 13 you will see props['autoplay'].default = false;. Updating false to true will set the carousel to autoplay.
Note this will happen with ALL product carousels on the store.
Let me know if you have issues implementing.Leslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: [email protected]
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
Comment
-
Originally posted by Nick View Post
If you update the mmx-product-carousel JavaScript Resource file the carousel can be set to autoplay.
Navigate to the JavaScript Resources Section and select the mmx-product-carousel JavaScript Resource. Once selected choose the three dots more options icon then Edit Source. On line 13 you will see props['autoplay'].default = false;. Updating false to true will set the carousel to autoplay.
Note this will happen with ALL product carousels on the store.
Let me know if you have issues implementing.
Navigate to the JavaScript Resources Section and select the mmx-product-carousel JavaScript Resource. Once selected choose the three dots more options icon then Edit Source. On line 13 you will see props['autoplay'].default = false;.
There is no option to edit the source code.Bruce Golub
Phosphor Media - "Your Success is our Business"
Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
phosphormedia.com
Comment
-
Originally posted by Bruce - PhosphorMedia View Post
Nick, Perhaps something has changed, but when i go to:
Navigate to the JavaScript Resources Section and select the mmx-product-carousel JavaScript Resource. Once selected choose the three dots more options icon then Edit Source. On line 13 you will see props['autoplay'].default = false;.
There is no option to edit the source code.Leslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: [email protected]
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
Comment
Comment