6351 comments found.
Hi, i was fiddling a bit with he demo and i really like the layout and custumization options on your theme. I have one question, is it possible to create a portfolio, and to have only the categories as a link in the portfolio grid ? I really like the different mouse-overs you have there. Or can you achieve the same by just importing an image ? and linking the image to a page
Hello,
You can add any link to your portfolio item take a look at this article, you can check all theme features yourself on this test drive server.
Let us know if you have any further questions!
What i meant was. I want to create 5 portfolio categories and the grid display 1 image from each categorie, or the categorie image instead of random images. Is this possible ?
You can create a separate cetegory for these items, add a custom link to each item via Portfolio Tile Options, add these items via Portfolio Grid element to desired page, so yes, it’s possible.
Let us know if you have further questions!
I would like to get a widget in the topbar( header)
this is the widget “[tp widget=”flags/tpw_flags_css.php”]”
is this possible and if so how
Hello,
You can add this shortcode using Header Builder addon, via Custom HTML element.
Let us know if you have further questions!
It works but… is shows a dropdown menu instead of the flags
is there a way to hard code it into my child theme?
or place the php somewhere
<?php if(function_exists(“transposh_widget”)) { transposh_widget(array(), array(‘title’ => ‘Translation’, ‘widget_file’ => ‘flags/tpw_flags_css.php’)); }?>
Hello,
You can add your code into child theme, but it will behave absolutely the same, I just checked that on my local environment. This issue rather related to your 3d party plugin, please contact Transposh support team they should provide a solution for you.
Let us know if you have further questions!
can you tell me where to place the code?
add_action( 'us_before_canvas', 'childBeforeCanvas' );
function childBeforeCanvas() {
if(function_exists("transposh_widget")) { transposh_widget(array(), array('title' => 'Translation', 'widget_file' => 'flags/tpw_flags_css.php')); }
}
Dropdown will appear above the header.
Let us know if you have further questions!
you are right same thing.
however they do show up as flags in the footers widget
This issue rather related to 3d party plugin than to Impreza itself. Please write to support of your 3d party plugin, they should provide a solution for you.
Let us know if you have further questions!
http://transposh.org/tutorial/widget-showcase/
Hi,
Great, thanks for sharing!
hello your theme is very interesting but my problem is that I created a wordpress site with the theme IMPREZA ONE PAGE but when a user filled out the contact form I receive the message with the indication in English, for example:
New Message from monsite You have received messages from X. jerome (Email: jerome@yahoo.com) wrote: Hello
I would like this message to be in french please help me cordially.
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!
Hi! Is it possible to activate it to use other features, but on a dev.domain, we are putting it together and it wont go live until everything done, but cant use features like this
Hi,
You can activate your license on a dev domain, when the work is done you can deactivate license here, and activate it on your live server.
Let us know if you have further questions!
Hello
We hope you are well.
Currently We are working in Videohive, But we like to start working on web design too.
We have a question about making wordpress themes.
How long does it take to create a wordpress theme like yours ?
And how long does it take to be professional in creating wordpress themes?
Many thanks for your time.
Best Wishes,
Digiphic Studio
Digital Graphic Productions
http://www.digiphic.com
https://videohive.net/user/digiphic
Hello,
From scratch it can take about 2 months, but it’s neverending process, you should constantly improve your products to achieve good results.
It’s also neverending process you should learn something new every day, to become a good developer it can take about 5 years of coding.
Let us know if you have further questions!
Can the header builder activate on multiple domains? It’s very difficult to update without the opportunity to test on a dev site.
Hello,
All licenses are per domain, so you should purchase a license for every domain, unfortunately, you can’t activate Header Builder if the license isn’t activated. You can activate license on your dev domain, and when the work will be done deactivate license, and activate it on your live server.
Let us know if you have further questions!
Thank you! Your support is the best around.
Hello Team!! I need to know if Visual Composer is included with the license?
Hello,
You don’t need a license for Visual Composer because it came bundled, it will be updated via theme updater (so there is no separate Visual Compser license).
Let us know if you have further questions!
Is it posible to make a mega menu with images?
Hello,
At the moment Impreza theme doesn’t provide such feature out of the box, you can try to find some 3d party which will do such a thing, or you can hire a developer to implement images with custom code.
Let us know if you have further questions!
Thanks for quick answer. Another question – how can I remove sidebar from single product page in woocommerce?
You can disable it via Page Options.
Let us know if you have further questions!
Hi, is it possible to display the search widget above the menu instead of under the menu? I have chosen the header layout with left menu. Thanks a lot.
Hi,
Yes, it’s possible, you should install Header Builder addon, and create desired layout using it.
Let us know if you have further questions!
Hello,
Can you please let me know why my “Categories” are not responsive?
http://www.entuespacio.com/category/tecnologia/When i open a category on my iPhone, iPad and iPad mini i can see that my categories are not responsive. But everything else is.
Thanks!
Hello,
Please update Impreza to its latest version 3.4.1, it should resolve responsive issue.
Let us know if you have further questions!
I’m glad i found this BUG.. I’m the BUG Hunter now.
Hello All,
I’ve just build my first wordpress site when I ran into a problem I just can’t find the solution for. I need to have text areas over my background image. They should be dark and transparent with light text on it.
These text areas should always be at the bottom of the background image and I would like to choose a horizontal position (either left, centered or right) on different sub pages.
Is this possible to create in Visual Composer or would I have to write CSS styles/HTML code for this – and if yes, how and where would I include the code in Visual Composer.
Here comes a link to what I’ve got by now: click to my site
Thanks for any help guys
Chris
ok – I’ve got the background half transparent working by using an element named content box and setting the background color to black and transparency to 50%. Preview showed that it worked. But then, a few steps later, content box settings of background color and padding went back to clear – I couldn’t get VC saving the background color and padding value anymore.
Still no solution found to position my content box to that place on the (row) background image where I want it.
There should also be a way to set a max content width working without custom css, shouldn’t be?
That’s what I wonder all over the place – I do not see ways to set positions and to set width/height to a max value.
Am I missing something – besides a clue
?Chris
UPDATE:
I’ve got the background of my content-box opaque by creating a class which has an opaque:0.5 tag in my custom css and adding this class to the text/content-box (no matter which one I put it in – it works – so I got rid of the content-box and only using text-box now).
However, the white text in my box has become transparent/opaque too – this is not what I want, I want the text clear white
Any idea on this?
Chris
UPDATE 2: Transparent box and non-transparent text in it has been solved.
I had to use background: RGBA (0, 0, 0, 0.4); instead of opaque:0.4; in my CSS
Now I’m sitting over the positioning problem: I want the transparent box sitting at the bottom right of the background image. No success with CSS yet.
Here is what I have in my CSS right now:
.outside { background: rgb(85, 85, 85); /* Gray – Fallback for older browsers without RGBA-support */ background: rgba(0, 0, 0, 0.4); padding:14px 30px 14px 30px; position:relative; }
.inside { position: absolute; right: 2px; bottom: 2px; }
Hi Chris,
This question requires special knowledge possessed by our support team. Please create a ticket on our support portal with detailed description so our developers could assist you.
Thanks in advance!
Hello,
I’m using Impreza(Version: 1.9.6). Sticky header is not working in mobile. There is an option -Disable Sticky Header at width: I’ve set it to 300px, so it should enable sticky header till 301px, but its not working.
Please help me ASAP to have sticky header in mobile & tablet view.
Hello,
You should update Impreza to its latest version 3.4 using this manual, then activate your license in order to receive update notifications, and to use premium addons. Don’t forget to make a backup before updating to be in safe.
Let us know if you have further questions!
Hello guys,
I’ve changed my previous theme (Sahifa) for your lovely “Impreza” and i have no regrets for that great decision.
Now, there’s a glitch on how your theme loads videos. Right now it loads the video (YouTube and others) with a width of 100% and height of 844px that’s to BIG (the height). I fixed that with custom CSS. Also your MP4 player it’s a little glitchy, it wont go width of 100%, you can see your MP4 video here:
http://www.entuespacio.com/the-superbook-transforma-tu-smartphone-en-una-laptop/Take the moment to fix this in your next update, so far i have no complains for your theme.
Thanks!
One more thing…
Is it possible to change the layout of the articles without modifying the code, something like:
1.- Title 2.- Date, Author and Category 3.- Featured image 4.- Article 5.- Tags
Right now by default your layout is:
1.- Featured image 2.- Title 3.- Date, Author and Category 4.- Article 5.- Tags
I just don’t want to edit a php file all the time there’s an update.
Thanks!
Hello,
This question requires special knowledge possessed by our support team.
Please create a ticket on our support forum, provide your WordPress credentials via private reply there so we could investigate better.
Thanks, waiting to hear from you soon!
Hi Guys – great theme!
Im almost finished my site but am now stuck.
I want to create a page where users register and give 4-5 pieces of data.
Its purely for data capture not to enable or restrict any functionality.
Please can you advise if this is possible out of the box? If not, please could you suggest a plugin?
Also, could you advise on how to implement “buttons” that enable me to have three or four horizontal buttons?
Many thanks Ben
Hi Ben,
1. You can use built-it contact form element if it won’t suit you can try using Contact Form 7 or Gravity Forms plugin to receive clients data.
2. Can you please provide more detailed description, so we could better understand, most probably you can use regular Button element added into separate columns.
Thanks, waiting to hear from you soon!
Hi there – my requirements have changed slightly now….
Ref point 1 – I am looking to create a secure area where the user of the site can register (using a username/password or Facebook login) and provide a set of data e.g. name/email/date of birth etc.
I want to be able to either report on that data or export to a CRM (most likely VTiger) or an email campaign tool like mail chimp.
The registration will be optional and doesnt impact on how they might use the site at all.
Ref point 2 – The buttons in the theme at present are pretty limiting. Is there a way i can DM you a link/screen shot of what i have created?
The dual button option doesnt give very much in the way of customisation or placement control and is limited to two buttons. The special buttons are great for single buttons but dont work so well for multiple buttons especially if you want to line them horizontally under one image.
Thanks again, Ben
Ben,
1. Impreza doesn’t provide such feature, you can hire a separate developer to implement it for you.
2. Please create a ticket on our support portal so our support team could provide a solution.
Thanks in advance!
Thanks – ill check out the support for the buttons,
Ref point 1 – can you recommend a membership login at all?
Hello,
Unfortunately, we can’t recommend any particular solution, because we didn’t test their compatibility yet. You can try to find some 3d party plugin which will do such a thing (some membership plugin), usually there are plugins almost for everything.
Let us know if you have further questions!
Hello. How can I get a border around a inner row or a column. Impreza never saves the color of borders or border style in the design options. I just need a border around a group of icon boxes and an action button to make it look like 1 unit. Thx – and have a great weekend. Chris
Hello Chris,
Please make sure you added all required values at Columns Settings, take a look at this screenshot.
Let us know if it helped or if you need our further assistance!
It worked – thank you – I just did not understand that you have to set the border width in the grid instead of setting it in the option border radius, which is something different I know now – my fault.
Hi I love your template and intend to buy it, but I would like to ask you something. I seen a template called “healthcoach” that has very interesting features. I wonder if it would be possible to implement them in its magnificent template.
- Coming Soon: (http://healthcoach.stylemixthemes.com/coming-soon/)
- Error 404: (http://healthcoach.stylemixthemes.com/404)
You have an incredible template, but it would be great to add more features. A greeting!!
Hi,
Thanks for the feedback!
You can create such coming soon page via Visual Composer, and set it to be your home page at Settings > Reading. Unfortunately, Impreza doesn’t provide such feature to customize 404 page out of the box, however you can try to find some 3d party plugin which add an ability to use regular page as a 404 page, and build it via Visual Composer also. By the way, you can test all theme features yourself on this test drive server.
Let us know if you have further questions!
Hi there, does your theme also have ‘expandable sections (rows) like these guys here? http://demo.qodeinteractive.com/bridge/expandable/ thanks in advance
Hello,
Yes, there is Expandable Section element available, you can check all theme features yourself on this test drive server.
Let us know if you have further questions!
Hello I have just updated WordPress to the newest version 4.5.3, I’ve purchased and updated the theme Impreza to version 2.7. But my Visual Composer does not work anymore, it doesn’t load the page. It seems that de plugin is updated, cause I can’t find any updates for it.. but I think it’s not the latest version, it’s version 4.9.1 What could be my problem here? Any fix for this? I never used my support (6 months) but now 7 months later I do need your help. Thanks in advance!
Hello,
The latest version is 3.4 at the moment, please update your theme using this manual, don’t forget to make a backup before updating to be in safe, having done that activate your license in order to receive further notifications , and use premium features, take a look at this article</>.
Let us know if you have further questions!
Wow now I feel stupid haha, thanks! It was so easy, I’ve updated the theme with my api key and then more updates were visible.. I’ve updated everything and activated my license.. all is working perfect! Thanks and have a great day! 
hi how can I activate the theme on my localhost test server
without losing the possibility to active it on the real domain
Hello,
All licenses are per domain so you can activate license only on one domain at the same time. In this case you can activate license on a localhost, when the work will be done deactivate your license here, and then activate it on your live server.
Let us know if you have further questions!
Quick question here, It’s These theme compatible with Select2 latest version? If not, any idea when it’s going to be? Thanks in advance.
Hello,
At the moment Impreza doesn’t provide native support for Select2 out of the box, you can check its compatibility yourself, if it won’t work please create a feature request on our support forum, and if it will receive many voices from other clients, we’ll consider implementing this feature in one of the next updates.?
Let us know if you have further questions!