How to change or modify the code on pricing widget

Home Forums Legacy Support Support queries How-to & Troubleshooting How to change or modify the code on pricing widget

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #102575
    educatesimplify
    Spectator
    Hi! I would like to ask if how can I modify the url that is being shared by the social icons under the pricing widget of the individual course pages. I want to append some query string on those links. Hoping for your response soon.
    #102675
    H.K. Latiyan
    Participant
    The links are set from the wplms option panel, refer: http://prntscr.com/ene27w This is constant all over the website and cannot be modified for different pages.
    #107151
    educatesimplify
    Spectator
    This is what Im referring to http://prnt.sc/ex3hq4 I would like to add some query strings on these social sharing icons. Is this possible?
    #107267
    You can add this code from this link to add custom fileds in the course details widget. https://gist.github.com/rohit-skywalker/975dbe1e8004b462b46418b66fdf9e6a You will need to customise this code and add the icons and links according to your needs.  
    #107277
    Anshuman Sahu
    Keymaster
    Well as of now these links are hardcoded and extra query strings cannot be added to it for now . the best i can suggest is to disable the existing social icons on course with the help of this code : ADd the given code in your wplms-customizer.php file in wplms customizer plugin  : add_Action('init',function(){   $vibe_extras = vibe_extras::init();   remove_filter('wplms_course_front_details',array($vibe_extras ,'wplms_custom_social_sharing_links'));   }); and then use a third party plugin to add your own .
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to change or modify the code on pricing widget’ is closed to new replies.