• Resolved hamudi

    (@hamudi)


    Hey there!

    Thank you very much for your plugin. We are happy to be able to use it.

    Still, we have an appearance issue with the tabs when it comes to tables as a content.

    Please have a look on this Kohleexpert-topic:
    https://www.weltexporte.de/kohle-exporte/

    The first raw does not display in the same spacing/width. We have tried out several settings within the Supsystic tables, but it is not aligning for all years identically.

    Hope to find a solution for this. Thank you in advance!

    Kind regards

Viewing 1 replies (of 1 total)
  • Plugin Author cubecolour

    (@numeeja)

    When content is included on a page but is not visible on initial page load in some cases it might be rendered with incorrect dimensions.

    If this is what is happening in this case, a possible workaround might be to add some javascript to force a resize event when the tab is clicked.

    The following script should achieve this if added to your page – either as an inline script added to the footer, or in a separate enqueued file.

    jQuery(function($) {
        $("body").on("click", ".responsive-tabs__list__item,.responsive-tabs__heading,#tabbylink", function() {
            window.dispatchEvent(new Event("resize"));
        });
    });
Viewing 1 replies (of 1 total)
  • The topic ‘Not compatible with tables’ is closed to new replies.