This item is by an Elite Author
BrutalDesign
- Elite Author
- Author was Featured
- Sold between 100 000 and 250 000 dollars
- Exclusive Author
- France
- Has been a member for 1-2 years
- Bought between 10 and 49 items
773
Purchases
Buyer Rating:
4.55 stars
4.55 average based on 78 ratings.
-
5 Star
5671%
-
4 Star
1519%
-
3 Star
33%
-
2 Star
22%
-
1 Star
22%
| Created | 14 November 12 |
| Last Update | 17 May 13 |
| Columns | 4+ |
| Compatible Browsers | IE8, IE9, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.5, WordPress 3.4 |
| Documentation | Well Documented |
| Layout | Responsive |
| ThemeForest Files Included | Layered PSD, CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- band
- mansonry
- mp3
- music
- paypal store
- player
- playlist
- refineslide
- theme options
- unlimited sidebars
- widgetized page
© All Rights Reserved BrutalDesign -
Contact Envato Support


Hello,
How best to change the post title (on the home page, blog layout, as well as for the single page post itself) to capitalized text, instead of all caps?
The title is displayed as is, so choose the “normal” text in the font “options” and capitalize the first letter of your title : My Title
I hope it wil help
Hello,
I’ve adjusted the size of the blog title text (increased it) on the home page. How best to adjust the size of the text as it appears through mobile? I’d like to decrease the size of blog the title text, as it appears through mobile.
You can use media queries
@media screen and (max-width: 500px) { body{ font-size:13px } }Hello,
Is there another piece of code that will adjust the size of the blog post entry-title that shows on the home page. I cleared the cache for my mobile browser and the font size is the same.
Hi,
For the “Fresh News” title@media screen and (max-width: 500px) { body.home h2{ font-size:13px } }For the post titles (last posts shortcodes)@media screen and (max-width: 500px) { body.home h3.entry-title{ font-size:13px } }Adjust the size to suit to your needs.
i hope it will help
Thank you and one last question for now. Is it possible to change the number of posts that show on the home page? I know I can adjust this in settings, but, this also adjusts the number that show on the category index page. I’d like to show one post on the home page and show 3 posts for instance on the category index page.
Hi,
If you mean the “Fresh News” on the home page, it is displayed with the last post shortcodes and a post count can be setFor the blog page, or category page you can set the number of post per page in the wordpress settings -> reading
Yes, when I set it under the reading option, it adjusts the home page and the category index page to show the same post count. I’d like for the home page to show 1 blog post and the blog index page to show 3.
Hi,
Use the shortcode to display 1 post on your home page [bd_last_posts count=”1”]
The number of posts per page set in the wordpress option is used for all index pages. Otherwise you will have to use a custom loop.
<?php $loop = new WP_Query("post_type=gallery&posts_per_page=3"); if($loop->have_posts()): while($loop->have_posts()): $loop->the_post(); get_template_part('loop', 'post'); endwhile; bd_pagination($loop); else: //no posts found get_template_part('no-results', 'index'); endif; ?>Thank you and which page should this custom loop code be added to?
Hi Brutal,
Thanks for the wonderful theme and your awesome support. I have two further queries.
1. How do we add custom header for each page? Like the ones on “tour dates” and “discography” in your demo theme are different. How is that done?
2. Also, the home page I have created there’s a different header background image and a different featured section image. But on the home page you have created, its one BIG image. I want to know how to be able to do that on the home page alone. Could you please help?
Hi,
1/ use the “Custom header” box below your page editor to upload a different header for each page/post
2/Use the “Header Background” in the theme options instead of the “Feature header background”
I hope it wil help
Hi Brutal, the url of my videos takes me to the video section however no player or video is visible.. even when i try it via the ‘View Video’ button on the edit page it navigates to the video page but it only shows the title at the top and the comments area below but no player or video is visible…
http://www.thelionraw.com/lion/video/rave-to-coldplay/please advise
Hi,
The videos play only through the fancybox. There is no single video page
Greetings
please forgive me as i dont understand… how do i get it to play through the fancybox… do i need to install it… i am confused… please advise.. i really want to get my site up and running asap… thank you
click on the link and you will know what i mean that it is not playing…
http://www.thelionraw.com/lion/video/rave-to-coldplay/Hi,
Here is a template for single video pages: https://www.dropbox.com/s/8vnw20yzyyp9ou5/single-video.phpSimply download it and put it in the theme folder.
To be able to add text content below the video, comment or remove the row 131 in functions.php
//'hide_text_editor' => true,Cheers
PS: Nice website
thank you brutal… all thanks to you…
Happy first day of Spring, BD! I launched the site and everyone loves it, so I give you credit! I have a couple questions, pls:
1/ How can Show page content be included in Search results?
2/ This band does almost 100 shows each tour (!). The Tour page with Upcoming and Past shows scrolls down forever. How can I do either of the two: a. Create an anchor to the “Past Shows” and linked off a breadcrumb on the very top? b. Create a widget for Past Shows, which I will place in a custom sidebar for the Tour Page?
How do I do either of 2a or 2b? Thank you so much, BD!
Hey,
Happy first day of Spring to you too!
1/ Replace the row 122 in functions.php by the following:
'show' => array( 'exclude_from_search' => false ),2 a/ In template-shows.php, add the following tag at row 24 Then add the anchor at row 112 2b/ Download the “past shows” widget here: https://www.dropbox.com/s/k5kz1fvqq1d4snm/past-shows-widget.phpUpload it in the includes/widgets/ folder.
To activate thiw new widget, add it to the widget list in functions.php at row 37:Cheers
You are officially a god of code! Please see my PM, as you deserve a bonus for this custom widget you built for me. I hope you find my requests useful additions to implement and increase software value for your potential customers. Lastly, I hope you are getting lots of kisses every single day because you are very kind. Thank you!
Wow! Thanks a lot
I hate this theme. It is impossible to work with. Jplayer takes up the entire width of the screen. Header image is cut off arbitrarily. Support is offered in broken english and isn’t decipherable. What a waste of money.
This is a scam. Nothing works like it is advertised. There is no place to rate this theme. The ratings are fake.
Hello,
Will you be adding video categories. So that each category can also have its own menu button?
It’s in the pipeline
Ive created my photo gallery as per instructions but i get nothing showing up on my single photo gallery page.
All the dummy content is uploaded and i can see the images in the main gallery page, the filter works fine and the file permissions are ok as i can see the thumbnail for the new gallery i created but when i click into it i see nothing.
I have uploaded the latest theme version but i cant work out why, please advise.
Darren
Hi,
Did you inserted the gallery in your post? (click on “insert gallery”)
Sorry, the site is www.sweetleafnz.com
I am getting the same error as the others that the stylesheet is missing. I have tried to follow the link you gave the others but the link is broken. Thanks
I’ve resolved my previous issue. I would however like to know how to remove the last albums and videos sections from the home page. Thanks!
How do I use the news feed area as a widget area instead?
Hi,
You can use the “recent posts with thumbnail”.
Thank you
I don’t want any logo up but when I remove my logo the live logo automatically is added. How do I stop this from happening?
#logo-container{display:none!important}I hope it will help
Thanks, that worked.
Hello,
How to have the slider caption to show-up via mobile view? I’ve added a caption to slider image, but, not seeing that caption through my mobile device.
When I select static header and upload a photo there is still another header above that. How do I remove the very top header?
Ok, Looks like you figured it out
How do I make it so that my own favicon can be displayed rather than the L favicon?
Replace the favicon.ico file in the theme and empty your browseer’s cache to see your new favicon
Thank you for answering all of the questions I’ve had. Much appreciated
Did you mean to use FTP to replace the file in the images/favicon folder? This is what I did and my own favicon shows on firefox but the L still shows on the other browsers. I cleared the cache in all of them. Is there another step necessary?
Got it sorted out, thanks again
Hi,
Works for me except for the first song. Maybe something wrong during the upload. Have you tried to re-upload it?
Thanks, I got it sorted out
http://www.marrymemusic.ca/release/marry-me-ep/
Hi,
If you copy and paste the shortcode from the shortcode list be sure to format the text as paragraph http://d.pr/i/wCjyCheers
Thanks
Also, one of my songs won’t play on chrome/safari/int explorer.
All of my questions have been resolved but one. I would like to use my own favicon rather than the L, how do I do this? Thanks