Forum Replies Created

Viewing 9 replies - 16 through 24 (of 24 total)
  • Plugin Author dave123

    (@dave123)

    I am unable to reproduce this error. Can you confirm the plugin version you are installing is the latest 1.1.1? Also, which version of WordPress are you using?

    Plugin Author dave123

    (@dave123)

    It’s hard to know what happened to your site without more information. It’s possible there was a conflict with another plugin that you have installed. Do you have any error logs that might have some clues? If it was NFT login plugin code, you could have removed the nft-login from the plugins folder instead of restoring the entire site.

    I am working on adding Polygon chain NFTs. Also Solana. Others could be added as needed.

    • This reply was modified 3 years ago by dave123.
    Forum: Plugins
    In reply to: [NFT Login] Polygon Support
    Plugin Author dave123

    (@dave123)

    I ended up buying a Polygon NFT for testing. The good news is the verification works just like for Ethereum, but only if your wallet is already connected to the Polygon network. I’ll just need to put in some better messaging and error handling when the wallet is connected to a different network

    Plugin Author dave123

    (@dave123)

    There is a new version 1.1.1 that will fix the issue you were having on the registration page. Thanks for reporting it!

    Forum: Plugins
    In reply to: [NFT Login] Polygon Support
    Plugin Author dave123

    (@dave123)

    I started looking into Polygon support. Since it’s compatible with Ethereum, I think it might already work as long as your wallet is connected to polygon. I’ll need to buy a polygon NFT and test it out.

    Plugin Author dave123

    (@dave123)

    Thank you for the feedback and using the plugin! In the recent update, the verify button on reg/login is configurable. Go to the NFT Login Plugin settings in the admin console and make sure the checkbox is selected.

    I’ve been looking at adding Solana NFTs to this plugin because of high gas fees on Ethereum. I’m not as familiar with Polygon but I’ll take a look at that one too.

    Forum: Plugins
    In reply to: [NFT Login] Regarding NFTs
    Plugin Author dave123

    (@dave123)

    Yes, Solana is in the plans. The way NFTs are created in Solana make it harder to know all the NFTs that are in a collection, which is why I started with Ethereum.

    Forum: Plugins
    In reply to: [NFT Login] Regarding NFTs
    Plugin Author dave123

    (@dave123)

    That should be possible. Some questions about your use case so I’m clear on what you need

    The users would not be registered or login to access the pages? But there would be a prompt on the page to verify nft ownership before seeing the content?

    Would you want this at the page/post level or maybe based on category?

    Would you want to possibly specify a different NFT for each page/category, or one NFT for all protected pages?

    Just trying to get an idea which features are most important and how the configuration might work

    This seems to have fixed the broken image problem. I’m not sure what it may have disabled in the process but it’s worth a quick try.

    Comment out this line in events-calendar/ec_js.class.php
    ecd.jq.preloadImages(“<?php echo EVENTSCALENDARIMAGESURL . ‘/loading.gif’;?>”);

    //ecd.jq.preloadImages(“<?php echo EVENTSCALENDARIMAGESURL . ‘/loading.gif’;?>”);

    If you are a new version of WP, you should be able to edit the file in wp-admin from https://yourdomain/wp-admin/plugin-editor.php?file=events-calendar/ec_js.class.php

Viewing 9 replies - 16 through 24 (of 24 total)