6337 comments found.
as far as I’m concerned, the url works fine. it does not work the way I refer. then I can throw all my labors into my trench. Don’t worry at all. It is not difficult to close the company. Wishing you a good week.
ı don’t want anytghing for you. I wan’t tell status.
Hello,
Can you be more specific, what exactly doesn’t work?
my portfolio pages link doesn’t cahnge because the theme is not defined, because of the portfolio page I created.
The link won’t change because you open content in a popup instead of opening the page itself. When you open any content in a popup it doesn’t change page URL, it’s the way the popup works. So you should set your Portfolio Page to be opened in the browser window instead of the popup.
Let us know if you have any further questions!
I can’t use it if I want to set a very bad design
I did so that your links appear but I have some troubles. I will list them for you
Provided URL: https://bengikoray.com/
1. Some of the pages in the upper case at the beginning of the STAND does not have to get up 2. some pages appear white spaces at the bottom of the page 3. I made the right and arrow color yellow, but still looks white 4. When switching to other pages, the color left and right in the frame should be replaced with the color on my portfolio pages
ı create ticket and all of write this problem
We love your theme. Its fast, clean and stylish. Do you undertake any customization work? We want to use Impreza for a new job but we require some features which are not currently on any of your demos. Thanks.
Hello,
Thanks for the feedback! Please describe the desired feature in Customization request. If it’s possible to implement, our developers will estimate how much it would cost.
Thanks!
my portfolio psges is not working correctly.
Hello,
Please create a ticket on the Support Portal: https://help.us-themes.com/ with a relevant URL and more detailed issue description so we could help you out.
Thanks!
Hello, is there any opportunity to make Filter for testimonials with more than one lvl? For example, “Category 1 – Category 2 – Category 3” than, when you choose “Category 1” than open new filter with “Subcatagory A” – “Subcategory B”. Something like that. “Category 1 – Subcategory A – Subcategory B Category 2 – Subcategory C – Subcategory D Category 3”
And is there opportuinity to make on page with testimonials the following: – When you click on the button “Read more” it will expand comment. (Now its open it in new page)
Hello,
1. Unfortunately, Grid doesn’t provide such filtering out of the box. You can hire a separate developer to implement this feature for you.
2. At the moment Testimonials have no such a feature. You can try using third-party plugins to create this “Read More” feature. Usually, there are plugins almost for every task. For example, you can try using this plugin https://wordpress.org/plugins/expand-maker/
Let us know if you have further questions!
Ok. Thank You!
How can I do portfolio filtering in the portfolio file?
Hello,
Can you be more specific? Which exactly file are you talking about, what do you want to achieve?
I have created a grid portfolio page. I want to filter the work in the portfolio file, but it doesn’t. example all / brending / web / icon
and ı used portfolio_-web portfolıo page. I give my portfolio page link but ı don’t change this link. my all portfolio link name https://bengikoray.com/portfolio-web/
You can enable filtering at Grid Settings, read this article for details: https://help.us-themes.com/impreza/grid/element/
no grid plugin. gallery plugin installed.
We checked your site code and there is definitely Grid element was used. If it doesn’t work for you, create a ticket on our Support Portal with more detailed issue description: https://help.us-themes.com so our engineers could help you out.
Thanks!
I contacted but could not reach a solution. or rather he could not understand me.
wanted to show the image I wanted to mark the image and then the solution could not be solved.
You enabled filtering by Tags but didn’t assign any tag to your Portfolio pages so there is nothing to filter.
You should either assign Tags or enable filtering by Category as we showed on the screenshot https://help.us-themes.com/impreza/tickets/30978/#reply-130314
Thanks!
all portfılyo oages link https://bengikoray.com/portfolio-web/
ı create ticket but ı didn’t solve my problem. I explain my problem in detail. although I am misunderstood
Hello,
Sorry for the misunderstanding. As I can see, you wrote that everything is OK http://prntscr.com/ma35ed were you able to resolve the issue?
ı can’t deal you.
Sorry to hear that! If it’s still possible, we’re ready to provide any help, just describe your issue so we could find a solution for you.
After the new upgrades that have happened I am not able to use my WPBakey because the WordPress classic editor has taken over. How do I make Bakery as the default one to build the site?
Hello,
Most likely you’ve seen new Gutenberg editor, install Classic Editor plugin and check again.
Let us know if it helped!
Hallo After installing SSL certificate (http to https) my font awesome symbols are not working anymore on my page. Can you please help me out? Thanks in advance. Michael
Hello Michael,
Take a look at this reply: https://help.us-themes.com/impreza/faq/#q34
Let us know if you have further questions!
Thank you. Its working now! Great support.
A big problem of the theme – the grid builder doesn’t support additional images fields for Custom Post Type (recently portfolio page additional image worked with CPT additional images, but now it doesn’t work anymore). Now I have to look for the themes with the Elementor support
Hello,
The Grid works quite good with additional images, read this article for details: https://help.us-themes.com/impreza/grid/layout/#post-custom-field
If it doesn’t work for you, create a ticket on the Support Portal: https://help.us-themes.com/ and provide credentials via private reply (URL, admin username, and password) so our engineers could investigate the issue.
Thanks!
It still works only with PORTFOLIO PAGES images but with CPT additional images it doesn’t work anymore. And in the article you’ve linked there’s nothing about CPT additional images – only about portfolio pages additional images.
What do you mean by “CPT additional images”? How exactly did you add these images?
I’ve made Custom Post Type ‘our_services’ with a featured and additional image (featured image – for a banner and additional image – an icon for the grid list). And in the grid builder, I’ve made grid element ‘my_services_grid_element’. It this element I’ve placed a Custom field – Portfolio page: additional image (because there’s no other type of custom fields for additional images) – and earlier that was working. But now it doesn’t work anymore. Old posts show the icons, but for the new posts icons doesn’t display in post grid element.
Custom Field only shows the value of its field and doesn’t show images. You can create a shortcode to grab these images and add it to your Grid via Custom HTML element.
Let us know if it works for you.
There are few options in Custom Field (https://help.us-themes.com/impreza/grid/layout/#post-custom-field) and one of them – Portfolio Page: Custom Image. As I’ve said – before recently it works correctly.
How exactly did you add the additional image to your custom post? Can you describe the whole process?
I am using the Pods plugin. In it, I created a CPT and added a custom field with image type to it. Then as usual – In post editor I added new custom post. Then I added an icon picture from the media library in additional image field (it keeps as the link). That’s it. What exactly You want to know?
You’ve said about shortcode in custom HTML field, but how to transfer current record id? After all, the data will be displayed in a loop. Maybe there are magical variables? Can I transfer the value of the our_services_icon field to the HTML (may I implement it in img tag for example)?
How are your values stored? Is it’s a path or image ID?
I created the shortcode for you:
add_shortcode('additional-image', 'child_additional_image');
function child_additional_image(){
global $post;
$meta = get_post_meta($post->ID, 'additional_image');
$image_id = isset($meta[0]) ? (int) $meta[0] : '';
if (empty($image_id)) {
return;
}
$image_path = wp_get_attachment_image($image_id, 'thumbnail');
return $image_path;
}
Let me know if it worked.
As I can see – it’s a link. In any case, if I set display the value of the custom field in the grid builder, the result is displayed in the following form: “3013 1 2019-01-05 18:14:00 2019-01-05 15:14:00 030-storyboard inherit closed closed 030-storyboard 2019-01-18 12:54:02 2019-01-18 09:54:02 3250 https://highadvance.org/wp-content/uploads/2019/01/030-storyboard.svg 0 attachment image/svg+xml 0 3013”
Even if it’s a link you can use my shortcode as an example. Instead of getting attachment via wp_get_attachment_image function just add your value.
Let us know how it goes.
$image_id = isset($meta[0]) ? (int) $meta[0]["ID"] : '';
Maybe it will be helpful for somebody. Are you planning to implement this feature for normal support of custom image fields in yours theme?
Hello,
We don’t plan that in foreseeable future, but you can create a feature request so we could consider implementing it in one of the next updates.
Hello. How can i install Impreza on localhost for testing new design that i need to make?
Hello,
There are no limitations, you can install it in the same manner as you installed it on your live server. Read this article for details: https://help.us-themes.com/impreza/installation/theme/
Let us know if you have further questions!
But it need to activate its to install Plugins.
Hello,
You can activate it easily, see this: https://help.us-themes.com/impreza/installation/activation/#can-i-activate-impreza-on-a-temporary-development-domain-
Let us know if you have further questions!
It is written there that i need to deactivate license on current site and activate it on localhost to create new design, because i need to use Header Builder. But my current site use header builder. I cant deactivate it.
Hello,
It won’t affect your live site, once testing is finished you can activate the license back.
Let us know if you have further questions!
Hi, What can I do about the REM font resizing issue in the Impreza grid builder? When the theme is one column across on a mobile phone, the post title is still massive and overflow hidden. The overflow hidden is fine but the title should at the very least resize the font size tho the appropriate size considering the REM. This tells me the grid size for title might be compounding. Is there a fix for this? The oversized clipped titles look absolutely terrible on mobile.
also “All posts” is being added to the beginning of grid’s post summary / excerpt. Is there a way to fix this? I don’t know why it’s adding “All posts” before all the post summaries.
Hello,
This is a complicated question, a good one for our smart support guys, please create a ticket on the Support Portal: https://help.us-themes.com/ and provide us with relevant URLs so our team could investigate the issue.
Thanks in advance!
Ticket 31056
hey hello! impreza theme, my question is… ¿how can I scroll to id HORIZONTALLY?
Hello,
Unfortunately, there is no such feature available. You can hire a separate developer to implement this feature for you.
Let us know if you have further questions!
Hi, How can I add a line under active menu item? Thank you!!!!
Hello,
Try this solution: https://help.us-themes.com/impreza/tickets/29776/#reply-125009
Let us know if it helps.
I cant seem to open the pencil icon. The window opens up and then it crashes. It says: javascript:void(0)
I tried deactivating all other plugins and clearing cache and the window still crashes…
Is there any other way I can add code? Maybe in Header Export / Import?
Thank you…
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!
I made a request for my portfolio page. Can you help me?
Hello,
Our support team will answer your questions on our support forum, note that forum response time can take up to 36 hours, see this: https://help.us-themes.com
Thanks!
Hi Is it possible to place a high resolution image in feature image of a post and use it in the top of a post but => another thumbnail of the image (lower resolution) would be used in the category view ? because one of my friends that use this plugin said that you can just set the resolution of the image that shown in the post not in the category view!
Hello,
All category image sizes can be easily adjusted at Impreza > Theme Options > Blog, feel free to check all theme features on this test drive server http://themetest.net/impreza/
Let us know if you have further questions!
Hi , I would like to ask this template to support wp 5.0 and woocommerce 3.0 or higher.
Hello,
The latest Impreza 5.6.1 is compatible with the latest WordPress and WooCommerce.
Let us know if you have further questions!
Hello,
There is no such page but you can create it yourself, use Accordion element to build the layout, take a look at this example: http://impreza.us-themes.com/elements/accordion/ You can check all Impreza features on this test drive server: http://themetest.net/impreza/
Let us know if you have further questions!
Thank you for your guidance. I assume I need to use 3 columns content with Accordion element.
Hello,
I have an issue with Site Canvas Layout at Site Layout tab. When I try to change the px in Site Content Width I take the value NaN when I am using the Firefox. And when I am using the chrome I can change the site content width but when I save changes it came back to the previous width.
I am using Impreza 5.6.1 version
Any idea what is going wrong?
Thanks!
Hello,
This is a complicated question, a good one for our smart support guys, please create a ticket on the Support Portal: https://help.us-themes.com/ and provide credentials via private reply (URL, admin username, and password)
Thanks in advance!
hi, the last theme update doesn’t work with Wordpress 5.03. Only a white page is shown. That is horriblle. Please bring up an Themeupdate that is working with Wordpress. 5.03
Hi,
Please provide your website credentials via this contact form so we could investigate the issue: http://themeforest.net/user/upsolution#contact
Thanks!
1. With portfolio filters, after clicking a category everything just disappears, there is a preloader icon for a moment and then the category items are displayed. I remember it used to be more smooth animation and rearrangement of elements rather then disappearing and reappearing. Is there any way to go back to that? In masonry layout it works fine, but not in grid layout.
2. http://impreza.us-themes.com/portfolio/project-example-2-illustrations/ With this layout two images touch on mobile. Is there any to make columns switch places left/right on mobile besides creating duplicate rows and showing/hiding them.
Hello,
1. It’s the way filtering works, it fetches posts from your database which requires some time, this time depends on your server performance. Try disabling heavy 3rd party plugins to find the one which slows down your server. Also, make sure your server meets these requirements.
2. Try this solution: https://help.us-themes.com/impreza/faq/#q20
Let us know if it helped!
1. I went with the masonry setting and it works fine 
2. Works great. Thank you!
I see that this theme is available for one website, and new licenses required for new and different websites using this theme.
The point is, if this theme contain numerous examples – then it’s only possible to use just one option/style/configuration/type, i.e. restaurant vs. blog.
So, if I want to buy this theme for a restaurant, and even though I get access to other types of themes included in bundle, will the license mean I can only use ONE from the bundle options, and then only ONE for a single website? For example, if I use the Blog for one website, would it be possible to use restaurant for another separate unique website using the license?
Obviously, if I needed a license for both, I would essentially have access to two identical versions of the restaurant theme, but could only use one.
Hello,
Yes, you need a separate license for each site. But to test different demos you can use a single license, for example, you can run some local server and activate your license there in order to test the desired demo, once testing is done, you can switch the license, take a look at this article for details.
Let us know if you have further questions!
...
...