kironet

Results 8 issues of kironet

Hi, Want to move from KnpPaginatorBundle and I'm stuck with sorting. In KnpPaginatorBundle has this `{{ knp_pagination_sortable(products, 'Price ASC', 'p.price', {'direction': 'asc'}) }}` How can I sort in Pagerfanta? My...

Hello, I have a problem, I've just installed this plugin. Everything works, but when I'm navigating to another image in gallery, I can see for a second both images(first and...

bug

Hi, how to change country codes format? For example: I need to show this: +420 +421 instead of Czech(+420) Slovak(+421) Thanks

Hey, are you planning to support Symfony Flex? Because right now I'm getting this error: > Unable to find template "LexikTranslationBundle:Translation:overview.html.twig" (looked into: /Users/username/Documents/Projects/Symfony/ProjectName/templates // I know flex is just...

Hey, I fixed my previous code. But now, I have a problem with crawler. It doesn't contain any html. But when I'm dumping $client->getResponse(), I'm getting HTML in it. ```...

- dario_swain/wall-poster-bundle dev-master requires symfony/symfony 2.\* -> no matching package found. - dario_swain/wall-poster-bundle dev-master requires symfony/symfony 2.\* -> no matching package found. - dario_swain/wall-poster-bundle dev-master requires symfony/symfony 2.\* -> no...

enhancement

Hello, I'm trying to translate url. Example: Now: ``` domain.com/en/category/1 domain.com/cs/category/1 domain.com/it/category/1 ``` Expected: ``` domain.com/en/category/1 domain.com/cs/kategorie/1 domain.com/it/categoria/1 ``` I'm searching on google but can't find the solution or hint...

_**WARNING**: You are browsing the documentation for version **master** which is not maintained anymore. If some of your projects are still using this version, consider upgrading._ _**WARNING**: You are browsing...