6337 comments found.
Hello! A pre-purchase question: The theme is compatible with plugin Dokan in relation to the list of pages and store and control panel?
I leave the link plugin: https://wedevs.com/products/plugins/dokan/
Thank you in advance for your attention.
Hello,
At the moment Impreza theme doesn’t provide native suppport for Docan plugin, we recommend to check its compability with Impreza theme on our testdrive server.
Let us know if you have further questions!
Hello, I would like to know how to add google adsense in the CONTENT of single.php and page.php, Here’s how I do but it does not work
Bonjour, je voudrais savoir comment ajouter google adsense dans le CONTENT de single.php et page.php
Voici comment j’ai procéder mais ça ne marche pas
(Single.php)
<?php defined( ‘ABSPATH’ ) OR die( ‘This script cannot be accessed directly.’ );
/** * The template for displaying all single posts and attachments * * Please do not overload this file directly. Instead have a look at framework/templates/single.php: you should find all * the needed hooks there. */
us_load_template( ‘templates/single’ );
////Google Adsense////
<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script> <!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!
Just purchased. I see where there are options to add phone, email, social, and one custom item to the top bar. Is that it? How do I tell it which side each one goes on? How do i set colors, sizes of fonts, etc?
I need the phone number bigger and bolder. I need social on the left and phone on the right.
This is definitely not as customizable as led to believe in selling points. These things should be easily changed in settings rather than having to use CSS.
Hello,
Thanks for the feedback! I recommend to cretate a Feature Request on our Support Forum with your suggestions, and when it will receive many voices from our clients we’ll consider implementing new features in one of the next updates. At the moment Impreza theme doen’t provide such ability to implement such layout you want out of the box, but we have a good neews: we plan to implement header builder in one of the next updates (within 6 weeks) so you will be able to customize header area you want.
Let us know if you have further questions!
Is there anyway to change the header menu. So the the home page menu is on a bunch of pages and then you have one page with a different menu in the menu section?
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!
Thanks for the link. I knew it might not be easy. But you guys are the best!
I recommend to leave a reply on our forum if you need our further assistance with this task.
Hi! How do i remove the comment box?
Hello,
Can you please be more specific, which comment box you’re talking about? If you want to disable comments for regular pages go to Theme Options > General Settings, and disable ‘Page Comments’ option there. If you want to disable comments for posts entirely you can achive that with 3d party plugin like Disable Comments.
Let us know if it helped or if you need further assistance!
Hi please i need help I want to buy the theme but i don’t know how i can buy a specific color. can you help me with more information about that. and if i buy it do i will get all the demo features which they are 7 features or just one??
Hello,
All these colors, and features are included so you can select the desired one at Theme Options > Styling. We recommend to testdrive Impreza, and all its features here.
Let us know if you have further questions!
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!