sparxdragon
Forum Replies Created
-
Forum: Plugins
In reply to: [Bizarski Cute Gallery] Japanese charactersYes, I figured you were talking about Cute Records. The answer applies. Please, let me know if the issue persists. Thanks!
Forum: Plugins
In reply to: [Bizarski Cute Records] iPad SupportHi again. Could you please update to the latest version of Cute Records and let me know if play button works fine on the iPad now? Thanks.
Forum: Plugins
In reply to: [Bizarski Cute Records] Plugin Not WorkingHi, just fixed the issue in IE. Cheers.
Forum: Plugins
In reply to: [Bizarski Cute Gallery] Japanese charactersHi again. I checked my code and there is no problem with Japanese characters on my end. It seems like the issue that you are having is related to the encoding of your database. The encoding should be “utf8_general_ci”. If you change that from PHPMyAdmin, and also change the encoding of the relevant tables in the database, the issue should disappear.
Forum: Plugins
In reply to: [Bizarski Cute Gigs] Cute Gig Manager won't return dateHi, sorry about the late response. When you click into the date field, does a datepicker appear, or do you have to enter the date manually? Also, do you have the latest version of Cute Gigs and WordPress? Please, let me know. Thanks!
Forum: Plugins
In reply to: [Bizarski Cute Gallery] Japanese charactersHi, thanks for your feedback! I’ll be working on a fix soon. I’ll keep you posted.
Forum: Plugins
In reply to: [Bizarski Cute Records] Plugin Not WorkingHi guys. Sorry about the late response, I’ve been very busy with daytime job. Anyway, Enjade: delete the plugin. Try installing it from Dashboard – Plugins – Add New – Search, type “Cute Records”, and then in the results, click on “Install Now”. I suspect there was something wrong with the file upload that screwed up the file. You can manually fix the file by editing it and adding a space between “php” and “add_action()”. Please, let me know if you still get the problem. Thanks!
Boston Paul: I’ll be looking at the “play” button soon. I have to add support for IE. I’ll let you know when it’s fixed.
Forum: Plugins
In reply to: [Bizarski Cute Records] iPad SupportThanks for your feedback! I’ll be working on the play button soon, hopefully I’ll find a way to get it working on the iPad. I’ll keep you posted.
Forum: Plugins
In reply to: [Bizarski Cute Records] template ?Hi. Thanks for your feedback! Sorry about the late response, I hope it’s not too late! To embed the plugin manually in the template, here are the functions that you can use:
To show albums:
BizarskiCuteRecords::display_records(array());
To add arguments, simply fill the array with them, like so:
BizarskiCuteRecords::display_records(array(
‘id’=>50, //if you want to display specific album
‘limit’=>10, //if you want to limit the number of displayed albums
‘offset’=>1, //if you want to offset, for pagination
‘show_tracklist’=0 //if you want to disable display of track list
));To show thumb of album cover, or full-size album cover:
BizarskiCuteRecords::show_cover(array(‘id’=>1));
BizarskiCuteRecords::show_full_cover(array(‘id’=>1));To show track list of an album:
BizarskiCuteRecords::tracklist(array(‘id’=>1));Forum: Plugins
In reply to: [Bizarski Cute Records] Plugin Not WorkingHi, sorry about the late response. Could you please try installing the latest version of Cute Records and see if you still get the same error? Thanks!
Forum: Plugins
In reply to: [Bizarski Cute Gigs] Interference with several pluginsPlease, upgrade to Cute Gigs 1.2.0
The issue should be fixed now.
If it’s still causing trouble, let me know.Thanks for your patience!
Forum: Plugins
In reply to: [Bizarski Cute Records] Lyrics not workingmlevande, try this Google Analytics plugin instead:
http://wordpress.org/extend/plugins/googleanalytics/I am using it on my website and it works well with Fancybox.
Forum: Plugins
In reply to: [Bizarski Cute Gigs] Interference with several pluginsRodidodi, does the issue disappear if you deactivate Cute Gigs?
Forum: Plugins
In reply to: [Bizarski Cute Records] Lyrics not workingHi again. Just committed a new version of Cute Records (1.3.6). The issue with the lyrics and mp3 streaming should be fixed now. Sorry about the delayed response. Please, upgrade, and let me know if all is fine. Thanks!
Forum: Plugins
In reply to: [Bizarski Cute Gigs] Interference with several pluginsHi again. I just activated Nextgen Gallery on my local installation, and there was no conflict like the one you described. Are you using the latest version of Cute Gigs? What other plugins do you have activated?