Hi I am using Modern theme, I want to add previous and next button to above unit. I add an attachment show where I want to add buttons (blue buttons).
Best regards.
Sorry this is not available in wplms as of now.
Thanks,
Which file do I need to edit for this?
If you like to see the previous/next unit buttons on the top of the unit, then you can try adding the following code in your wp-admin->wplms->footer->google analytics code:
<script>
jQuery(document).ready(function($){$('.unit_prevnext').clone().appendTo('.unit_title')});
</script>
Thanks Latiyan but, I added code but nothing change :(
The code is working fine at my end, refer:
http://screencast-o-matic.com/watch/cDiXhxiyGq
Please try again using the code and clear the browser cache before checking.