• I’m using your plugin and it works fine. But, it doesn’t resize the text between plugins that create tabs.

    The tab plugin I use is: Tabs – Responsive Tabs with WooCommerce Product Tab Extension

    Is this an issue that can be solved?

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

    (@mpol)

    Hi,
    I tried to use it, but it doesn’t work on my test install with PHP 8.

    Can you share the link to your website?
    It is probably a CSS issue.

    Thread Starter Pieterjan Deneys

    (@nekojonez)

    I rather not post a link on a public forum since it’s a WIP version of the site and I want to avoid that spiders index the website. I’m totally willing to DM/mail you the link though ??

    Plugin Author Marcel Pol

    (@mpol)

    Sure, no problem.

    My email is [email protected]

    I will respond here again to keep the discussion mostly public.

    Thread Starter Pieterjan Deneys

    (@nekojonez)

    Sorry for the late reply, the work for my school is swamping me a bit. Just send the mail.

    Plugin Author Marcel Pol

    (@mpol)

    Hi, there are fixed font-sizes in px, which is often a problem. Most content text should be relative with em or rem, only design elements should be a fixed size in px.
    You could reach out to the plugin maintainer or theme maintainer and point them here.

    This CSS might help.

    html body .oxi-tabs-wrapper-1 > .oxi-addons-row > .oxi-tabs-ultimate-style > .oxi-tabs-ultimate-header-wrap .oxi-tabs-main-title {
        font-size: 1em;
    }
    html body .oxi-tabs-wrapper-1 > .oxi-addons-row > .oxi-tabs-ultimate-style > .oxi-tabs-ultimate-content-wrap > .oxi-tabs-ultimate-content > .oxi-tabs-body-tabs p {
        font-size: 1em;
    }
    html body .oxi-tabs-wrapper-1 > .oxi-addons-row > .oxi-tabs-ultimate-style > .oxi-tabs-ultimate-header-wrap .oxi-tabs-sub-title {
        font-size: 1em;
    }

    I am not sure if using rem is better fitting then em.
    You can change sizes from 1em to 0.9em or 1.1em, so you can play with them.

    Does this help?

    Plugin Author Marcel Pol

    (@mpol)

    (Adding tag vc-tabs)

    Thread Starter Pieterjan Deneys

    (@nekojonez)

    Well, it’s working but only half. I’m going to check if my text didn’t break with copying html code. Since it works on some tabs but not on all.

    Edit: It’s working on one but not on the other.. Huh.

    Edit 2: I added the CSS to the “custom css” part of the plugin and annoyingly, it works for only one of the two tabs… ??

    Thread Starter Pieterjan Deneys

    (@nekojonez)

    So, on the website I have two tabs… It works flawlessly for one but not for the other. Dunno why. :/

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘No resize of tabs’ is closed to new replies.