This item is by an Elite Author
unisphere
- Elite Author
- Sold between 250 000 and 1 000 000 dollars
- Has been a member for 4-5 years
- Author was Featured
- Exclusive Author
- Grew a moustache for the Envato Movember competition
- Bought between 10 and 49 items
- Referred between 10 and 49 users
- Portugal
788
Purchases
Buyer Rating:
4.51 stars
4.51 average based on 146 ratings.
(more information)
-
5 Star
9867%
-
4 Star
3020%
-
3 Star
149%
-
2 Star
32%
-
1 Star
10%
| Created | 3 April 11 |
| Last Update | 17 October 12 |
| Columns | 2 |
| Compatible Browsers | IE7, IE8, IE9, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.5, WordPress 3.4, WordPress 3.3, WordPress 3.2, WordPress 3.1, jQuery |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Fixed |
| ThemeForest Files Included | Layered PSD, CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- agency
- blog
- business
- clean
- cms
- corporate
- creative
- dark
- designer
- jquery slider
- light
- minimal
- minimalistic
- photography
- portfolio
© All Rights Reserved unisphere -
Contact Envato Support


I try to put google analytics code in the custom script field but checking with google it says to me that the code must be between head tags
“El código de seguimiento de Google Analytics de tu sitio se encuentra en un lugar incorrecto. Solo puedes verificar la propiedad del sitio si el fragmento asíncrono está situado en la sección <head> de la página principal. Más información”
How can I put it there?
THX !
Hi, I’ll make sure to fix this in the next update, meanwhile you can edit the footer.php file, remove this code and paste it inside the HEAD tag in the header.php file.
Best regards
One more doubt… sorry:
1. I want to display images in detail page in “big images” option, but it makes it in one column, I want images to be in 2 columns, like If I insert them in the post manually
http://thetoonplanet.com/portfolio/detail/funny-creatures-parade/2. How can I delete title from subheader automatically in all pages?
THX Unisphere Team
! I really love how is developing my website with your theme
Hi,
1) Add the following code to the Custom CSS field in the Edge admin panel:
2) Add the following code to the Custom CSS field in the Edge admin panel:
.portfolio-detail-big-image { display: inline-block; } .portfolio-detail-big-image img { margin-right: 20px; }
I think something is not working right just because if the two images with their margins exceed 960px the line doesnt block and the second image goes in other line
example: http://thetoonplanet.com/portfolio/funny-creatures-parade/?preview=true&preview_id=246&preview_nonce=c49f088f97
Can you help me about this?
THX !
Hi, try this CSS code instead:
Best regards
Hi there, first of all, thanks for the great theme. I just installed it and i am trying to fix it to our old content.
So I have this question, is it possible to display in “our latest blog posts” on the homepage a specific category from the blog articles?
Greetings from Germany. Simon
Hi Simon, first check what is the category ID of the specific category you want to display on the home page blog section and then edit the file template_home.php replacing the following line:
With:
Also replace the following line:
With:
Replace ‘XXXX’ with your specific category ID.
Best regards
Hi, I have a little off topic question about the theme. What kind of plugin is used for social media, Twitter and Facebook? I’m trying to track down people who re-tweeted content from my blog but when I click on the number next to the tweet button it takes me to Twitter page which says “no tweet results found”. Facebook plugin works fine though. Any help with this would be greatly appreciated. Thank you!
Hi, the Twitter functionality in the theme is custom made. I’m not sure I understand when you say “when I click on the number next to the tweet button it takes me to Twitter page”, could you be more specific and also post a link to your site?
Best regards
I basically want to track down users on twitter who re-tweeted or mentioned content from my blog. The number next to twitter button in your plugin shows how many users re-tweeted this content. My site is here: http://www.sharppencilstudio.com/blog/
Hi, the twitter widget provided by the theme is very basic in functionality and only displays the tweet, the date and links to the tweet itself. For more advanced functionality my advice is to look for a WordPress plugin that enables more options.
Best regards
Hi
How can you add the read more to post so it only displays a small amount?
Hi, you can use the WordPress more tag, see this article: http://en.support.wordpress.com/splitting-content/more-tag/
Best regards
Hi Could you tell me how can I do to enlarge the preview pictures from the portfolio 4 column page ? Thank you
Hi, you can only change the height of these portfolio thumbnails and to do that just edit the file /library/media.php and change the value ‘125’ on the following line:
Best regards
Nice theme, very nice. Me gusta mucho Planing to buy it, but have some questions before buying if u dont mind
in image post format, why there is not a title? like anor similar. Is it possible to add it? http://themeforest.net/item/edge-professional-corporate-and-portfolio-wp/full_screen_preview/222999
Can I add a social bar, with icons at top home page, with twitter, facebook, google+, pinterest and other social?
Thx
Hi, you can display the title in an image post format just by adding the following code to the Custom CSS field:
Regarding the social bar, I’m afraid the theme doesn’t include one so you’ll need to find a plugin for this.
Best regards
(Refered to my last question)
.portfolio-detail-big-image { display: inline-block; } .portfolio-detail-big-image img { margin-right: 20px; }
I think something is not working right just because if the two images with their margins exceed 960px the line doesnt block and the second image goes in other line example: http://thetoonplanet.com/portfolio/funny-creatures-parade/?preview=true&preview_id=246&preview_nonce=c49f088f97 Can you help me about this? THX !
Hi, replied in your question above
Thx for ur answer
Hello – I just purchased your theme, and I keep receiving this error message from Wordpress: “The package could not be installed. The theme is missing the style.css stylesheet.Theme install failed.”
ThemeForest suggested to open through Winace (?) But that software does not appear to work on my computer. Is there another way to install the theme properly on Wordpress? Please help!
Thank you.
Hi, please take a look at this video: http://themeforest.net/wiki/buying/support-buying/solving-broken-theme-issues/
Best regards
hey how do i add my own fonts?
Hi, you need to generate a new Cufon font, copy the resulting .js file to the /js/fonts/ folder and add a reference to that file in the admin panel.
To add the new font to the admin panel you’ll need to open the file /library/admin/panel.php and look for the following code:
Assuming your new font name is “ABC.font.js”, here’s how the above code should look like:
After making this change head over to the Edge admin panel and you’ll see a new font to choose from.
Best regards
Hi
I am trying to get a page to show only some posts from one category how can this be done? I have made a copy of the blog page but how do I tell it what category to pull?
Hi, first you’ll need to copy the entire loop.php file contents to your new blog page template replacing this line in your new file:
Then, assuming the category you want to display has an ID of 123, edit your new page template and replace the following code:
with:
Best regards
I dont have the
“get_template_part( ‘loop’ );”
Hi, I assumed you’d made a copy of index.php but from your comment above you may have copied template_home_blog.php?
If so and assuming a category ID of 123, change the following line:
To:
Best regards
Hi
Doing the above copying Index.php broke the page!
Hi
I managed to get it working however it shows each post 2 times! Once correctly and the other above the content and above the side bar
Hi, please email me admin access to your WP installation so that I can take a look.
Best regards
I need to center the menu on the home and preceding pages. Greatly appreciate you help.
Jerry
Hi Jerry, because the menu is absolute positioned I’ll need to see your site in order to give you a correct custom CSS to center the menu.
Best regards
For the menu help, the site is at http://www.resolvevideo.com/houstonasphalt/.
One other item. There is about 40+ pixels of space between the slider and the home page text. Is there an option to reduce the space?
Thanks for the help.
Jerry
Hi, add the following code to the Custom CSS field in the Edge admin panel and adjust as necessary:
Best regards
Disregard the last post. I cut and paste the comment from the email response. I had to remove the “pre code” statements at the beginning and end. Works perfect now. Many thanks.
See that part of my post was marked as inappropriate. Not sure why???? Apologies if I stepped out of bounds.
Regardless, enjoy your themes and support is superb!
Jerry
Hey buddy, glad you got it working
Regarding your post being reported I can assure you I wasn’t the one reporting it, every user can do it.
Best regards
hi. my client’s site is going live today! thanks for your help with a great theme!
She would like to add a static image at the top of the blog pages (700px wide) to add some life to it. can you tell me how to do that?
http://suitepaperie.comthanks
Hi, you could try hard-coding an image in the file index.php (file responsible for rendering the blog).
Best regards
Hello, I read about changing the sub-header to the Cufon font. You mention replacing a bit of code with another, but when I CTRL + F the screen.js file, it can’t find it. What’s up? Many thanks.
Hi, you just need to replace the first line of the screen.js file:
With:
Best regards
Another Unisphere great theme! Complete theme options saved us time in customizations, worked fine with WPML , kind of tricky the images resize code. Check http://www.kalufasurfschool.com
Hey buddy, awesome site, good job
Best of luck
The font of the top bar inside the section look different in safari than in firefox or chrome. Don´t know how can be the problem I don´t also know horw to put the add the text on the right of on the left of the main slide when if I dont want to use full width slide.
Thanks in advance
Hi, there’s a bit of extra CSS in the screen.css file that is causing the issue. Adding the following code to the Custom CSS field in the Edge admin panel fixes the issue:
Regarding the other issue you describe I’m afraid I can’t understand your question, could you be more specific?
Best regards