Forum Replies Created
-
AuthorReplies
-
Hi Dan!
There is a fix for this (Issue with HTML Video Background on Safari 15) – https://greatives.eu/themes/updates/impeka/ on release 1.2
Thanks
KosmasHi @hiegh,
Yes, it is frustrating for our team, mainly because Envato didn’t inform us about the trademark issue – https://hub.greatives.eu/forums/topic/impeka-trademark-issue/. To be honest, all this makes no sense as Impeka was published on 20 April while they registered the trademark IMPEKA on 17 September. It’s just a theme name and we cannot do anything different of course.
However, there is nothing to worry about as we have already made the required changes (renamed it IMPEKKA). I am optimistic that it will be available again within a few hours. Thanks again for your support 🙂
Regards
KosmasThat’s great!
It’s just CSS so if it works for you, it’s fine 🙂
Thanks for your understanding Bernhard 🙂
I think with the small CSS below you can have the margin-top in the button
.grve-post-content .grve-btn-inner{ margin-top: 2rem; }
If this causes any side effects, let me know.
Best Regards
KosmasHello Bernhard,
I think that you need the function below:
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-only-text grve-text-primary-1 grve-text-hover-primary-1 grve-btn-medium grve-with-svg-icon-arrow-1">'; $more_button .= '<div class="grve-btn-inner">'; $more_button .= '<span>' . esc_html( $more_text ) . '</span>'; $more_button .= '<div class="grve-btn-svg-icon grve-with-shape grve-svg-white"><svg width="12px" height="12px" viewBox="0 0 12 12"><polygon points="3.6 0 10 6 3.6 12 2 10.5 6.8 6 2 1.5"></polygon></svg><div class="grve-shape-icon grve-circle grve-simple grve-bg-primary-1"></div></div>'; $more_button .= '</div>'; $more_button .= '</a>'; return $more_button; }
For the reasons you have already mentioned, we prefer to avoid adding all the button options to the read more button. The button element is an advanced element and if you think that you can also set up your blog globally in Theme Options and not just in the blog elements, you can easily understand what I mean.
For customers like you (you already have 6 Impeka licenses), this is the place to ask for small changes like this. We are always willing to help 🙂
Best Regards
KosmasHi there!
From my point of view, the fact that you can use any of the available elements in tabs is the most important thing. It’s worth noting this, and you can see the difference if you try the Elementor tabs element.
Also, we are happy to see that users can easily override the tabs element style. It’s something helpful for anyone who needs minor changes or when reaches out to our freelancers.
So, we will see if there is a different style that we could add to the tabs element. I can promise nothing that our designers will look into it.I cannot notice the issue with the tab height, there is a fade-in transition when clicking the tabs.
Thanks again for your feedback.
August 20, 2021 at 12:07 pm in reply to: Anyone else having problems with Skin on Scroll in Safari? #454You are always welcome Dan 🙂
Regards
KosmasAugust 20, 2021 at 11:33 am in reply to: Anyone else having problems with Skin on Scroll in Safari? #451Hi guys!
No, it’s not like tickets here Dan.
Marius, we check occasionally this forum but we are not always online, this is not the purpose here. In general, I think that things are quite clear:– Support Desk – the place we provide support, usually in less than 12 hours as you already know.
– Greatives Hub – a community forum for user to user interactions only. Thank you so much for your help on this.
– Freelancers – the place we provide professional, premium quality assistance to our lovely customers.BTW, I don’t see any issue with the site, checked on Safari, MacBook pro. Our agents will be happy to discuss it with you.
Thanks again for your support!
Kosmas
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 🙂
-
AuthorReplies