gracianotorrao
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Migration of wordpress – 404 Not Found error …Looks like the problem was related with a .htaccess file.
Renaming it to .htaccess_1 solved the problem. Am i causing a security issue here?Forum: Fixing WordPress
In reply to: Greek letter omegaops
Sorry ??Forum: Fixing WordPress
In reply to: Remove border from image linksWell, let me add some info.
The problem is thal this only happens when using Iinternet Explorer, and not with any other browsers!
I’v had a similar problem tha was by changing some code in the top of the style.css file:<!--[if IE ]> <style type="text/css"> #ddnav li ul{ position: absolute; left: -999em; margin-top: 0px; } #ddnav a{ width:auto; } a img { border:0; } </style> <![endif]-->
The idea was to change this property at the template level, as Jorge points out.
I tried as above but no results.Forum: Themes and Templates
In reply to: How to respect Author rightsI think i will justo do that, and keep the original headers in all files.
ThanksForum: Themes and Templates
In reply to: Can't join the Menu with the sub menuThanks a lot Harrison O. ??
Forum: Themes and Templates
In reply to: Can't join the Menu with the sub menuSorry … an update to the link: https://dl.dropbox.com/u/2715374/esdas.tar.gz
Forum: Themes and Templates
In reply to: Can't join the Menu with the sub menuThanks … but i’m not getting there.
Here is a link to the template.
Hope someone is patient enought.I’m not using the child theme yet, because i’m not sure how it handles translations like “Continue reading …”.
And i also noticed that this theme displays in very diferente ways on IE and other browser ??
Forum: Themes and Templates
In reply to: Change menu in the "Blue Taste WP Theme"Thanks
I started with a child theme … but then how can i change messages like “Continue reading …” to Portuguese?Forum: Themes and Templates
In reply to: Change menu in the "Blue Taste WP Theme"Some progress … https://esdas.pt/portal/
I changed:
height: 20px; line-height: 20px;
for
height: 20px; line-height: 20px;
in this line:
#ddnav a { display:block; text-decoration:none; border-right: 1px #000 solid;border-left: 1px #000 solid;border-top:1px #000 solid;color: #101010; background: url(images/bot-bg.gif) repeat-x;text-transform:uppercase;text-shadow:1px 1px 1px #FFFFFF; height: 20px; line-height: 20px; margin-right: 3px; text-decoration: none; vertical-align: middle; padding: 0 10px; }
Now i need to move the menu 20px down …grrr
Forum: Themes and Templates
In reply to: Change menu in the "Blue Taste WP Theme"This is the link: https://esdas.pt/portal/
Does this have something to do with the wp_nav_menu ?!