juliushaertl / direct_menu

Nextcloud/OwnCloud app to provide easy access to all apps in the header
GNU Affero General Public License v3.0
17 stars 8 forks source link

showing app title does not work with owncloud 0.8.2 #3

Closed horstk closed 9 years ago

horstk commented 9 years ago

Hi,

version 0.2 works perfectly with owncloud 7.05, but with 0.8.2 app titles will never be shown ( neither when hovering over an app nor when selecting an app)

Regards

Horst

juliushaertl commented 9 years ago

That is strage, as on my 8.0.2 owncloud instance it works quite well. Could it be a caching issue? Have you tried to disable and reenable the app?

horstk commented 9 years ago

I tried everything. I deinstalled the app, deleted the entries in mysql, and installed it again. Then I used a brand new installation of firefox, but still: it works with 7.0.5 but not with owncloud 0.8.2

Am 31.03.2015 um 12:44 schrieb Julius Härtl:

That is strage, as on my 8.0.2 owncloud instance it works quite well. Could it be a caching issue? Have you tried to disable and reenable the app?

— Reply to this email directly or view it on GitHub https://github.com/juliushaertl/direct_menu/issues/3#issuecomment-88038092.

juliushaertl commented 9 years ago

Can you proove that the css file direct_menu.css is loaded and contains the rule #navigation div li:hover span ?

horstk commented 9 years ago

Now it works. I moved the old "direct_menu" directory in the main "owncloud" directory to park it while testing version 0.2 . Nevertheless owncloud did take the old "direct_menu.css" from the old directory. Deleting it solved the problem

Thanks

Horst

Am 31.03.2015 um 16:07 schrieb Julius Härtl:

Can you proove that the css file |direct_menu.css| is loaded and contains the rule |#navigation div li:hover span| ?

— Reply to this email directly or view it on GitHub https://github.com/juliushaertl/direct_menu/issues/3#issuecomment-88100769.

juliushaertl commented 9 years ago

Ok, fine.