go41

the info you need to know


von Joern
Keine Kommentare

Hi Masteradmin I have a page here and I also have the stylesheet for itas salespage.css. This page is using a custom template called pitstop.php and a different stylesheet called salespage.css . It is in the same directory as the default style.css one in my themes/arthemia subfolder. I did this<link…


von Joern
Keine Kommentare

Thanks for the reply Joern - I wound up figuring out how to do this through trial and error. For those who have the issue this is how I fixed it:Code:#page-bar li:hover {   /*background: #cc9933;*/   text-transform:uppercase;   }#page-bar a, #page-bar a:visited {   margin: 0px;   padding:10px 18px;   text-transform:uppercase;   color:#FFF;   display:block;   }#page-bar a:hover…


von Joern
Keine Kommentare

As I think a sitemap.xml is important for any website I got the latest sitemap plugin for bbpress here:http://plugins-dev.bbpress.org/browser/ ... itemap.phpI edited this bbpress_sitemap.php on line 16 to look like this:$sitemap_file = $_SERVER['DOCUMENT_ROOT']."/sitemap.xml";as my bbpress is installed in the root folder of a sub-domain, the sitemap.xml should also be in…