Home › Forums › Legacy Support › Support queries › Child Themes › Many things about my layout with WPLMS
Tagged: CSS footer login currency
- This topic has 12 replies, 2 voices, and was last updated 7 years, 11 months ago by H.K. Latiyan.
Viewing 13 posts - 1 through 13 (of 13 total)
-
AuthorPosts
-
December 15, 2016 at 9:58 pm #85413TheoDebSpectatorI decided to post all my questions in just one time for going faster. I'm sorry if it's a little bit long , and thanks you in advance because i just don't understand how to do : 1 - i've installed the demo 6 in my modern theme thanks to this link: https://wplms.io/support/knowledge-base/installing-demo-1-without-sample-data/ it's works but i want to use another connection system . I would like to use the modern connection system and not the demo 6 . How can i do this? 2 - All my products are on £ but i want to use euro how can i do this? 3 - Like i said in the first question i have the demo 6 installed and i want to customize the product page (for each products) http://themes.vibethemes.com/wplms/skins/demo6/course/software-training/ How can i change the different button (home , members, activity, forum...) and more important how to change the content layout (all the things that are displayed below) for example i don't want this button or this informations , can i remove it ? 4 - When i want to use custom css in one of my pages it's just don't work , each time i reloading the page all changes have disappeared. 5 - I'm using beaver builder , and i designed a footer . I want to replace the footer by default with this one. The beaver builder team said to me that they can't use their shortcode because i'm not using there theme. I've added this to function.php but i doesn't works because i'm using wplms. add_action('fl_after_content', 'my_global_footer'); function my_global_footer(){ echo do_shortcode('[fl_builder_insert_layout slug="myfooter"]'); }; Do you have anything like this who is adapted to WPLMS. Thanks you , i'm very sorry it's very long . (You've done a great job by the way)December 16, 2016 at 6:21 am #85445H.K. LatiyanParticipant1) Assuming, by connection you mean login popup. Yes you can use it, go to wp-admin->appearance->customize->header->login style, and change it to default (if using modern theme). 2) This is present in the woocommerce settings, go to wp-admin->woocommerce->settings->currency, refer: http://prntscr.com/dk1p1r 3) Can you please clarify what you want to change here, or what you want to remove ? 4) Try giving the page specific css, it works fine. Let me know on which page what css are you using. 5) Well this question is about a third party plugin and obviously we cannot say anything on this. Wplms has its own footer which comes from the wplms theme and it cannot be overridden by a plugin. There are different footer styles in wplms which you can change from wp-admin->appearance->customize->footer->footer style. You can also change the number of columns shown in the footer from wp-admin->wplms->footer.December 16, 2016 at 4:02 pm #85597TheoDebSpectator1) When I click on the "Login" button it redirect me to the connection system, and when I click on the button "Register" It redirect me on the Demo6 register page. Normally it redirect me on the Modern register page. 2) It works, thanks ! 3) On course pages, we want to modify all the page like : The horizontal menu, the content of each button... http://hpics.li/187d097 http://hpics.li/b3e5a8b 4) It works, thanks ! 5)It's OK! And I have another problem: When I load pictures , the pictures do not display , it makes a broken picture, how can I fix that ? Thanks for your answer.December 17, 2016 at 7:13 am #85652H.K. LatiyanParticipant1) Can you please share the site url to check the issue on your website ? 3) It cannot be completely removed, but it can be modified. First edit the course then you can change the content on the homepage, and in curriculum section you can add the curriculum to show it. You can also set the visibility of the course menu item like curriculum, members, activity, etc from the wp-admin->lms->settings->course visibility. 5) Please make sure you have uploaded the correct image from wp-admin->wplms->footer->footer logo. If its shows blank then the issue could be related to the path of the image, I'll need to site url to check it.December 17, 2016 at 11:13 pm #85733TheoDebSpectatorMy webiste is local , i have not deployed it yet. All my images are not found , if i change the path from ../wp-content/etc to ./wp-content it works but i can't change the path for testimonials picture or product.December 19, 2016 at 2:49 pm #85918H.K. LatiyanParticipantOk, Well you cannot use wp-content/etc path because this is wordpress folders and the wordpress will not be able to read it. Also many other features can also stop working, as the theme and plugins uses wordpress wp-content path. This issue will occur with other themes and plugins also. Therefore I'll recommend you to use only wp-content.December 20, 2016 at 2:14 pm #86117TheoDebSpectatorI think we misunderstood by etc i mean et cetera not the folder . I don't save my picture by hand in wp-content/etc . i'm using your uploading feature. I have new questions : Now my custom css is working but i would like to use it in specific pages for example: .h1 { color:blue;} in page 1 and .h1 { color:black;} in page 2December 21, 2016 at 11:34 am #86227H.K. LatiyanParticipantPlease manually check when you upload the testimonial image where is it uploading in your wordpress, then copy its path and try to access this path from your browser. If the file is not accessible then there is permission issue, if it is accessible then check the coresponding attachment in the media library and try to access that attachment. ------------------- For the css you can give the page specific css from the body, if its a page then the specific class is added like page-id-xxxx, if its not a page then some other specific class is added in the body. You can inspect element in your browser and can find the specific class from the body, refer: http://prntscr.com/dm4nprDecember 22, 2016 at 9:50 am #86416TheoDebSpectatorHi, I have another problem. Look at the pictures. http://hpics.li/69c5f18 http://hpics.li/3f26712 http://hpics.li/a997d61 I want to put my work on all pages but when I switch between "Accueil" and "Programme" my work is removed what's the problem? Secondly, When I click on the "Login" button it redirect me to the connection system, and when I click on the button "Register" It redirect me on the Demo6 register page. Normally it redirect me on the Modern register page. Thanks.December 22, 2016 at 3:21 pm #86500TheoDebSpectatorAnd I want to know another thing too, I want to have a page similar to that. http://hpics.li/6e6e675 Is it possible to have a page like that ? How can I modify the presentation page of mentors (People who makes courses) And Is it possible to block a page for the people who are not root/admin ? ThanksDecember 23, 2016 at 12:04 pm #86619H.K. LatiyanParticipantThis is because you have not connected any unit or quiz in the curriculum section. You need to set the curriculum to show it refer: http://prntscr.com/dn0bm4 You can also create course from the front end, it make it easier to create the course from front end. For front end course creation please refer this tutorial: https://www.youtube.com/watch?v=xkSeHimJGF8 ----------------- Sorry its not available in wplms to create a page like that. The all instructors page (who can create courses) is present in the wplms but it comes from the all instructors template, therefore to modify it you'll have to customize the template. You can use the template "Members Only", refer: http://prntscr.com/dn0dsc This will only allow the members who are registered on the website to access that page.December 25, 2016 at 7:42 pm #86802TheoDebSpectatorOk, Thank you for your patience.December 26, 2016 at 5:28 am #86817H.K. LatiyanParticipantOK, closing the topic.
-
AuthorPosts
Viewing 13 posts - 1 through 13 (of 13 total)
- The topic ‘Many things about my layout with WPLMS’ is closed to new replies.