Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author dhananjaysingh

    (@dhananjaysingh)

    use doshortcode function of wordpress…..

    hi the devoloper!
    i use your code <?php echo do_shortcode(‘[as_tejus_mu_carousel id=1]’); ?> for php
    the slide has shown, but the url link doesnt work. but when i try again in page it works
    i don’t know did i do something wrong? any idea? please help. thank you

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: multicarousel] function code for php file’ is closed to new replies.