6351 comments found.
Hi Great theme but 2 questions.
1) Can we remove all titles from portfolio tiles? 2) Can we make the header taller on responsive mobile sites? We want more space on top and bellow the logo on mobiles. Have tried padding but does not work.
Thanks
Hello,
1. At the moment Impreza theme doesn’t provide such feature out of the box, you can hide titles with custom CSS code, append next code to Theme Options > Styling > Quick CSS:
.w-portfolio-item-title {
display: none;
}
2. You can install Header Builder addon, and create desired header layout using it.
Let us know if you have further questions!
Thanks for that also is there a way to hide a row on mobile sites only?
Hi Can see that but it hides on desktop and mobile. We just want the row to hide on mobiles
You can enable it for particular devices, please take a closer look.
Thanks!
Thanks for; ADDED: Turkish translation
Hello,
You’re the most welcome!
Dear Ladies and Gents, we just downloaded the version 3.5. But the Ultimate VC Addons Plugin is still version 3.16.6 instead of 3.16.7. How can we get the newest version? Thanks
Hello,
You should activate your Impreza license, and plugin will be updated via theme updater, you will see a notification in dashboard, take a look at this article to find out more.
Let us know if you have further questions!
Hi,
Q: Can I have different footer on every page? Q: Can I decide to show/hide footer area per page?
thx
Hello,
1. You can hide footer area via page options, and create it using Visual Composer elements, take a look at this screenshot.
2. Yes, you can also hide footer area via page options. By the way, you can check all theme features on this test drive server.
Let us know if you have further questions!
Is there a way I can use the default Visual Composer “Single Image” block versus the Impreza block. I need to be able to use custom image sizes and have the style options for circle, border, shadow, etc…
Hello,
At the moment Single Image element doesn’t provide these features, please vote for this feature request, and when it will receive many voices from other clients we’ll consider implementing them in one of the next updates. Also note that Impreza slightly modifies Visual Composer, take a look at this article to find out more.
Let us know if you have further questions!
Thanks for letting me know this.
I mean no disrespect and I appreciate the work you have put in to this theme but my recommendation would be to keep all visual composer elements the way they are and add your own single image blocks much like you see theme artists have their own “Add-On” pack for VC inside their theme.
I would think you would want to enhance a plugin and not strip essential features from it. Just letting you know my two cents as I have used a lot of well made themes in the past. You still by far have the best header customizer by far.
Thanks for the feedback!
Sorry, I didn’t add the link in my previous reply, please use next link: https://help.us-themes.com/impreza/plugins/vc/ to read about Visual Composer.
BIG BUG
Hello guys, there’s a bug when your try to embedded any content from Twitter now is not working, before it was working great. I think because Twitter uses: “blockquote” as part of their embedded content.
Since the last upgrade the embedded content from Twitter does not show images or videos only an ugly “blockquote”.
Thanks!
Hello,
Your question requires special knowledge possessed by our support team. Please create a ticket on our Support Portal so our developers could investigate the issue better.
Thanks in advance!
I love the theme, but I have a presales question: is it possible to create/activate a catalog mode for the woocommerce store?
Hello,
Yes, it’s possible, you can enable catalog mode with some 3d party plugin (like this one). By the way, you can check theme features yourself here.
Let us know if you have further questions!
Thank you for your quick answer! Yes, I already made a test website and I love the theme functions so far!
not able to align the slider as the demo provided on theme. need help
Hello,
Can you please be more specific, which exactly slider you’re taling about, can you share the relevant URL?
Thanks in advance!
inceptralifestyle.com here the homepage slider is coming after header “Home” while in demo provided the background of slider is coming from top even the top menu is coming above background slider. how can we get that.
Hello,
Open your home page in backend, and hide the Title Bar there, take a look at this screenshot.
Let us know if you have further questions!
but where this dropdown will appear? also if this title will be remove then will that background image start appearing from top?
Yes, please take a look at this screenshot.
Open this page in backend, and set header to be transparent, take a look at this screenshot. You can import this demo slider, find archive within /Impreza/demo-import/creative, and import it.
Let us know if you have further questions!
how can I get the google map working?
Hi.
I imported the demo BLOG, but I see that I need to watch it to import Revolution Slider “recent_post”. View web: http://www.aintzerga.com/
How I can download it?
Thank you.
Hi,
You can find demo sliders within /Impreza/demo-import/blog/ folder, just select needed slider, and import it.
Let us know if you have further questions!
ok thanks
Hi Guys, can I add the breadcrumb navigation into the portfolio items? thanks, Yusuf
Hi Yusuf,
Unfortunately, Impreza theme doesn’t provide such feature out of the box. Please create a feature request on our support portal, and when it will receive many voices from other clients we’ll consider implementing it in one of the next updates.
Let us know if you have further questions!
Hello. Is there an easy way to translate built in contact form field names? I am not using WPML because website will only have 1 language.
Hello,
You can translate form using POEdit software, take a look at this artcle.
Let us know if you have further questions!
What if my language is not listed there?
Edit: Never mind, I will try step 2 
Then you should edit default.po file, and save is in your language for to example en_US.po, then upload it and en_US.mo files into Impreza-child/languages folder.
Let us know if you have further questions!
Great , you are really great ! A question in ultila relase , the gallery photos added function can not find it . Where should I put the img . to have that type of gallery ?
Hello,
If you’re talking about new option which was added to default WordPress galery, then you can use Text Block element to add this gallery, take a look at this screenshot. Or you can just select Masonry Layout at Image Gallery element of Visual Composer.
Let us know if you have further questions!
Hello, Can I buy this theme and use on 3 different domains which are all owned by me?
Hello,
All licenses are per domain so you should purchase a license for every domain.
Let us know if you have further questions!
Is this theme compatible with WordPress 4.6?
Hello,
Yes, Impreza is compatible with WordPress 4.6.
Let us know if you have further questions!
I need to modify framework/templates/I-header.php to also include a menu. I have modified this and it works for testing, but it doesn’t seem like I can override this. I tried in the root child theme directory, as well as /framework, and /framework/templates. None of those child theme paths are loading the template. Any suggestions?
Hello,
This question requires special knowledge possessed by our support team. Please create a ticket on our Support Portal to:- follow the ticket to receive notifications about the answers;
- to provide additional information, if it will be requested there;
- continue discussion, if you have additional questions related to the ticket
Thank you, we look forward to serving you!
awesome theme loved it
Hi The word “Category:” appears before category name on the title bar. How do i remove this?
Thanks
Hi,
At the moment Impreza theme doesn’t provide such feature out of the box, you can remove this value with next script I made, append it to Theme Options > General Settings > Custom HTML Code:
<script>
jQuery('.l-titlebar-content h1').html(jQuery('.l-titlebar-content h1').html().replace('Category: ' , ''));
</script>
Let me know if it helped!
Yes it worked thanks!
I recently updated to the newest version of impreza. Now whenever I edit a page with a blog element the blog element thumbnails disappear. Can you please help.
Hello,
This question will require additional information from you, some of which may be private. Please send us a message via this contact form with the relevant URL, and your WordPress credentials.
Thanks!
Do not new version 3.5 for update download Themeforest?
Hello,
At the moment the latest version is 3.4.1, please hold 3.5 will be available soon!
Let us know if you have further questions!
Hi Team,
Pre sales question. What are the speed rankings for your theme, as I’m deciding which theme I will purchase based on the quality of the code and how well it’s optimised.
Thanks.
Hello,
There is no unique ranking, it rather depends on Media file sizes, and their quantity than on theme itself, you can run some synthetic tests yourself, using free online tools, also you can check theme features on this test drive site.
Let us know if you have further questions!