CATEGORY WIDGET/SLIDER

AMART

New Member
NOT Using the Woo plugin.

Using the michelangelo theme with a child theme michelangelo-child and all is working fine.


Question;

How do I add a widget/slider to the home page similar to the new arrivals or best deals but showing products by category?

<!--NEW ARRIVALS-->
<div class="list-product new-arrivals">
<div class="container">
<div class="p-heading">
<div class="p-title">
<h3><?php _e( 'New arrivals', 'mic' ); ?></h3>
</div>
</div>
<div class="row">
<?php get_template_part( 'tpl/product/home/_arrivals' ); ?>
</div>
</div>
</div>



I tried to use the code below on the front-page.php but no success



<!--PRODUCT CATEGORIES-->

<div class="container">

<div class="row">
<?php get_template_part( 'tpl/blog/tpl/_select_category' ); ?>
</div>
</div>

Please advise.

Thank you.
 

Victoria Kudryashova

Administrator
NOT Using the Woo plugin.

Using the michelangelo theme with a child theme michelangelo-child and all is working fine.


Question;

How do I add a widget/slider to the home page similar to the new arrivals or best deals but showing products by category?

<!--NEW ARRIVALS-->
<div class="list-product new-arrivals">
<div class="container">
<div class="p-heading">
<div class="p-title">
<h3><?php _e( 'New arrivals', 'mic' ); ?></h3>
</div>
</div>
<div class="row">
<?php get_template_part( 'tpl/product/home/_arrivals' ); ?>
</div>
</div>
</div>



I tried to use the code below on the front-page.php but no success



<!--PRODUCT CATEGORIES-->

<div class="container">

<div class="row">
<?php get_template_part( 'tpl/blog/tpl/_select_category' ); ?>
</div>
</div>

Please advise.

Thank you.
Hello , if you want to add additional options to a theme, you can create a child theme . If you change the current version of the theme by adding your source code it will not be saved after update.
 

AMART

New Member
What kind of answer is that???

Did you read my post?

It clearly states that I am already running a child theme.

The question is;

How do I add a widget/slider to the home page similar to the new arrivals or best deals but showing products by category?

I have been waiting for an answer since saturday and this is what you reply with?!?!?!

Bad support!
 

Victoria Kudryashova

Administrator
What kind of answer is that???

Did you read my post?

It clearly states that I am already running a child theme.

The question is;

How do I add a widget/slider to the home page similar to the new arrivals or best deals but showing products by category?

I have been waiting for an answer since saturday and this is what you reply with?!?!?!

Bad support!
If you need our assistance in coding you can order our service: https://alidropship.com/services/custom-development/
If you ready to do that, I will clarify with our developers how much it will be cost and when we will be able to do that.
 
Top