Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Evan Herman

    (@eherman24)

    Hi Lucy,

    I’m not sure what you mean when you say the title is displaying twice. Can you provide a link to a page that is having the issue? I’ll gladly provide you with some CSS to help hide what you’re looking for.

    Thanks,
    Evan

    Plugin Author Evan Herman

    (@eherman24)

    Hi Lucy,

    We’ve just pushed out a 1.1 release, which now adds an appropriate class to the tab content title.

    You can go ahead and download the latest copy, or you can wait for the notification via your dashboard.

    Either way, once updated you should have no problems hiding the ‘duplicate’ title, using the following CSS declaration :

    .yikes-custom-woo-tab-title {
      display: none;
    }

    Let us know if that helps you out at all.

    Thanks,
    Evan

    Thread Starter yukfun

    (@yukfun)

    Hi Evan,

    Thank you for your help. I’ve upgraded and added the CSS and it works perfectly. Thanks for the great plugin!

    Lucy

    Plugin Author Evan Herman

    (@eherman24)

    Hi Lucy,

    No problem at all! Glad that things worked out after the update.

    Best of luck!
    Evan

    Evan,

    thank you so much for this plug in!
    Could you please elaborate more the css hiding declaration.

    I’ve included it into both css files, but it does not work?

    Thank you

    Plugin Author Evan Herman

    (@eherman24)

    Hi CasualLeo,

    You are very welcome! What have you included in your style sheet? Also which style sheet are you adding it to? Do you have a child theme set up or are you working off some sort of starter theme?

    Also if you can provide a link to your site I can take a look at where the CSS was added, and why it may not be working.

    Thanks,
    Evan

    For some reason I’ve not received your follow up post notification.

    The code is inserted into “repeatable-custom-tabs.css” which is inactive and at the beginning of the “repeatable-custom-tabs.min.css” which is also inactive.

    I suppose there is no need to put it into font styling css.

    I’m using flatsome UX theme on https://kvisko.me which is currently in coming soon mode. Could it be possible that flatsome overrides your css styling and thus it is inactive?

    Thank you.

    Plugin Author Evan Herman

    (@eherman24)

    You should be adding it to your active themes style.css, so that your theme will override the plugins default styles. If you’re adding them back into our plugin style sheet it may not work properly, and will be overwritten on next plugin update.

    Evan

    THANKS!

    I’m not a developer, so thanks for guiding me though. It’s working now.
    Thanks again for this great plugin.

    Miroslav

    Plugin Author Evan Herman

    (@eherman24)

    No problem at all, glad we could be of some help. If you have the time and enjoy the plugin we’d love it if you could leave a positive review so other could take note of our hard work.

    Again we appreciate you using the plugin and hope you enjot it!

    Evan

    Hi Evan,

    I was going to post the same query. But your CSS solved it. May be you could add it as an option to your next update.

    Thanks!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Hide/remove title of tabs’ is closed to new replies.