Andrey
Andrey
In \Resources\Private\News\Templates\News\List.html you need to add something like: ``` {tag.seotitle}{f:if(condition: '{pagination.currentPage} > 1', then: ' page {pagination.currentPage}')} {pageData.seo_title} {f:if(condition: '{pagination.currentPage} > 1', then: 'page {pagination.currentPage}')} ``` here i also set...
Here js adds navbar-transition class to an element with navbar-fixed-top class if you scroll down 120 px... It is at the 120 px point that the jumps occur. The navbar-transition...
To summarise what I did for myself: In setup TS: ``` # DataProcessing page.10.dataProcessing.130720231410 = TYPO3\CMS\Frontend\DataProcessing\MenuProcessor page.10.dataProcessing.130720231410 { special = {$page.theme.contactsnavigation.navigationType} special.value = {$page.theme.contactsnavigation.navigationValue} includeNotInMenu = {$page.theme.contactsnavigation.includeNotInMenu} levels = {$page.theme.contactsnavigation.levels}...
Yes, I've looked through the a11y manuals, in particular https://w3c.github.io/aria/ https://a11y-style-guide.com/style-guide/section-navigation.html https://tink.uk/using-the-aria-current-attribute/ https://yale-a11y.gitlab.io/ui-component-library/navs# https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-disabled For example, for the current page in subnavigation: li class="... current" Add aria-current="page" to the link...
Confirmed, had to go back to the old configuration: ``` News: type: Extbase limitToPages: - 96 - 97 - 104 - 105 extension: News plugin: Pi1 routes: - routePath: '/'...
Yes, I have two or three forms on the page. I made different markers in the forms on purpose. This worked at least in TYPO3 11. All the forms on...