Once again, thanks for your help.
I followed all your instructions and I can't find the solution.
I think I'm ready to give up and install everything again from scratch.
Fifteen working days away.
You ask me if I made changes to css inserts. Yes, I put these lines to format the page menu bars and categories menu bar and for a button with the date beside the title.
div#menu1 {
border: none;
background:transparent;
}
div#menu1 ul.rMenu {
background:transparent;
}
div#menu1 ul.rMenu li {
background:transparent;
margin: 0px 0 0px 10px;
-webkit-border-top-left-radius: 15px;
-webkit-border-top-right-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-webkit-border-bottom-right-radius: 15px;
-moz-border-radius-bottomleft: 15px;
-moz-border-radius-bottomright: 15px;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
box-shadow: 0 3px 10px #ca7900; -moz-box-shadow: 0 3px 10px #ca7900;
}
div#menu2 {
border: none;
background: transparent;
}
div#menu2 ul.rMenu {
background:transparent;
}
ul.rMenu li, div#menu2 ul.rMenu li a {
margin: 0px 0 0px 10px;
-webkit-border-top-left-radius: 11px;
-webkit-border-top-right-radius: 11px;
-moz-border-radius-topleft: 11px;
-moz-border-radius-topright: 11px;
border-top-left-radius: 11px;
border-top-right-radius: 11px;
-webkit-border-bottom-left-radius: 11px;
-webkit-border-bottom-right-radius: 11px;
-moz-border-radius-bottomleft: 11px;
-moz-border-radius-bottomright: 11px;
border-bottom-left-radius: 11px;
border-bottom-right-radius: 11px;
box-shadow: 0 1px 5px #ca7900; -moz-box-shadow: 0 1px 5px #ca7900;
}
td#left a:link,
td#left a:active,
td#left a:visited,
td#left a:hover {
color: #ffffff;
}
div.header-image-container { padding-top: 0px; height: 227px;
-moz-border-radius:16px;
-khtml-border-radius: 16px;
-webkit-border-radius:16px;
border-radius: 16px;
}
.date {
background: url(wp-content/themes/atahualpa367/images/icons/dateicon.png[/url]) repeat-x scroll top left;
-webkit-border-top-left-radius: 11px;
-webkit-border-top-right-radius: 11px;
-moz-border-radius-topleft: 11px;
-moz-border-radius-topright: 11px;
border-top-left-radius: 11px;
border-top-right-radius: 11px;
-webkit-border-bottom-left-radius: 11px;
-webkit-border-bottom-right-radius: 11px;
-moz-border-radius-bottomleft: 11px;
-moz-border-radius-bottomright: 11px;
border-bottom-left-radius: 11px;
border-bottom-right-radius: 11px;
display: inline;
float: left;
width:45px;
text-align:center;
vertical-align: middle;
color:#000033;
font-family:calisto MT, Helvetica, sans-serif;
font-size:9px;
font-weight:bold;
border: none
padding: 35px 10px 10px 35px;
}
.date-inside {
border:1px none #66001f;
padding:4px;
}
.date .date-day {
font-size:9px;
}
The middle button "coupons" is a category of test I did, because I'm still building the blog.
Also, I have been tested with the code and without it and the coupondatabase is having the same issues.
I risk and I install everything again starting from zero?
What I can do?
Thank you very much again.