Import Export Error : Absence of ZipArchive for Php is No 1 Reason

ziparchive install

This post is being written after we found that many web hosts do not install one very important library for the PHP – ZipArchive . In fact the problem is reported with PHP-7 version , so when upgrading to PHP 7, you should make sure to install the PHP 7 versions of libraries – that […]

Learndash Tutorials : Changing See More Button Text and Ribbon Text

learndash tutorial

Here is another Learndash tutorial ! This time , about changing the See More button or the Ribbon text. The requirement to change these buttons maybe felt for a variety of reasons.  Maybe the Grid landing page requires a different colors or text than the “See More” or Ribbon Text. ……It is easy to do […]

How to Format LearnDash Course Previous, Next and Back Buttons through CSS

LearnDash Design

If you want to change the formatting of the buttons that appear as Previous , Next and Back buttons on Learndash Course , Lessons , you can paste the following CSS code and then change the values . CSS Code for LearnDash Button Formatting .learndash #learndash_next_prev_link a.next-link, .learndash #learndash_next_prev_link a.prev-link { display: inline-block; background-color: #f4511e; […]

Remove Published Date From Learndash Course,Lessons or Topics

remove published date in learndash

If you ever want to remove the published date that come under the title of Learndash course or lessons or topic , there  is an easy way out to hide or remove the published date by pasting the CSS code given below. CSS Code to Hide Posy Meta .single-sfwd-lessons .post-meta { display: none !important; } […]

How to Arrange Learndash Quiz Horizontally

Learndash quiz options

The LearnDash course plugin has various types of quiz creation facility . One of the most common type is Multiple Choice Question which provides four or five answer options . The default design of the quiz is that the quiz options are arranged vertically . However , at times , you may desire to spread […]

LearnPress : How to Import Math & Special Characters Via CSV

LearnPress How to import math questions

Excel to LearnPress extension plugin for the free course-ware plugin learnpress is empowered to import quiz questions directly from CSV . Many users have asked about ways to import question that require special characters and symbols. For example quiz related to Math or science require special symbols like square root , cube root or thea, […]

Learndash Custom User Imports & Exports : 2 New Plugins

learndash user import export

Many Learndash Courseware customers  asked us for excel and CSV based custom user import and export plugin . So , keeping in mind their demand , we have released two new  extension plugins for the Learndash  users.First one is Learndash Custom User Enrollment Plugin and the second one is complementary plugin – Learndash User Export […]

Learndash Courses : Apply Negative Marking in Quizzes Now !

learndash Negative Marking

The otherwise excellent course ware plugin i.e Learndash Course – does not have a Negative Marking feature inbuilt in quizzes. Now, the concept of awarding negative marking for incorrect answer is a good step towards curbing guess work. Many a times when students may not be sure about the answer they may indulge in guessing. […]

How to Create Quiz Out of Published Quizzes in Learndash ?

Learndash quiz mixer 2

Learndash allows at least seven types of quizzes for its courses. These quizzes are attached to topics or lessons . The test of user’s (learners) understanding of various lessons and topics are done through quizzes. What if you want to test your users by mixing quiz questions from various quizzes already published for a course. […]