defomicron
Forum Replies Created
-
This seems like a dumb and obviously dumb move. Where and how do I register my discontent? Keeping the feature harms no one, while removing it breaks websites. The “best practices” you refer to are absolutely NOT required, and exist ONLY to get people to advertise for Apple’s and Google’s brands.
Correct me if I’m wrong but that doesn’t appear to mention the feature’s removal or reinstating, only its initial inclusion? At the very least there is no activity for several months. As was mentioned earlier it is in the release notes that the feature was removed somewhat recently.
That’s really disappointing. It’s a useful feature and Apple/Google/whoever haven’t said that I can’t use a custom button, just that they don’t want me to. I would love it if the feature came back in some way.
Yes, in the screenshot you can see that my “Payment Request Button Type” is set to “Custom”. This option is not available in newer versions of the plugin.
Forum: Plugins
In reply to: [Avatar Privacy] Accessing avatar sourceSounds good, thank you for all your help and your excellent plugin
Forum: Plugins
In reply to: [Avatar Privacy] Accessing avatar sourceAll one browser.
If I get it to show two different images, then actually visit the source URL of each image, both are correct.
If I upload a png, then a jpeg, the issue never comes up. Only when it’s two pngs, or two jpegs, which leads me to believe it is the browser cache.
Forum: Plugins
In reply to: [Avatar Privacy] Accessing avatar sourceThat snippet works great, thank you so much.
It’s a VPS with CentOS 7, mariadb 10.1 and php 7.4. When I encounter the error, I always reload without caching to check, and it doesn’t fix it. That said, it could just be a bug in caching. I have found that when it happens, going to the User section of WordPress admin always shows the correct avatar.
Edit: If I change a user’s profile image 3-4 times in a row (unrealistic in practice, but this is the easiest way I’ve found to reproduce the error), the snippet you’ve just given me will always show the current profile image. The snippet I was using before will sometimes show a profile image the user had before, not necessarily the last one before it was changed. Verified by having both snippets on the same page.
- This reply was modified 5 years, 10 months ago by defomicron.
- This reply was modified 5 years, 10 months ago by defomicron.
- This reply was modified 5 years, 10 months ago by defomicron.
Forum: Plugins
In reply to: [Avatar Privacy] Accessing avatar sourceThanks for the fast reply!
I am trying to serve the full sized image, but I confess I do not know how to make use of that snippet. I was hoping for a way to modify this:
<?php echo get_avatar_url(bbp_get_displayed_user_id(), array('size' => 500)); ?>to display the original image, instead of a resized image.
Sometimes in testing when I update the profile picture of a user, it doesn’t immediately display with the above code. It will sometimes take 30 seconds or so, and a refresh. I want to avoid this on the edit profile screen, so it isn’t confusing for users who have updated their profile image.
Forum: Plugins
In reply to: [Civil Footnotes] Tags>The <sup> tags are already there, you just need to style them. Here’s what I use:
article sup, article sup a { margin: 0 -2px; padding: 3px; font-size: 0.846em; line-height: 0; border-bottom: none; }Forum: Plugins
In reply to: [Civil Footnotes] Not all quotes are becoming footnotesIf you changed line 104:
$id_replace = '<sup id="'.$id_id.'"><a href="'.$id_href.'" title="'.$id_title.'">'.$id_num.'</a></sup>';To this:
$id_replace = '<sup id="'.$id_id.'"><a href="'.$id_href.'" title="'.$id_title.'" target="_blank">'.$id_num.'</a></sup>';You should achieve your desired result. However, since the plugin only links to another position within the same document, I’m not sure why you’d want it to open in another window/tab.
Forum: Plugins
In reply to: [Civil Footnotes] Civil Footnotes CSS Font ColorI also can’t reproduce it when I visit your site. Do you have a browser plugin installed that might be giving you those popovers?
Forum: Plugins
In reply to: [Civil Footnotes] Civil Footnotes CSS Font ColorI’m not sure what you’re doing to achieve that with your footnotes, but that popover is not a feature of this plugin.
Forum: Plugins
In reply to: [Civil Footnotes] Civil Footnotes CSS Font ColorAre you referring to the hover text that appears when you hover the cursor over the footnote’s link? If so, there is no way to change that; it is set by the OS.
Forum: Plugins
In reply to: [Simple Statistics for Feeds] Doesn't report any subscribersAfter following all of your steps, SFS is still reporting 0 subscribers for my site.