v21 issues

Questions around the TYPO3 integration and plugins
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!
User avatar
aimeos
Administrator
Posts: 7873
Joined: 01 Jan 1970, 00:00

Re: v21 issues

Post by aimeos » 04 Jun 2021, 20:36

Thanks, icons are fixed in 2021.04.x-dev now.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

ivanp
Posts: 37
Joined: 05 Mar 2021, 17:52

Re: v21 issues

Post by ivanp » 07 Jun 2021, 10:44

Dear developers,

I am getting the strong impression the new zeynepjs mobile-first navigation menu is not working as you intended.
Selecting a subcategory (and ending up there) is only possible by first clicking the parent.
The page refreshes and the child is now visible and you have to click it again to open.

Was it meant to work like this?
It is really hard to get an idea of what to expect if there is no live example of a real basic version for the Aimeos/TYPO3 couple.

User avatar
aimeos
Administrator
Posts: 7873
Joined: 01 Jan 1970, 00:00

Re: v21 issues

Post by aimeos » 07 Jun 2021, 10:52

Thanks for the hint, we will add the necessary configuration in the next release. In the meanwhile, you can set it yourself to the number of category levels you want to show using:
https://aimeos.org/docs/2021.x/config/c ... els-always
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

ivanp
Posts: 37
Joined: 05 Mar 2021, 17:52

Re: v21 issues

Post by ivanp » 07 Jun 2021, 15:38

Thank you for the quick response!
However it does not resolve the problem on mobile.

It is still impossible to open a child using the forward arrow (mobile).
Opening a subcategory on desktop works.
Once the subcategory is opened (desktop) and you switch over to mobile view, the menu does not allow you to navigate back to the parent category.

Any ideas?

User avatar
aimeos
Administrator
Posts: 7873
Joined: 01 Jan 1970, 00:00

Re: v21 issues

Post by aimeos » 08 Jun 2021, 06:47

In 2021.04, also this setting is necessary but it will be removed in 2021.07+:

Code: Select all

client/html/catalog/filter/tree/deep = 1
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

ivanp
Posts: 37
Joined: 05 Mar 2021, 17:52

Re: v21 issues

Post by ivanp » 24 Jun 2021, 11:43

Search results.

There is a little CSS mistake in the search results.
Except for desktop it looks like no results are found.
However they appear at the top of the screen.
Last edited by ivanp on 09 Jul 2021, 09:26, edited 2 times in total.

User avatar
aimeos
Administrator
Posts: 7873
Joined: 01 Jan 1970, 00:00

Re: v21 issues

Post by aimeos » 29 Jun 2021, 06:04

Can you please create a PR at https://github.com/aimeos/ai-client-html fixing it?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

ivanp
Posts: 37
Joined: 05 Mar 2021, 17:52

Re: v21 issues

Post by ivanp » 09 Jul 2021, 09:27

Re: display of search results

Causing the problem is: aimeos-typo3/Resources/Public/Themes/elegance/aimeos.css (line 3804).
I noticed in some other version it was taken out.

@media (max-width:991px) {
.ui-widget-content{
top: 8.75em !important;
}
}

ivanp
Posts: 37
Joined: 05 Mar 2021, 17:52

Re: v21 issues

Post by ivanp » 10 Jul 2021, 18:49

TYPO3 10.4.17 | Bootstrap package 11.03 | PHP 7.4.20 | MySQL 10.3.29-MariaDB-log-cll-lve | Linux 3.10.0-962.3.2.lve1.5.49.el7.x86_64 | Aimeos_dist 21.4.1 | Aimeos 21.4.3

Re: v21 issues - 21.4.3

After updating to 21.4.3 the field under products stays empty. See screenshot.

Any ideas?
Attachments
Screenshot from 2021-07-10 20-35-18.png
Screenshot from 2021-07-10 20-35-18.png (62.29 KiB) Viewed 11662 times

User avatar
aimeos
Administrator
Posts: 7873
Joined: 01 Jan 1970, 00:00

Re: v21 issues

Post by aimeos » 15 Jul 2021, 09:26

This has been fixed with this commit: https://github.com/aimeos/ai-admin-jqad ... 66083f0109

It's available for 21.04 and the upcoming 21.7 versions. You can get the fixed ai-admin-jqadm package executing:

Code: Select all

composer up aimeos/ai-admin-jqadm
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply