Discussion on Impreza – WordPress Website and WooCommerce Builder

Discussion on Impreza – WordPress Website and WooCommerce Builder

Cart 118,641 sales
Recently Updated
Well Documented

UpSolution supports this item

Supported

This author's response time can be up to 2 business days.

6337 comments found.

Hii!

I would like to have my loog overlapp the slider like this: http://s30.postimg.org/ftrqrgusg/logo_overlapp.jpg

How would this be done?

Cheers,

Actually now I am having an issue when I scale the browser to mobile size the logo scales funny. Resize it to mobile and take a look at the logo to see what I mean. http://goodwynsgoodworks.crewmenstax.com/ How can I fix this?

Please add following code instead of your previous:
.w-logo-link {
    overflow: visible;
}
.w-logo-img {
    height: 250px !important;
    max-height: none;
    max-width: none !important;
}
@media only screen and (max-width: 479px) {
.w-logo-img { height: 150px !important; }
}

You are awesome, thank you so much!

Hi there.

I’ve installed your Impreza theme and love it!

One thing I don’t like is that when the home page is loading, it shows a section of the page below the slider first…and then loads the slider.

I’m sure it’s just that the slider is taking longer, but I’m wondering if there is a solution (even a hack) that would prevent this from happening…

Here’s my site: http://sugarwordpress.com

Thanks!

Jason

Hello!

Sorry, but we not yet find any solution for this issue. We will notify you when we find it.

Thanks for your patience!

Hi! How do i get the contact form in Dutch language?

Hello!

We have created small guide on translation, please check it here: http://us-themes.com/docs/wp/Impreza/#!/translating_impreza . If you have any further questions, please let us know.

Thanks!

Just purchased your theme and love it! Quick question: was wondering how to make the page boxed?

Hi!

You can switch your site to Boxed layout, but not separate page. Go to Appearance > Theme Options > Styling > Layout of the Theme and activate Boxed Layout there.

Cheers!

hello

I hesitate to purchase this theme I got several questions :

- is it possible to use the wordpress blog feature to create a news section AND an article section with 2 differents layout ?

- is your theme compatible with the mailchimp plugin (http://wordpress.org/plugins/mailchimp/) ? will the form use the design from the theme ?

- is your theme compatible with the eventbrite widget integration (iframe) ?

- is your theme compatible with the event-organiser plugin (http://wordpress.org/plugins/event-organiser/) ? will the design from the theme be apply on this calendar ?

thanks in advance for your answers !

Hello!

1. At the moment it’s not possible, all blog posts will be display in all blog layouts simultaneously.

2. We not tested compatibility with this plugin, but we plan implement support for MailChimp plugin.

3. 4. We not tested compatibility with these plugins.

And one more thing,

I made one-page out of impreza theme. I have all things on one page (HOME)

How can I make slide menu, If I click to “Portfolio” -> it will scroll me down to portfolio Section. Is this possible?

If not, is there a solution to this?

Thank you for your time.

Hello!

At the moment it’s not possible, but we will add this feature in next version in 3-4 days.

Thanks for your patience!

Ok, thank you for implementing it :)

Hello,

I wish to have perfect circle on Team Member picture, how can I do that?

Now I have some wierd circle (shape of an eye).

Thank you.

Hello!

You need to set square images for all Team Member elements. Sorry about this inconvenience. You can create square of your original image via any grpahic editor or online service.

Ok, sorted it out, thank you.

Hi there! just purchased your beautiful theme. Not sure if i did a dumb thing when i updated my WP to 3.8.1 since i can’t get the Theme to show what so ever.

then, Can’t install the Slider Revolution plugin. The install works fine but when trying to activate you get a error:

Revolution Slider Error:fetch – Table ‘usera_se.usera_serevslider_css’ doesn’t exist

Query: select * from usera_serevslider_css where handle = ’.tp-caption.impreza_white_huge’

Do i manually have to create a table to get that plugin to work?

Is this cos of the wp update or something els? if it is the WP update, when will the theme be updated?

Thank you in advance!

Hello!

I would suggest following: remove plugin’s folder using FTP, get latest Impreza archive from ThemeForest, unpack it, find revslider.zip in vendor/plugins/ subfolder of theme’s folder, unpack it and upload contents via FTP – this should help. In other case, please send us your WP admin and FTP credentials using this form http://themeforest.net/user/UpSolution#contact – we will investigate and provide a fix.

Thanks!

Wonderful theme; very happy with it! Thanks for the great design work.

One annoying thing stands out, is thankfully something you could easily fix in the next version…

We cannot easily set the root portfolio page slug to be the same slug as our custom portfolio slug. I know this is an old WP issue (not worth discussing), but you can help work around it by making a small change…

Simply wrap the ‘create_posts_types()’ method located in ‘post_types.php’ with the following conditional:

if ( ! function_exists( 'create_post_types' ) ) :
create_post_types(){
etc.
}
endif;

With that, ‘create_posts_types()’ becomes pluggable-friendly and we child theme devs don’t have to resort to the very-performance-unfriendly solution of unregistering & reregistering the portfolio post_type just to get a consistent root portfolio URL.

OR make the ‘has_archive’ variable in ‘register_post_type()’ exposed to the existing $smof_data customization panel? Or just change the value from ‘true’ to something more useful like:

$smof_data['portfolio_slug']) . '-archives'
or similar would quickly re-solve the above issue.

Please add either of the above changes to the next release? Prefer not to edit the parent theme myself for such things as it makes upgrades more time-consuming.

Thanks again for the great theme.

Hello!

Thanks for your feedback! We will go with first solution. Will include it in next update.

Cheers!

(delete this please; i forgot to tick the checkbox)

Hi there :)

www.oakdenes.co.uk

Just a quick question, I think the homepage revolution slider is not having much of an impact on my site as there is a large white block which is above. Is there any way that this block can be transparent or even removed so that the menu overlaps the revolution slider? See evernote screenshot below. An example of a site which has the logo and menu overlapping the slider is:

http://www.tchsalsa.co.uk/salary-sacrifice-car-scheme/ http://www.evernote.com/shard/s25/sh/4c54d718-61b5-4fb3-8c1a-8619b5e3a1e5/0ebcf8af859dc680763f5cc15d7cfda6

Fowzie

Hi!

Add following CSS instead of my previous:
.l-subheader.at_middle, .l-subheader .w-nav-item.level_1.current-menu-item .w-nav-anchor.level_1, .l-subheader .w-nav-item.level_1.current-menu-ancestor .w-nav-anchor.level_1 {
    background-color: transparent;
    box-shadow: none;
}
.l-canvas.headerpos_fixed.headertype_extended .l-main {
    padding-top: 36px;
}
Cheers!

Hi there, sorry to bother you about this, but having been staying upto date with your latest updates…I’ve lost the transparency…I didn’t want to say last time but it did work, but the vertical blocks from the hover were still appearing. Everything else is perfect…just need help with the above…

Once again, to confirm, I would simply like the top menu portion to be transparent so that I can create a revolution slider which goes all the way to the top…it would be amazing..

http://www.evernote.com/shard/s25/sh/1988a1c8-8bea-47b7-b971-a1c513d22bf5/f33ffc24799f23015cc4ca49657fa1b5

Hello!

According to numerous requests from our clients we moved our official support to a separate forum, located at: http://us-themes.com/support/
Please register at the forum and create new topic with your issue at corresponding theme’s section. A member of our staff will answer you there.

PLEASE NOTE: we won’t provide support by this comments page or email anymore.

Sorry about this temporary inconvenience and thanks for understanding!

Hi there, I am developing a site on my local drive with MAMP. All of a sudden and without a reason, I can think of, the website is blank with the exception of the different rows as shown in the screenshot. http://www.ambienteitaliano.de/wp-content/uploads/2014/02/Screen-Shot-2014-02-10-at-12.17.50.png Thanks

Any Idea??

Hello! Our competent developer will answer you a bit later. Thanks for your patience!

Hello!

Are you using latest version of Impreza? Unfortunately we can help only if we see the live site (even if it is in subfolder or subdomain of any existing site or just and linked IP-address) – screenshot does not give enough information.

Please let us know if this issue continues on any hosting we can take a look at.

Thanks!

Hi I have the Impreza Wordpress theme and have a question to ask, could someone out there help me please?

Q. Impreza is a great theme, but every time i view it on a mobile device it come up in code, lists of code. you can view it at www.mintoctopus.co.uk But looking on the computer its perfect! what do i need to do to make the mobile device work for viewing the website?

Many thanks and Kind regards

idavies Mint Octopus

also on the bottom of the page on the mobile it says ‘Proudly powered by WordPress :-)’ how do you take this information off?

many thanks Idavies

Hello!

Firts of all you need to update your theme to the latest version 1.2.2. Read 2 question for more info at: http://us-themes.com/docs/wp/Impreza/#!/f_a_q

I your mobile issue persist please provide screenshots with it. Thanks!

Upgraded to 1.2, and lost most of my styling colors settings again. Strange thing is that upgrading to 1.2.2 went without a glitch.

I still recommend a way to save one’s own color schemes. Also, where does Impreza saves the backup for the Theme settings? I cannot find it in the Theme folder….

Also, when is Impreza upgrading to the latest version of Visual Composer? Not saying we need the latest of the latest, but the one in Impreza is 10 releases behind, and Wordpress keeps complaining about outdated plugins ;-)

cheers,

rob

Hello!

Thanks for your feedback! We will investigate why this may have happen.

Regarding export – it is being saved to database, just if you want to save some state, then play with options and revert to that state. We will consider adding export/import option to options in future releases.

Regarding Visual Composer – most probably within release that we are planning to do after next one, it will be available in 2-3 weeks.

Thanks!

possible to have the cart in header?

Hi! It will be possible in next version in 4-5 days.

great – woocommerce just updated too so might be a good idea ;)

Hi, I am interested in purchasing this theme but before I did I just wondered why layered PSD’s are not included or available as a separate download?

Hello! Because we not created Impreza via Photoshop or any other graphic editor, so PSD file not exist for Impreza.

Hello.. I am developing a website for my one of client who bought this theme. When I am going to add a video by video player then the video link is showing on the page not the video. I have tried several time but nothing changed. how can I add a video by video player on this theme in visual composer? Now I set the video by a text block and video embed code.

Thanks S

Hello!

You need to use “Video Player” content element in Visual Composer: http://prntscr.com/2rgky3

Cheers!

I did that. but video is not showing on the site.. that’s why i comment here…

Could you provide link to your page with video?

Hello, hover effects for icons, buttons, and menu items do not seem to be working on the site. Any idea on how to fix this? They are not working on your demo site in my version of chrome and firefox, but are working fine with internet explorer.

i have the latest version of chrome and firefox, running windows 8, on 1920×1080 hd display. 15 inch hd laptop and 23 inch hd display

thanks, nicole

I just noticed this: my business partner has the exact same computer, browser versions, and software, but the hover effects work perfectly on his computer. any ideas??

this is the only case where this has happened, we work together daily and our computers display everything else the same.

Honestly, I havn’t any idea what is wrong with your PC. I have not heard about a similar issue before. Maybe you are using some browser plugins that do this issue.

In your description of this theme is says the styling for the Shop will be automatically like the themes styling. Not working for me. Looks totally different than your example on the demo site. What am I doing wrong?

The most recent update has fixed the issue… thanks.

Hi!

Do you install and activate WooCommerce plugin?

Yes, I installed and activated woocommerce, that is how I was able to see that the styling was off. It is fixed now so no worries.

Incredible theme, perfect ! Congratulation.

Little bug found : You lost custom CSS when you edit the page identifiant with smart edit, or edit permalink in Wordpress option.

Hello!

Thanks for feedback! We will inviestigate and provide a fix with one of next updates.

Thanks!

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey