Template: You are here: Back
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Template: You are here: Back
Bug or Feature?
Clean Template
aimeos_dist 23.7.1
aimeos 23.10.6
Browsing a product and want to go back to product assortment overview.
In the header the visitor can read
"You are here: Back"
When clicking on "Back", nothing happens, as it is not a link.
Clean Template
aimeos_dist 23.7.1
aimeos 23.10.6
Browsing a product and want to go back to product assortment overview.
In the header the visitor can read
"You are here: Back"
When clicking on "Back", nothing happens, as it is not a link.
Re: Template: You are here: Back
It's a link but there may be an overlay of another element depending on your CSS:
https://github.com/aimeos/ai-client-htm ... hp#L68-L70
You can check that in the browser console.
https://github.com/aimeos/ai-client-htm ... hp#L68-L70
You can check that in the browser console.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
Re: Template: You are here: Back
Thanks for guiding.
No file modified or own aimeos extension activated.
Im running TYPO3 12.4.13
Where does the overlay come from?
Yes, there is an overlay!
Aimeos EXT runs "out of the box" the way it was imported.aimeos wrote: ↑08 Apr 2024, 09:20depending on your CSS:
https://github.com/aimeos/ai-client-htm ... hp#L68-L70
No file modified or own aimeos extension activated.
Im running TYPO3 12.4.13
Where does the overlay come from?
Re: Template: You are here: Back
It depends on the version of the Bootstrap extension and maybe things. The default theme uses margins for the header which may interfere with different versions of the Bootstrap CSS. Best option is to add a custom CSS statement that fixes that.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
Re: Template: You are here: Back
Sorry for my late respond. I missed your comment.
I downgraded from Bootstrap 14.0.7 to 13.0.5 and it didn't change anything.
I may start with a new clean install to see if I messed something up without realizing it.
Because if I am the only one experiencing it, then it must be my install
Re: Template: You are here: Back
Not necessarily, it could be also a general problem.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star