© 2021 Greatives Hub - Powered by Greatives & Greatives Web

Forums

A hub website, accessible exclusively to Impeka users, to improve and support Impeka

Forum Replies Created

Viewing 15 replies - 16 through 30 (of 53 total)
  • Author
    Replies
  • in reply to: Safari 15, vide in featured element issue. #507
    Kosmas
    Keymaster
    Hub Member Badge
    Moderator Badge Lvl 3

    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
    Kosmas

    in reply to: Gone from Marketplace? #506
    Kosmas
    Keymaster
    Hub Member Badge
    Moderator Badge Lvl 3

    Hi @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
    Kosmas

    in reply to: Button style Line for Blog? #494
    Kosmas
    Keymaster
    Hub Member Badge
    Moderator Badge Lvl 3

    That’s great!

    It’s just CSS so if it works for you, it’s fine 🙂

    in reply to: Button style Line for Blog? #492
    Kosmas
    Keymaster
    Hub Member Badge
    Moderator Badge Lvl 3

    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
    Kosmas

    in reply to: Button style Line for Blog? #490
    Kosmas
    Keymaster
    Hub Member Badge
    Moderator Badge Lvl 3

    Hello 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
    Kosmas

    in reply to: Impeka v 1.1.10 & Elementor Issue #488
    Kosmas
    Keymaster
    Hub Member Badge
    Moderator Badge Lvl 3

    That’s correct @hiegl. This is only for Elementor users.

    in reply to: More Vanilla Content #483
    Kosmas
    Keymaster
    Hub Member Badge
    Moderator Badge Lvl 3

    Hi 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.

    in reply to: Anyone else having problems with Skin on Scroll in Safari? #454
    Kosmas
    Keymaster
    Hub Member Badge
    Moderator Badge Lvl 3

    You are always welcome Dan 🙂

    Regards
    Kosmas

    in reply to: Anyone else having problems with Skin on Scroll in Safari? #451
    Kosmas
    Keymaster
    Hub Member Badge
    Moderator Badge Lvl 3

    Hi 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

    in reply to: Some minor issues #425
    Kosmas
    Keymaster
    Hub Member Badge
    Moderator Badge Lvl 3

    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

    in reply to: Dynamic elements in tabs/tours/accordions? #419
    Kosmas
    Keymaster
    Hub Member Badge
    Moderator Badge Lvl 3

    You are welcome! Yes, it seems to work at my end.

    in reply to: Dynamic elements in tabs/tours/accordions? #417
    Kosmas
    Keymaster
    Hub Member Badge
    Moderator Badge Lvl 3

    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.

    in reply to: Would be nice to have this Demo #416
    Kosmas
    Keymaster
    Hub Member Badge
    Moderator Badge Lvl 3

    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/

    in reply to: Button style Line for Blog? #398
    Kosmas
    Keymaster
    Hub Member Badge
    Moderator Badge Lvl 3

    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 🙂

    in reply to: Button style Line for Blog? #396
    Kosmas
    Keymaster
    Hub Member Badge
    Moderator Badge Lvl 3

    Hi @hiegl,

    Could you please be more specific? It works for me so I don’t know what I am missing.

    Thanks!

Viewing 15 replies - 16 through 30 (of 53 total)
Privacy Preferences

When you visit our website, it may store information through your browser from specific services, usually in the form of cookies. Here you can change your Privacy preferences. It is worth noting that blocking some types of cookies may impact your experience on our website and the services we are able to offer.

Our website uses cookies, mainly from 3rd party services. Define your Privacy Preferences and/or agree to our use of cookies.