Discussion on Impreza – WordPress Website and WooCommerce Builder

Discussion on Impreza – WordPress Website and WooCommerce Builder

Cart 119,560 sales
Recently Updated
Well Documented

UpSolution supports this item

Supported

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

6351 comments found.

For a client I made an order form with Gravity Forms (http://www.passioncuisine.nl/bestelformulier/) Before the form there first is standard text. But when someone forgets to fill in a required field and sends the form, the warning message is not directly visible because the page goes fully back to the top again. The warning message from GF is right above the form itself. How do I get this right so that when someone forgot to fill in a required field he/she directly sees this message?

Thanks in advance!

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)

Hello, best theme yet :) Can you please tell me why the <br /> tags are being ignored on the front end. It seems to be ignoring line breaks when saving html code in the page builder elements. Thanks in Advance

Hello,

Thanks for the feedback!

WordPress has its own text editor commonly known as the “Visual” editor, called “TinyMCE“. When switching from Visual to Text editor in WordPress or vice-versa TinyMCE removes empty tags, and br tags from the post. You can install TinyMCE-Advanced plugin, which adds the option to disable the removal of p and br tags when saving a post. After installing, navigate to Settings >TinyMCE Advanced Options, and enable ‘Stop removing the p and br tags when saving and show them in the Text editor’ option.

Let us know if you have further questions!

i applied a video to the background on the site www.beyondthetrio.com but for the life of me I can’t figure out why it not showing completely on the screen. As you can see there is a large gap on the left hand side. Please help!

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)

Why is is the head menu so small in firefox ?

look in firefox http://impreza.us-themes.com/

Hello,

Unfortunately, i can’t replicate your issue, please provide your device and browser versions so i could replicate it.

Thanks in advance!

Is it possible to change the button border color? I don’t want to edit the primary color, I just want buttons green as it’s better for conversions. But want to use Red as primary color.

I have sent you a message via contact theme author

Please try to append following code to Theme Options > Styling > Quick CSS:
.woocommerce ul.products .product-h a{
    box-shadow: none!important;
}
Let me know if it helped!

Amazing

Thanks

Al

hey there,

Aclient of me has the impreza theme on the webdeomain www.incontinentielaser.nl but the menu is not visible, we have tried everything. Is this a setting. please advise. thanks desch

Hello,

Please disable all third party plugins, which are not the part of Impreza package, and if the menu will appear enable plugins one by one to find the issue.

Let us know if it helped or if you need further assistance!

Hi, there is a video in the one page demo of impreza. Is there a possibility to get that video somewhere? thx

Hello,

Unfortunately, we have no direct link, but i’ve found a similar video, so you can find desired video on shutterstock.

Let us know if you have further questions!

ahh ok thank you

Is Impreza v2.5.1 ready for WP 4.4?

Hello,

Impreza 2.5.1 is ready for WordPress 4.4.

Let us know if you have further questions!

Hi! How can I config the blog masonry like this theme http://pluto.pinsupreme.com/? I want to add a margin to the posts like Pluto theme. Thx

Hi UpSolution-Team! I can solve the problem with this pice of css code:

.l-section.width_full .w-blog.layout_masonry .w-blog-post {
    padding: 25px;
}
.no-touch .w-blog.layout_masonry .w-blog-post .w-blog-post-h {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.17);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    overflow: hidden;
}
.no-touch .w-blog.layout_masonry .w-blog-post:hover {
    box-shadow: none;
    z-index: inherit;
}

Hello,

Glad to know that you’ve managed to resolve it.

Let us know if you have any further questions!

Hi Impreza how do you add “view product” and then the possibillity to buy when you have clicked on the product? – it’s in your demo woocommerce

Thank you so much! last question promise :)http://b5877477a4687f12c82fff9f5a38e2a2cf534e31.web26.temporaryurl.org/ <—on the button of the page the tax price (small font price) – how can i get this to be on next line?

Append following code to Theme Options > Styling > Quick CSS:
.woocommerce .products .price .amount:after{
    display: block;
    content: ' ';
}
Let us know if it helped or if you have further questions!

Awesome support :)

Hello, I’m using version 2.2.1 of the theme Impreza right now. I want to update it to the latest 2.5 version. Can I do this just by overwriting the theme folder files? And without causing any problems in settings & lay-out?

Thanks in advance!

Hello,

Sure, you can just overwrite files within theme folder, don’t forget to make a backup before making any changes to be in safe.

Let us know if you have further questions!

HI,

where is settings for top bar in 2.5.1 version?

Before it was under Header settings (contact widget and socials in header).

Thanks Milena

Hello Milena,

Settings should be at the same place Theme Options > Header Options, your question will require additional information from you, some of which may be private. For your convenience, i moved your question to support forum. Please subscribe to its notifications, and provide credentials via private reply (URL, admin username and password)

Should be but not. Last that I can see there is Header elements and inside is only option to show Search widget. I just checked on my older client who has 2.5 and same situation.

Hello Milena,

Please provide your credentials via a private reply to this ticket, so i could investigate the issue better.

Thanks in advance!

Hello, Is there a way to add icons on the navigation menu? Like on the home button I would like to add a home icon and on contact an envelope icon

please advice

thank you

Hello,

Please have a look at this article.

Let us know if you have further questions!

Super!

Thank you as always.

regards

Hello, Is it compatible with the theme WordPress Multisite installations? I’m trying to use a, but when I want to save changes to theme options do not.

I refresh the permalinks options and now work fine!

Hello,

Thank you for the feedback! Glad to hear that you managed to resolve the issue.

Let us know if you have any further questions!

How can I centre the tabs ? Currently they can only be aligned to left or right.

Perfect ! This works. Thank you.

But this means that tabs will be centred all through the site, right? How do I do it selectively ?

You can assign some extra CSS class to Tabs element, for example cntrTabs, and the code will be:
.cntrTabs .w-tabs-list-h{
    text-align: center;
}
.cntrTabs .w-tabs-item{
    display: inline-block!important;
    float: none!important;
}
Let us know if you have any further questions!

Excellent super speedy customer service. This has solved my problem. Thanks.

Really liked the Impreza theme – how come it got removed from my downloads though? :( http://themeforest.net/item/impreza-responsive-multipurpose-html-template/gone/6477364

Hello,

Thanks for the feedback!

As i can see you had Impreza HTML temlate. At the moment we have WordPress themes only, unfortunately, we don’t provide support for HTML templates. Have a look at Impreza Wordpress theme demo page, probably it will suit.

Let us know if you have further questions!

Hello, Thank you for the theme update. It is appreciated.

regards,

Hello,

Thank you for the feedback!

Let us know if you have any questions!

Before I buy the theme which I like very good! how long I have updates for this theme? Just as long as I have support?

Hello,

You will be able to update for free, even if you won’t have a support.

Let us know if you have further questions!

Hi, is it possible to give the pricing tables different background colors? e. g. I got 3 pricing tables, and I want them in three different colors. Thanks

Hello,

This question requires special knowledge possessed by our support team. For your convenience, I created special ticket at our support forum. Please sign up at our forum 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
Please note: in future, it is better to create forum tickets right away, because forum support is better and faster! Thank you, we look forward to serving you!

Hi, have done the new update and now my website is not shown anymore! There is just this in the url field: “wp-admin/update-core.php?action=do-plugin-upgrade” Please help asap. Thanks in advance.

Hello quintessenzDESIGN,

If it’s connected with update to v.2 from v.1, please read the relevant article.

If it’s not v.2 update or you still cannot resolve the issue, please create a ticket at our support portal so we could continue the discussion there, as we’ll need to request a data from you, some of which may be private.

Please note: in future, it is better to create forum tickets right away, because forum support is better and faster! Thank you, we look forward to serving you!

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