![]() |
|
zp drop down covers gallery link on Bootstrap - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: zp drop down covers gallery link on Bootstrap (/thread-12462.html) |
zp drop down covers gallery link on Bootstrap - tplowe56 - 2016-02-28 The Zp menu (which provides quick access for admin and logout) covers up the gallery link on Bootstrap.Is there a plugin that is enabling this feature. It seems like it should be disabled for mobile themes as it often covers up features at the top right of mobile pages. zp drop down covers gallery link on Bootstrap - acrylian - 2016-02-28 The zp menu which is called admin toolbox btw is added automatically if you are loggedin. So no normal visitor will never see it. It is added to the "'theme_body_close'" filter automatically. It formerly was a function to add manually but was changed some time ago since it is part of the backend actually. It cannot directly be disabled but you can use the function zp drop down covers gallery link on Bootstrap - tplowe56 - 2016-02-28 That is what I would expect, but I still get the zp"username" overlay (upper right) when I am logged in as user, also. So it is covering up an important link to the 'Gallery' when using Bootstrap theme, when using mobile, as a user. zp drop down covers gallery link on Bootstrap - fretzl - 2016-02-28 In /css/bootstrap.css you can add zp__admin_module {display:none; Both options will however hide the admin-toolbox permanently. zp drop down covers gallery link on Bootstrap - tplowe56 - 2016-02-28 I have tried using not logged in plug-in, but then I am unable to log in as a user. I will try the CSS solution. I would call this a bug. That overlay in the upper right corner overrides all themes and when using any mobile theme potentially covers up part of the user interface. I am developing a website for a small charity and trying to eliminate as much admin responsibility as possible for them in the future. Having to alter CSS and HTML on every upgrade of ZP makes it less user friendly for admin that has few coding skills. zp drop down covers gallery link on Bootstrap - tplowe56 - 2016-02-28 Thanks, the CSS solution works. It also can interfere with the close button on Colorbox fullscreen image, on a PC or laptop, especially if the user happens to resize the browser window. I think an option to remove this from the UI should be available. zp drop down covers gallery link on Bootstrap - acrylian - 2016-02-29 Quote:I would call this a bug. That overlay in the upper right corner overrides all themes and when using any mobile theme potentially covers up part of the user interface. Quote:I am developing a website for a small charity and trying to eliminate as much admin responsibility as possible for them in the future. Having to alter CSS and HTML on every upgrade of ZP makes it less user friendly for admin that has few coding skills. [list] zp drop down covers gallery link on Bootstrap - vincent3569 - 2016-03-01 zp drop down covers gallery link on Bootstrap - acrylian - 2016-03-01 |