Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author ThemezHut

    (@pubudu-malalasekara)

    Hi Basz85,
    Glad you like the theme. Actually I didn’t try it with the woocommerce. But I guess it will work great, because woocommerce works very well with most of the themes.

    You just have to create file called woocommerce.php and copy all the code from page.php to woocommerce.php. Then delete the loop as they have mentioned in the documentation. (Delete all the content inside the <main></main>.) Then inside the main tags paste this <?php woocommerce_content(); ?> Then edit the functions.php file as they have said. I think it will very easy for you.

    Thread Starter Bas

    (@basz85)

    Hi Pubudu,

    Thanks for your reply on my topic.

    I will try this method!

    And I have another question about the slider, I want to create more than 5 sliders. It works because I saw an topic about this, so I create three more. But, the seventh and the 8 slider doesnt appear. the sixth slider does appear so that’s okay.
    But I’ve costumize the following files;
    – options.php
    – extras.php

    Thanks!

    Best regards,
    Bas

    Theme Author ThemezHut

    (@pubudu-malalasekara)

    Basz85,

    Make sure that you have changed this ( $i=1; $i<=5; $i++); correctly in both files. instead of 5 change the number of slides you want. eg :
    ( $i=1; $i<=8; $i++)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WooCommerce not supported?’ is closed to new replies.