This item is by an Elite Author
fireform
- Elite Author
- Author was Featured
- Sold between 100 000 and 250 000 dollars
- Has been a member for 2-3 years
- Exclusive Author
- Europe
- Referred between 10 and 49 users
- Bought between 10 and 49 items
167
Purchases
Buyer Rating:
4.76 stars
4.76 average based on 21 ratings.
-
5 Star
1676%
-
4 Star
523%
-
3 Star
00%
-
2 Star
00%
-
1 Star
00%
| Created | 10 October 12 |
| Last Update | 17 December 12 |
| Columns | 4+ |
| Compatible Browsers | IE8, IE9, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.5, WordPress 3.4, WordPress 3.3, WordPress 3.2, WordPress 3.1, WordPress 3.0 |
| Documentation | Well Documented |
| High Resolution | Yes |
| Layout | Responsive |
| ThemeForest Files Included | Layered PSD, CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
© All Rights Reserved fireform -
Contact Envato Support


I’ve started working with the theme and finding it quite easy. However I have a couple of questions.
1. I’ve been trying to highlight text just like in the homepage of the demo. Highlight short code doesn’t seem to be working anywhere I try to use it.
2. Is there no way to use html tags in the slider descriptions?
3. How do I remove the social media icons that I don’t have profiles for? If I’m not going to use them, then I don’t want them to show up.
Thanks
Hello!
3) Remove ”#” in the field.1 & 2 – You can use html here. From our demo:
Regards,
Evgeny
One more thing, How do you change the colour of the footer?
Thanks
Hello!
CSS :
#footer { background-color: #999999; }Regards,
Evgeny
Hello, great theme ! thanks you.
I have some questions :
- I didn’t find in the home page options the space for “Latest from the blog” and “Our clients say”. They don’t appear. The last bloc in content is “Our latest projects”.
- I guess that “Our clients say” is complete by “out team” ?
Thank you for your reply.
Hello!
Under “Our latest projects” goes content section. You need to use shortcodes here. “magic wand” icon -> 2 Column -> Latest from the blog -> Testimonials. From our demo:
No
Regards,
Evgeny
It looks like this seller doesn’t support his buyers very well? That’s unfortunate because this could be a fantastic theme with the right support.
Maybe you could set up a forum so we could help each other? Make threads searchable so you don’t have to answer the same questions. Just a saying…
I have emailed you and posted here, I would really appreciate a response. **One more thing, maybe a bug: 1. Short codes are not working in widgets. 2. Unable to use shortcodes in “Page Settings” of pages and posts. 3. Unable to use shortcodes within short codes.
@murder81 – You can find “Latest from our blog” & “Our Clients Say” in shortcodes
Thanks
Hello!
I do not work on the weekends very often as well as all other sellers and buyers.
1) Yes, they would not work in widgets.
2) & 3) Works well in posts. 4 Column shortcode + 2 Column with lists in fourth column: http://themes.evgenyfireform.com/wp-mask/?p=1
Regards,
Evgeny
I’m having trouble selecting uploaded images for a homepage slider.
1. Create new page – Homepage template 2. Enable slider 3. Upload slide images 4. Open image browser and click ‘Get Image’ to select an image for use, I get a 500 error on \mask\functions\modules\includes\slider\ajax.php
Hello!
Can I see full url from your error message? I think that you have unproper theme installation.
Regards,
Evgeny
My other issue was resolved, however the permalink settings for anything other than ‘default’ are not working. Do you have a known fix for this?
Hello!
Check permalinks: http://themes.evgenyfireform.com/wp-mask/2012/10/02/hello-world/
Or maybe you mean something another?
Regards,
Evgeny
Hello!
P.S. About permalinks: http://wordpress.org/support/topic/permalink-structure-no-longer-works
Regards,
Evgeny
Thank you for the great support and response…
Welcome!
Regards,
Evgeny
Which folder does the demo content xml file go into please if uploading manually please?
Hi!
This link can help you
Regards,
Evgeny
Thank you very much …
Hi Evgeny,
Great theme!
I wonder if you could just help me out with a few things please:
1) ‘Extras’ – I need to add a button below the excerpt so that people have two ways to access the article.
2) ‘Extras’ – I need to change the link. It currently links to ”/extras/article” I’d like to customise this link to point to a certain page.
3) ‘Extras’ – Is there a way to insert extras as a shortcode or something rather than using the admin panel? I want to have the extras display first and page content below on certain pages.
4) ‘Our Team’ – Is it possible to disable the equal height columns for the last two members of the team? We are getting large empty spaces because two of the team members have a longer write up.
That’s all for now
Thanks!
Regards, Mike
Hello, Mike!
1) You can add this button – [...] icon.
2) No, there is no ability at this moment.
3) No, but our next theme will do. Then we add this feature with update for Mask.
4) Custom.js, line #355. I don’t remember, but seems .col-height > div is used for Our team height.
Regards,
Evgeny
Hi Evgeny,
Thanks for your reply. In case anybody wants to do the same, see below how I did it:
1) That didn’t work so I changed this in pg-home.php:<p><?php echo str_replace('</p><p>', '', str_replace('</p>', '<br />', sg_text_trim(get_the_excerpt(), 180))); ?>To this:<p><?php echo str_replace('</p><p>', '', str_replace('</p>', '<br />', sg_text_trim(get_the_excerpt(), 180))); ?><br /><br /><a href="<?php the_permalink(); ?>" class="ef-button ef-l-rounded"><span>Learn More</span></a>2) I wanted to remove ”/extra” from the url, to make this change I altered pg-home.php and page.php from this: To this:<a href="<?php echo str_replace(">" class="acc-head"></a>3) How can I do this editing the template files? If I duplicate page.php it doesn’t display the “Page Layout & Other Settings” area. What do I need to do so that this shows up on templates I create?
4) Ok I set this to select only the first two div’s and make them equal height using this code on line 355 of custom.js:$(".col-height > div:first-child, .col-height > div:nth-child(2),.col-height > li.ef-item").equalHeight();I hope this is useful if anyone is trying to achieve what I am. If anyone has a solution for point #3 I would appreciate it.
Regards, Mike
Wow
Your php skills are great!
There is too long story on #3. I’m not a php dev (design+html/css are mine). I remember that someone asked about duplicatiing page template and our dev said that it have been too many customizations there. I can ask again, but I’m not sure that I get full answer about it.
Regards,
Evgeny
Thanks
How about just re-arranging the order they are displayed in on certain pages?
It must be possible to use an “if (is_page()) {}” statement to re-arrange, but I’m struggling to work out the code in the template to do it.
Basically on one page my client wants the “extra” boxes to be at the top and the content below, any ideas how I can achieve this?
Regards, Mike
Hi Evgeny,
I also need to know what controls the validation for the forms, I want to change the ‘website’ field to something else, but now I have done that it is apparently looking for a url, which file controls the validations?
Regards, Mike
Hello!
pg-home.php. Cut lines #10-13 and place them where you need.
Validation: mask/js/mask-form.js
Regards,
Evgeny
P.S. For regular page see page.php
Regards,
Evgeny
Hi there, I’m still having trouble with the highlight text. Using the shortcode in an h2 places a coloured border around the word “Blog”. I have tried
<span>Blog</span>but that doesn’t work either.<h2>The latest from our [hl-custom color='#009FDA'] Blog[/hl-custom]</h2>Thanks in advance
Hello!
We fix it today.
Sorry, seems our dev forgot to replace them
Regards,
Evgeny
Hi again!
Please, re-download updated archive and replace css/shortcodes.css by new.
Regards,
Evgeny
Hi to all!
Today I updated css/shortcodes.css. Please, redownload updated theme.
Regards,
Evgeny
Hi Fireform,
We are very much interested in buying this template, however, our client requires the site to be visible 100% on a tablet (e.g. iPad). We’ve tested it out on an iPad 2 (iOS 5.1.1) in portrait mode and the green contact button on the top right-hand corner does not appear.
Have you spotted it already? Would you be able to estimate how long would it take to you guys to get it fixed?
Looking forward to your response. Regards,
Ana
Hello! Thank you for your interest!
Sounds strange, because works fine on my iPhone 4 (iOS 6). In any case I’ll test it and let you know
Regards,
Evgeny
Wow! I forgot that I disabled it for mobile devices! I decided that it’s inconvenient thing on mobile (particularly on the phones). This frame is the same contact form as on the contact page.
Regards,
Evgeny
Hello Evgeny! I wonder if it’s possible to have post’s image thumbs instead of the date in “Latest form Blog” shortcode.
Thanks for the support!
Hello!
Unfortunately this feature doesn’t provided by design. Only dates here.
Regards,
Evgeny
Hi fireform,
My flicker photos does not appear in the footer, I put my ID and tags in the widget… forgetting something? Tks http://www.recinbox.com
Hi!
It’s too late for me today (+2GMT). I’ll take a look and answer on your request via e-mail tomorrow
Regards,
Evgeny
Don’t forget me!
Hello!
I replied via e-mail about contact/login form. Please, provide your flickr page via e-mail. I din’t have any problems with flickr widget in the past.
Regards,
Evgeny
Sorry, I’ve put this in the HTML template support forum! Now it’s in the right one:
Hi, My logo needs to be just a bit bigger than the preferred height. I would like to increase the entire header space by just a few pix. How can I do this easily? Thanks!
Hello!
Thank you! I think that will be better if you send me your website address via contact form on my profile page. That way I will see what can be done with your logo.
Regards,
Evgeny
Well, I’m making this locally using mamp.
Here is a screenshot: http://grab.by/h3o4
As you can see, there needs to be a bit more space underneath the logo. I can’t make it smaller because it will look somewhat silly.
Thanks in advance!
Hello!
Just add this code into style.css:
a.ef-logo { margin-top: -10px /*my approximate value*/ }Regards,
Evgeny
Thanks, perfect!
Welcome!
Regards,
Evgeny
Love the theme, but I can’t edit the footer widgets? Am I totally missing something? I looked in theme settings and appearance/widgets.
help! Thank you
Hello!
You need to create new footer in Theme Options with “footer” value, then fill by widgets and choose it for all pages (in Theme Options) or any page you like (in Page Settings).
Regards,
Evgeny
Thank you Evgeny, I added however in Appearance > Widgets, it won’t let me add a widget to the “footer” area, drop down does nothing?
Hi! This is wp bug here. You can add them. Please, see the screenshot: http://cloud.evgenyfireform.com/image/0e0D301W0w0I Scroll to bottom
Regards,
Evgeny
Hi!
Welcome! Did you expand footer by pressing arrow? It should work.
Regards,
Evgeny
I did
I push to expand and nothing…so weird. And I have NO plugins activated…since that usually messes stuff up? 
You can write me via my profile page and I’ll look tomorrow, because it’s too late in my region.
Regards,
Evgeny
Hey
Very nice theme
I want to ask a couple of questions:
1. Can the blog page with large thumbnails be the first page, for example when you access http:// site. com can it go directly to “http://themes.evgenyfireform.com/wp-mask/blog/blog-right-sidebar/large-thumbnails/” but without redirecting or something like just that.
2. Can the blog post have an image without it being featured? only adding a simple image and that image to show up on the blog page with all the post. Not on the blog post page. Because I want to post images that are for example longer in height but images that are panoramic (longer in width too). If you understand ?
Thanks in advance 
Hello!
1) Yes, you can use blog as homepage.
2) Yes, of course.
Regards,
Evgeny