teamadesign
Forum Replies Created
-
Forum: Plugins
In reply to: [Media Tags] Add tag selector back to "Add Media" dialog?I’m also looking for this functionality – any update on this request?
Thanks!
Forum: Plugins
In reply to: [FancyBox for WordPress] Unexpected code in my page when pluggin is activatedI just cleared out a different set of malware – and will upgrade. Are you sanitizing the settings before you insert into the database now?
Forum: Plugins
In reply to: [Tumblr Ajax] Updated CodeSure – I’ve created a public git repo here:
https://github.com/teamAris/updated-wp-tumblr-ajax
@humphreyaaron – if you want to take this back over, please let me know.
Brady!
Thanks so much – your method is fantastic and really clears things up. OOP stuff always gets my head a bit cloudy.
I really appreciate the way you’ve put this together as an extensible widget. I wish I encountered this amount of dedication and forethought more often in the Open Source universe.
For anyone that’s interested, my solution is here.
Cheers and thanks!
Forum: Plugins
In reply to: [Rich Tax Description Editor] Description Not Saving on Initial InputWorks like charm in 1.2.4.
Thanks!
Forum: Plugins
In reply to: [MP3-jPlayer] wordpress 3.8 problemYou should be able to click a checkbox to mark the issue resolved, when you reply I believe.
If you want to try and use MP3-jPlayer set up a page with an example player so that it can be debugged.
Forum: Plugins
In reply to: [MP3-jPlayer] wordpress 3.8 problemCan you please close this issue? It looks like you have stopped using MP3-jPlayer for your site.
Sorry you weren’t able to get help.
Forum: Plugins
In reply to: [MP3-jPlayer] the player does not work on AndroidI’m able to play in Chrome on Android. I am using an MP3 file as the audio, and have no problem. It takes a moment to load the file, but otherwise behaves as expected.
Can you be a bit more specific about what is not working? I am playing streaming Icecast audio, so I do not need to skip tracks or shuttle around the track. Are those the areas the player is not working?
Forum: Plugins
In reply to: [MP3-jPlayer] Song restarting @ every page ?What you’re asking for is something that ought to be simple but is quite tricky. To keep track of your audio page to page you either need to use:
- Frames – Don’t Use These
- An AJAX buffering scheme – complex but possible, let me know how you do it!
- A pop out player
-
MP3-jPlayer handles this problem by offering the pop-out player option. This opens another window with a small player than run no matter what page you are on.
Hope that helps.
ArisDer! Works like a charm. Thanks!
Thanks for pointing that out Jeremy. I was hoping to be able to turn off the Digg button in Publisher, but there does not seem to be an option to entirely remove the service. Currently, Digg is in the hidden services but it continues to load. Are you saying that I should turn off Jetpack, or is there some other way to prevent Digg from loading onto the page?
Thanks for you help,
ArisAlso having the same issue – unable to connect with WordPress 3.8.
Forum: Plugins
In reply to: [WP Glossary] Terms Gone After Upgrade, Permalinks Reset Did Not FixHi All,
I’ve tracked the issue down to the wp-glossary.js file. If you check that file you’ll see numerous references to
$(this).data('alpha')
if you change these to$(this).attr('alpha')
you’ll clear up many of the issues. The page will still load blank – I’m not sure what happened to that code. I’ve rolled back to 1.5.1 at this point.Really confused as to why those changes were made.
Forum: Plugins
In reply to: [WP Glossary] Where are my terms? They disappeared. They 404.Hi,
Sorry to double post, I’m not sure whether you prefer issues to be here or on the main plugin site.
I’ve done as you recommend and reset my Permalinks, but to no avail. I still am having an error with the AtoZ glossary: https://199.180.197.116/support/glossary/
I’m not getting any console messages, javascript errors etc. This should have been a 5 minute update for a client and it’s turning into a seemingly larger project. Any assistance would be great.
Aris
Forum: Fixing WordPress
In reply to: Upgrade to 3.3 All Pages 404Sorry for trying to get around that ‘turn off all the plugins’ requirement.
Events Made Easy (which was Events Manager Extended) seems to be the culprit. I have informed the plugin author and hope to hear back. EME has rewrite rules in it, and seems to break things thoroughly enough that the only way to get things reset is to set permalinks to default (ugly) then set them back to the structure you want. This error happens whether you have the EME pretty permalinks on or off.
Hope that helps, and thanks!