Many things that i want to implement in my website

Home Forums Legacy Support Support queries Child Themes Many things that i want to implement in my website

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #87851
    TheoDeb
    Spectator
    Hi, Firstly thanks for all the answers in my previous topics. I still have some worries that i'll list just after: - I would like to put social button in my footer (facebook and linkedin)  and newsletter area text with button (left of the footer ) cf: image below - in a product page like this one http://alpha.merito.co/course/lead3/ when we click to "prendre cette formation" we want it to directly add to cart like the      purple button here for example : http://alpha.merito.co/produit/lead3/ - the form for sending message to our team here : http://alpha.merito.co/contact-us/ How it works , i don't understand i've put my email in the shortcode and after ? what am i supposed to do: [heading]Send us a message[/heading] [form to="[email protected]" subject="Contact from WPLMS"] [form_element type="text" validate="" options="" placeholder="Name"] [form_element type="text" validate="email" options="" placeholder="Email"] [form_element type="textarea" validate="" options="" placeholder="Message"] [form_element type="submit" validate="" options="" placeholder="Send Message"] [/form]   - last thing , in my footer as you can see the bottom footer sentence is not taking all the width of the footer . How can i do it ? http://hpics.li/f6d94f7 Thank you.
    #87898
    H.K. Latiyan
    Participant
    1) First you need to add the social media icons from wp-admin->wplms->social information, refer: http://prntscr.com/dqwrh1 Then go to wplms->footer->footer bottom, and select show social icons, refer: http://prntscr.com/dqwrvv Now the social icons will be shown in the footer instead of footer menu. 2) If you want to skip the product page then go to wplms->miscellaneous->direct checkout, and skip the product page, refer: http://prntscr.com/dqwsfx If you want to show an add to cart button on the course page itself then refer this tip: https://wplms.io/support/knowledge-base/show-add-to-cart-button-on-take-this-course-page/ 3) The form on the contact page is for the users to contact the website, like if you enter your email in it then the visiters can add there information in the form and message you, in other words they can contact you via this form. Let me know if you are facing any issue with it. 4) Are you talking about the copyright text ? If yes then, we use bootstrap grid in our theme and since the col-md-3 is provided in the copyright div so it cannot be changed. You'll need to change it by overriding the footer template using a child theme. If you are not using any child theme then use a blank child theme and copy the footer.php file (if using default footer in your website) and paste it in the child theme and then change the class from col-md-3 to col-md-9 and col-md-9 to col-md-3, refer: http://prntscr.com/dqwvy0 If you are not confused and not able to change the classes yourself then you can simply add the file in the child theme and share the site url and the admin credentials here with me in a private reply , I'll change the class for you.   Let me know if this helps.
    #88019
    TheoDeb
    Spectator
    http://alpha.merito.co/ 1) it works (is it possible to put the social icons just below "Restez connectés" ?) 2)Where is the <span style="color: #4b4d4d; font-family: Lato; font-size: 15px;"> </span><span style="color: #4b4d4d; font-family: Lato; font-size: 15px;">wplms customizer plugin to access this </span><span style="color: #4b4d4d; font-family: Lato; font-size: 15px;"> </span><span style="color: #4b4d4d; font-family: Lato; font-size: 15px;">wplms-customizer.php</span> 3)It was a mistake sorry , it works. 4)It was that thanks.   I have another problem. When i type this /course-cat/anyformation it redirect me in an other page than the one on your website. - http://alpha.merito.co/course-cat/iae-message/ - http://themes.vibethemes.com/wplms/skins/modern/course-cat/technology/ It just the same page as all courses but with filter activate, but on my website as you can see it's not.  
    #88020
    TheoDeb
    Spectator
    I forget a thing:   In my footer (cf the footer on my first post) i would like to put an input with text for subscribe to my newsletter. Is it possible?   Thank you.
    #88062
    H.K. Latiyan
    Participant
    1) No it won't come there because the position is fixed for this. 2) The file is present in the wp-admin->plugins->editor, refer: http://prntscr.com/dra3pb OR You can login through ftp and go to wp-content/plugins/wplms customizer plugin/wplms-customizer.php file. ------------- Well for redirecting the category page to all courses page you need to enable the setting from wp-admin->wplms->course manager->course category/level/location redirect, refer: http://prntscr.com/dra4hp. Also make sure the sidebar on all courses page (buddypress sidebar by default) has the course category navigation widget present, because this widget is required for this feature. Sorry wplms do not have any newsletter, you can use third party plugins for this purpose and add its widget in the footer sidebar.
    #88246
    TheoDeb
    Spectator
    When i'm on this page (for example : filtered iae-message): http://alpha.merito.co/course-cat/iae-message/ It shows the blue iae-message bar but nothing is filtered. as you can see , there is other type of courses in the list.
    #88350
    H.K. Latiyan
    Participant
    Please refer my previous reply, I already mentioned that you need to add course category navigation widget in the sidebar for this feature to work properly.
    #88368
    TheoDeb
    Spectator
    -i want to know if i can remove the strong font of thes string's header, and put them into Paragraph. Look at the picture. http://www.hostingpics.net/viewer.php?id=326798screen1.png   -And can I change the string's tab of this picture please ? -> http://hpics.li/5dadc8f - Can we disable some tabs for people who are not admin ? for example :  -> if  I am Admin i want to see the tab "event" but I want that people who are not admin , that they can not see that tab.   Thanks.
    #88414
    TheoDeb
    Spectator
    I'm sorry but i don't understand how to enable <span style="color: #4b4d4d; font-family: Lato; font-size: 14px;">add course category navigation widget in the sidebar</span> Where is the sidebar ? Where can i enable this feature ?   Thank you.
    #88464
    H.K. Latiyan
    Participant
    1) You want to remove the strong font/ boldness of the font in the header, then add the bellow css in your appearance->customize->custom css: header #menu-main a strong {font-weight:400;} 2) Please clarify what you mean by "change the string's tab". I am unable to undertand you on this. 3) Yes you can select the visibility of events tab from wp-admin->lms->settings, refer: http://prntscr.com/ds305n 4) The widget is present in the wp-admin->appearance->widget, refer: http://prntscr.com/ds30gm Let me know if this helps.
    #88557
    TheoDeb
    Spectator
    Ok, thanks everything is working except the 4.(i'm sorry but i really don't know why it isn't working) Now when i'm on this page : http://alpha.merito.co/course-cat/iae-message/ The left box is checked but nothing is filtered. i've added the widget of course.
    #88769
    H.K. Latiyan
    Participant
    Thanks for sharing the page url. I checked your website and found that your theme is still outdated. Please update your theme and plugins to latest version and then check if the issue persists.
    #88803
    TheoDeb
    Spectator
    EDIT: everything's working now, thank you ! (I followed your advice and updated WPLMS to the latest release) First of all I'd like to thank you for your responsiveness, we really appreciate it. I checked the last updates and it seems that everything is OK. Only Slider revolution is not fully updated but it's normal since we got the licence in your bundle. What theme/ plugins seem outdated to you ? We have deactivated Visual Composer though, we use Beaver Builder instead. Can our issue be related to that ? We tried everything but cannot solve this issue. We have of course activated the "Redirection to Course directory" but it's not working properly. Filter is pre-selected but not activated: all courses show and we need to hit the filter button to make it work. Thank you for your time, TheoDeb
    #88812
    TheoDeb
    Spectator
    Ok it was that .   Thank you for all.  
    #88932
    H.K. Latiyan
    Participant
    Thanks for the update that the issue is resolved. So closing the topic.
Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Many things that i want to implement in my website’ is closed to new replies.