Home › Forums › Legacy Support › Support queries › Styling issues › Various Questions
- This topic has 9 replies, 2 voices, and was last updated 9 years ago by Anshuman Sahu.
Viewing 10 posts - 1 through 10 (of 10 total)
-
AuthorPosts
-
October 4, 2015 at 4:00 pm #1464plipmanSpectatorHi, I have a couple of questions regarding the development of my site, these include:
- Is there a way to change the 'You must be logged in to take the Course' message at the top of the course content, to make it a pop up? See image as to the message I am referring to.
The log in drop down menu seems to be hidden behind items on different pages, I have tried to give it a z-index of 9999, but this does not bring it to the front - see image. Is there a solution for this?
I am having difficulty to change the background of the 1/4 columns to white, likes its above "how it works" header - shown in diagram 3. I have tried adding the following class and the following code: .register.stripe { background-color: #fff!important; }
Thanks once again for your help
October 5, 2015 at 8:35 am #1518Anshuman SahuKeymaster1. This is not available as of now in wplms but this can be done in the new wplms child theme : 2. & 3. Please share your site url to check these issues . You can send your site url as private reply also .October 5, 2015 at 10:14 am #1540plipmanSpectatorThanks Alex, How is point 1 performed? My site url is www.studyfitness.co.uk. Also, it is possible to have some free Sections/modules and some paid Sections/modules in a single course? ThanksOctober 6, 2015 at 8:24 am #1662Anshuman SahuKeymaster1. When the user is not logged in and take clicks on take the course we will trigger the popup that would cover up the screens as shown in the reply . 2. We need to get the login credentials to access your site . http://i.imgur.com/I9x7kMI.png Also can you please share the url of the page where you are not able change the background color . Only free units is possible in wplms as of now and that free units user can view by navigating to the course curriculum and then single unit page. TO make a unit free just mark that unit as free .October 7, 2015 at 9:31 am #1825plipmanSpectatorHi Alex, Thanks for your response. 1. Will this happen when the 1.9.9 upgrade is release? Do you know when this will be? 2. The site credentials are: www.studyfitness.co.uk, username: studyfitness, password: sf123 3. here is the location where I am having trouble change the background to white: http://studyfitness.co.uk/#How-It-Works I have an additional question: 4. How can I add a sidebar or widget to the right of the registration page? http://studyfitness.co.uk/register/ Also is there away to access the html of the site to modify some elements? ThanksOctober 8, 2015 at 11:32 am #2029Anshuman SahuKeymaster1. Yes this can be done with the 1.9.9 update with some little bit of customization ,we will create a tip for that . 2. Please add the given css for the login widget issue :.home-page.home header {- display: inline-block;
- padding-top: 30px;
}3. For columns issue : section.main.nextstripe { background-color: #FFF; } Add these css from wp-admin =-> appearance ->customize ->custom css . 4. The side bar is the buddypress sidebar ,whatever widget you will add in buddypress sidebar will be shown in the register page as well .#headertop {- padding: 12px 0;
- font-size: 10px;
- z-index: 999;
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
}October 13, 2015 at 7:33 am #2635plipmanSpectatorHi Alex, Thanks for your solutions. Great - do you know when the 1.9.9 is being released? Answer 2 were great. Answer 3 worked, however there is another .nextstripe which meant both these sections turned white. is there a way just to single out one .nextstripe? If you click on the 'How it works' link above, you will see the icon on 'why chose this course' and all the 'How it works' sections are white - I would like to leave the 'Why chose this course' to the default colour. ThanksOctober 13, 2015 at 10:59 am #2690Anshuman SahuKeymaster1. 1.9.9 will be available in late october or early november . 3. Sorry this is all you can do about this as of now . All the main sections will be white . But the sections with the headings has a unique class same as the heading .You can target that for your css . refer : https://wplms.io/support/knowledge-base/using-live-css-in-theme-customizer/October 29, 2015 at 8:19 pm #5910plipmanSpectatorHi Alex, Just wondering if the 1.9.9 will enable me to make the 'not logged in' notification can be created into a pop-up as suggested earlier in this post? ThanksOctober 30, 2015 at 10:23 am #6005Anshuman SahuKeymasterNo this is not available in wplms as of now . Please create a feature request for this here : https://wplms.io/support/forums/forum/general/feature-request/ -
AuthorPosts
Viewing 10 posts - 1 through 10 (of 10 total)
- The topic ‘Various Questions’ is closed to new replies.