Forum Replies Created
-
AuthorReplies
-
Hi @Marius1989,
Firstly, I would like to thank you for reporting these issues. I think that we have already fixed quite a few of these and we will keep improving the theme where we can. However, allow me to clarify a couple of important things here.
Some issues cannot be fixed and the reason is quite simple. Impeka is a multipurpose theme and the fact that it comes with unlimited options does not mean that you can combine anything. For example, you should not use the Scroll up sticky header with the anchor menu which I think is pretty normal. Since you know how the scroll-up functions, I am sure that you can easily understand what I mean.
On the other hand, there are also issues that we cannot reproduce like the one with the Safe Button. Note down that we have no other reports here.
Last but not least, this forum is not the place where we provide support. If you need support, please create separate tickets for your issues and our agents will be happy to help you.
Thanks again for your understanding 🙂
Kosmas
You are welcome! Yes, it seems to work at my end.
Hi @hiegl!
Wish we could but, unfortunately, it is not possible to disable elements when someone places a row there. However, I think that most of Impeka elements are supported by the tabs element. If you check the Elementor tabs, you will see that you can add only text. In general, you should never overdone by placing elements that require scripts.
I have also checked the Gallery element and I see only the isotope load effect which is pretty normal. If this is what you mean, there is nothing to be fixed as we have to trigger the isotope after the click on the tab element. Otherwise, we will have a broken layout. I guess that you don’t see this if you place the gallery in the first tab.
Hi Mo!
This is a page from the main demo, create with the enhanced Page builder. I think that you can import this with the Import on Demand feature – https://docs.greatives.eu/tutorials/import-on-demand-in-impeka/
That’s great!
We will also see what we can do for the custom code fields. I need to discuss it with the other guys.
Thanks again 🙂
Hi @hiegl,
Could you please be more specific? It works for me so I don’t know what I am missing.
Thanks!
Hi guys!
I think that you just need to override the read more function via the child theme.
function impeka_grve_read_more( $post_id = "", $more_text = '' ) { $icon = impeka_grve_get_svg_icon( 'arrow-2'); if ( empty( $post_id ) ) { $post_id = get_the_ID(); } if ( empty( $more_text ) ) { $more_text = esc_html__( 'read more', 'impeka' ); } $more_button = '<a href="' . esc_url( get_permalink( $post_id ) ) . '" class="grve-btn-text grve-btn-line grve-line-bottom grve-text-primary-1 grve-text-hover-primary-1 grve-btn-medium">'; $more_button .= '<div class="grve-btn-inner">'; $more_button .= '<span>' . esc_html( $more_text ) . '</span>'; $more_button .= '<span class="grve-line grve-bg-primary-1"></span>'; $more_button .= '</div>'; $more_button .= '</a>'; return $more_button; }In general, with Impeka you can override everything and without having to worry about the next theme release (new minor release in a few minutes/hours). Enjoy it!
Thank you, guys 🙂
We always consider our customers’ feedback and we will be including more features based on popular requests.
Thank you guys for your feedback! We will keep improving Impeka with your help of course.
BTW, it would be great to post your first creations with Impeka here – https://hub.greatives.eu/forums/forum/impeka/showcase/. We are going to publish real case studies from our customers on our official website this summer.
Both topics are approved now and we will see how to handle this.
I apologise for any inconvenience caused.Hi Marius! Thanks for your analysis, it’s much appreciated.
Only a few quick answers:
1. There is no need to add more dependencies in the menu code just for removing the Default option for the classic button.
2. Regarding your quick example, I totally agree that users have to find the right balance in their color palette.In general, we have some plans for the buttons in the header but we need to investigate these further. At this phase, we have made all required fixes.
Thanks!
Cheers 🙂
Thanks Marius.
In this case, what will be the colors of the button menu item? Light or dark background and with which Header? I think that we make this too complicated, there is no reason actually.
When someone needs a button with a solid color in the header, this button should stand out. The color options are more than enough to achieve this.This is exactly what the default option does. If you select this option, the button color will follow the current header skin. You can try it on Homepage 3 for example.
Hope this makes sense.
That’s great guys!
Yes, when you select the default color you will have the default menu color (maybe this is what you’ve missed) or the primary color. You can still select any color from the primary ones, just like the button outline options. I don’t see any restriction here.
-
AuthorReplies


