Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
goranCPG
tagDiv Member

HI Andrei,
I found solution 🙂 this code display Slider on every category page:

$categories = get_the_category();
$category_id = $categories[0]->cat_ID;
echo do_shortcode ('[td_slide autoplay="3" category_id="'.$category_id.'" limit="5" td_filter_default_txt="All"]');

goranCPG
tagDiv Member

this can be accomplished by

<?php echo do_shortcode ('[td_slide autoplay="3" category_id="48" limit="5" td_filter_default_txt="All"]'); ?>

but we need autodetect category

goranCPG
tagDiv Member

Sorry, Newsmag 1.3

goranCPG
tagDiv Member

Thanks Lucian
its work

goranCPG
tagDiv Member

Maybe this is solution,
overflow: hidden;

goranCPG
tagDiv Member

Here is example

Viewing 6 posts - 1 through 6 (of 6 total)