eschnack
Forum Replies Created
-
Sorry I haven’t been here in a while, is this still a problem? I haven’t run into that problem before, but I’ll do some testing to see.
Forum: Plugins
In reply to: [Musopress Discography] Add sub-pages for each song in the albumSorry, that can’t be done at the moment. I’ll look into adding that feature.
Forum: Plugins
In reply to: [Musopress Discography] "Select The Artist Whos Albums You'd Like To Import"Could you give me the artist’s name to check? (sorry for the really late response…)
Forum: Plugins
In reply to: [Musopress Discography] [Plugin: Musopress Discography] Change the CSS/PHPHi Itay,
You can change the colors of the player in the discography settings page. (you have to re-import the albums afterwards for it to take effect.) But as far as I know there’s no way to make the songs appear RTL. If there is a way on the Bandcamp player, then you can sinply modify the embed-code when you edit each album.
As far as the header goes, it seems your theme uses the featured image as the header for the page if there’s one available. Maybe it’s an option in the theme you can disable?
Hope that helps,
ErnestoForum: Plugins
In reply to: [Musopress Discography] [Plugin: Musopress Discography] Customize widgetThat’s a good idea. I’m working on an update and i’ll make the widget transparent by default, should be out fairly soon.
To make it appear on the right you’d have to add something like this to your style.css file:
#album-cover-container{width:350px; float:left;} .music-player{width:400px; float:left;} #album-description{clear:both;}But it depends alot on your theme (especially the width of the page)
Ah, that explains it. Somebody else had the same problem with their Grammy theme. In their theme-options code their assigning a menu position to their Theme menu, this makes anything that was supposed to be in that menu position by default disappear.
So they should either change the menu position to zero, or according to this you can add a decimal to it: https://codex.wordpress.org/Function_Reference/add_menu_page (under $position).
Hi, I’ve already tested it with 3.4.2 and it works fine. It’s more than likely a conflict with your theme or another plugin. Does your theme use any sort of custom post type?
Forum: Plugins
In reply to: [WangGuard] [Plugin: WangGuard] Nobody can register, domain not allowedHehe, lo sospeche desde un principio 🙂
I’ll just leave the register option in the plugin disabled for now and try to see what’s going on later. Thanks for the help!
Forum: Plugins
In reply to: [WangGuard] [Plugin: WangGuard] Nobody can register, domain not allowedOk, yeah that was the problem. I disabled the Facebook plugin and now it works. Any idea what’s causing the conflict?
The website is berlinenespanol.net.
Forum: Plugins
In reply to: [WangGuard] [Plugin: WangGuard] Nobody can register, domain not allowedHi, no I use my own custom theme. But I do have Simple Facebook Connect installed which modifies the register form.
Forum: Plugins
In reply to: [WangGuard] [Plugin: WangGuard] Nobody can register, domain not allowedAnd by the way, under the blocked domains tab, none of the domains are blocked.
Sorry I hadn’t answered till now. The RSS feed seems to have changed so I wasn’t getting any updates…
I’ll have to test the theme, but a quick fix for now to get rid of pagination:
in musopress-discography.php, look for this line (it’s line 213):
'posts_per_page' => $albums_per_page,and replace $albums_per_page with -1, so it should look like this:
'posts_per_page' => -1,Sorry I didn’t answer till now, your post didn’t show up in my feed for some reason.
Right now the only way you can change the order is by changing the dates on the album. If you’re importing from Bandcamp it uses the release date as the publishing date.
I’m working on an update which will add categories and other options, and let you display them separately. Hopefully I’ll get it done in the next month or so.
Ok, I think I know what happened. How are you adding the album covers, are just inserting them into the posts, or are you setting them as featured images?
Because the plugin uses the featured image and displays the album covers in a grid-like fashion. But if you named the page discography, as you did, it displayed the albums like a regular archive page. This is what i fixed in the update, but I guess it was looking ok in your case 🙂 Now you’re getting the grid, but whithout any album covers.
So you just have to set the album covers as featured images and that should fix it. Or if you’d rather make it look like you had it previously, go to the plugin editor and open musopress-discography.php. There’s a line that says has_archive => false. Just change that to true. Keep in mind you’ll have to change that everytime you update the plugin.
That’s strange, do you have a link where I could check it out?