This my first ATA so here is the problem.
Using Version 3.6.1
Default permalinks with custom inserts works fine. I need to change the permalink to page name not page ID when I do this the custom inserts disappear on all the pages except for the home page.
These are the inserts.
/* Setup bullets for LI items on sidebar */
div.widget ul {
list-style-type: none!important;
}
div.widget ul li a:link,
div.widget ul li a:visited,
div.widget ul li a:active,
div.widget ul li a:hover {
border-left: 0 !important;
padding-left: 0 !important;
}
/* Normal bullet */
div.widget ul li {
border-left: 0 !important;
padding-left: 15px !important;
background: url(background: url(./wp-content/themes/atahualpa/images/bullets/1.gif)no-repeat 0 3px ;
}
div.widget ul li:hover{
border-left: 0 !important;
padding-left: 15px !important;
background: url(./wp-content/themes/atahualpa/images/bullets/3.gif) no-repeat 0 3px;
}
ul {
list-style-type: none!important;
}
/* Normal bullet */
div.page ul li {
border-left: 0 !important;
padding-left: 15px !important;
background: url(./wp-content/themes/atahualpa/images/bullets/PostBullets.gif)) no-repeat 0 3px;
}
It has to be something simple but I cannot find it on the forum.
Thanks in anticipation..
the site "accolademeasure.co.uk"