This item is by an Elite Author
e404
- Microlancer Beta Tester
- Elite Author
- Europe
- Exclusive Author
- Has been a member for 2-3 years
- Referred between 50 and 99 users
- Bought between 1 and 9 items
- Sold between 50 000 and 100 000 dollars
897
Purchases
Buyer Rating:
4.60 stars
4.60 average based on 134 ratings.
(more information)
-
5 Star
9973%
-
4 Star
2216%
-
3 Star
85%
-
2 Star
42%
-
1 Star
10%
| Created | 17 May 12 |
| Last Update | 27 January 13 |
| Columns | 4+ |
| Compatible Browsers | IE8, IE9, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.5, WordPress 3.4, WordPress 3.3 |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Responsive |
| ThemeForest Files Included | Layered PSD, HTML Files, CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- blog
- business
- caroufredsel
- corporate
- dropdown menu
- eislideshow
- flexslider
- galleria
- liquid
- multicolor
- portfolio
- prettyphoto
- responsive
- responsiveslides
- sortable
© All Rights Reserved e404 -
Contact Envato Support


Is it possible to turn off the page sub-heading strip (not sure what it’s called…) on certain pages? It’s the section that sits between the navigation bar and the content and I’d like to turn it off on pages, but have it still on the home page. Is that possible?
We call this section the Intro Text Box. Go to the Theme Options -> Intro Text Box panel – there you can turn on and off this section for regular pages, home page, blog and portfolio.
Hi, love the theme.
Are there any pre-configured contact page templates? Also is there a way to make an image the background instead of a texture?
You can find sample pages from our demo website in the ‘sample content/pages’ folder.
Out of the box the theme allows to use background textures only, because the page is wide and the background image needs to be huge. However if you want to set a background image you can add the following code to the Custom CSS box:body { background: #fff url('http://your-site.com/your-image.png') 50% 0 no-repeat; } #header_wrapper { background: none; }Thanks for that information, and for the speed of your response.
Another quick question, what size does the image need to be for the custom header image?
Sorry, proabaly a newbie WP question.
Is there a way to import individual pages from the sample content pages, the text files?
These mages will be resized to the full browser window width. You can set any height you want, but the width should be at least 1500 px (otherwise images will be overstretched on computers with larger screen resolutions).
You can create a new page, copy a code from a sample TXT file and paste it into your new page content.
If I’m using the boxed layout what size should the image be, also what size do the images need to be for the slideshow?
All images are automatically scaled, so you don’t need to worry about the exact size. Just make sure all full-width images (including slider images) are wider than 1170 px (this is the max width of the website content).
Hi
Is there any way to alter the width of the sidebars?
It’s possible, but it requires a lot of CSS customizations (column widths). You can however use the alternative narrow theme style – you can find details in the theme documentation (make sure you have the latest theme version).
Highly recommend this theme! Looks stunning and e404 has been extremely helpful with helping me to customize
Is there anyway to have the Use post excerpt function not remove the formats given to the text and just put have the more option cut at about 5 lines down automatically without me putting a more tag to do it manually
http://www.shuomii.com/blogexpert.pngSure – just uncheck the ‘Use Post Excerpts’ option (Theme Options -> Blog Options).
My issue Is that I want to use the post except function so I don’t have to go through my 50+ post and add a more tag to it. Currently when I do select the use post exerpt function it unformats whatever text I have and seems to show the whole blog post instead of an excerpt.
By default WordPress removes all formatting from excerpts – this is just how it works. You can however change this behaviour – try to use Advanced Excerpt plugin.
For the post page is there is there anyway to resolve the features images automatically right now it seems to over enlarge the photos on the top. If it could be a square photo like 150 by 150
The blog is designed to have full-column wide images. The modification is not very hard, so I can make it for you – just send me an e-mail through our profile page with your WP admin login and password.
Is it possible to have video in sliders?
No, it’s not possible at this moment.
Hi,
Great theme.
In demo, I can’t see scroll to top ????
There is no scroll to top link/button. I’ll consider adding such button in the next theme update.
Very quick response.
Respect that. I thinking about buying this theme.
Any announcement for the next update?
Thanks.
Not yet (there are no known issues, so we don’t need to hurry), but I suppose we’ll release the next update within few days.
I just purchased this theme and am having difficulties with the google analytics code. I placed the code in the place indicated but it’s showing up on the footer of my page. not cool. www.BobbyLopezCreative.com
How do I fix this. I’m leaving tomorrow morning on a flight to japan. I need this fixed.
You have put the Google Analitycs code without the ‘script’ tag. Just copy and paste the whole Analytics code from GA admin panel – do not remove any part.
I didn’t put the script tag. I just copied and pasted right from the google site. I’m removing my UA code but this is what I put: var _gaq = _gaq || []; _gaq.push([‘_setAccount’, ‘UA-xxxxxxx’]); _gaq.push([‘_trackPageview’]);
<script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-XXXXXX-XXX']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script>I’m really loving working with this theme! I have a question about the navigation font. It doesn’t seem to be changing for me when I change it in the admin. Can you help me with that? I like the font you are using in the demo – but no matter what I change it to – it looks the same. Thank you
Did you enable the font replacement (the checkbox at the top of the Font Options panel)?
OMG – of course I didn’t….SORRY! THANK YOU
also – would you be able to tell me what font you are using in the demo? And also how to change the font and font size of the intro text on the pages? I have it set to show the TITLE only – but it’s a little big. THANK YOU !
Demo fonts are mentioned in the theme documentation. We have used PT Sans Narrow for menus.
The Intro Text Box uses headers, so you need to set a custom font for headers (h1..h6). If you want to change the font size add the following code to the Custom CSS box (Theme Options -> Styling Options):#intro h1 { font-size: 14px; }oh so I need to keep the script tag. Sorry I misunderstood
I created a “home” page to have in the menu but it isn’t the index page. How can I make the index page be the homepage that I designated? I’d like to enable the slider in that homepage as well. How do I do that?
You need to set a static home page. You can find some details in the theme documentation and in the official documentation.
To insert a slider to any page you need to use one of available shortcodes. You can find details in the theme documentation, you can also take a look at our sample pages (you can find them in the ‘sample content/pages’ folder).
I figured out how to make the static homepage. I tried turning on the main homepage slider but I think I’m not doing it correctly.
Did you check our sample pages? Uou can also use the Shortcode Generator to insert sliders shortcodes.
Whats are the perfect dimensions and dpi for items that have to go up on the slideshow?
The slideshow images should have the width of at least 1170 px (if you want the full-width slider). The height and DPI are up to you.
I am not able to upload your zip file – it’s telling me it’s missing the style.css stylesheet. Any thoughts? Thanks!
You need to upload the natural.zip file included in the downloaded package, not the whole package.
Nevermind – got it.
How do I change the icons? Is there a cheat sheet somewhere that shows all the available icons and their names so I can switch out the ones that came in the sample page? Thanks!
You don’t need to replace or disable default icons – you can add your own. Just upload them into the ‘images/icons/color_version/’ folder and they will be available in shortcodes.
But are there icons that come with the theme available for use?
Yes, of course they are.
Thanks for the quick reply. I am having trouble finding the options for the icons. Are they displayed somewhere so I can decide which ones I want to use?
I supose you want to use icon boxes, right? If so, you can use the Shortcode Generator, where you can find the dropdown menu with all available icons.
Hello! Very good template, but i have a question. I installed themplate and then imported “sample content”, and this works fine. In “portfolio/busy-bee/” appears intro text: Busy bee Nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos… | Question: Where is the intro text “Nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos…”, because I searched but couldn’t find it in WordPress CMS . And the same happen with all portfolio items. Thanks.
This text is a part of a portfolio item excerpt. You can change the content of the intro text box using the ‘Theme Options -> Intro Text Box’ panel.
Hi,
I developing multilanguages site, and how to add msgstr from *.po file in Admin panel (label for main menu)?
Thanks.
I’m not sure I understand your question, but if you want to translate the theme you can use CodeStyling Localization plugin, which is much more easy to use than editing .po file in some external editor. If you have problems with some strings please send me an e-mail through our profile page and I’ll help you with that.
Can you hint me to the right direction? Thanks!
And what’s exactly the problem? Did you read the theme documentation?
To activate a page slider you need to attach images to your page and pick the ‘Slider’ option in the ‘Header Options’ box (you can find it on the post/page edit screen).
Hi thank you for your quick reply. Yes I was working though the documentation and it did’nt work for me. Now I am stripping your sample pages and it seems that I am getting through the way you build up the theme. If I run into troubles I ‘ll get back to you
.