Need button "TAKE THIS COURSE" on mobile phones and tablets up

Home Forums Legacy Support Support queries Styling issues Need button "TAKE THIS COURSE" on mobile phones and tablets up

Viewing 15 posts - 1 through 15 (of 32 total)
  • Author
    Posts
  • #214895
    planetabu
    Spectator
    We need button "TAKE THIS COURSE" on mobile phones and tablets up. (Users talk me about). https://yadi.sk/i/yScPXNVPJHcsUw But i have course Course layout#3.  When i change Course layout#5 any elements not see. https://yadi.sk/i/kx1vyLSMCflU-w We need correct custumize. https://yadi.sk/i/X_cAoCuUV2G9wQ  
    #215014
    maximus
    Member
    This reply has been marked as private.
    #215432
    planetabu
    Spectator
    this is not problem when i change to Course layout#5 any elements not see https://yadi.sk/i/kx1vyLSMCflU-w (rating / menu tree) https://yadi.sk/i/hNL14Ap-GHQG4w
    #215648
    maximus
    Member
    This reply has been marked as private.
    #217292
    planetabu
    Spectator
    I m not have this settings in wplms: Upload Title Background
    #217396
    Ava
    Member
    Okay, please make sure that you have updated version of the theme (3.9.4) and all updated plugins are installed. And then check again, if that issue still persists. Please share your site's admin credentials in private reply.
    #218156
    planetabu
    Spectator
    This reply has been marked as private.
    #218211
    logan
    Member
    Hello, for that you need to select transparent header from wp-admin >> appearance >> header >> header style >> transparent.
    Fpr extra buttons- There are two solutions to this: Using Code: Yes, I can share the code with you. After that, you can show the button wherever you want in mobile view because I will trigger the code at a particular action(point). either I can show a button which will be a duplicate of the original button and the original button will not be removed. So you'll see two buttons. both the buttons will appear in the frontend and is visible to users as well. This will show the course button above the course description. add_action('wplms_before_course_description', 'show_the_course_button'); function show_the_course_button(){ echo the_course_button(); } If you want to show the button below the course description then use this code add_action('wplms_after_course_description', 'show_the_course_button'); function show_the_course_button(){ echo the_course_button(); } Paste the code in wp-admin > Plugins > Editor > Select WPLMS Customizer Plugin > wplms-customizer.php Another Alternative: Refer: https://wplms.io/support/knowledge-base/tabs-style-in-course-menu-with-custom-sections/ So users need not scroll for any content in mobile view because it gives a tab style layout *we can try hiding another button in desktop mode by using custom css. Add this code into your wp-admin >> appearance >> customize > custom css. @media(min-width: 991px){.single-course div#buddypress div#item-body input.course_button.full.button {display: none !Important;}}
    #220445
    planetabu
    Spectator
    Thanks for this but we need code for the cost course after button too. How i add this?
    #220524
    logan
    Member
    Hello, i did not understand this statement " cost course after button too". please share a screenshot with proper demarcation. i will watch out into possibilities.
    #220584
    planetabu
    Spectator
    need price info after button price info
    #220695
    logan
    Member
    Hello, remove the above code and add this one: add_action('wplms_before_course_description', 'show_the_course_button'); function show_the_course_button(){ return the_course_button(); return the_course_details(); }   Note: return the_course_details(); this will return details. return / echo is same thing.
    #220918
    planetabu
    Spectator
    i need price info after button for MOBILE. https://edustudents.ru/course/%D1%82%D1%80%D0%B5%D0%BD%D0%B5%D1%80-%D0%BF%D1%80%D0%B5%D0%BF%D0%BE%D0%B4%D0%B0%D0%B2%D0%B0%D1%82%D0%B5%D0%BB%D1%8C-%D0%BF%D0%BE-%D1%88%D0%B0%D1%85%D0%BC%D0%B0%D1%82%D0%B0%D0%BC-%D0%B2-%D1%83%D1%81/ and i see 2 button on pc This action not solved this problem. When u buy product first info need buy and price info... Users on mobile don t see that.  
    #220958
    logan
    Member
    This reply has been marked as private.
    #221015
    planetabu
    Spectator
    Thnks. Why i add price after button for mobile? https://yadi.sk/i/FBMC8tGnjPJxBg i add code manually for this course. https://edustudents.ru/course/%D0%BA%D1%83%D1%80%D1%81-%D0%B2%D0%BE%D0%B6%D0%B0%D1%82%D0%BE%D0%B3%D0%BE-%D0%BE%D0%BD%D0%BB%D0%B0%D0%B9%D0%BD-%D1%8D%D0%BA%D1%81%D0%BF%D1%80%D0%B5/
Viewing 15 posts - 1 through 15 (of 32 total)
  • The topic ‘Need button "TAKE THIS COURSE" on mobile phones and tablets up’ is closed to new replies.