[Bug] Remove static text from space otherwise occupied by site logo #277

Closed
opened 2023-07-25 09:05:46 +02:00 by brainchild · 6 comments

Environment

  • Custom menu version: 3.10.3
  • Nextcloud version: 25.0.9
  • PHP version: 7.4.33
  • Web server: Apache2
  • Web browser and version: Firefox 115.0.2

Configuration

{
    "add-logo-link": "1",
    "always-displayed": "0",
    "apps-categories-custom": "[]",
    "apps-order": "[]",
    "background-color": "#6e2480",
    "background-color-opacity": "100",
    "background-color-to": "#6e2480",
    "big-menu": "0",
    "big-menu-hidden-apps": "[]",
    "categories-custom": "[]",
    "categories-order": "[\"other\",\"customization\",\"dashboard\",\"external_links\",\"files\",\"workflow\",\"games\",\"integration\",\"monitoring\",\"multimedia\",\"office\",\"organization\",\"search\",\"security\",\"social\",\"tools\"]",
    "categories-order-type": "default",
    "current-app-background-color": "#601f70",
    "dark-mode-background-color": "#6e2480",
    "dark-mode-background-color-opacity": "100",
    "dark-mode-background-color-to": "#6e2480",
    "dark-mode-current-app-background-color": "#601f70",
    "dark-mode-icon-invert-filter": "100",
    "dark-mode-icon-opacity": "100",
    "dark-mode-loader-color": "#ffffff",
    "dark-mode-opener": "side-menu-opener",
    "dark-mode-text-color": "#ffffff",
    "default-enabled": "1",
    "display-logo": "1",
    "enabled": "yes",
    "force": "0",
    "hide-when-no-apps": "0",
    "icon-invert-filter": "0",
    "icon-opacity": "100",
    "installed_version": "3.10.3",
    "loader-color": "#a157b3",
    "loader-enabled": "1",
    "opener": "side-menu-opener",
    "opener-hover": "0",
    "opener-only": "0",
    "opener-position": "before",
    "show-settings": "0",
    "side-with-categories": "0",
    "size-icon": "normal",
    "size-text": "normal",
    "target-blank-apps": "[]",
    "text-color": "#ffffff",
    "top-menu-apps": "[]",
    "top-menu-mouse-over-hidden-label": "0",
    "top-side-menu-apps": "[]",
    "types": "",
    "use-avatar": "0"
}

Steps to reproduce

Open sidebar, with default layout applied, and no site logo configured through global administrative options.

Observed Results

The space otherwise occupied by the logo is left empty, or no space appears between other elements.

Expected Results

The space is populated by the text "Logo".

More informations

No response

### Environment * Custom menu version: 3.10.3 * Nextcloud version: 25.0.9 * PHP version: 7.4.33 * Web server: Apache2 * Web browser and version: Firefox 115.0.2 ### Configuration ``` { "add-logo-link": "1", "always-displayed": "0", "apps-categories-custom": "[]", "apps-order": "[]", "background-color": "#6e2480", "background-color-opacity": "100", "background-color-to": "#6e2480", "big-menu": "0", "big-menu-hidden-apps": "[]", "categories-custom": "[]", "categories-order": "[\"other\",\"customization\",\"dashboard\",\"external_links\",\"files\",\"workflow\",\"games\",\"integration\",\"monitoring\",\"multimedia\",\"office\",\"organization\",\"search\",\"security\",\"social\",\"tools\"]", "categories-order-type": "default", "current-app-background-color": "#601f70", "dark-mode-background-color": "#6e2480", "dark-mode-background-color-opacity": "100", "dark-mode-background-color-to": "#6e2480", "dark-mode-current-app-background-color": "#601f70", "dark-mode-icon-invert-filter": "100", "dark-mode-icon-opacity": "100", "dark-mode-loader-color": "#ffffff", "dark-mode-opener": "side-menu-opener", "dark-mode-text-color": "#ffffff", "default-enabled": "1", "display-logo": "1", "enabled": "yes", "force": "0", "hide-when-no-apps": "0", "icon-invert-filter": "0", "icon-opacity": "100", "installed_version": "3.10.3", "loader-color": "#a157b3", "loader-enabled": "1", "opener": "side-menu-opener", "opener-hover": "0", "opener-only": "0", "opener-position": "before", "show-settings": "0", "side-with-categories": "0", "size-icon": "normal", "size-text": "normal", "target-blank-apps": "[]", "text-color": "#ffffff", "top-menu-apps": "[]", "top-menu-mouse-over-hidden-label": "0", "top-side-menu-apps": "[]", "types": "", "use-avatar": "0" } ``` ### Steps to reproduce Open sidebar, with default layout applied, and no site logo configured through global administrative options. ### Observed Results The space otherwise occupied by the logo is left empty, or no space appears between other elements. ### Expected Results The space is populated by the text "Logo". ### More informations _No response_
brainchild added the
bug
label 2023-07-25 09:05:46 +02:00
Owner

Can you provide a screenshot please?

Can you provide a screenshot please?
Author

As I try to reproduce, by removing the logo, the system simply installs the default logo, provided by the platform developer.

I am speculating that my installation had been in some state, not tested with the extension, of having no logo configured, not even the default.

Perhaps the reason is due to a glitch during a regular upgrade.

As I try to reproduce, by removing the logo, the system simply installs the default logo, provided by the platform developer. I am speculating that my installation had been in some state, not tested with the extension, of having no logo configured, not even the default. Perhaps the reason is due to a glitch during a regular upgrade.
Owner

Upgrade often drop the logo on my instances with or without Custom menu.

Upgrade often drop the logo on my instances with or without Custom menu.
Author

Well, you might consider removing the text string, to help make the sidebar have a good appearance, despite the dropped logo.

Well, you might consider removing the text string, to help make the sidebar have a good appearance, despite the dropped logo.
Owner

The logo can be hide with settings. The alt/title attributes are normal on image tag.

The logo can be hide with settings. The alt/title attributes are normal on image tag.
Author

I am running Nextcloud 25, and I have not found a successful method either to remove any logo, or to set the alternative text.

I am running Nextcloud 25, and I have not found a successful method either to remove any logo, or to set the alternative text.
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: deblan/side_menu#277
No description provided.