Running a site (Drupal 7) for a charity NGO and we would like to add the option of navigating in several languages (specifically adding French and maybe Arabic in the future.
We are not looking to translate all the content, but more just have a button (e.g. a flag) you can click in a corner that would translate all navigation tools and maybe some pages, too. I understand we would have to manually input most of the translation ourselves, but we are can accomplish this. It's just a question of enabling the function that is proving difficult!
Synopsys: After merging two sites to multi-site, I only can login to the (default) site.
To get my upgrade-tasks a bit more under control I decided to merge my two existing sites to a multi-site set-up.
I decided to move one site to the installation of the other. I first upgraded both to the same release (Drupal 7.56). Moving the databases to a single entity (by using a prefix) was easy and both sites were still working correctly (although on their own code base).
I installed drupal, everything worked. for some reason I deleted all the files. I deleted the database and resumed all installation steps. http: //localhost/drupal-7.56/install.php displays:
After a few frustrating hours I decided to ask you all.
I try to put an image below the active menu item, So I don't want to replace the menu item, just put the image underneath it.
I have tried a lot of things, but the image never showed up. I did cleared my caches after making changes to my css. I also checked whether my website found the image and it did. But the image didn't show.
The last thing I tried was:
li a.active
{background-image:url("/misc/streep.jpg");background-repeat: no-repeat;width: 100px;}
Working on a Drupal site and have a side view on the front page that we'd like to more the "More" link above the Field content: Ticket link field.... is this even possible, if so how? It looks like the "More" link is always at the bottom of the block? thanks - LewisO