Discussion on Impreza – WordPress Website and WooCommerce Builder

Discussion on Impreza – WordPress Website and WooCommerce Builder

Cart 117,897 sales
Recently Updated
Well Documented

UpSolution supports this item

Supported

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

6332 comments found.

Trying `Edit Live` just gives a 502 error.

E.g. 502 GET /wp-admin/post.php?post=4784&action=us-builder HTTP/2.0

Simple question with a simple answer.

This doesn’t appear to work with NGINX, but works with Apache on Plesk.

Thank you for the detailed feedback, we’ll check how it works with NGINX.

Hello!

We have just tested our Live Builder on NGINX 1.17 + PHP 7.4 and NGINX 1.21 + PHP 8.1 and in both cases it works as expected. Please create a ticket on our support portal so we could investigate and help.

Thanks!

After update my blog page doesnt show date, but shows days or weeks. How can I set it back to date format: https://www.veiliant.com/blog

Hello,

Please check the Grid Layout you use. In its Post Date element you can choose the time format.

If you need further assistance, please create a ticket on the Support Portal and our team will gladly assist and guide you.

Hello there, Is it possible to do a page like this (the logic of scroll)? https://www.barilla.com/it-it/barilla-bottega

How can i do that? Please let me know. Thanks

Hello,

Unfortunately, Impreza doesn’t provide such scrolling feature.

Hi dear friend,

For some time I have a problem with the fixed header. I have to put 9rem margin-top to lower the first block of my page. The margin not being the same in responsive I have to adapt it and it’s boring!

Can you help me ?

Thanks !

Hello,

This is a complicated question, please create a ticket on the Support Portal and provide your WP admin credentials via private reply so our support team could investigate. Thanks in advance!

Hello there, it contains also an add to wishlist system or it needs an external plugin? Can you suggest one? Thanks

Hello,

We didn’t test any plugins with the wish list functionality, so can’t suggest anything specific, unfortunately.

Hello. I think there’s an error at sharring buttons module from the panel of wpbakery.. The iccons is missing.. Just email is ok…

https://prnt.sc/NaWzY489Hpmg

>

https://prnt.sc/yht2sDbsX60k

Why?

Hello,

Please check if the relevant icons library is active (set to “Default”) at Theme Options > Icons. After this, go to Theme Options > Advanced > Optimize JS and CSS size and press the “Auto Optimize” button.

If you need further assistance, please create a ticket on the Support Portal, and our team will gladly assist and guide you.

it is ok. solved. thanks.

How to remove link post on breadcrumb??

Hello,

This is a complicated question, please create a ticket with details on the Support Portal so our support team could investigate. Thanks in advance!

amazing theme

Hello,

Thank you for the positive feedback!

Hello! After latest update i had a problem with WPML. In some products the header is missing in the secondary language, but in the first language is ok. And if I manually add the header (in the primary language product page), in the secondary language appears. But not in all the products, just in some. How can it be possible?

Hello,

This case needs more data to investigate its reason, please create a ticket on the Support Portal and provide your WP admin credentials via private reply so our support team could investigate. Thanks in advance!

Hello, this theme is very good, I want to realize the function of online contact. For example, add to shopping cart to send inquiry. Enrich the content of the product description. Is this achievable?

Hello,

Please share an example site as I don’t quite understand the desired behavior.

hi how to limit post title length

Hello,

Such feature is not provided out of the box. Please create a feature request on the Support Portal, we’ll consider implementing this feature in one of the next updates.

Is learndash plugin compatible with theme?

Impreza Courses: https://impreza23.us-themes.com/courses/

Which course plugin are you using here?

Hello,

We never tested the compatibility of Learndash plugin with our theme, unfortunately, I can’t provide more details on it. The demo site you mentioned is created with built-in theme tools and a WooCommerce plugin.

If you need further assistance, please create a ticket on the Support Portal and our team will gladly assist and guide you.

Hello! Is it possible to add multiple buttons to the back of a flipbox? Or is it possible to remove/change the content filter so that , classes and so on are not removed?

Hello,

This is a complicated question, please create a ticket on the Support Portal and provide your WP admin credentials via private reply so our support team could investigate. Thanks in advance!

Hi,

Header is set to transparent but not working.

See settings:

https://ibb.co/qNHJpWw https://ibb.co/F5N08cV https://ibb.co/HnMcm5G

I dont know what happening.

Thanks.

Hello,

This case needs more data to investigate its reason, please create a ticket on the Support Portal and provide your WP admin credentials via private reply so our support team could investigate. Thanks in advance!

Hi. How to make the possibility to select more than one picture in the field where the picture is added? https://lookboat.com/sell-your-boat/

Hello,

This is a complicated question, please create a ticket on the Support Portal and provide your WP admin credentials via private reply so our support team could investigate. Thanks in advance!

There is a bug in the grid: if I use “Custom html code” and put a shortcode there which returns a simple text and I use the grid to display products – I can see the shortcode text that is supposed to be shown, but when I use the ajax filter – instead of the shortcode result i see the template [shortcode_name].

Hello,

This is a complicated question, please create a ticket on the Support Portal and provide your WP admin credentials via private reply so our support team could investigate. Thanks in advance!

Block Slider of images. Why can’t it create links for each of the slides? It’s logical. At the same time, there is such a function in the blog “record slider” to make your own link for the transition, different from the record. If it were possible to create links for each of the slides in the image slider block, then it would not be necessary to install the slider revolution plugin, which creates an additional load.

Hello,

We haven’t yet received a lot of feedback from our customers regarding this issue. If such a request will become popular, we’ll consider adding this extra functionality to the image slider.

Hi! Why wait for it to become popular? Many people don’t even realize how convenient it is, they just have to install slider revolution. Is there a problem to copy a function from one block to another so that the development of a website using your theme is more universal?

Hello!

There is a possibility we will add this feature eventually to our slider element. And there is no problem implementing it, of course. Yet, we have lots of other really great features planned already. And also many other highly requested (and voted for) features asked by our customers. And we do believe that our customers do realize what is better for them when asking/voting for a feature.

Thank you for your feedback! We value every comment on our theme’s functionality and will take yours into account too.

Thanks!

Hi! Why is there no parameter – viewed products /posts in your demo theme in the product grid? I haven’t found this parameter anywhere, not even in the slider. Is it possible to display the products/posts viewed by the user in the grid and slider without additional plugins? It seemed to me that this is one of the main functions. This is a very simple function that works through cookies, but for some reason you did not do it by default in the theme so that you could apply grid styles or carousels to it like other products in the catalog.

add_action( ‘template_redirect’, ‘f123_recently_viewed_product_cookie’, 20 );

function f123_recently_viewed_product_cookie() { if ( ! is_product() ) { return; } if ( empty( $_COOKIE[ ‘woocommerce_recently_viewed_2’ ] ) ) { $viewed_products = array(); } else { $viewed_products = (array) explode( ’|’, $_COOKIE[ ‘woocommerce_recently_viewed_2’ ] ); } }

if ( ! in_array( get_the_ID(), $viewed_products ) ) {
    $viewed_products[] = get_the_ID();
}
if ( sizeof( $viewed_products ) > 8 ) { //we set the number of cat products. will be stored
    array_shift( $viewed_products ); 
}
wc_setcookie( 'woocommerce_recently_viewed_2', join( '|', $viewed_products ) );

add_shortcode( ‘recently_viewed_products’, ‘f123_recently_viewed_products’ );

function f123_recently_viewed_products() {

if( empty( $_COOKIE[ 'woocommerce_recently_viewed_2' ] ) ) {
    $viewed_products = array();
} else {
    $viewed_products = (array) explode( '|', $_COOKIE[ 'woocommerce_recently_viewed_2' ] );
}
if ( empty( $viewed_products ) ) {
    return;
}
$viewed_products = array_reverse( array_map( 'absint', $viewed_products ) );
$product_ids = join( ",", $viewed_products );
return do_shortcode( "[products ids='$product_ids' per_page='4' columns='4']" ); // we display 4 products in 4 columns

}

Hello,

Thank you for the detailed feedback! We’re not providing this feature out of the box, but we’ll consider implementing it in one of the future updates.

Hello, how can we deactivate the google fonts complete? In germany/europe it is not data protection compliant. Thanks

Hello,

Please check the relevant FAQ section regarding this issue. If you need further assistance, please create a ticket on the Support Portal and our team will gladly assist and guide you.

Hello there.

I have a huge issue with my website developed with your theme Impreza: The agreement checkbox doesn’t work with Apple devices and not even from Safari browser.

Could you help me understand why?

Thank you in advance.

Hello,

This is a complicated question, please create a ticket on the Support Portal and provide a relevant URL so our support guys could help you out. Thanks in advance!

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