Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Gez Member
@Gin · Joined 3 years ago · 90 posts · 6 topics · 14 reputation
Badges
Recent posts
-
How to use import@ in form section of plugin blueprints.yaml
· 8 months ago
@raver: you must(?) use a section for the import you must(?) define the type with the folder name of your plugin as root, then all down to the blueprints file (server.yaml) excluding the suffix! test
-
How to use import@ in form section of plugin blueprints.yaml
· 8 months ago
for flex i use it a lot like this ps8: type: section import@8: type: quark/blueprints/geneller/menu context: themes:// idk about plugin blueprints.yaml
-
Multi-language links in Agency Theme
· 8 months ago
you still use loop via twig probably, lets try not using twig to generate links, simply use html a tag like <li><a class="page-scroll" href="{{ 'NAV1.URL'|t }}">{{ 'NAV1.TITLE'|t }}</a&
-
Multi-language links in Agency Theme
· 8 months ago
@WhiteWolfSix: {{ ‘NAV.TITLE’|t }} this is not correct because there is no "NAV.TITLE". there is "NAV1.TITLE" and "NAV2.TITLE" etc. ofc we can loop to ignore NAV1, NAV2, NAV3 ... because we dont nee
-
Multi-language links in Agency Theme
· 8 months ago
i use yaml a lot because i use flex a lot but not with "-" so it bugs me a little since i dont have much experience with it. from what we see at result, it looks like last one repeats instate of other
-
Multi-language links in Agency Theme
· 8 months ago
i dont see "KURZY" or other texts that needs to be translated at plugin's settings like this one @WhiteWolfSix: we need all 9 links in that plugin as both title and url for both languages if you ha
-
Multi-language links in Agency Theme
· 8 months ago
so is it another website? im not sure im following but let me clear something at normal case when we show content for another language we add /cz or /fr to web adress like www.whitewolfsix.sk/cz, www.
-
Multi-language links in Agency Theme
· 8 months ago
how do you navigate to other languages at your website? im not sure if i understood right how your URL works
-
Multi-language links in Agency Theme
· 8 months ago
i just tried it and it works nicely here is what i have after installing it via admin plugin i added another language to website so i have en and tr languages now i edited plugin via admin plugin by
-
Multi-language links in Agency Theme
· 9 months ago
your code looks different from this languages: - code: en content: | MY_PLUGIN: GREETING: "Hello" CTA: "Read More" lets first make them exactly same format before trying th