Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Norbert Member
@q3d · Joined 5 years ago · 77 posts · 19 topics · 30 reputation
Badges
Recent posts
-
Access to collection elements using a numerical index
· 3 years ago
I have two collections: collection1, collection2. Based on them, I want to generate an HTML table in which the first column will be the first element of the collection1 array, and the second column wi
-
Footnote linking problem
· 3 years ago
Ok. I will check this on the default theme. With the default theme, of course it works. What might influence this behavior in my case?
-
Footnote linking problem
· 3 years ago
I'm trying to insert a footnote in the markdown syntax. I turned on Markdown Extra in the configuration on the page I added: [^1] In the footer of the article I added: [^1] Footnote description... H
-
Git Sync You have divergent branches and need to specify how to reconcile them
· 3 years ago
Thx! I don't understand why it doesn't work. I created a new remote repository (empty). I have configured Git Sync access on the production server to this new repository. I tried to synchronize: Err
-
Git Sync You have divergent branches and need to specify how to reconcile them
· 3 years ago
The server administration (shared hosting) replied that I could not execute the following command on the server: git config --global pull.rebase true due to safety rules
-
Git Sync You have divergent branches and need to specify how to reconcile them
· 3 years ago
Yes, I've read it. For me, the problem occurs on the server where CMS GRAV is installed. How do I execute on the server: git config --global pull.rebase true ? When I add: [pull] ff = only in user/.g
-
Git Sync You have divergent branches and need to specify how to reconcile them
· 3 years ago
I've set up Git Sync for several sites but now on the new server I get the following message: From https://bitbucket.org/... * branch master -> FETCH_HEAD hint: You have divergent branches and nee
-
Assets manager add Swiper css and js files
· 4 years ago
Never_cache_twig: true in the page frontmatter and works. Thx. It's a pity, though, because I thought the following effect could be achieved. In the Swiper's twig template, I place references to the c
-
Assets manager add Swiper css and js files
· 4 years ago
Now I thought about it. The difference between the localhost environment and the one on the server is that: localhost site.yaml: cache: enabled: false server site.yaml: cache: enabled: true And in
-
Assets manager add Swiper css and js files
· 4 years ago
user/themes/abm/templates/partials/base.html.twig: <!DOCTYPE html> <html lang="{{ html_lang }}"> <head> {% block head %} {% include 'partials/head/head.html.t