• Resolved onprint

    (@onprint)


    Hey!

    first of all, this plugin is amazing! and it helped me alot on the website i’m developping.

    I have an issue: I’m using Elementor Tabs to display some VP layouts, the first tab shows everything, but the other ones doesn’t. I have to surf through the pagination I embeded to see more post.

    is this normal? (I mean, it shouldn’t be) do you have any idea how can I fixed it?

    cheers and again congrats for this plugin!
    Marcelo

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Nikita

    (@nko)

    Hi Marcelo.

    You can manually fix this by triggering resize event after tab activated. You need to watch for tab click in JS and call this:

    window.dispatchEvent( new Event( 'resize' ) );

    Added in bug list, will see for a better solution in the future updates.

    Regards, nK.

    Thread Starter onprint

    (@onprint)

    thanks! it helped me!

    Thread Starter onprint

    (@onprint)

    btw, is it possible to show the name of the post before hover it?

    Plugin Author Nikita

    (@nko)

    It is possible with Default Item Style option or with custom styles.

    Thread Starter onprint

    (@onprint)

    but how I do it? i mean I only styled it on CSS, I deleted the code but still not showing. It only shows the name of the item when I hover it

    • This reply was modified 6 years, 10 months ago by onprint.
    Plugin Author Nikita

    (@nko)

    Use “Items Style” option:

    Default Hover Style

    How to make it with custom CSS you need to learn by yourself or with 3rd-party help.

    Thread Starter onprint

    (@onprint)

    Hey! Actually it wasn’t that that I was looking for but I figured out how to do it!

    image

    it was something like that. I edit it using CSS

    but thanks aw!

    • This reply was modified 6 years, 9 months ago by onprint.

    Hi I have the same issue in relation to the toggle widget.

    I need to trigger a resize so that the content displays at the correct size.

    I don’t have a lot of js experience, just wondering what code you used to watch for tab clicks.

    Thanks.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Not showing in Elementor Tabs’ is closed to new replies.