• Resolved bobmeans

    (@bobmeans)


    Newest Divi. With your plugin activated the styling on the Divi settings page is changed. Some tabs are really difficult to read.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author acmemediakits

    (@acmemediakits)

    This randomly happens. The js of my plugin are triggered after 40ms of page load. Sometimes they trigger before main divi js. In this case just refresh the page and the page should be visible.

    If you are confident with javascript you can try to edit the file
    ./acme-divi-modules/public/js/acme-divi-modules-public.js

    at row 46 changing from:

    }, 40, 'callbackID');
    to
    },400, 'callbackID');

    this will delay the $(document).ready event.

    Thread Starter bobmeans

    (@bobmeans)

    No, you misunderstood the issue. You plugin adds styling to the admin pages that interferes with the Divi Theme Options.

    Plugin Author acmemediakits

    (@acmemediakits)

    Hi Bob, just released a fix to this issue.
    I limited jquery-ui only to my settings page.

    Thank you for helping me improve my plugin.

    Thread Starter bobmeans

    (@bobmeans)

    Hey Mirko,

    No problem. That is what the Divi Dev community is around to do – help each other out! I hope a ton of people download your plugin. Good Luck!

    Bob

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Styling breaks Divi settings page’ is closed to new replies.