bigin / ItemManager_2.0

ItemManager (IM) is a simple flat-file framework for GetSimple-CMS that allows you to develop completely customizable PHP applications bundled with GetSimple-CMS.
MIT License
5 stars 3 forks source link

Admin styles conflict when I use ItemManager with SpecialPages #5

Closed mittus closed 7 years ago

mittus commented 7 years ago

Hello!

When I use ItemManager with i18n SpecialPages, I have deffect in styles on the SpecialPages plugin edit page.

List all my plugins: http://prntscr.com/ekza17 Deffect on SpecialPages: http://prntscr.com/ekzaa1 If ItemManager is deactivated (normal styles): http://prntscr.com/ekzagw

bigin commented 7 years ago

yes, there seems to be some CSS conflict - Thank you!

bigin commented 7 years ago

fixed

mittus commented 7 years ago

I think, this have JS conflict too, becouse general options in the special pages need be open'd as default.

This now: http://prntscr.com/el2l05 With deactivated ItemManager: http://prntscr.com/el2leh

bigin commented 7 years ago

hmm... indeed, I will look at it soon, thanks. And just for your information - you don't really need Special Pages if you use ItemManager. All of these features are already implemented. Do you know ImExtraFields plugin? https://github.com/bigin/ImExtraFields

mittus commented 7 years ago

@bigin no, I don't know about ImExtraFields. Tank you for advice, I will surely learn this!!

bigin commented 7 years ago

so, the hidden tab issue in SpecialPages should be fixed now ;-)

mittus commented 7 years ago

Now it work! Thank you!! This problem has long time troubled me :))