badjohnny
- Bought between 1 and 9 items
- Exclusive Author
- Has been a member for 2-3 years
- Most Wanted Bounty Winner
- Referred between 10 and 49 users
- Sold between 10 000 and 50 000 dollars
1,383
Purchases
Buyer Rating:
4.58 stars
4.58 average based on 117 ratings.
-
5 Star
8976%
-
4 Star
1714%
-
3 Star
54%
-
2 Star
21%
-
1 Star
43%
| Created | 8 January 13 |
| Last Update | 8 May 13 |
| Columns | 1 |
| Compatible Browsers | IE8, IE9, IE10, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.5 |
| Documentation | Well Documented |
| High Resolution | Yes |
| Layout | Fixed |
| ThemeForest Files Included | Layered PSD, CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
© All Rights Reserved badjohnny -
Contact Envato Support


Hi Love the theme. I’d like to purchase the theme for my website but I just wanted to check if I could change the backgrounds to two separate colours. Blue then green so the service’s background is different to the works background and continue that all the way through the page.
Hi
Thanks a lot for your contacting. Yes, you can set different background color or image for each page sections. There is a page setting panel for every page, you can custom background, font color and page headings.
Thanks!
Hi again.
I have a problem. My portfolio photo is about 20,000pixel width. But it doesn’t work. Is there size limit? How can I fix it? Please let me know.
Thanks!
Hi, you’d better reduce the width of image, because the max width limited as 950px.
Sorry. It is 20,000pixel height not width. I must use this. Please help me.
Hi, I can’t help you to fix this issue, because it’s not a bug, just the height is too large. The width of the page is limited as 950px, If you upload the orignal image, for example, your size is 10000X20000, wordpress will auto generate a scaled small image(950X1900) show up on the single page, if you click this image, it will open the orignal size in the lightbox.
Great theme. Can I use RoyalSlider plugin into one page?
Hi, unfortunately, the top slider doesn’t support the other slider plugin.
Thanks for your contacting.
HI, Is it possible not to crop the thumbnail of the portfolio? I have some magazine covers as thumbnail whose aspect ratio is about 2:3. i changed the css with the size of the thumbnail i want:
.portfolios.columns4 .portfolio-item { width: 241px; height: 344px; margin: 0 5px 5px 0;
but the system crop the image squared… What can I do?
Thanks Emanuele
Hi
You should also edit theme-init.php in “includes” folder, find the following codes
add_image_size('portfolio_thumbnail', 320, 320,true); add_image_size('portfolio_thumbnail_4', 241, 241,true); add_image_size('portfolio_thumbnail_5', 195, 195,true);Change the size to 2:3, then you shoud upload the image again or use “Regenerate Thumbnails” to regenerate the thumbnails.
Hope it can help you. Thanks.
Hi – I’d like to add additional customization to the contact form. Fields such as City and State, and other things. Any help?
Hi, unfortunately, I’m not provide customize service, because there are many comments or emails waiting for I reply, hope you can understand. You should edit content-contactform.php file if you know PHP or it’s possible to find a phper to help you modify this file.
Anyway, really thanks for your purchased!
Great theme. I can’t seem to get the blog posts to appear at all. I’ve followed the manual, but nothing I do works. I’ve tried all the shortcodes, and nothing appears.
Hi, can you post your shortcode for the blog here? If you want to show the blog posts on home page, you should write the shortcode as below:
If you want to output the posts from all categories, leave the category option value empty.
Hi. I need your help again. I’d like to add featured image to my portfoilo. How do I upload featured image to my portfolio?
thanks.
Hi, just check this article, I think it will help you to figure out how to set the featured image for portfolio or posts
https://themeid.com/help/discussion/3904/adding-featured-image-to-your-wordpress-post/p1
Hi! Just 2 new questions:
1) I’m using the config element but i saw that the config_item just shows a few number of content lines but i need more than 20 lines. Is there a way to do it?
Thanks!
Hi
Because the height of each item is fixed, the default value is 340px, so you should increase the height value, just add the following CSS to “Simplekey options > Additionals > Additional code”<style type="text/css"> .config .item {height: 400px;} </style>Just replace the height value.
Thanks!
Hi, is there a way to do not show the more button in a pricelist? Thank you very much!
As you last question, add the following CSS to “Simplekey options > Additionals > Additional code”
<style type="text/css"> .plan footer{display:none;} </style>Hi badjohnny, It’s me again…
I was just wondering how I could eliminate/reduce the margin before the main title at the top of a page and the one at the end of the page before another page? Basically, I want to make the pages in themselves shorter so there isn’t so much space between my content and the title of the next page.
Thank you very much!
Hi, I use the following CSS to control that space
<style type="text/css"> #container .page-area { padding: 70px 0 80px; } </style>70px is top, 80px is bottom, so you can adjust them by yourself and add the css to “Simplekey options > Additionals > Additional code”.
Could you add a Klout icon / link option in the next theme update? i.e. http://klout.com/joelgratcyk
OK, no problem.