Support » Plugin: Numix Post Slider » where to place slider code

Viewing 9 replies - 1 through 9 (of 9 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    @sakshi007 Please do not create new topics for the same item. That duplicate was deleted.

    Have you tried this from the plugin page?

    https://wordpress.org/plugins/numix-post-slider/installation/

    From that page it looks like in your post or pages you can use the [numixslider id="XX"] short code.

    Or you can use <?php do_shortcode("[numixslider id='XX']"); ?> within your template file. Personally I like the shortcode in the post myself.

    Plugin Author numixtech

    (@numixtech)

    Hello @sakshi007,

    Thanks for your question. Please put code in page content or post content in admin page/post editor. you can also put code in template by using this php code <?php do_shortcode(“[numixslider id=’XX’]”); ?>

    Please don’t hesitate to ask any questions.

    Thanks again.

    Thread Starter sakshi007

    (@sakshi007)

    thanks a lot for replying! i pasted the code in Main Index Template (index.php) yet nothing seems to work

    Plugin Author numixtech

    (@numixtech)

    Hello @sakshi007,

    Thanks for share your issue.

    Can you please share email id or email us on numixtech@gmail.com. We will provide you all steps with screenshot. It will be useful to you.

    Please don’t hesitate to ask any questions.

    Thanks again.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    @numixtech If you wish to provide your contact information in your own sub-forum here then that’s allowed. But please do not ever ask anyone else to post their email address in these forums.

    I’ve deleted sakshi007’s email address.

    Plugin Author numixtech

    (@numixtech)

    @jan Dembowski. Sorry about that. We will keep this in mind now. Thanks for letting us know. Is there any page where rules mentioned about posting on forum ? Then please let us have the link.

    Thanks.

    Thread Starter sakshi007

    (@sakshi007)

    you people have not solved my problem.

    Using <?php do_shortcode(“[numixslider id=’XX’]”); ?> only doesn’t work.

    Add “echo” in front of the function.

    <?php echo do_shortcode(“[numixslider id=’XX’]”); ?>

    That is working on mine.

    Plugin Author numixtech

    (@numixtech)

    Hello @triwiyono.

    Thanks for pointing that out. It was really silly mistake.

    We just updated installations section to <?php echo do_shortcode(“[numixslider id=’XX’]”); ?>

    Thanks again.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘where to place slider code’ is closed to new replies.