Mattaton
Forum Replies Created
-
Forum: Plugins
In reply to: [Enjoy Social Feed plugin for WordPress website] URL signature expiredSo, is this plugin dead? No response???
Nevermind. I recently had PHP upgraded on my server and the curl extensions weren’t installed for any version of PHP7.
Problem solved!Does this plugin have issues with PHP 7+?
Forum: Developing with WordPress
In reply to: get_next_post term exclusion not working as expectedAh ha, that makes complete sense now. I should have guessed that’s how it worked since it’s much more versatile than the way I thought it worked. Guess it was just wishful thinking on my part. ??
Thanks!
Forum: Plugins
In reply to: [WP User Stylesheet Switcher] Custom UIThanks! I will do that the first chance I get!
Forum: Plugins
In reply to: [WP User Stylesheet Switcher] Save choice to user's profile?That is definitely a good direction to go in. The reason I would submit it to the database is so the choice follows them to all devices they log in with. Not only their PC, but their phones and other login locations.
That said, the site developer can add that functionality. I’ve already started with your platform and extended it to do new things. No reason I can’t add in the ability to store the info in the db if it’s not natively part of the plugin.
Thanks for all the individual attention. I think it’s awesome when plugin developers are so hands-on with users. I really appreciate that!
P.S.: I think I remember seeing that you also changed the way the plugin works to avoid using a form, etc. I apologize for not responding to that yet. I’ve been busy, busy, busy with non-website work lately.
Forum: Plugins
In reply to: [WP User Stylesheet Switcher] Custom UIThe site isn’t live yet. Still working on it. I’ll try to remember to circle back around here to post a link once it’s done.
The above code works great for just loading the proper css file on the fly.
One thing I do have to get hooked up at some point is assigning the theme choice as a user variable so that the selected theme will follow the user. But, that’s a little ways off as we’ll be using a forum user database instead of the default WP user table. So, what I need to hook into isn’t even there yet.Slowly, but surely! ??
Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] Show all ads from a given group?Done and done. ??
Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] Show all ads from a given group?First, let me say, this is your toy and you can do whatever you want! ??
I agree that when thinking of it as an “order,” 1-10 makes sense. But, since it’s labeled “weight” and the user is already used to thinking of the heavier weight being more important, then intuitively, switching from random to ordered, the higher weight, the more important, the higher in the list it should be.
Plus, when switching from random to ordered, instead of one click of a radio button, the user also has to reverse the weight of every ad in the group. Not that big of a deal for up to 10 ads, but still, a click is a click! ??All in all, I’m not gonna be disappointed either way. I think this is a great plugin. Simple, straight-forward, with more features being added and tweaked all the time. AND you’re very active in the support threads and you even implement the ideas of your users…quickly!
Kudos to you, my friend! ??
Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] Show all ads from a given group?Yeah, it may work the way I described, the text on the form just says it goes by lowest weight first. I haven’t tested it yet.
Thanks, Thomas!
Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] Show all ads from a given group?I’m checking out the new features now, overall, looks much cleaner and the tools/functionality you have added since I last looked are great!
I’m curious. Two types of ads, Random and Ordered. I’m assuming Random is the original type and Ordered is the new type that will show all ads. It says display ads with the lowest ad weight first. But, shouldn’t it show the ads with the HIGHEST weight first? Ads with higher weight get shown more often for Random ads, right? So wouldn’t the more intuitive way of doing Ordered ads be highest weight first?
The way you have it definitely would work. I’m just thinking of instances where the same ad group may be switched from random to ordered and the importance of the ads doesn’t change. So the highest weight would still be more important, therefore first in the chain.
Thanks, Thomas!
Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] Show all ads from a given group?That’s great! Thanks! ??
Forum: Plugins
In reply to: [Admin Columns] Copy column to several post types – AC ProDone, good sir! Thanks! ??
Forum: Plugins
In reply to: [Admin Columns] Copy column to several post types – AC ProGreat, Jesper! Thanks!
We’ve found Admin Columns to be very useful. Now that I have Pro to play with, I like the inline editing and extended ACF functionality. Very nice!Forum: Plugins
In reply to: [Breadcrumb NavXT] Add custom post type into author archive breadcrumbI had already tried an array_splice with a new bcn_breadcrumb, but the bcn_breadcrumb class threw an error saying it was private or something like that. I can’t remember, it was a few days ago. I don’t think I was feeding it all of the proper parameters, though.
Nevertheless, I will try this method and see if I can get it working!
Thanks!