Remove Author from Home Page

Home Forums Legacy Support Support queries Styling issues Remove Author from Home Page

Tagged: 

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #124557
    H.K. Latiyan
    Participant
    Hi, I simply added the code in the wplms-customizer.php file which is provided in that particular tip I mentioned above. ------------- For changing the color of the add to cart button in the feature block add the bellow css in your appearance->customize->custom css: .block_content .woocommerce a.button {color:#fff;background:#000;} NOTE: Change the color code in the css according to your requirements.
    #124613
    sumit
    Spectator
    1. I want to add submenu in course home page in which I can put some more information regarding course. I can use Text editor and image in that menu. refer http://prntscr.com/g7pczr. I can change the options of that menu in wp-admin dashboard like COurse Member Visibility , Course Drive Visibility etc. http://prntscr.com/g7pdwj 2. In course Block, the pricie si showing double. How do I remove the selected price. http://prntscr.com/g7pepv 3. How do I insert the border here. http://prntscr.com/g7pfvc ANd make few changing in font color etc in this particular section. 4. In Featured sidebar widget. Number of students are showing and price is duplicate. How to fix this http://prntscr.com/g7pjln 5. In course details page, Number of students are showing. How to remove this. http://prntscr.com/g7pkec 6. How do I change the font size of this? http://prntscr.com/g7pkr9 7. How do I edit the signup form? http://13.126.120.219/register/ 8. In signup, email verification is required. How do I make this verification optional? 9. In checkout page how to restrict Phone Number field to only 10 numerical entry 10. How to remove this search button. http://prntscr.com/g7plve 11. How do I choose the course which will display in related course widget? 12. How to rename this text. I searched in translator plugin but could not find this
    #124710
    H.K. Latiyan
    Participant
    Hi, Please create different topics for different issues. The larger topics are hard to answer and smaller topics gets resolve faster. ------------------ 1) For this you'll have to use the wplms course custom nav plugin, you can download it from here: https://vibethemes.com/documentation/wplms/knowledge-base/wplms-course-custom-nav-plugin/ After creating the custom nav you can go to lms->settings->course menu, and reset the settings then set the privacy according to your requirements and then save it. 2) Try adding the bellow css in your appearance->customize->custom css: .block.courseitem.course2 .block_content strong {display:none;} 3) Try adding the bellow css in your appearance->customize->custom css: .block.courseitem.course2 {border: 1px solid #a8a8a8;} 4) Try adding the bellow css in your appearance->customize->custom css: .block.courseitem .block_content strong {display:none;} 5) Try adding the bellow css in your appearance->customize->custom css: .students_undertaking {display:none !important;} 6) Try adding the bellow css in your appearance->customize->custom css: .widget.pricing .course_button {font-size:14px;} 7) This is the buddypress register page, you can add or remove profile fields only from it. You can go to wp-admin->users->profile fields, and add or remove the fields accordingly. 8) In buddypress signup this is mandatory, so you cannot skip email verification. But you can try using wplms registration forms, in it you can skip the email verification, refer: https://vibethemes.com/documentation/wplms/knowledge-base/custom-registration-forms-in-wplms/ 9) Well this is the woocommerce checkout page you can use third party plugin for this purpose like woocommerce checkout manager plugin 10) Try adding the bellow css in your appearance->customize->custom css: a#new_searchicon {display:none;} 11) You cannot specifically choose the course to be visible in related courses. The courses present in the same course category are mainly shown in the related courses. You can improve the accuracy of related courses by using this tip: https://vibethemes.com/documentation/wplms/knowledge-base/improving-related-course-accuracy/ You can also show the courses by the same instructor using this tip: https://vibethemes.com/documentation/wplms/knowledge-base/show-courses-by-instructor-in-related-courses/ 12) Which text, please let me know which text you want to translate. ------------------- PS: Since the original issue is already resolved so closing this topic.
Viewing 3 posts - 16 through 18 (of 18 total)
  • The topic ‘Remove Author from Home Page’ is closed to new replies.