Price option

Viewing 15 posts - 1 through 15 (of 23 total)
  • Author
    Posts
  • #184942
    stariflymanage
    Spectator
    Can I show directly the price on courses first, without clicking "price option to show the price"? I haveset the mycred point for course so need to click open the "price option". But I want student to see directly the price instead of "Price option" without clicking the button cannot see price:  https://prnt.sc/ljs8zl need to click open to see price: http://prntscr.com/ljs95z
    #185004
    Diana
    Participant
    @stariflymanage, Please use this custom css and paste in wp-admin > Appearance > Customize > Custom CSS .single-course .pricing_course .drop{display:block !important;}
    #185100
    stariflymanage
    Spectator
    sorry, the css seems not working. There is still "price option+ " instead of price. http://prntscr.com/lk9xf3
    #185101
    stariflymanage
    Spectator
    the course is displayed on home page using shortcode.
    #185208
    Diana
    Participant
    @stariflymanage The above code is not meant for the home page or the home page use this custom CSS .home-page .pricing_course .drop {display:block !important;}
    #191580
    stariflymanage
    Spectator
    oh hi, when i added “points” option for the course, and use the code above, it will show both price and point together (which distorted the layout). Can I ONLY display the real price and hide the points when displaying the course in home page? ( use css just to show the real price and hide “price option+” and “points”) Thanks!
    #191642
    logan
    Member
    hey, Custom css could be used only for styling the elements. it is not meant to change values which is hardcoded. please share your page url and specific instructions what you want to hide/ change. Waiting for response.
    #191673
    stariflymanage
    Spectator
    This reply has been marked as private.
    #191724
    logan
    Member
    Hey, Please share page url, i could not find any course on all course page. Refer: http://prntscr.com/m4qw9c please refer this one and correct me if i am wrong : https://prnt.sc/m4qxa6 Kind regards  
    #191739
    stariflymanage
    Spectator
    This reply has been marked as private.
    #191762
    logan
    Member
    Hey, Please make that course visible only then i can share custom codes to hide another options. Waiting for response.
    #191812
    stariflymanage
    Spectator
    Okay, I have published a course. Thanks for your help!
    #191861
    logan
    Member
    Hey, Please goto wp-admin > appearance > customize > custom css > paste & save. .course_price .pricing_course .drop label[data-value="?error=insufficient"]{display: none ! important;} Regards. Refer: http://prntscr.com/m57nri
    #191883
    stariflymanage
    Spectator
    Yes, diana gave similar code before. This will covered the "star grading" behind and still appear "price option+" What I want is just the real price appear in the original position of the "price option+". Anyway, thanks a lot!
    #192036
    logan
    Member
    Hey, paste this code in your custom.css. .course_price .pricing_course .result { display: none !important; }     .course_price .pricing_course > .drop { display: block !important; position: absolute; top: -22px; } .course_price .pricing_course .drop label[data-value="?error=insufficient"]{display: none ! important;} Refer: http://prntscr.com/m5plqr
Viewing 15 posts - 1 through 15 (of 23 total)
  • The topic ‘Price option’ is closed to new replies.