Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Peter Fuchs Member
@renards · Joined 9 years ago · 22 posts · 1 topics · 9 reputation
Badges
Recent posts
-
Adding "Related Pages" Plugin to Antimatter Theme
· 9 years ago
Hi @tanz1r, just an idea : did you try to change the path in your relatedpages.yaml file to /blog/home. I saw that your blog posts seem to be stored under this directory. Example : https://thirdhandbd
-
Localization issue with blog components
· 9 years ago
Hi @HugoS, maybe this entry /forum/themes-styling/how-to-correctly-set-a-default-language-t1356?u=renards can help you to configure your site without the language code in the URL. If you want to set t
-
How to correctly set a default language?
· 9 years ago
Ok, I tried it with one of my local installations with this configuration: languages: supported: - fr include_default_lang: false This works fine for me: No language code in the URL This star
-
How to correctly set a default language?
· 9 years ago
Hi @gizmecano, did you try to set the default language in your user/config/system.yaml like this (example) ?: languages: supported: - fr
-
Error in admin dashboard: Maximum function nesting level reached
· 9 years ago
If you use xdebug with your webserver and php installation you can try to increase the value of the xdebug.max_nesting_level setting.
-
SimpleSearch stopped working after 1.10.2->1.13.0 update
· 9 years ago
Hi @stewag, if you want to override or change your JavaScript somewhere in your theme use the code you mentioned above. Otherwise the {{ assets.js(‘bottom’) }} should be enough.
-
SimpleSearch SearchBox size change
· 9 years ago
If you use the provided stylesheet and searchbox template it should be enough to override / extend the corresponding selector : .search-wrapper .search-input .
-
SimpleSearch stopped working after 1.10.2->1.13.0 update
· 9 years ago
Hi @underr, I had a short look at the Pinpress Skeleton. As far as I can see the search does not work in this theme because of the missing JavaScript. I digged a bit deeper into this and found out tha
-
SimpleSearch stopped working after 1.10.2->1.13.0 update
· 9 years ago
Good to hear that it works. 😀
-
SimpleSearch stopped working after 1.10.2->1.13.0 update
· 9 years ago
Did you paste the JavaScript tag in the header or in the footer ? If i paste it in the header it does not work for me either.