Home › Forums › Legacy Support › Support queries › How-to & Troubleshooting › Displaying courses info for non logged-in visitors
Tagged: course button, widget pricing
- This topic has 18 replies, 2 voices, and was last updated 9 years ago by EmiGrandOuest.
-
AuthorPosts
-
October 23, 2015 at 3:18 pm #4551EmiGrandOuestSpectatorHi, I have 3 questions regarding the information that can be displayed for non-logged-in users: – when a visitor (i.e. a non logged-in person) checks a course, he can read the presentation but cannot click on the syllabus/programme (while a logged-in visitor can). How can we enable him to click on the link and the read the programme? – each course can be completed with specific instructions which unfortunately show only by someone who has logged in and started a course. We need to show theses instructions right from the start (on the course presentation page) for anybody interested in that course, whether he/she has logged in or not. How can this be achieved? – by default, the course presentation states the remaining time before the course actually starts, i.e. the relative time instead of the specific dates. How can we enable the specific beginning/end dates to be displayed either below the presentation or in the sidebar widgets? Thanks very much in advance for your answersOctober 24, 2015 at 12:37 pm #4726Anshuman SahuKeymaster1. the units from the course curriculum is not even accessible to the logged in user (students) ,however following a tip you can allow students to view the units of the course from curriculum in which they subscribed . refer : https://wplms.io/support/knowledge-base/enable-students-subscribed-to-course-to-view-units-from-curriculum/ Also a free unit is visible to both non logged in user or the students . 2. Please clarify upon "instructions" (screenshot). 3. refer : https://wplms.io/support/knowledge-base/show-start-date-instead-of-remaining-time-in-course/October 24, 2015 at 1:06 pm #4741EmiGrandOuestSpectatorHi, I meant instructions like "Bring your own laptop", "Come with some material of your own", etc. These instructions are inserted in the Specific Instructions of the course presentation page (see screen attached). Thanks again for your helpOctober 26, 2015 at 10:43 am #4975EmiGrandOuestSpectatorHi, Thanks for your answer. For Point n°3 (specific dates for a course rather than relative dates), I followed your instructions, I inserted the code in 2 different locations (enclosed screens) but it does not change anything. Can you tell me why? Any clue for displaying the specific instructions (see above and attached screen)? Thanks for your helpOctober 28, 2015 at 11:30 am #5555Anshuman SahuKeymaster2. Please try adding the given code in your wplms-customizer.php file in wplms customizer plugin . add_action('wplms_after_course_description','show_instructions'); function show_instructions(){ global $post; $instrcution=get_post_meta($post->ID,'vibe_course_instructions',true); if(!empty($instrcution)) echo apply_filters('the_content',$instrcution).' '; } 3. Please add the code in your wplms-customizer.php file in wplms customizer plugin . and it will show the start date in the button like this . refer : http://prntscr.com/8w8jprOctober 28, 2015 at 1:29 pm #5608EmiGrandOuestSpectatorHi, Thanks for your answers. Something went wrong as I added both codes: – the first one (to show the specific dates) did not make any difference. I understand from your anwser to Ulysse that it should be placed in a specific place in the code (at the end of the page, before ?>). I've just done it… but no difference. – the second code turned my admin panel down, I could not access wp_admin any more. I had to suppress wp_optimzer on the FTP, then re-install it to get it back to normal. I checked the code you sent me… and it seems to be wrong, mainly because of spelling mistakes (instrcutions instead of instructions). Can you check and send me the proper code: add_action('wplms_after_course_description','show_instructions'); function show_instructions(){ global $post; $instrcution=get_post_meta($post->ID,'vibe_course_instructions',true); if(!empty($instrcution)) echo apply_filters('the_content',$instrcution).' '; Thanks very much for your answer – we need to show our website pretty soon now! Take care PatrickOctober 29, 2015 at 1:24 pm #5850Anshuman SahuKeymasterPlease share site url and admin credentials to add the code at your end . PS: mark reply as private while sharing the info .October 29, 2015 at 1:31 pm #5852EmiGrandOuestSpectatorHi, Thanks for your answer. These are the requested info: URL: www.cfjm.info Login:CFJM1 Password: CFJM1 Please note that we are presenting this website at a public show tonight. When do you think you could insert the code? I want to make sure we will not have a problem for this show. Thanks in advance for your help.October 29, 2015 at 1:45 pm #5855EmiGrandOuestSpectatorWhile I am at it… I cant'figure how I can master the course button in the course presentation (button in the upper part of the sidebar). When one clicks on this button, it either sends the visitor to a blank page) or stays on the same course presentation page, just adding a # to the page URL. I guess it has to do with some of the settings, I went through it but can't see where these 2 situations can be changed. Thanks again for your help. PatrickOctober 31, 2015 at 6:28 am #6140Anshuman SahuKeymasterCan you please share your valid ftp credentials to fix the issue.October 31, 2015 at 8:08 am #6160Anshuman SahuKeymasterMark the reply as private while sharing the credentials .October 31, 2015 at 1:18 pm #6246Anshuman SahuKeymasterWaiting for update. Please let me know as soon as possible.October 31, 2015 at 1:29 pm #6249EmiGrandOuestSpectatorHi, Here they are : Serveur FTP : ftp.cfjm.info Utilisateur (login) : cfjminfowm Mot de passe (password) : 28EGBsDEcK3S I did not spot any problem… so far! Thanks for your helpOctober 31, 2015 at 1:55 pm #6250Anshuman SahuKeymasterThnaks for the credentials we are working on it .October 31, 2015 at 2:07 pm #6252Anshuman SahuKeymasterDid the fix on your site ,please check .Please note that the start date will be visible if only if you have set a price in the product or rather make the course free .
-
AuthorPosts
- The topic ‘Displaying courses info for non logged-in visitors’ is closed to new replies.