6337 comments found.
I ADORE this theme but… after hours of setting up my perfect website which looks fantastic in any browser on my Mac: it does not resize properly on a square-monitored PC or on an iPhone. What gives? It’s supposed to be a responsive theme. Not only does the slider/any version of the header not resize properly, but the main menu drop downs end up on the header image making the theme look sloppy. Any help please? Responsive is critical. Thank you for an otherwise beautiful theme!
Hello!
Please provide screenshot of your issues (or link to your site), so we can investigate the reason. Thanks!
www.christinakroner.com thank you 
Hello!
I guess the reason for such behavior is <iframe/> tag below BODY tag. I’m not sure which plugin generates it (source for this iframe is log.sitemeter.com) – please try deactivating this plugin and see if it helps. Anyway showing IFRAME tag below BODY tag is not a good thing to do.
Please let us know if you have any other questions.
Thanks!
I set up a blog using your theme and it’s working great. Question is how can I specify what category shows up? Right now if I choose “Blog with Large image” it shows ALL blog posts, but I want to be able to choose say “Photography” only.
Hello!
We will include improvements that will allow this in next update.
Thanks!
Hey Guys, Is there a way to have different fonts for different headings? Right now it appears that I can only use one font for all headings. Is there a way around this?
Hello!
It’s only possible by some PHP and CSS changes. If you need it let us know, we can provide info for you.
Please let me the instructions and I can handle that. Thanks
Hello!
I guess CSS only is enough – first add fonts in any way (import them from google or define your own font-face with links to uploaded fonts). Then add CSS for heading class, for instance, ‘heading-myfont’ and set font-face for it, exaple:
.heading-myfont {
font-family: 'Some Font Family';
}
And then in text editor, where you add heading, which you want in different font, add this class to it.
Hope my answer helps. If you have any other questions, please let us know.
Thanks!
Is it possible to display the author instead of number of comments in the meta section on the blog grid page? http://www.uconnband.org/news/in-the-news/
Hello!
I’ve replied to your privat message on this topic.
Thanks!
I love this theme! There’s only one thing I’m missing and that is a shortcode to display the latest posts including a thumbnail image. Will this feature be added in the next version?
Hello!
Yes, this feature will be added in version 1.4 (not in 1.3 which will be available in 1-2 days).
Thanks for your patience!
Hi UpSolution, Is there a way to add custom icons to the theme? For example I have converted the icons to an SVG and them converted them to a @fontface. If I add them to the font-awesome stylesheet, will they appear in the admin or is there a better way to do this?
Any ideas on this guys?
Hello!
I guess it is better to make your own font-face and enqueue it in child theme, since we will update font-awesome files when we will see they require it. Ofcourse you will have to use same CSS prefixes if you want to use those new icons with our standard elements like Iconboxes, Separators,etc.
Please let us know if you have any other questions.
Thanks!
Hi !
I got an issue : I’d like to have my logo with the font Vampiro One and the menu in Ubuntu.
But when I set up this configuration, the logo is displayed with Noto Sans. It only works if the menu item are set up with Vampiro One too.
Can you help me out ?
Hello!
At the moment logo title and menu items have the same font family at Typography Options.
Try to add following CSS (Theme Options > Styling > Quick CSS):
.w-logo-title { font-family: 'Vampiro One'; }
and keep menu font as Ubuntu.
This what I tried, but it doesn’t work…
Any other solution ?
Hello!
Our competent developer will answer you a bit later. Thanks for your patience!
Thanks.
Hello!
Previous answer ment that you choose Vampiro One font for Navigation. If you don’t want to – you will need to edit functions/enqueue.php file, add following line to us_fonts() function (or you can add it to functions.php of child theme) :
wp_enqueue_style( 'vampiro', "http://fonts.googleapis.com/css?family=Vampiro+One:400,700" );
If you have any other questions, please let us know.
Thanks!
Hi, I have a couple of questions:
1. What’s the best way to upgrade from v1.1 to v1.2.2? Do I just copy the Impreza folder from 1.2.2 overwriting the existing Impreza folder?
2. After upgrading will all my settings be preserved?
3. Please could you tell me how to add new contact form fields and if possible can this be done via a child theme theme using v1.2.2?
Thanks Janak
Hello!
1. Yes, overwrite files via FTP
2. Yes, they should remain the same
3. I suggest you to use ContactFom7 plugin if you need to build custom contact form – we had included styling for it, i.e. it will look pretty same as our Contact form.
If you have any other questions, please let us know.
Thanks!
Hi!,
I really like this theme. probably one of the best, easier and more flexible I have ever worked with. But I’m having an issue with the portfolio items. Once I make the portfolio item it is shown correctly in the portfolio page but when I click on it it goes to the main page of the Web instead of going to the portfolio item page, although the URL is the portfolio item’s URL. I need some help here because I have no clue of the reason of this is happening. (It happens with all the portfolio item’s pages, example item pages included). Thank you very much!!
In order to give more info: If I use the default Portfolio Slug (us_portfolio), configured in theme options, when I click a portfolio item in the portfolio page it takes me to 404 page. If I use “portfolio” as Portfolio Slug when I click it takes me to the home page. In any case it never takes me to the item page.
Ok, now it works…. but I did nothing. 
Hello!
Perhaps you regenerated permalinks somehow. Anyway, if issue will be back – let us know.
Thanks!
Love the Impreza theme but am struggling with the Revolution slider. I am trying to get it to look the like demo home page, i.e. pink background with an image in the centre but I must have the settings wrong as the image is stretched fully across the slider with no background color showing. Also, I imported the demo data but the demo revolution slider is not showing – is this correct or am I missing something. It would be easier if I could see the settings for the demo slider. Thanks. Regards, Julie
Hello!
Please see this screenshot: http://prntscr.com/2rhsul
Thanks, have amended but image still stretched across slider. Maybe I’ve got the indivual slide settings wrong? test page here http://temp.theperrottbrothers.co.uk/sample-page-2/
Most likely you need to set “background fit” as “cover”, see at: http://prntscr.com/2rszb3
I use Zendesk for my helpdesk I would like to put in a button or action button a link that opens a popup (?) where users will be able to ask a question.
Please check the code here :
https://www.dropbox.com/s/mrnfssxsso2rhk0/Code.png
How can I do this ?
I only can do using HTML fields and I see a text. But it will be nicer with a button
Thanks in advance for your help.
BR
Fred
Hello!
Just add button class parameter into you (a) tag, see example:<a class="g-btn type_primary" href="http://myaccount.zendesk.com/account/dropboxes/idzendeskdropbox" onclick="script: Zenbox.show(); return false;">Cliquez ici pour poser votre question</a>Cheers!
Hello
thanks a lot for your precious help and excellent support. It works fine the way you said ! BR Fred
Anyway to change the layout of the “latest posts” shortcode? I’d like to display the posts on my static “Home-Landing Page” front page but within a confined space.
See left on attached URL of picture http://i62.tinypic.com/11qntcm.pngHello!
Maybe you need to set Latest Posts in one row (second below first)? That’s right?
I was actually thinking more along the lines of putting the posts in display as “Blog: Small Image” rather than just date and title. Ideally, I’d like a thumbnail and title if possible.
Hello!
Unfortunately it’s not possible at the moment. But we plan to implement Blog shortcode with big amount of settings in next updates.
Theme not updating!!!!! Just spent so much time building a page and then updated the page. Went back to finish it up and all the new work was not updated. Just spent the last hour remaking the page and when I hit update I lost all the work I just did to replace the last work. What the heck could this be. I am in th middle of transferring theme and making pages I cant have a big delay. What in the theme can be causing this.
I am not running any cacheing plugin on the site. It also seems that when I update the visual editor sometimes the change is not applied.
Please Help.
Hello!
Please send us your FTP and WP admin credentials using this form http://themeforest.net/user/UpSolution#contact , we will investigate.
Thanks!
Hi,
When I tried to implement the theme, I kept getting:
Unable to load the webpage because the server sent no data. Error code: ERR_EMPTY_RESPONSE
The site constantly gets that error and I can’t work on it at all. Error goes away when I revert back to Twenty Fourteen or any default theme.
I’ve tried uninstalling, reinstalling, upload through WP & upload through FTP, ZIP/UNZIPPED, all to no avail.
Please advise, could really use immediate help, thanks!
Hello!
Please send us your FTP and WP admin credentials using this form http://themeforest.net/user/UpSolution#contact , we will investigate.
Thanks!
First off, this theme looks amazing and is pretty intuitive. With that said, I activated the Woo Commerce and once adding demo content from the plug in, my menu is below the header and showing in the same area as page titles. How do I fix this. Thank you
Hello!
The reason is that amount of you menu items and your logo phisically not fit in header block.
We implement NEW different layout of the header (when menu will be below logo block) in next version in 3-4 days.
Now you can remove some of your menu items for correct display of the header.
Thank you for the quick reply.
Hi,
I’m having a small problem with naming my portfolio page. I’d like it to be /portfolio but if I try to call it that it gets changed to /portfolio-2.
The portfolio slug is something different (“portfolios”) and I’ve tried resetting the permalinks but nothing seems to work.
Thanks
Hello!
Most probably you already have page with such slug. Open your site home page, type ‘portfolio’ at the end of URL in address bar and hit enter – most probably you will see some page – go ahead and edit it or remove it and create now one with ‘portfolio’ slug.
Thanks!
Hi,
Thanks, you’re basically right – it was an old page in the trash. It wasn’t live so just gave a 404 if I tried to go to the page but was stopping the slug being used.
The selected portfolio slug does have to be different to the one used on the portfolio page though, is that right? If I make them both ‘portfolio’ then the portfolio page just shows the blog-style page. There’s no way I can have /portfolio for the portfolio page and then /portfolio/[portfolio-item] for the individual pages?
Thanks
Hello!
At the moment it is not possible because of wordpress core – it first check if URL matches slug and if it is – it disregards page’s contents and display portfolio in Blog style. We will check in future if we can implement this improvement with our theme.
If you have any other questions, please let us know.
Thanks!
Hi there,
Love the theme. How to make the theme “boxed” like in the demo?
Thanks in advance!
Hi!
Go to Appearance > Theme Options > Styling > Layout of the Theme and activate Boxed Layout there.
Cheers!
Thanks, I downloaded the theme update and I see it now 
Ok here goes a really newbie question but for some reason I cannot figure it out. How is the heck to we have the toggles or accordions not sure which ones, but have the first one not be open. So I have three accordions on our page and the first one is open, how do we make all three closed.
thanks
It might be helpful to have the shortcode on your example pages so we can see the visual and then copy that exact code. thanks
Ok so ten mins after posting this I found the answer. Thanks
Hello. I would like to overwrite the colors for the pricing tables. I have 3 pricing levels and I want each title area background to be a different color. I already have your child-theme set up and activated. I used the inspect element to find which classes control the color. When I overwrote it with the color I prefer, nothing happened. I assume the theme main color I have set in the admin is conflicting with this?
Hello!
Please provide link to your page with Pricing table and we can investigate solution. Thanks!
The link is http://www.thehotbox420.com/rsvp/
I’d like to make the first box green, second gold and keep the third box as it is. Thank you.
Hi!
Use following CSS code:
.w-pricing-item:first-child .w-pricing-item-title,
.w-pricing-item:first-child .w-pricing-item-price {
background-color: #07A058 !important;
color: #fff !important;
}
.w-pricing-item.type_featured .w-pricing-item-title,
.w-pricing-item.type_featured .w-pricing-item-price {
background-color: #F0D54C !important;
}
We will fix style overwriting at child theme in next updates.
Hi, I really love this template, one of the best I have worked with. I am wondering how I might be able to take advantage of the built in js smooth scrolling to make a one-page website with anchor tags? (like the “back to top” link that appears).
Would I use a and then go here?
That makes the page jump but not scroll… Any help with this would be really appreciated!
to clarify what I’ve been trying: <div id="here" /> and then <a href="#here">go here</a>
Hello!
We will implement possibility of smooth scroll and adding ID to subsections in next version in 3-4 days.
Thanks for your patience!