Various Questions

Home Forums Legacy Support Support queries Styling issues Various Questions

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1464
    plipman
    Spectator
    Hi, I have a couple of questions regarding the development of my site, these include:
    1. 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.

    2. 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?

    3. 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

    #1518
    Anshuman Sahu
    Keymaster
    1. 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 .
    #1540
    plipman
    Spectator
    Thanks 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?   Thanks    
    #1662
    Anshuman Sahu
    Keymaster
    1. 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 .
    #1825
    plipman
    Spectator
    Hi 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?   Thanks
    #2029
    Anshuman Sahu
    Keymaster
    1. 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 {
    1. displayinline-block;
    2. padding-top30px;
     
    }
    #headertop {
    1. padding12px 0;
    2. font-size10px;
    3. z-index999;
    4. positionfixed;
    5. top0;
    6. left0;
    7. width100%;
    }  
    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 .
    #2635
    plipman
    Spectator
    Hi 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.     Thanks  
    #2690
    Anshuman Sahu
    Keymaster
    1. 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/
    #5910
    plipman
    Spectator
    Hi 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?   Thanks  
    #6005
    Anshuman Sahu
    Keymaster
    No 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/
Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Various Questions’ is closed to new replies.