Davis Shaver
Forum Replies Created
-
Hi @fmtlol – I’m going to close this ticket for now, but please feel free to re-open a new one in the future. Thanks!
Hi @fmtlol – I just wanted to check one more time before resolving this issue. Thanks!
Greetings @fmtlol – I just wanted to check in and see if you were still experiencing any issues. I will plan to close the issue next week if I don’t hear anything more. Thanks for using RainbowKit Login!
Without more information, I’m not sure how to debug your issue. Can you email me at [email protected] with additional info? Such as what plugins you are using, etc. A login to your website would be helpful if possible. Thank you!
Thank you very much @fmtlol, that is indeed a bug. I have just pushed a new version to address it.
For documentation purposes: I had previously added a filter,
wp_rainbow_role_for_address
, to support setting roles based on ERC-721 or ERC-1155 holdings. However roles should only be set if this feature is explicitly enabled. I have added another filter,wp_rainbow_should_update_roles
, which now must be set as true in order for roles to be set.Would you mind updating to version 0.2.20 and letting me know if the bug is fixed?
By the way, I haven’t had a chance to look into the Trust Wallet/WalletConnect issue yet. Could you share some more details on that so I know what to look for?
Hi @fmtlol –
There is not a shortcode at present. However, there is robust block support already. Would a block possibly work for your needs? Right now you can change the login text for a button using the block settings. Here is a screenshot. Please let me know if this will work for you.
Hi @icoreview – I haven’t heard from you so I’m going to assume we are all set. Please let me know if you are still experiencing the issue.
@icoreview The new version v0.2.19 should fix the styling issue with the login block. Would you please test it and let me know?
Thanks @icoreview, I have identified the issue and will be releasing a new version shortly.
Hi @icoreview – Thanks for your message. Could you please share some more details, such as what theme you are using?
Also, do the default “button” blocks look correct on that theme? RainbowKit Login uses the same styling as the default “button” blocks.
Forum: Fixing WordPress
In reply to: Published and updated posts in same feedBtw, here is what my code looks like currently.
$args = array( 'orderby'=> 'modified', 'order' => 'DESC', 'showposts' => '20', 'post_type' => 'post', 'post_status' => 'publish' ); $posts = query_posts($args);
Forum: Hacks
In reply to: Is post meta accessible during transition_post_status?Thank you for your help. $_POST didn’t have what I needed, but I am switching to implementation based on save_post instead.
I’m having exact same issue. Have you found anything that works yet? Maybe we can ask Jake to provide some insight, though he’s likely very busy with 10up.
Forum: Plugins
In reply to: [Edit Flow] Follow Post (User) Not WorkingNot yet.
Forum: Fixing WordPress
In reply to: Customize WordPress 3.5 media managerThis ticket on trac is related.