Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author bkmacdaddy

    (@bkmacdaddy)

    Thanks for letting me know. Apparently there was a minor change to the board name RSS feed URL. I’ve just uploaded a new version 2.3 with the fix. Please update to the newest version and let me know if your problem is fixed.

    updated still not working Please advise.

    Thread Starter nblund

    (@nblund)

    Thanks for the quick reply. Nope, unfortunately it wasn’t solved. Look forward to hearing more.

    Plugin Author bkmacdaddy

    (@bkmacdaddy)

    I believe I’ve found the problem. When using the shortcode you must use the correct quotation marks (" and ") and not “ and ”

    It is possible that when you typed in your shortcode or copy/pasted it and then edited it that you were doing so in the WordPress visual editor, which may have changed the quotation mark style from the former to the latter. The latter does not work.

    Please try copying or typing your shortcode in the WordPress text editor to see if that resolves the issue. I did this on my test site and it works.

    Thread Starter nblund

    (@nblund)

    Sorry, bkmacdaddy, my mistake – it is working just fine. Thanks.

    Thread Starter nblund

    (@nblund)

    Resolved

    briawhite11

    (@briawhite11)

    Hi I am having the same issue. It was working just fine then when i switched somethings around it wont work at all. There is space there like it wants to show but none of my pins are showing

    We just lost our pictures also. All that is on the side bar is an unusable link to our pinterest account. I am definitely not real savvy in using code so I can really use some help with this.

    If it doesnt work after all the suggestions try adding this to your functions.php

    add_filter('https_ssl_verify', '__return_false');
    add_filter('https_local_ssl_verify', '__return_false');

    Thanks to: https://stackoverflow.com/questions/29080397/wordpress-cron-error-ssl-certificate-unable-to-get-local-issuer-certificate

    It worked for me.

    The solution of @brionace worked

    @brionace worked for me too. Thank you!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘No pins displaying after update’ is closed to new replies.