Calvin Powers
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: YouTube Music EmbedsDone! Thank you for opening the ticket.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Can’t override portfolio cssThank you @macmanx that worked! I’d seen the !important in various css docs but had never looked into it before.
Forum: Plugins
In reply to: [Videopack] Amazon S3 supportIn my case my videos are already hosted on amaxzon S3 and I knoow their URLs. But they are not public URLs you have to use S3 credentials to retreive them. (I think. This is all still new to me and I’m trying to figure it out.)
not the answer i was hoping for, but thanks for the info!
Thanks! Much apprecited.
Forum: Plugins
In reply to: [YUZO] Related Posts not Visible when I'm logged out of WordPressit appears that I was mistaken. I now see the problem on all three browsers. I updated my settings as described above but I still see the isue. I believe this problem is not resolved.
Forum: Plugins
In reply to: [YUZO] Related Posts not Visible when I'm logged out of WordPressThe problem appears on Safari browsers also.
Forum: Plugins
In reply to: [YUZO] Related Posts not Visible when I'm logged out of WordPressI am also having this problem, but it appears to only occur on Chrome. Firefox seems ok.
On Chrome, the related posts appear only if I am logged in. Anyone not logged in, does not see the related posts.
On Firefox, the related posts show regardless of if the viewer is logged in or not.
Forum: Plugins
In reply to: [Genesis Simple Share] Facebook counts not working?Hi all, as of 7pm this evening, the faceook counts are back. I’m guessing it was a temporary glitch at Facebook.
Forum: Plugins
In reply to: [Genesis Simple Share] Problems with Twitter share button?Nick, You were right. W/ 1.04 the twitter button is back and it loads very fast. It’s a solid button w/ no counts, which is what I’d expect. Disappointing to not have the counts, but I still think Genesis Sinple Share has both the most space efficient and good looking share buttons.
Thanks
CalvinForum: Plugins
In reply to: [Genesis Simple Share] Problems with Twitter share button?For the record, I installed 1.04 and the twitter button still does not load at all and the page load never ends. I had to disable the twitter share button in order for my post pages to finish loading.
Forum: Plugins
In reply to: [Genesis Simple Share] Problems with Twitter share button?Nick,
Thanks for the update. Yes, that helps. I can just leave twitter shares disabled until the next update of the plugin.
Bummer about not being able to retrieve share counts, but as long as the basic share function is available, that will be fine.
The Genesis Simple share is by far the best-looking and most efficient, in terms of screen real-estate, that I’ve found so I want to stick with the plugin.
Thanks
CalvinForum: Plugins
In reply to: [Simple User Listing] List of users with a capabilityUpdate:
Ok it DOES seem to work. I had used s2 member to create a custom capability which I called “ep243” and it added a prefix to the actual capability name is:
access_s2member_ccap_ep243so the short code is
[userlist role=”access_s2member_ccap_ep243″]That generates a list kinda like I want it. The only thing I don’t like is the search form at the top. Any recommendations on how to turn it off. My current plan is to add a display: none to the approppriate CSS element. But I’m open to alternate suggestions.
Forum: Plugins
In reply to: [Simple User Listing] List of users with a capabilityWell I tried it. But Doesn’t seem to have worked on my site. BUT I have s2 member on the sire. So maybe that’s the current problem
In any case I went into user editor on my WP site. I have a plugin that lets me add capabilities to a user. So I added a capability called “ep243” to user bob.
I added [userlist role=”ep243″] in a post.
Instead of a user list (with one person, Bob, ) I get a form to search on users with author role.
You can see it at:
http://americanamusicshow.com/ep243-jeconte-gives-his-everything/Is this an indicator of S2 Member interference?
Forum: Plugins
In reply to: [Simple User Listing] List of users with a capabilityIf I understand it then, capabilities can be filtered using the role parameter, if they have been specifically added to the user and not just inherited from the level. So If I go into the users and manually add the capability foobar to their accounts, I should be able to list all the users that have foobar capability by using [userlist role=”foobar”] Does that sound right to you?