© 2021 Greatives Hub - Powered by Greatives & Greatives Web

Forums

A hub website, accessible exclusively for receiving feedback to improve our themes in the best way.

Forum Replies Created

Viewing 15 replies - 31 through 45 (of 59 total)
  • Author
    Replies
  • 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!

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

    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!

    in reply to: Some improvement suggestions for Impeka #358
    Kosmas
    Keymaster
    Hub Member Badge
    Moderator Badge Lvl 3

    Thank you, guys 🙂

    We always consider our customers’ feedback and we will be including more features based on popular requests.

    in reply to: Sticky Header Issue #345
    Kosmas
    Keymaster
    Hub Member Badge
    Moderator Badge Lvl 3

    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.

    in reply to: Thread pending moderation #326
    Kosmas
    Keymaster
    Hub Member Badge
    Moderator Badge Lvl 3

    Both topics are approved now and we will see how to handle this.
    I apologise for any inconvenience caused.

    in reply to: Wrong menu button shape #321
    Kosmas
    Keymaster
    Hub Member Badge
    Moderator Badge Lvl 3

    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!

    in reply to: Text for Logo in Responsive Header #314
    Kosmas
    Keymaster
    Hub Member Badge
    Moderator Badge Lvl 3

    Cheers 🙂

    in reply to: Wrong menu button shape #313
    Kosmas
    Keymaster
    Hub Member Badge
    Moderator Badge Lvl 3

    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.

    in reply to: Wrong menu button shape #306
    Kosmas
    Keymaster
    Hub Member Badge
    Moderator Badge Lvl 3

    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.

    in reply to: Wrong menu button shape #304
    Kosmas
    Keymaster
    Hub Member Badge
    Moderator Badge Lvl 3

    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.

Viewing 15 replies - 31 through 45 (of 59 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.