This item is by an Elite Author
red_sun
- Austria
- Bought between 1 and 9 items
- Elite Author
- Exclusive Author
- Has been a member for 2-3 years
- Referred between 10 and 49 users
- Sold between 100 000 and 250 000 dollars
2,635
Purchases
Buyer Rating:
4.65 stars
4.65 average based on 212 ratings.
-
5 Star
16276%
-
4 Star
3516%
-
3 Star
104%
-
2 Star
10%
-
1 Star
41%
| Created | 23 June 12 |
| Last Update | 14 May 13 |
| Compatible Browsers | IE7, IE8, IE9, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.5 |
| Compatible With | WooCommerce 1.6.5.1 |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Fixed |
| ThemeForest Files Included | CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- artist
- audio
- band
- e-commerce
- e-shop
- event
- gallery
- media
- music
- sound
- tour
- tour dates
- video
- woocommerce
- wordpress
© All Rights Reserved red_sun -
Contact Envato Support


Ive worked out the sidbar stuff but now id like to remove the News Section on the main Homepage or change its name to “Noticias” since im working with a Spanish Page Also, im having trouble working out the homepage, when I type mydomain.com it sends me to the homepage without the changes I made after the changes only show when I type mydomain.com/home
Is there a way to work around it?
Cheers!
Hey ActiveMarketing.. thanks for purchasing Soundboard!
Please follow the instructions in the documentation under “setting up the home page” (especially step 6!).
The settings for the home page you can find in Theme Options > Home. Here you can enter the title for the news, or remove the news by setting “Number of Headlines” to 0, or simply leaving that field empty.
Cheers!
I feel so dumb! hahaha youre great man, have a good day!
No problem
is it possible to change tour dates to “performances’?
Sure.. you can change the page title / widget title to whatever you like.
was just setting up the homepage per the readme and it errored out and wont let me back into wp admin.
There might be a plugin conflict. Please deactivate all your plugins and then activate one by one to see which one is causing the problem.
Im thinking of buying this template, But before I do, I wanted to know is there a music player that can be intergrated on the home page and can play continuous through out each page? as Im a Dj its important for me, also can I have a sound cloud player on the home page too?
Thanks In advance
Im thinking of buying this template, But before I do, I wanted to know is there a music player that can be intergrated on the home page and can play continuous through out each page? as Im a Dj its important for me, also can I have a sound cloud player on the home page too?
Thanks In advance
Hey anthonyscottlee!
This type of music player is not included in Soundboard. But one of my customers once recommended the plugin http://wordpress.org/extend/plugins/n3rdskwat-mp3player/ to me, which you could add to Soundboard. I haven’t tested it myself though.Yes, you can add a SoundCloud player to the homepage.
Cheers!
Thanks for the advice, nice1, I will be buying this template, great work!!!
Im a bit of a rookie at wordpress and any design for websites in that matter.
Can you tell me how would I integrate a soundcloud player into the template? some kind of instructions, thanks
Simply put the SoundCloud shortcode into the editor of the page that is using the “home” template to display it in the center column. Or put the shortcode into a text widget and place it in the left or right sidebar.
Here you can find a SoundCloud shortcode example: http://www.themes.red-sun-design.com/soundboard/shortcodes/
Hi. I bought this file aprox 2 month ago and now i have time to use it. I like this template
One Question. In the Admin Panel the Video-, Audio-, Slider- and the Gallerysection is sorted by Date. It’s a bit annoying to search each time the last slider or the last photo album, as it is in alphabetical order.
Where can ich change the sort order for admin panel in these sections?
Sorry for my bad english
Best
Hey Kingsfield.. thanks for your purchase!
When you hover over “Title” or “Date”, a little black arror appears right next to it. If you click on Title, the posts gets sorted alphabetically. If you click on “Date”, the posts get sorted by date.
Cheers!
Hi.. Thanks for reply. I know that function
But, i would like that it is always directly sorted by date when I click on video for example. I hope you know what i mean.
Ahmm.. no I’m actually not sure what you mean
For example when you click on Videos, in the admin area, you want them sorted by date without having to click that arrow? If that’s not what you mean maybe you can send a screenshot via the user contact form on my profile page?
he he.. wusste nicht das man auch Deutsch schreiben kann. Dann so, ist vermutlich besser verständlich.
Alles News sind automatisch nach Erstelldatum sortiert sobald man draufklickt im Adminbereich. Video, Audio usw ist automatisch nach Alphabet sortiert, sobald man draufklickt. Man muss also erst rechts auf “Datum” klicken um die Sortierung nach Erstelldatum anzeigen zulassen, wie Du oben schon beschrieben hast.
Meine Frage ist einfach. Wo wird festgelegt, das die Sortierung automatisch nach Alphabet gesetzt wird?
Jetzt verstanden?
Ja, jetzt check ich’s
Allerding glaub ich nicht dass man das Sortier-Kriterium bei Registrierung eines Custom Post Type (Video, Audio,...) festlegen kann (zumindest hab’ ich da jetzt erstmal nichts gefunden: http://codex.wordpress.org/Function_Reference/register_post_type ). Eventuell könnte man eine Funktion schreiben (Hier zB eine Anleitung dazu: http://www.mark-leong.com/set-wordpress-custom-post-types-order-in-admin/ ), wobei Du anstatt “title” “date” angeben könntest.
lG!
Ah. Vielen Dank. Werde ich mal checken bei Gelegenheit. Bin jetzt auch endlich mit der Webseite online. Wer möchte: http://www.gandg.info/ Hier und da ein wenig an einer Schraube gedreht im PHP Code und CSS gepimped. Läuft!
Klasse.. ich freu mich immer zu sehen was die Leute so aus Soundboard machen
Hello!
How would I change the theme so that the slider is at the top above the menu, and the Banner is just gone? I can;t sem to find a comment that adresses this. THanks so much, great theme!
-JD
Hey JD!
You would have to modify the file header.php.
Move
and everything within right above
By banner you mean the logo? If you don’t upload a logo in the Theme Options Panel, no logo will appear on the site.
Cheers!
Great, I got it moved, thanks. Now I need the slider OR the logo to show up on my other pages, in the header, above the menu bar. How would I do this? Would I have to edit the template files of each new page Created? Thanks again!
The logo will always show on each page you create.
In order to display the slider on each page, not just the homepage, you will have to modify 2 files (line numbers can deviate depending on Soundboard version):
In header.php, line 115
change:
if( of_get_option('gg_slider') != "" && is_page_template('template-home.php') ) {to:
if( of_get_option('gg_slider') != "" ) {In functions.php, remove line 288:
if (is_page_template('template-home.php') )(be VERY careful modifying functions.php, if something goes wrong, the theme will break!)
Hello!
Hope all is well. Is it possible to change the color of the theme. So instead of dark/light, can I input another color such as grey
Can the self-hosted audio be added to the homepage, like under the slider? How configurable is the homepage? Can I choose what content I want to add?
You can add a self hosted song via a shortcode to the homepage (in the left, center or right section). But you can not display a self hosted playlist on the homepage. In order to display a playlist on the homepage, you can use SoundCloud.
Yes you can choose whatever you want to display on the home page. Upload your logo, add or remove slider, add or remove news posts and drag and drop any widgets into the left and right sidebar as well as the footer sidebar.
Hey, I recently purchased soundboard (which is awesome by the way), and I have successfully installed the theme onto my wordpress install. However, I can’t seem to find the .php template file for the demo “News” page layout which is shown on the demo version on your site, would it be possible to be sent this?
Thanks
Hey genrebomb.. thanks for purchasing Soundboard. I’m glad you like it
The News section uses the “default” teplate. More info on how to set up the News page you can find in the documentation under “Setting up the News page”: http://www.files.red-sun-design.com/soundboard/readme/readme.html#mytabs=3Cheers!
thank you!
Hi. I cannot find the psd files. Only thing that is in the “PSDfiles” folder is the logo. Where can I get the Website PSD?
thanks
Hey erecia.. thanks for purchasing Soundboard!
Soundboard was completely designed in the browser, hence no psd files exist.
Cheers!
Do you know why the twitter feed widget isn’t working for me?
http://s441280119.onlinehome.us/wordpress/music/Hey loumadhu!
Twitter updated its API a while ago. Make sure you are using at least Soundbaord version 1.05. (Current Soundboard version is 3.02) If you don’t want to update Soundboard, then simply upload the file includes/widgets/widget-twitter.php of the newest version of Soundboard to your server!
There are several problems with my download. It only supports one menu, things like the sidebar, twitter feeds, tour dates, site headline, site tag line, and featured images don’t even show up on posts and any text on a new page is in black with a background (that it won’t let me change) is in grey.
Any ideas?
Hey HughRichardson.. please get in touch via the user contact form on my profile page and send me a link and login info. Thanks!
Hallo Gerda,
Als erstes möchte ich sagen, das ich es großartig wie erfolgreich dein Theme hier läuft. Super
Das hast du dir verdient, erst recht bei diesem fixen Support…
Ich habe eine Frage zum neuen Shop Update:
Es werden mir plötzlich zwei Überschriften angezeigt, als erstes das Produkt und danach die Headline der eigentlichen Seite.
1.) Beispiel: gehe auf allgemeine Shopseite:
Anzeige auf Website: Name des ersten Produktes dann: Name der Seite dann: Content
2.) beim aktuellen google chrome werden neben dem +- Auswahlknöfen auch noch zwei Pfeile in Windows Grafik dargestellt… Bei aktuellen Firefox ist das nicht der Fall.
Hast du da ne Idee?
Viele Grüße aus der Hauptstadt von Germany Larsemann
www.blueonions.de
Vielen Dank Larsemann, ich freue mich wirklich sehr über das positive feedback
Ich bin mir beider Probleme bewusst und werde in ein paar Tagen einen neues Update herausbringen (wollte noch kurz abwarten ob neben diesen beiden noch irgendwelche anderen Probleme mit WooCommerce 2.0 auftreten, also falls Dir noch etwas auffällt, gib Bescheid
).
Bis dahin kannst kannst Du den folgenden code in Theme Options > General > Custom CSS einfügen, um die Probleme bis zum nächsten Update zu beheben:
.woocommerce h1.pagetitle { display: none; } .quantity input.qty, #content .quantity input.qty { width:70px; }lG!
Can add video to homepage slider?
And do you have plans to add social media icons to top of page in future release?
Hey MsJaszy.. the homepage slider uses Nivo Slider, which does not support videos.
I don’t have immediate plans to add social icons to the top of the page.
Cheers!
Ok, thanks! Can you recommend a good looking plug-in compatible with your design that I can add to widget to make social media more prominent?
I haven’t tested Soundboard with any social icon plugins…
Hi,
I have two problems by now. First, when I add a new “Tour Date”, it’s all a bit different and at the end I press “Submit for Review” but than it says: “You are not allowed to edit this post.” What’s happening here?
And second: I can’t delete any comments. It says they are deleted, but they are not.
What can I do?
Hey RobertJunge.. thanks for purchasing Soundboard!
Please get in touch via the user contact form on my profile page and send me a link and login info. Thanks!
hey, could you find anything?
just replied to your mail…
I was looking at your theme and I was wondering if you could customize the homepage so that only the slider and menu appear, and none of the news, events, or contact info below it?
Hey Crystal_Leigh… yeah this is possible. Simply don’t add any widgets to the home sidebars and in the Theme Options Panel you can set the number of headlines to 0 and remove the news headline.
Thanks!
So I bought your theme and installed it, but now I can’t access my wordpress dashboard, and my website’s coming soon page no longer exists…this message appears instead of both of them…
Fatal error: Cannot redeclare optionsframework_rolescheck() (previously declared in /nfs/c05/h05/mnt/159162/domains/crystalleighmusic.com/html/wp-content/plugins/options-framework/options-framework.php:47) in /nfs/c05/h05/mnt/159162/domains/crystalleighmusic.com/html/wp-content/themes/soundboard/includes/admin/options-framework.php on line 47
Do you know what is going on?
Yeah, you have activated a plugin called “options framework”. This plugin is already included in Soundboard. The functions within this plugin can’t be declared twice, this is why you get the fatal error. Please deactivate the plugin and try again.
Okay cool, however, I can’t even sign in to my wordpress dashboard…so I’m not sure how to deactivate the plugin..?
you’ve already figured that out, yes?
yes! Thank you!
Hi Guy, I’m using your sundboard theme but unfortunately I have a problem with default slider… If I create a new slider, when I try to add a new image, nothing happens… The same if I try to drag & drop my pictures… do you have any idea about which could be the cause of this matter? I try also to re-install the plugin without obtain results… Please let me know, thank you very much!!!!!
Hey kant88!
For theme support please log into the account that you’ve used to purchase Soundbaord before posting a comment or sending a message so that I can verify you as a valid customer. Send me your link and login info via the user contact form on my profile page please. Thanks!
I’ve been using this theme for a few months now and I love it. Question – is there any way to make the home page slider load faster? I have compressed my images so they are small file sizes, but the load speed still seems to be a bit slow.
You are talking about the very first slider image to appear on your site? Can you send me a link please?
www.drew32.com is the link! Also, is it possible to make the album images larger on the audio page? thanks
1. You can change the slider speed in the file js/scripts.js, line 67 and 68.
2. In order to increase the albums size to 220px (4 albums per line) make the following changes: a) In the file template-audio.php, line 34, change “square1” to “square2”. b) Put the following code into Theme Options > General > Custom CSS:
and
I have a client who purchased this theme and wanted me to customize it for them. The problem is, everything seems to be working fine except the photo galleries and slider, as I can’t seem to add any photos at all. I can’t seem to find the issue. PLEASE HELP!
Hey indievisualz!
For theme support please log into the account that you’ve used to purchase Soundbaord before posting a comment or sending a message so that I can verify you as a valid customer. Send me your link and login info via the user contact form on my profile page please. Thanks!