There is a structural flaw in the footer tag of the site template:
<footer class="grid-child container-footer footer">
<hr>
<p class="float-right">
<a href="#top" id="back-top" class="back-top">
<span class="icon-arrow-up-4" aria-hidden="true"></span>
<span class="sr-only"><?php echo Text::_('TPL_CASSIOPEIA_BACKTOTOP'); ?></span>
</a>
</p>
<jdoc:include type="modules" name="footer" style="none" />
</footer>
The "back-to-top" feature is in the same tag as a call to a module in a footer position. So, when one assigns a module to the footer position, the module content is kind of "glued" to the "back-to-top".
I guess the call to the module should be at least in another tag, maybe another footer.
Status | New | ⇒ | Discussion |
"Back to top" It's fine as a template feature, IMO. But a template option could be added for disabling it.
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-06-17 08:34:33 |
Closed_By | ⇒ | alikon |
Set to "closed" on behalf of @alikon by The JTracker Application at issues.joomla.org/joomla-cms/25239
closed for pr #25250
Status | Closed | ⇒ | New |
Closed_Date | 2019-06-17 08:34:33 | ⇒ | |
Closed_By | alikon | ⇒ |
Status | New | ⇒ | Discussion |
Closed_Date | 0000-00-00 00:00:00 | ⇒ |
Set to "open" on behalf of @alikon by The JTracker Application at issues.joomla.org/joomla-cms/25239
reopened as requested
Labels |
Added:
J4 Issue
|
Can this issue be renamed to include "back-to-top" or "back-top" as that is what this is really about?
Title |
|
Labels |
Added:
?
Removed: J4 Issue |
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-08-21 12:59:18 |
Closed_By | ⇒ | richard67 |
Duplicate of Issue #23457 and its PR #23606?