• Hi

    First of all thanks for the AWESOME plugin.

    I faced two bugs and thought to report them.
    Version: 3.4

    1. After creating a “Tab” object I get a horizontal scroll in that page and that’s because there’s a position:absolute; left:-10000. My Site is RTL, might be the reason. I have temporarily solved it by

    [data-ce-tag=tabs] .pbs-tab-state {
        display: none;
    }

    2. When I create a “Tab” object and then try to clone it, all the cloned panels get the same “id” and “name”. So when I click on the cloned tabs, the parent tabs get changed (like I’m clicking on the parent tabs.) I had to recreate tabs which have exactly the same structure but different content. Would be a good idea either to fix this bug or have an option to create “Templates”.

    Anyway thank you for this super useful and user-friendly and easy-to-use plugin. Keep up the good job.

  • The topic ‘Bug in Cloning Tabs’ is closed to new replies.