Extension Setting page
-
Hi
Thank you for your great plugin.
The setting page of the Extention manager isnt showing properly. it is crampped to the right side of the screen.
This seems to be a direct conflict with my security plugin (BPS PRO, which is a very good plugin), because when I disable bps, the setting shows properly.
I contacted the bps developer, and while he promised to make some exclusion conditions for the tsfem setting page in the next release, he made some technical suggestions which might help resolve the issue on the tsf side.
So I am sharing it with you:
the problem is that the BPS Pro status display div id is being injected with a div style by the TSF plugin’s HTML and CSS code. Somehow the TSF plugin is adding it’s HTML and CSS code inside of BPS Pro Status Display. Most likely the TSF plugin just needs to add a div id at the top of their page instead of starting with a div style.
The BPS Pro Status Display <div id> loads on/above the TSF plugin’s page, but since the TSF plugin is not starting their page with a <div id> then the <div style that they are using instead is being messed up. You should always start a div section using <div id>. <div id> is a “code break”, where <div style> is a code wrap/continuation. A <div style> is not an official or good way to create a start/break.
- The topic ‘Extension Setting page’ is closed to new replies.