No One

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 199 total)
  • Author
    Posts
  • in reply to: Batch group into woocommerce #378832
    No One
    Spectator
    Well, any suggustions ?
    in reply to: Push notifications and Google Social logins #378831
    No One
    Spectator
    1. Socil login is working now (Thanks for support), 2. Still can't send push notifications (App Id added, Licenses fixed), https://prnt.sc/26kbses
    in reply to: Push notifications and Google Social logins #378191
    No One
    Spectator
    This reply has been marked as private.
    in reply to: Push notifications and Google Social logins #377995
    No One
    Spectator
    This reply has been marked as private.
    in reply to: Questions shortcode not working #377477
    No One
    Spectator
    Now it works, but with a limitation, 1. all questions by id will be displayed continuosly (eg. I can't anymore able to place a text between short codes) 2. If I use some [question id=xxx] in a tab, and use [question id=yyy] in the second tab, Tab 1 displays: [question id=xxx] [question id=yyy] Tab 2 displays empty area, So, I must use all questions by id in a one tab with no text enterd between shortcodes
    in reply to: Questions shortcode not working #377272
    No One
    Spectator
    updated to WPLMS Version 1.7.2 The code still breacks course status page!
    in reply to: Questions shortcode not working #377129
    No One
    Spectator
    Unfortuantly, I tried your update, it still to be fixed, Final code used:
    add_filter('wplms_load_dynamic_scripts',function($scripts){
        $scripts[] = array('id'=>'ques','src'=>WPLMS_PLUGIN_URL.'/assets/js/question.js?tanjirokamado');
        return $scripts;
    });
    
    add_action('wp_footer',function(){
        ?>
        <script>
            document.addEventListener('unit_loaded', (e)=>{
                setTimeout(()=>{
                    
            var DOMContentLoaded_event = document.createEvent("Event");
            DOMContentLoaded_event.initEvent("DOMContentLoaded", true, true);
            window.document.dispatchEvent(DOMContentLoaded_event);
                },500);
            });
        </script>
        <?php
    });
    I really apperciate your effoport Alex.
    in reply to: Questions shortcode not working #377068
    No One
    Spectator
    Thanks for your effort, Alex, this code unfortuantly breaks the course status page
    in reply to: Questions shortcode not working #376849
    No One
    Spectator
    is there a trello card to track when it's completed?
    in reply to: Questions shortcode not working #376804
    No One
    Spectator
    I did that 4 times, the short-code only runs outside tabs, but all shortcodes inserted inside a v4.0 tab, not working at all, I asked you to check my site before and I ask you again to check regards
    in reply to: Wplms Pre Course Quiz #376727
    No One
    Spectator
    resolved, thanks for support
    in reply to: Questions shortcode not working #376726
    No One
    Spectator
    Again, Alex! an effort taken here from your side, please provide a solution, as I said before I have a lot of units and these questions must be inside it's tab, thanks
    in reply to: Questions shortcode not working #376684
    No One
    Spectator
    This reply has been marked as private.
    in reply to: Synchronise WP with VibeBP Login #376631
    No One
    Spectator
    This reply has been marked as private.
    in reply to: Wplms Pre Course Quiz #376630
    No One
    Spectator
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 199 total)