Home › Forums › Legacy Support › Support queries › Setup issues › many issues after setting up the theme
Tagged: css edit, Theme issues, visual composer
- This topic has 23 replies, 3 voices, and was last updated 8 years, 4 months ago by Anshuman Sahu.
-
AuthorPosts
-
July 10, 2016 at 6:29 pm #57548pro400Participant2 nd time asking y Visual composer is not working here is the video http://screencast.com/t/irma5S5PypGJuly 11, 2016 at 7:55 am #57615Anshuman SahuKeymaster0. Sorry i am not able to understand your this query .Can you please clarify it with the help of some screenshots or something . 1. Please add a "Dashboard : line break " widget before and after the course stats widget . 2. You can put this in the description of the course as your courses are offline . You can also put that in course details widget by following this tip : https://wplms.io/support/knowledge-base/adding-a-custom-field-to-add-custom-information-in-course-details/ 3. You can use his plugin for that purpose : https://wordpress.org/plugins/rendez-vous/ 4. Yep this is a Bug in Eventon plugin itself . Even when the Instructor content privacy is on there is no restriction put upon the instructor for other author's content . You can check by enabling the Instructor content privacy from wp-admin -> wplms -> Course manager . You will find that on other content you will not be able to edit oter author's content . check wordpress simple posts but you would still be able to edit the Events of other authors .July 11, 2016 at 9:02 pm #57744pro400Participant0) i mean i want this search bar on the slider not bottom by using your this css for search bar body.archive.search.search-results.post-type-archive.post-type-archive-course .scontent { position: relative !important; top: initial !important; width: 100% !important; border: none; margin-left: 0 !important; } the search bar goes down to the slider http://prntscr.com/brhdec but what i want is on the slider using the postion:absoulute; like this and should remain on top after search http://prntscr.com/brheg9 1) how to disable the cover photo for instructor 2) what is wplms Course code 3) why the footer logo is blur here is the screenshot http://prntscr.com/briw3o 4) how to give commission percentage to the teacher 5) how to take paypal email from the teacher so we can transfer fund later on through paypal 6) how to change the course review from the backend 7) In my email there is a scripted email coming to the students here see the screenshot http://prntscr.com/bro5siJuly 12, 2016 at 11:47 am #57913Anshuman SahuKeymaster0 . I was not able replicate the issue with the above css please check . I shared page specific css that will not apply on any other page other than the search page . 1. Try adding the given code in your wplms-customizer.php file in wplms customizer plugin : add_action('plugins_loaded','remove_cover_images_for_inst'); function remove_cover_images_for_inst(){ if(is_user_logged_in() && current_user_can('edit_posts')) add_filter( 'bp_is_profile_cover_image_active', '__return_false' ); } 2. refer : https://wplms.io/support/knowledge-base/course-codes/ 3. Due to opacity that we have provided to it . If you want to remove opacity please try adding the given css from wp-admin -> appearance -> customize -> custom css: #footerbottom #footerlogo { opacity: 1 !important; } 4. refer : https://www.youtube.com/watch?v=MEajjLIEzao https://wplms.io/support/knowledge-base/setup-instructor-paypal-email-field-for-commission-payments/ https://wplms.io/support/knowledge-base/how-instructor-commissions-are-calculated-in-wplms/ 5. Please refer : https://wplms.io/support/knowledge-base/setup-instructor-paypal-email-field-for-commission-payments/ 6. Course reviews are just like comments on posts . so you can edit any course reviews by going to comments section in back end . to reset the average and rattings of course please refer : https://wplms.io/support/knowledge-base/manually-resetting-ratings-for-courses/ 7. Well please provide the from name and email in your wp-admin -> lms -> settings -> emails -> email options .July 12, 2016 at 10:05 pm #58041pro400Participant1) the buddypress cover remove code is not working 2) how to change the dashboard colors scheme to this http://prntscr.com/bs58v7 regardsJuly 13, 2016 at 9:58 am #58127Anshuman SahuKeymaster1. Working fine at my test setup please check : http://screencast-o-matic.com/watch/cDiIQHiajw Please share your site url and admin credentials to check this at your end . 2. this is coming from wp-admin -> appearance -> customize -> header : refer : http://prntscr.com/bsbmbvJuly 13, 2016 at 6:10 pm #58222pro400Participant0) i have already share the info of website in the 2nd reply :) wonow.org user::ameer passsword::ameer 1) My course is 60 day long so i want my student to kick out from the course after 60 days but i dont want to b disable the course after 60 day i want it b continuous how can i do it. should i offer subscription course ?? if so there is a bug in subscription here is the video http://screencast.com/t/cutbJNStpJ 2) how to enable social sharing only for courses http://prntscr.com/bshs3vJuly 13, 2016 at 6:18 pm #58225pro400Participanthow to remove this select box from products http://prntscr.com/bshwnsJuly 14, 2016 at 11:05 am #58347Anshuman SahuKeymaster0. Thanks for the credentials again but these are instructor credentials and i asked for admin credentials .so please share it to check this issue . 1. I found this to be issue but the issue is with showing the actual duration of the subscription . The duration for the student will be exactly what you have set in the course product settings . I would also like to mention that we have fixed the issue with showing the subscription duration and this will be available in the update of vibe course module plugin today.. 2. CAn you please specify the places where you want to remove these sharing options ? 3. Please simply enable "sold individually" in your product settings . refer : http://prntscr.com/bsrx55 Please create a new topic for your new issues as the topic name and the replies in it deviated if you post new queries on a topic which does not have similar context . Also other users who are facing the same issues will not be able to find solution as the topic title is misleading .
-
AuthorPosts
- The topic ‘many issues after setting up the theme’ is closed to new replies.