Question shortcode doesn’t work in posts

Home Forums Legacy Support Support queries How-to & Troubleshooting Question shortcode doesn’t work in posts

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #375880
    shynkaryk
    Participant
    Please do something to display the issues in the posts on my site via shortcodes. Details in the next post.
    #375881
    shynkaryk
    Participant
    This reply has been marked as private.
    #375922
    Veronica
    Moderator
    hi try to add this code in wplms-customizer.php
    add_action('wp_head', function(){
        if(is_singular('post')){
            ?>
            <script>
                window.vibebp = {};
                window.vibebp.nonce=null;
            </script>
            <?php
        }
    });
    and then check
    #375947
    shynkaryk
    Participant
    Added code and now have loading all time: https://drive.google.com/file/d/1MOfT4P85rayR4NrQdewf6lmujJiTCeui/view?usp=sharing
    #376011
    Veronica
    Moderator
    hi yes this is an issue and we have resolved this in wplms plugin update please update the plugin it will work and also after the update you can remove the above provided code
    #376046
    shynkaryk
    Participant
    Updated but it didn't help. Check, please.
    #376065
    Veronica
    Moderator
    This reply has been marked as private.
    #377069
    shynkaryk
    Participant
    This reply has been marked as private.
    #377113
    Veronica
    Moderator
    I need to access the wp-content area or file manager
    #377143
    shynkaryk
    Participant
    It looks like the problem is solved after the latest updates. Thanks.
    #377188
    Veronica
    Moderator
    good to know
Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Question shortcode doesn’t work in posts’ is closed to new replies.