I have a live site running with default language English and I have created all my content in Czech, but when i try to add the English translation it always moves me back to czech. I have some english pages already created when site wasn't live, but when i try to edit it, it moves me to czech again. The english content isn't even displayed when i switch the language of the site to english. It's my first time creating website with drupal so I don't have much experience. Can someone please help me?
I created a custom field description on taxonomy term and should view it, based on the taxonomy term in a page--taxonomy--term-- TERMID.html.twig, how can I access that field and view it either on the page or in a block created by views?
Building a new knowledge system with site-led agile development
Japan Airlines has launched the POLARIS project to solve the problems of the old knowledge system. This is an effort to build a new knowledge system with high searchability that does not rely on the experience or intuition of the operator. "POLARIS" signifies the North Star, which shows the correct path to lost travelers.
I've created a view page for a contents "product" and displays the list. But I wan to display only ONE node from URL by node id like ?node=555
This view has a path /course1_lecture and I added the contextual filter by selected "Provide default value" under "WHEN THE FILTER VALUE IS NOT IN THE URL" and selected "Content ID from URL" and it is not showing anything when I try /course1_lecture?nid=555 or /course1_lecture/?nid=555 or /course1_lecture/555 it doesn't show anything.