6351 comments found.
New issue: I can’t find the setting that determines what the main background image is on portfolio pages like Spyglass: http://impreza4.us-themes.com/portfolio/spyglass/
Hello,
Click on ‘Pencil’ icon, and apply needed color (one of predefined or create your own) at Row Settings also you can assign desired image there.
Let us know if you have further questions
I’m using XAMPP to build my website locally, and I can’t get Visual Composer to work on portfolio pages. Works fine on regular pages, but won’t even show up when editing portfolio pages. All I see is the raw code, like this:
animate="afl" animate_delay=""][vc_column_text]
Any idea what’s going on? 
Found the solution on this: go to Visual Composer > Role Manager > Post types > Change from Pages to Custom. It’s set to Pages by default, apparently.
Hello on my website I created a blog page and when I click on the menu to get to the blog address is correct: www.mywebsite.com/blog/ but if I click on the title of the article to read it around the word blog disappears and address becomes www.mywebsite / artcile-name / How to keep the blog word in ardresse? Thank you
Hello,
At the moment the Impreza theme doesn’t provide such ability out of the box, you can try to accomplish that with next code, I made for you, append it functions.php file within your child theme:
add_action( 'init', 'my_new_default_post_type', 1 );
function my_new_default_post_type() {
register_post_type( 'post', array(
'labels' => array(
'name_admin_bar' => _x( 'Post', 'add new on admin bar' ),
),
'public' => true,
'_builtin' => false,
'_edit_link' => 'post.php?post=%d',
'capability_type' => 'post',
'map_meta_cap' => true,
'hierarchical' => false,
'rewrite' => array( 'slug' => 'blog' ),
'query_var' => false,
'supports' => array( 'title', 'editor', 'author', 'thumbnail', 'excerpt', 'trackbacks', 'custom-fields', 'comments', 'revisions', 'post-formats' ),
) );
}
Having done that go to Settings > Permalinks, and click on ‘Save Changes’ button.
Let us know if it helped!
Works fine ty
Hello Up-Solution.
I like Impreza, I´m now checking all its features. Some presale questions:
1. Is it possible build this layout (fullscreen featured image)? http://goo.gl/yEy93m
Thank you
Hello,
At the moment the Impreza theme doesn’t provide such feature out of the box. You can select modern or trendy post format. You can create similar layout using custom CSS code, for example for modern format append next code to Theme Options > Styling > Quick CSS:
.for_blogpost.preview_modern{
height: 100vh;
}
Let us know if you have further questions!
Hi, great theme! I need your help. When using WPML I had a need to display different logos in different languages. It is impossible to do. In the admin I switch to English for example and changing the logo, and it changes in all languages. Help me please. The same is true of the free-field from the top, where the phone and email language switch can be in only one language to make an inscription.
Thanks for the help.
Hello,
Please read this reply: Is it possible to set different logos for different languages using WPML?.
Let us know if you have further questions!
Wow, thanks for the quick answer, I’m sorry to trouble you, I forgot about the documentation.
Hi
Maybe this is the question out of topic, if you don’t mind kindly to response
When I check your VC Page Builder plugin the Feature of Content Tab is like this :
http://snag.gy/98Uea.jpgIn red box : Blog & Portfolio Grid is to be my concern
I knew this plugin is bundled with Impreza theme
But when I bought VC Page Builder plugin as stand alone the feature of Content Tabs is like this :
http://snag.gy/aTiQp.jpgthe feature Blog & Portfolio is disappear and shows Post Grid & Post Mansory Grid
And the setting Blog with Mansory mode is like this :
http://snag.gy/v9wSH.jpgand the result like this :
http://snag.gy/AvFI2.jpgwhile setting Post Mansory Grid like this :
http://snag.gy/M8kVh.jpgThere is no disable excertp, no show date & categories and the result like this :
http://snag.gy/zbKgm.jpgsmall picture, show excerpt, no date, no categories very different with feature Blog on your VC plugin
My question is which type VC Page Buider plugin did you bought that have feature Blog & Portfolio Grid? I really need Portfolio Grid also
Many thanks for your response
Hello,
We used regular Visual Composer plugin, but Impreza theme slightly modifies the original plugin. Because of that, some settings or elements of the plugin may differ from the original version. Original version doesn’t have Portfolio Grid and Blog elements because they were made by our team so they will appear in the list of elements only with activated Impreza theme. Have a look at this reply.
Let us know if you have further questions!
Hello, i see an update is available, yet i do not see the update being pushed to my admin? I have my username and api key in there, any idea why i cannot update to current theme? thanks
Hello,
This question will require additional information from you, some of which may be private. For your convenience, we moved your question to support forum. Please subscribe to its notifications, and provide credentials via private reply (URL, admin username and password)
Got it done thank you, is there a way to get rid of <style id=’us-theme-options-css’ type=”text/css”> in the head?
Hello,
This files used by Impreza for proper styling, you can write CSS code directly into document, then this link wont be written, go to Theme Options > General Settings, and disable ‘Theme Options CSS File’ option there.
Let us know if you have further questions!
Just updated the theme – had to go back to the old one. When I say an image should be centered (if I put it in a text-field), it’s not being centered.
Got a screenshot. http://realkreditkonsulenten.dk/screen.pngJust so you know!
Hello,
Thanks for the info! Unfortunately, we can not reproduce that bug, Images were centered as expected. Try to completely delete Impreza, and install the latest version 2.9, downloaded from Themeforest.
Let us know if it helped or create a ticket on our support forum (because it will require private information from you) so we could investigate the issue deeper. Thanks!
Ok I’ll try to figure out a solution. 
Hello,
Go to Theme Options > Blog Options, and enable ‘Related Posts’ option there.
Let us know if you have further questions!
Yes I switched it but it related posts not active on site.Should i set related tags in post, so it shows, or how related posts work in theme
Yes, they depend on tags so you should assign tags to your posts to make that block appear.
Let us know if you have further questions!
Thanks a lot 
Hi!
I am in the process of building a site with Impreza but will need to make some CSS adjustments and I am hoping you can point me in the right direction or let me know if these things will be possible…
1. With the submenu you have an option for 5 columns, we need 6, how difficult would this be to achieve?
2. Also with the submenu – I read that you can add icons…we have our own icons / images created, is it possible to use those or is it strictly Fontawesome stuff?
3. With the submenu icons I couldnt see an example of where they are situated, do you have a link to this? Our design calls for them to be above the menu, just trying to work out how much tweaking I am going to have to do for this.
4. We need to add a couple of buttons and text on the right hand side of the social icons in the top bar, what would be the easiest way to achieve this?
5. We also need a phone number between the menu and the top bar on the right hand side, what do you think the easiest way would be to achieve this?
Thanks heaps for your time!
Hello, This is a complicated question, good one for our smart guys from our forum support team. To reduce your waiting time I created special ticket there. By the way, for the best support experience in future, it is better to create tickets there instead of the comments here. If you need my further assistance, please let me know!
Hi, one question: if I would buy this theme, how could I change the icons? For me your icons are too round, e.g. the star … I like it more angularly and thinner. If I find such a new icon set – is it possible to change it? Thank you:).
Hello,
At the moment Impreza theme provide native support for Fontawesome icons and Material Design icons out of the box, however you can upload extra icons, or even implement your own in case you’re familar with CSS. I’d recommend to testdrive Impreza, and all its features before purchasing.
Let us know if you have further questions!
This is 404ing my page because it is well… not there… /wp-content/uploads/smile_fonts/Defaults/Defaults.css?ver=4.4.2 , can you make this available for me to download somewhere please. Thank you. I am using Impreza theme with the VC package. Please, just make it available somewhere… thank you.
Hello,
I uploaded this archive for you, extract it and upload into /wp-content/uploads/smile_fonts/ folder.
Let us know if you have any further questions!
Hi There, two Quaestions:
I. why is Imprezza still not compatible with buddyPress? I wait 1 year of this support.
II. I see you forum page on: https://help.us-themes.com/impreza/tickets/ How can i do this Tabs on the top (ALL, Bugs, .....)
Thank you.
Hello,
1. Please create a Feature Request on our Support Forum, and when it will receive many voices from other clients, we’ll consider implementing this feature in one of the next updates.?
2. Our Support Forum was made without using Impreza theme, most similar element is Tabs so you can use Tabs in your project.
Let us know if you have further questions!
Hi I can’t find how to translate the word “All” in portfolio filtering, I use this them for only one language and I don’t want to install WPML and string translation
Hello,
You should use POEdit software to change this value, have a look at this article. If you only want to change ‘All’ value, append next code, we made for you, to Theme Options > General Settings > Custom HTML Code:
<script>
jQuery('.w-portfolio .g-filters-item:first span').html('new value');
</script>
Let us know if it helped!
Hello, I just received an email that version 2.9 of Impreza is available. At the moment I’m using version 2.6. Will the update of the new version go without having problems? Or do I have to change things afterwards? I’m using a child theme of Impreza. Just to be sure.
Thanks in advance!
Hello,
There shouldn’t be any problem, in case you didn’t override theme files, anyway I’d recommend to make a backup before updating to be in safe.
Let us know if you have any further questions!
Dear UpSolution-Team,
is there any Solution to create only one Background Image for more then one Content-Element in the Visual-Composer?
I need to use some different Grids but i want them to have the same Background image. Right now, the grids use everytime their own BG-Image and i dont want to use just a Background-Color
Is there something to do like a “wrapper” with BG-Image in HTML, where i can insert all my Grids? Or can i insert a grid into another grid?
Hope you can help me 
Hello,
This is a complicated question, good one for our smart guys from our forum support team. To reduce your waiting time I created special ticket there. By the way, for the best support experience in future, it is better to create tickets there instead of the comments here. If you need my further assistance, please let me know!
Hi Can you tell me why this is popping up? http://awesomescreenshot.com/0955o3v33f
Thanks
Hello,
Please read this article, this is a window to start migration process, most probably you updated the theme from previous version 1+ so you should migrate using this manual to version 2.8.1. Don’t forget to make a backup before making any changes to be in safe.
Let us know if you have further questions!
Hello,
I bought this theme 5 months ago and I used it for my blog (http://themarketingtimes.net/).
Now I want to close my blog and open a new blog, using another domain. So, my question is this:
If I close finally my old blog (and I don’t reopen it anymore), can I use my bought license for my new blog on the new domain?
About my question, I found a discussion on themeforest at this link:
http://themeforest.net/forums/thread/1-regular-license-2-websitesdomains/155274I read that:
“If the theme is used on “A website/domain” for testing purpose then that same theme can also be used on “B website/domain” for production. But make sure to completely uninstall/delete the theme from “A website/domain” once the testing is done.”
And:
“In short, only one site/domain should be live (online) in case of one Regular License.”
So, can you confirm that I will able to use my license only for my new blog once I have deleted my old blog?
Sorry if ask you this question, but English is not my mother language, so I want to be very sure that’s possible.
Thanks in advance
Alessio
P.s. Sorry for my bad English, I’m trying to learning it
Hello Alessio,
In your case you can use Impreza theme on other domain if you completely deleted Impreza theme from other domain. So yes, we can confirm that.
Let us know if you have further questions!
Ok, very good. Thank you very much for your reply! 
how do i reset settings back to “manufacture” settings?
Hello,
Can you please be more specific, which settings you’re referring to?
Thanks!
hi- i would like to present all of the setting back to the original settings…of the theme
Go to Impreza > Theme Options, and click on ‘Reset Options’ button, I’d recommend to create a backup before making any changes to be in safe.
Let us know if you have further questions!
i have done it…before…next question…so…i must add side bars to add widgets to the side (left or right) and to the footer?
There are predefined sidebars available (at Appearance > Widgets), to add desired widgets into footer area just place them into corresponding sidebars there, also you can create a sidebar at Impreza > Sidebars, then assign needed widgets to it, having done that you can assign this custom sider to particular page.
Let us know if you have further questions!
Hi Is it possible to put mast menu area on center logo header option or is it only available for one header layout. Thanks
Hello,
Please provide more detailed description, what exactly do you want to achieve?
Thanks, waiting to hear from you soon!
I would like to put an additional menu and social links above header
Hello,
At the moment the Impreza theme doesn’t provide such ability out of the box. Good news: we plan to implement Header Builder in one of the next updates within 6-8 weeks so you will be able to build such layout.
Let us know if you have further questions!