Search found 26 matches

by trimble
14 Sep 2015, 11:24
Forum: TYPO3 extension
Topic: basket in bootstrap_package navigation
Replies: 4
Views: 3336

Re: basket in bootstrap_package navigation

Oh my good, I checked it twice :-(.

Thanks for your better eyes !

Trimble
by trimble
14 Sep 2015, 09:03
Forum: TYPO3 extension
Topic: basket in bootstrap_package navigation
Replies: 4
Views: 3336

Re: basket in bootstrap_package navigation

I'm using TYPO3 7.4. lib.navigation.basket.10 { userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run vendorName = Aimeos Please use the two lines above instead. Thanks for the quick answer. Now I see 2 (!) baskets. <div class="body-bg body-bg-top"> <a class="sr-only sr-only-focusable&quo...
by trimble
13 Sep 2015, 21:08
Forum: TYPO3 extension
Topic: basket in bootstrap_package navigation
Replies: 4
Views: 3336

basket in bootstrap_package navigation

Hi, I'm using TYPO3 7.4. I'm struggling with the mini basket to insert it into the bootstrap_package navigation. I've read "https://aimeos.org/docs/TYPO3/Add_basket_to_navigation" and tried it in a very simple way. I put lib.navigation.basket = COA lib.navigation.basket.10 = USER lib.navig...
by trimble
27 Apr 2015, 15:46
Forum: Help
Topic: open list of categories
Replies: 5
Views: 8649

Re: open list of categories

Thanks for the code snippet. With your perfect explanation it was easy to use.

But I think that it's still a little bit nicer to have a css solution. With css I could use media queries to keep the lists closed on mobile devices and keep it open for bigger screens :D

trimble
by trimble
25 Apr 2015, 10:20
Forum: Help
Topic: open list of categories
Replies: 5
Views: 8649

Re: open list of categories

Thanks a lot for the quick reply. It's really a simple solution for starting the list of categories open. I just removed the css 'display: none'. .catalog-filter-tree { > ul { padding: 0.5em 0; // display: none; } } So I can still open and close the catalog-filter-tree. :D It would be nice to have t...
by trimble
20 Apr 2015, 21:18
Forum: Help
Topic: open list of categories
Replies: 5
Views: 8649

open list of categories

Thanks for the great shop. The documentation is very helpful.
Now I'm wondering whether it's possible to configure for example the list of categories that they are open when I open the list view.

trimble