styling

Tagged: 

Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • #193909
    blugenes
    Spectator
    1. i have created the custom featured block style with the link you provided here: https://wplms.io/support/knowledge-base/creating-custom-featured-block-style/ now my question is : how can i add the “featured” in the card and the “months of the course” and the “tags” and the “more info” button and the price on left and the rating on right like this screenshot:
    https://prnt.sc/m9n2k7
    1. then i urgently need this layout but need to remove “curriculum”, “members”, “activity” and instructors as i only need students to buy the course and thats it, dont need online teaching: http://wplms.io/demos/demo13/course/software-training/ but not build with elementor
    #193911
    blugenes
    Spectator
    <span style="color: #666666; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px;">2. how do i set a logo for home page, and then for all the other pages a different logo?</span>
    #194260
    MrVibe
    Keymaster
    We already built this featured block : https://prnt.sc/m9n2k7 in the update. Let me share more details on this.
    #194262
    MrVibe
    Keymaster
    We're releasing update most likely tomorrow.
    #194267
    blugenes
    Spectator
    Thank you!
    #194271
    blugenes
    Spectator
    1. how do i set a logo for home page, and then for all the other pages a different logo?

    2. how to share a PDF with a certain student NOT all students?

    #194324
    MrVibe
    Keymaster
    1. use this code in chld theme - functions.php
    replace :THE_HOME_LOGO_URL with the home logo image. add_filter('wplms_logo_url',function($url,$location){ if(is_home() && $location == 'header'){ return 'THE_HOME_LOGO_URL'; } return $url; },99,2);  
    1. grab the user ID from WP Admin - USers
    then add this shortcode : [user_only id="XX"] [button url="link to the PDF file"]Access PDF[/button] [/user_only] where XX is the user ID of the student. You can add this shortcode in student dashboard - any dashboard text widget. The content within the shortcode is only visible to the student.
    #195245
    blugenes
    Spectator
    This reply has been marked as private.
    #195346
    Ava
    Member
    Hi We are checking your coding issue. Now, for the second issue, If you are saying to change the font color of this menu links http://prntscr.com/mgviqr, right now its already in dark color for all the pages and if we change its color to white for pages except home, then it will not be visible , as the background is white too. Can you please explain the changes again you want to make?
    #195608
    blugenes
    Spectator
    no if you look on all the other pages you will see the background is dark so i need white text on the other pages NOT the home page and have you found the coding issue problem?
    #195612
    blugenes
    Spectator
    This reply has been marked as private.
    #195665
    Ava
    Member
    Hi I have tried to check your website, but it is very difficult to access, I cannot able to access any page. Refer: https://screencast-o-matic.com/watch/cqni173mT0 Please check. Apart from this , what I able to check when only once your website open is, The button "Take this course" is working.  
    #195671
    blugenes
    Spectator
    This reply has been marked as private.
    #195692
    MrVibe
    Keymaster
    This reply has been marked as private.
    #195694
    blugenes
    Spectator
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 19 total)
  • The topic ‘styling’ is closed to new replies.