symphonists / subsectionmanager

Subsection management for Symphony.
Other
44 stars 32 forks source link

Add new button lost after upgrading to Symphony 2.3.4 + Subsectionmanager 3.5 #247

Closed frenkel closed 3 years ago

frenkel commented 10 years ago

I seem to have "lost" the add new button in Subsectionmanager after upgrading both Symphony and Subsectionmanager. The checkbox in the field settings "allow creation of new items" is enabled.

Attached screenshots of Firefox 17 and Chromium. I believe the button is behind the input box: after fiddling with Firebug I can see the button, but can't click it. screenshot from 2013-12-16 10 14 46 screenshot from 2013-12-16 10 15 14

nilshoerrmann commented 10 years ago

Thanks for the report. Does that still happen after clearing your browser cache?

frenkel commented 10 years ago

Sadly yes. I've also tested the subsectionmanager in the sidebar or main content: no difference :(

frenkel commented 10 years ago

Which browser are you using to develop this extension? Maybe I can compare the supposed look with my "troubled" version.

frenkel commented 10 years ago

I've fixed it for now by using this patch:

diff --git a/extensions/subsectionmanager/assets/subsectionmanager.publish.css b/extensions/subsectionmanager/assets/subsectionmanager.publish.css
index 049b6a6..d0beb37 100644
--- a/extensions/subsectionmanager/assets/subsectionmanager.publish.css
+++ b/extensions/subsectionmanager/assets/subsectionmanager.publish.css
@@ -48,6 +48,7 @@

 .field-subsectionmanager .constructable + .browser {
        margin-top: -30px;
+       margin-right: 80px;
 }

 .field-subsectionmanager .browser.opened {