Home / Forums / Basel support forum / How i can add more images in color attribute
Home › Forums › Basel support forum › How i can add more images in color attribute
How i can add more images in color attribute
- This topic has 18 replies, 3 voices, and was last updated 7 years, 9 months ago by
Elise Noromit.
-
AuthorPosts
-
September 12, 2018 at 5:12 am #76737
soniamitParticipantSeptember 12, 2018 at 5:28 am #76746
Elise NoromitMemberHello,
The default Woocommerce does not provide the option to have more than one image per color. Perhaps you will need to find a plugin.
Best Regards
September 12, 2018 at 6:19 am #76759
soniamitParticipantHi
which plugin you recommend ?
Thanks
September 12, 2018 at 6:39 am #76762
soniamitParticipantHi
check out this code.. same function i’m looking for my website
https://codecanyon.net/item/woocommerce-multiple-images-per-variation/22085214
can you implement same function in your theme system ?
Tx
September 12, 2018 at 8:08 am #76776Hi,
Unfortunately, we didn’t test our theme with this plugin and can’t guarantee that it will be fully compatible. We will consider adding similar functionality in the future.
Regards
September 15, 2018 at 7:49 am #77218
soniamitParticipantHi
already buy that plugin
https://codecanyon.net/item/woocommerce-multiple-images-per-variation/22085214
But no luck…when you can fix / add this function in your theme… ?
please help / guide us.. !!
Thanks
September 15, 2018 at 11:07 am #77248Please, send us your admin and FTP access so we can check why it doesn’t work well.
September 15, 2018 at 1:37 pm #77264
soniamitParticipantcheck info which you are looking for
September 15, 2018 at 1:39 pm #77265
soniamitParticipanthere is website admin path
September 15, 2018 at 3:57 pm #77281We need your FTP access, not your hosting control panel. If you don’t have this data you can contact your hosting provider for help.
September 15, 2018 at 5:55 pm #77296
soniamitParticipanthere is ftp info
September 15, 2018 at 9:12 pm #77318We can’t connect your server with this data https://gyazo.com/775b93d1130fe15e580bfa5396f5c429
September 16, 2018 at 2:50 am #77330
soniamitParticipantcheck info
September 16, 2018 at 5:02 am #77333
soniamitParticipantSend you new ftp access.
it’s work fine with ws_ftp window base software.
September 16, 2018 at 7:29 am #77344To make the plugin compatible you need to perform the following changes:
1. Remove files from our theme folder
basel/woocommerce/product-image.php
basel/woocommerce/product-thumbnails.php.2. Disable JS minification in Theme Settings -> Performance.
3. Edit the file
js/functions.jsand replace the following linesproductImages: function() {with this one
productImages: function() { return;and this line
productImagesGallery: function() {replace to this
productImagesGallery: function() { return;4. Put the following code to your
basel/functions.phpfileadd_theme_support( 'wc-product-gallery-slider' ); add_action( 'wp_enqueue_scripts', 'basel_child_enqueue_scripts', 10000 ); function basel_child_enqueue_scripts() { wp_enqueue_script( 'flexslider' ); }5. Add the following snippet to the custom CSS section in Theme Settings
.woocommerce div.product div.images .flex-control-thumbs li { width: 15%; float: left; margin: 10px 0 0; list-style: none; }Regards
September 16, 2018 at 9:00 am #77352
soniamitParticipantFirst image of every product is not showing ?
see –
https://www.devonindia.com/product/zip-closure-shoulder-strap-handbag-2/
please guide .. rest so far working fine.
Attachments:
You must be logged in to view attached files.September 16, 2018 at 9:11 am #77359Sorry, they are located in the folder
woodmart/woocommerce/single-product/September 16, 2018 at 5:30 pm #77397
soniamitParticipantCode working now !!
Thank you so much..
cheers !!
September 16, 2018 at 5:48 pm #77400
Elise NoromitMemberYou are welcome! If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
Tagged: color attribute
The topic ‘How i can add more images in color attribute’ is closed to new replies.
- You must be logged in to create new topics. Login / Register