hi again!
after trying to fixed it, i found by an accident!
with this — url doesn’t work
<div class=”footer”>
<div id=”footer-slide”>
<div class=”footer-title”>OUR PARTNER</div>
<?php echo do_shortcode(‘[as_tejus_mu_carousel id=1]’); ?>
</div>
<p align=”center” class=”copyright”>All rights reserved.</p>
</div>
</div>
but when i change — </div> under the code like this it’s work!!
<div class=”footer”>
<div id=”footer-slide”>
<div class=”footer-title”>OUR PARTNER</div>
<?php echo do_shortcode(‘[as_tejus_mu_carousel id=1]’); ?>
<p align=”center” class=”copyright”>All rights reserved.</p>
</div>
</div>
</div>
however, i still don’t know why.. just want to tell you.
perhaps somebody has a problem like me
Thank you for develop a good plugin anyway. i’m appreciate it.