• This is now WordPress version 5.8, and this plugin really needs to be updated.

    I tried to use it and I get this appearing at the top bar of the page:

    VSRP: No data available

    No matter the settings, I get the same error display.
    I deactivated all plugins except this one, same error.
    I changed to a WordPress default theme (twenty-nineteen), same error.
    I looked at the Console report in the browser inspector, no script errors.

    Suggestion:
    First update the plugin to work in WordPress 5.8. then please answer the posts here about the issues people are having, especially this post of mine.

    Thank-you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author gopiplus

    (@gopiplus)

    Hi @lospeso ,

    Please use the latest plugin version and check the setting to filter the posts.

    Thread Starter lospeso

    (@lospeso)

    Thanks for the reply.

    I updated the plugin and the update did not work.

    I rechecked the settings page for the short-code, resaved them for the short-code method; nothing worked, same problem.

    Then I placed the PHP string into the single.php file (child theme):

    <?php $instance = array( 'class' => "", 'vsrp_id' => ID ); if ( function_exists( 'vsrp' ) ) vsrp(); ?>

    That did not work and it caused an error:

    Warning: Use of undefined constant ID - assumed 'ID' (this will throw an Error in a future version of PHP)

    What else can I check?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Does Not Work – No Posts Titles Scrolling At All’ is closed to new replies.