Problem description:
Identical menu item unnecessarily appear several times on the Scribus homepage.
First "menu" defined in <div class="top-bar top-bar-align-right">:
- Contribute
- Scribus Wiki
- Bug Tracker
- Privacy Policy
Second "menu" (navigation bar) defined in <div class="inside-navigation grid-container">:
- About
- Support
- Download
- Contribute
- News
- Open search icon
In the footer of the Scribus homepage is an identical menu as in the first menu!
Footer "menu" defined in <div class="gb-button-wrapper gb-button-wrapper-333e5b74">:
- CONTRIBUTE
- SCRIBUS-WIKI
- BUGS
- PRIVACY POLICY
Comment:
The 3 Contribute/CONTRIBUTE links, link to the same page.
The 2 Scribus Wiki/SCRIBUS-WIKI links, link to the same page.
The 2 Bug Tracker/BUGS links, link to the same page.
The 2 Privacy Policy/PRIVACY POLICY, link to the same page.
Proposed solution:
Delete the first menu because it's not needed as same items exist in the footer of the page, where IMO they belong.
Problem description:
Identical menu item unnecessarily appear several times on the Scribus homepage.
First "menu" defined in
<div class="top-bar top-bar-align-right">:Second "menu" (navigation bar) defined in
<div class="inside-navigation grid-container">:In the footer of the Scribus homepage is an identical menu as in the first menu!
Footer "menu" defined in
<div class="gb-button-wrapper gb-button-wrapper-333e5b74">:Comment:
The 3 Contribute/CONTRIBUTE links, link to the same page.
The 2 Scribus Wiki/SCRIBUS-WIKI links, link to the same page.
The 2 Bug Tracker/BUGS links, link to the same page.
The 2 Privacy Policy/PRIVACY POLICY, link to the same page.
Proposed solution:
Delete the first menu because it's not needed as same items exist in the footer of the page, where IMO they belong.