Error showing charts in page

Home Forums Legacy Support Support queries Other issues Error showing charts in page

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #348529
    lenguajevisual
    Spectator
    My web is https://wplms.aulawp.lenguaje-visual.com Showing Student charts in a page, charts are not shown charts in dashboard are ok ok charts in page have error error in page
    #348715
    Veronica
    Moderator
    hi the error is not clear in the screenshot I need to check this on your site so for that please share details in a private reply
    #348837
    lenguajevisual
    Spectator
    This reply has been marked as private.
    #349018
    Veronica
    Moderator
    checking on your site
    #349023
    Veronica
    Moderator
    hi just checked on your site and found that you are using both plugins(v3 and v4) http://prntscr.com/10x11av you should use only one either v3 or v4 plugins, not both if you are updating the theme then follow: https://www.youtube.com/watch?v=Q_x-HOMItL8 and also if you want some more tips then you can check this https://www.youtube.com/user/VibeThemes/videos and we have docs here https://docs.wplms.io/ https://docs.wplms.io/admin-guide-faqs
    #349039
    lenguajevisual
    Spectator
    Thanks I deactivated the plugin v4 but the error continues. Please, I want the charts to be on a different page than the dashboard. is that possible?
    #349397
    Veronica
    Moderator
    hi the delay in response due to support holiday please add this code in customizer plugin:
    add_action('wp_enqueue_scripts',function(){
    if(is_page(50)){ //change 50 with your  page id here
    wp_enqueue_script( 'wplms-sparkline', WPLMS_DASHBOARD_URL.'/js/jquery.sparkline.min.js',array('jquery'),true);
    wp_enqueue_style( 'wplms-dashboard-css',  WPLMS_DASHBOARD_URL.'/css/wplms-dashboard.css',array(),WPLMS_DASHBOARD_VERSION);
    		wp_enqueue_script( 'wplms-dashboard-js', WPLMS_DASHBOARD_URL.'/js/wplms-dashboard.js',array('jquery','jquery-ui-sortable'),WPLMS_DASHBOARD_VERSION);
    }
    });
    #349819
    lenguajevisual
    Spectator
    This reply has been marked as private.
    #350083
    Veronica
    Moderator
    This reply has been marked as private.
    #350503
    lenguajevisual
    Spectator
    This reply has been marked as private.
    #350730
    Anshuman Sahu
    Keymaster
    Well the issue with file manager plugin is that if we by chance mistype and error whole site crash and we wont able to undo it , therefore please provide ftp for better assistance .
    #350758
    lenguajevisual
    Spectator
    This reply has been marked as private.
    #351154
    Anshuman Sahu
    Keymaster
    Graph appeared. : https://prnt.sc/116jczp
Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Error showing charts in page’ is closed to new replies.