Mobile Navigation - Working on Local site but not on live (both in Safari)?
If anyone can help with the following it would be greatly appreciated as I'm quickly becoming grey haired over it.
Basically I have a site that's navigation works perfectly on all local versions but has issues when testing the live site on the most of the same browsers (please note all files are identical in terms of those on local and live server).
Read moreProblema con cookie_domain
Hola drupaleros!
Tengo un problema con un sitio que no permite loguearse en safari o safari mobile. El dblog no me da errores y dice que la persona pudo loguearse correctamente, sin embargo, el usuario aparece deslogueado. El sitio es un Pressflow 6.
Cambié el cookie domain en settings.php a tener la dirección completa:
$cookie_domain: 'www.sitio.cr';
y el base url a:
$base_url = 'http://www.sitio.cr/';
El problema desaparece en safari y safari mobile, pero el logueo deja de funcionar en chrome y firefox.
Read moreSubtheming Zen 6.x-1.0 beta 3: Issues in Safari
I'm trying out Zen to create a theme for a site, and I'm running across a really strange issue in Safari. I had to edit page.tpl.php to get some rounded corners into my menu, and what seems to be happening on Safari is that it doesn't recognize the tag after one of these elements. Thus, it's trying to render the entire menu in a space that's only 8px wide. In Firefox, the width is messed up a bit too, but not nearly as much as it is in Safari.
Here's the code I added to page.tpl.php:
<?php
if ($left):
?>

