Discussion on Deep Soul - Responsive HTML Blog and Shop Theme

Discussion on Deep Soul - Responsive HTML Blog and Shop Theme

Cart 77 sales
Well Documented

Elartica supports this item

Supported

This author's response time can be up to 1 business day.

7 comments found.

hello, contact us form is not working. i already change the email in (sendmail.php)

i already added several customs, no ppm in this. but the links for the options taking me to the same image.

you need open theme.js file and find this code
$( document ).on( 'change', 'select#pa_color', function() {
        if($(this).val() == 'black') {
            $('.tm-product-gallery-img a').attr('href', 'images/products/prod-img4.jpg');
            $('.tm-product-gallery-img img').attr('src', 'images/products/prod-img4.jpg');
        } else {
            $('.tm-product-gallery-img a').attr('href', 'images/products/prod-img2.jpg');
            $('.tm-product-gallery-img img').attr('src', 'images/products/prod-img2.jpg');
        }

        $('body').trigger('variation-has-changed');
        return false;
    });
you can change it that way
$( document ).on( 'change', 'select#pa_color', function() {
        $('.tm-product-gallery-img a').attr('href', 'images/products/'+$(this).val()+'.jpg');
        $('.tm-product-gallery-img img').attr('src', 'images/products/'+$(this).val()+'.jpg');

        $('body').trigger('variation-has-changed');
        return false;
    });
and after that upload the corresponding photo for the value of each attribute to the product folder.

thank you, appreciate it !

congratulation! doing good job.

Thank you very much ;)

very nice work , i wish you big sales :) have a nice day :)

Thank you very much :) have a nice day too :)

Awesome Work! Good Luck With Sale :)

Thanks!

Congratulations!

Amazing Work, Good Luck With Sale :grin:

Many thanks ;)

Congratulations! Nice Work, Good Luck With Sale :grin:

Thank you a lot, ThemeCuriosity ;)

Congratulations!

Amazing Work, Good Luck With Sale :grin:

Thank you very much :)

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey