This item is by an Elite Author
WPExplorer
- Elite Author
- Author was Featured
- Sold between 250 000 and 1 000 000 dollars
- Referred more than 2000 users
- Bought between 100 and 499 items
- Has been a member for 3-4 years
- Exclusive Author
- United States
264
Purchases
Buyer Rating:
4.64 stars
4.64 average based on 33 ratings.
-
5 Star
2884%
-
4 Star
26%
-
3 Star
13%
-
2 Star
00%
-
1 Star
26%
| Created | 21 December 12 |
| Last Update | 14 March 13 |
| Compatible Browsers | IE8, IE9, Firefox, Safari, Chrome |
| Software Version | WordPress 3.5 |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Responsive |
| ThemeForest Files Included | CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- business
- clean
- corporate
- creative
- design
- isotope
- jquery
- localization
- modern
- portfolio
- post types
- responsive
- seo
- wordpress theme
© All Rights Reserved WPExplorer -
Contact Envato Support


Hey AJ,
I would to utilize the first slide of your demo. I see that you have a text file that can be imported for the slides, but I am unsure where to import this to. I am assuming that it needs to be imported directly to the database since it’s not a standard WordPress import. If that is correct, would you be able to provide the SQL query to import that into the database?
Thanks.
Hi there,
Actually in the Royal Slider settings page (settings for the individual slider, if you don’t have one make a new one) there is an import link. Unfortunately though do to some restrictions I’m not sure the images will actually transfer over. A few people have reported that it didn’t but others had no problem.
Thanks for the quick response. I now see the import link at the bottom of the edit slide screen.
The images didn’t transfer over, but I was able to manually pull them.
Good
Great theme, I’m still setting up my site and I’m very happy with it. I especially like the “non-bloat” approach and the admin interface is really straight forward.
One thing I’ve come across, and that is that I’m having an issue with the Youtube Lightbox/Fancybox size in the portfolio. I saw an earlier comment about embed size, but I think it may be a different issue with the portfolio? I also googled a note about oEmbed changing in WP 3.5 and that it’s no longer customizable, but I would rellay like to force a larger lightbox size and force HD for youtube videos in the portfolio.
Thanks for a great theme!
Yay, I’m glad!
We’ll the lightbox function doesn’t use oembed at all, Fancybox just takes the URL of the video and uses it.
From what i could see from reading some forum posts online the only way to force Fancybox to load a larger image is by setting a height/width attribute in the js ( see global js line 42 for videos ). My concern would be with the responsiveness though. If you set a fixed height/width.
You sound like you know more or less what you are doing. Would it help looking at the following fancybox parameters: http://www.fancyapps.com/fancybox/#docs now that you know where to find the code and my possible solution?
Thanks for your speedy reply. I see your point with responsiveness and that was one of the nice aspects with your theme that I don’t want to break. I may just live with the size and encourage people, through a short one-liner, to maximize and play the tutorials in the portfolio in HD.
Is this retina ready?
If so, I assume all the “theme” graphics like icons, arrows, boxes are all retina ready from the start. Correct?
But what about the images I will upload? How are those handled? I know I need to upload a large enough image, but do you use a plugin or possible javascript or CSS image replacement?
Thanks!
I have not implemented retina support for this theme.
oh shoot, I love it. Do you have plans to do so or another theme with retina?
Maybe in the future when its worth the time to put in the extra bulk.
Hello, Does this theme support WPML? Ill need this theme in 3 languages.
It hasn’t been tested with WMPL, but I don’t see why not. If you want to contact me via my profile to help try it you can.
In your “Boxed” sample the homepage has a centred title in the heading/breadcrumb area (‘A Theme Professionally Crafted To Create An Impact’)
How do I do this?
and silly me figured it out. Forget the question – thanks
Oh good, thanks for letting me know!
Hello,
at first, thx for this wonderful theme. i have one question, how can i setup a purchase button like in your demo of this theme.
i setup a custom menu so far.
thx for your time.
kind regards
Thank you for the purchase!
For the menu, have a look here:
http://wpexplorer.me/premium/theme-docs/impact/#menuperfect.
Hello,
Is there a way to make videos (embedded from Vimeo) responsive in blog posts? They are responsive on a normal ‘page’ post, but when used in a ‘blog’ post they are not responsive.
Thank you.
Could you please open a ticket at wpthemehelp.com to report any issues. Please provide me with the URL in question so I can have a look.
Thanks for the purchase! AJ
I want to remove the default photo from the blog listings so that the listings take up the full body of the page with the sidebar. Here is a url to view what it looks like currently: http://www.apex-property-management.com/blog/
Can you tell me what page I should edit?
If you don’t intend on using featured images you can simply add the following CSS to your site (bottom of style.css should be fine)
.recent-posts-entry.grid-1 .recent-posts-entry-details { width: 100%; }Thanks, that worked.
Sure thing!
Hello. Impact theme are awesome! I have some problem with translation of impact theme. I want to use 2-4 comment fix plugin but its didnt work properly. Maybe you can help me? Thank you!
I had a look at the plugin and it hasn’t been updated in over 2 years:
http://wordpress.org/extend/plugins/2-4-comment-fix/It likely won’t work anymore. Is there another plugin you can use to achieve your goals?
thanks for advice. I found new plugin!
But its only fix comment count in “comments_popup_link”. How i can fix it in comments.php? If i just replace <?php printf( n(... on <?php comments_popup_link(_( its works fine but have link and deafult link color, looks not great, and i cant chage it on black.
Sorry I don’t understand the question ;( Do you have a screenshot maybe of what you are trying to do?
Ok. This is screenshot – http://mindmay.com/screen01.jpg
I translate “comment.php” and make some chages form proper comments counting.
<?php // You can start editing here -- including this comment! ?> <?php if ( have_comments() ) : ?> <h3 class="comments-title" style="color:#000000"><span style="color:#000000"><a href="#" style="color:#000000"><?php comments_popup_link(__('0 ????????????', 'wpex'), __('1 ???????????', 'wpex'), __('% ????????????', 'wpex'), 'comments-link' ); ?></a></span></h3> <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?> <nav role="navigation" id="comment-nav-above" class="site-navigation comment-navigation"> <h1 class="assistive-text"><?php echo __('????????? ?? ????????????','wpex'); ?></h1> <div class="nav-previous"><?php previous_comments_link( '?'. __('?????? ???????????','wpex') ); ?></div> <div class="nav-next"><?php next_comments_link(__('??? ????????????','wpex') .'?'); ?></div> </nav><!-- /coment-nav-above --> <?php endif; ?>i use “comments_popup_link” becouse then i just translete, plugins “Multilingual Comments Number” or “Russify Comments Number” didnt work in this place.
now i just want to color it black ))))
thank you
You can add the following CSS to your site (bottom of style.css is fine):
.reply-title a { color: #000; }This is a great theme it does everything it says on the box. It was easy to use and i really enjoyed the creative experience.
I would like to use the service icons but i can’t locate them anywhere their were 10 i think… are their anymore? Having looked at some icons you can order the impact ones are the best i have seen for my needs. I work in telecoms.
Please advise.
I am so glad to hear you are satisfied with your purchase! If you haven’t rated yet, please do
Sorry if I didn’t mention this in the documentation, the service icons I actually purchased for really cheap on graphic river – http://graphicriver.net/item/modern-seo-services-icons/3000523 – I think they area well worth the money. The package comes with many sizes, styles and colors. Can’t go wrong having this set in your “toolbox”.
My homepage has the feature images from my BLOG in a 4×2 grid. Everything is fin only a strange post date is showing below each image. Every thumbnail shows “DECEMBER 28, 2012” I want the image only – not date, title, excerpt, etc…
the shortcode i’m using is: [symple_blog count=”6” columns=”3” pagination=”false” thumbnail_crop=”true” thumbnail_hard_crop=”false” title=”false” excerpt=”false” excerpt_length=”15” read_more=”false” category_id=”” tag_id=”“]
Hi jmsbar,
This issue has been fixed a while back. See the changelog at the bottom of the page – http://themeforest.net/item/impact-responsive-multipurpose-theme/3674867
If you download the latest version and replace the file at functions/shortcodes/blog-shortcodes.php it should fix the issue.
Thank you
Sure thing, sorry for the troubles.
I’m really liking this theme still ( http://www.spaceunity.com ) – a “dark” alternative would be sweet though =)
Glad you like it
Currently no plans for a dark version though, sorry ;(
Hi, this theme looks almost perfect for a project I am working on. I have a quick question about customizations.
Do you quote for customization work?
The only thing this theme is missing that is required on my project is a space for a mission statement. Perhaps an area above the 3 content sections.
I look forward to hearing from you.
Great theme.
Hi there,
Unfortunately I don’t do any custom work. Where is it exactly you need this extra space?
I was hoping to get it right under the slider.
Hum, the homepage shows whatever is added in the editor for the page setup as the homepage. So you can literally add anything you want under the slider. This is because the portfolio, staff, services…etc all have shortcodes
See here for the example for my homepage setup: http://www.wpexplorer.me/premium/impact/files/2013/03/impact-homepage-setup.png
Hope that answers your question!
Hello, I really like this template and have a couple of questions:
Portfolio: Is it possible to have each single page portfolio show the name of the portfolio item and not just Portfolio?
Also, when I create a page and display a portfolio category what is happening that when you click on read more and use the previous and next buttons other Portfolio Categories show up. Can I limit to just one Portfolio Category?
Thanks.
Please open a ticket for support at wpthemehelp.com. This way I can assist people in the order in which questions are received so its fair. This also leaves Themeforest open for pre-sale questions and finally when tickets are resolved they can be added to a knowledgebase to help everyone.
If there are multiple questions please open 1 ticket for each issue.
Thank you very much!
Hello Aj. I have to buy this theme, but i have few questions:
How do i make my slider fly/drop down bulb like the ones on the home page 1 (and can i use the slider on homepage v2 ).
In the home page v2, is it possible to convert the square in our service section to bulb shape.
Can i get this with this theme.
Thanks
haha
You have to!
The theme comes with Slider Revolution, which allows you to have all sorts of cool animations – http://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380
Yes you can. You can create unlimited sliders and use them on any page via the shortcode and a custom meta box.
The service icons are just images, so you can upload any icon image you want. It doesn’t use the featured image because that is for posts. But it has a custom meta option for it.
For the blog template you limit the count at Settings->Reading.
Hi, trying to work a little on the staff individual page – currently it reads: Name(Title) – and we want to add a space, remove parenthesis, add comma. Can you tell me where in the code I need to go to adjust this? Thanks! Great theme – love how it works responsively.
Hi there,
This is super easy. See content-staff line 45. Simply remove the parenthesis and replace with comma.
Perfect! Thank you!
Sure thing!
Hey mate,
Awesome theme, loving the clean layout. Just one thing – I seem to be having trouble changing the background colour for the full screen version? Even from the Appearance>Background menu, the colour won’t change from white. Is it possible?
Cheers, Justin
The main wrap has a white background on the full-width, not quite sure how good it would look in any other color.
You can reset it though with the following CSS added to your site:
#wrap { background: none; }No problem, thanks pal. Just one more thing – Is there a way to stop the blog posts featuring the “featured image” above the article?
Thanks for being so responsive.
The only way in this theme is to edit content.php and remove lines 20-29:
<?php /** * Show post thumbnail * @since 1.0 */ if( has_post_thumbnail() ) { ?> <div id="blog-post-thumbnail"> <img src="<?php echo aq_resize( wp_get_attachment_url( get_post_thumbnail_id(), 'full' ), wpex_img( 'blog_post_width' ), wpex_img( 'blog_post_height' ), wpex_img( 'blog_post_crop' ) ); ?>" alt="<?php echo the_title(); ?>" /> </div><!-- #blog-post-thumbnail --> <?php } ?>