vikingjs
Forum Replies Created
-
Forum: Plugins
In reply to: [Goal Tracker for Patreon] Patreon Plugin Connecting But does not connectI’m not sure it’s related to your problem, but it looks like the data coming from Patreon has changed a little bit recently. I’m not seeing the same problem you have, but I will be spending some time fiddling with my code to adapt to different data, and to make it more robust against future changes.
Forum: Plugins
In reply to: [Goal Tracker for Patreon] Creator’s Access Token expired?Really sorry I didn’t get back to you on this; I foolishly assumed I would get notified when there were support requests. If you’re still interested in using the plugin, I’d be happy to help your through the problem.
Forum: Plugins
In reply to: [Login With Ajax - Fast Logins, 2FA, Redirects] Issue with Jetpack ProtectI have had the same problem. It looks like the “Prove your humanity” challenge visible on the “normal” login page does not get displayed in the ajax widget.
Forum: Fixing WordPress
In reply to: 404 for permalink on one page out of manyThe irony: When I previously manually edited the permalink for the episode, I changed it from a link that conflicted with a post, to a link that conflicted with a page. D’oh!
Forum: Fixing WordPress
In reply to: 404 for permalink on one page out of manyAnd then I fixed it!
Intending only to resolve the confusion between the page and the episode, I changed the permalink on the page to 11-backup.
Once the page had a different permalink, the episode link worked just fine.
Thanks, VolcomMky, for leading me down the right path!
Forum: Fixing WordPress
In reply to: 404 for permalink on one page out of manyAh, yeah, I see the confusion.
Before I created my custom data type, I had all the episodes as pages. When I created the episodes, I kept the pages around, “just in case”. So what you are seeing without the ‘episode’ slug is actually an older version.
Forum: Fixing WordPress
In reply to: 404 for permalink on one page out of manyThey’re actually pages, rather than posts, so as far as I know don’t have categories. ‘episode’, if I understand correctly, comes from the slug option in the rewrite array. But that’s definitely something to poke at.
Forum: Plugins
In reply to: [Goal Tracker for Patreon] Stuck on Contacting Patreon…Excellent!
If you don’t object, I will mark this as resolved.
Forum: Plugins
In reply to: [Goal Tracker for Patreon] Stuck on Contacting Patreon…New version released. It will take a while to bubble through the system, but it should solve your problem.
Thanks for taking the time to report the problem; it makes the code better for everyone. Please let me know if you have any trouble.
Your site looks really interesting – I’m not a gamer, but I think the music mix might be good to code to on days I have a deadline.
Forum: Plugins
In reply to: [Goal Tracker for Patreon] Stuck on Contacting Patreon…I see the problem. Or at least a problem. Both WooTabs and my code tell jQuery to run some code once the page is completely loaded. Unfortunately, you have set your scripts to load last (which is actually a good practice), so when we tell jQuery to run something later, there’s no jQuery around yet.
I don’t know if your theme allows you to load just jQuery in the header, but that would probably fix odd behavior with many plugins. In the meantime, I’ll come up with the best non-jQuery way to set up my function call without potentially stepping on anyone else.
Forum: Plugins
In reply to: [Goal Tracker for Patreon] Stuck on Contacting Patreon…I see an error message “can’t find variable jQuery”, which is odd, since when I load my plugin script I tell WordPress that I will need jQuery. I’m digging into it now.
Forum: Plugins
In reply to: [Goal Tracker for Patreon] Can't get tracker to work?Hooray! It looks like things are working over there. I’m going to mark this issue as resolved. Good luck with your campaign. I’m going to e reading some of your home-brew recipes.
Forum: Plugins
In reply to: [Goal Tracker for Patreon] Can't get tracker to work?The new version is teed up and ready to fly at ww.wp.xz.cn . You probably already know this, but it never hurts to be sure: you will need to go to your admin area and update the plugin to see get the new code.
Forum: Plugins
In reply to: [Goal Tracker for Patreon] Can't get tracker to work?I also just realized that I’m not handling differently-sized text very intelligently. I’m going to sneak a fix for that into this release as well.
Forum: Plugins
In reply to: [Goal Tracker for Patreon] Can't get tracker to work?Consider yourself hollered! It may take a couple more minutes to work its way through the mighty WordPress plugin-crunchers, but release 0.4.2 is on the way.
One thing that’s going happen is the thermometer thingie is going to resize to fit the width of the container – which for you is pretty wide. Are you able to control that, or should I add a max-width setting in the options screen?