Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I have a core 10.1.6 website with Claro as administrative theme and Olivero as general theme.
Given that the website's language is an RTL language, all content in all webpages, administrative or general, appears from right to left.
I want to add a new content type named "LTR nodes" and create a few nodes with it that both in administrative mode and in general mode, would appear from left to right.
Thanks for fixing previous issue, it was the dumb extra semi-colon.
I tried doing something pretty simple but it's not worked. First I added a div to page template with an id, then added css for the id in base.css. The div is there but it's not loading the css like it's being ignored, is this normal behaviour? I've cleared the cache.
I'm encountering a persistent issue with the Translation Management Tool (TMGMT, version 8.x-1.15) and the Config Translation module on my Drupal site (version 10.5.1). The issue arises when I attempt to translate views, leading to an error that disrupts the process.
Hi guys,
what i want is to grab the user lat and long from the browser and store into a filed in a content type form. I don't want user interaction because i have to check if user position is close to some dynamic lat and long stored in other nodes.
I make it works in a custom site but I cannot reproduce with drupal by JS.
if (navigator.geolocation) {
navigator.geolocation.getCurrentPosition(showPosition);
}