EmiGrandOuest

Forum Replies Created

Viewing 10 posts - 31 through 40 (of 40 total)
  • Author
    Posts
  • in reply to: Displaying courses info for non logged-in visitors #6276
    EmiGrandOuest
    Spectator
    Hi, Sorry to bother you, but it still does not work as expected on 2 aspects: – The start date does not show at all even when the course is free, for instance. Besides, we are not going to use Woo Commerce and its products (not relevant for our small training institute), therefore we won't be in the situation when a course will have its price set through this plugin. What we need is the date showing appearing at all times, whether the course is free or not; – I can see now two field showing at the bottom of the course page: the specific course instructions (like bring your laptop, etc.) and the course curriculum. I have 2 problems here (see screen enclosed): > the first line, Instructions de Course, is a mix of French and English, which is not satisfactory, of course. Where (in the code) and how can I fix that? > the second line, Programme du Cours, should be corrected to and does not show anything. What is this second section supposed to show and how can add my own text here? Thanks again for your help
    in reply to: Displaying courses info for non logged-in visitors #6249
    EmiGrandOuest
    Spectator
    Hi, 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 help
    in reply to: Managing the people attending a course #5865
    EmiGrandOuest
    Spectator
    You did step in? I've tried to see the diffence… but it still doesn't show. Does it show on your side?
    in reply to: Displaying courses info for non logged-in visitors #5855
    EmiGrandOuest
    Spectator
    While 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. Patrick
    in reply to: Displaying courses info for non logged-in visitors #5852
    EmiGrandOuest
    Spectator
    Hi, 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.
    in reply to: Managing the people attending a course #5609
    EmiGrandOuest
    Spectator
    Hi, 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 Patrick
    in reply to: Displaying courses info for non logged-in visitors #5608
    EmiGrandOuest
    Spectator
    Hi, 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 Patrick
    in reply to: Managing the people attending a course #5091
    EmiGrandOuest
    Spectator
    Hi, Thanks for your answers, it does help my customization. Concerning the LMS settings: – Touch Points: what's the difference between message and e-mail? What does localization actually mean? – E-mails: how can this section be set up? Any (video or not) tutorial? How does it connect with WP Mandrill? – Start date: I did insert the proper code (see attached screens, code inserted in 2 different locations) but with no success. Can you help me undertstand why? – Specific Instructions: how can these (like equipment needed for the course) be shown rignt in the course description, even fon non-logged-in visitors? Thanks for your (much appreciated!) help Patrick
    in reply to: Displaying courses info for non logged-in visitors #4975
    EmiGrandOuest
    Spectator
    Hi, 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 help
    in reply to: Displaying courses info for non logged-in visitors #4741
    EmiGrandOuest
    Spectator
    Hi, 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 help
Viewing 10 posts - 31 through 40 (of 40 total)