musiconplay
Forum Replies Created
Viewing 11 replies - 1 through 11 (of 11 total)
-
Forum: Fixing WordPress
In reply to: 2.7 wp-admin not workin properly (buttons not functional etc)thanks a lot sir. ??
Forum: Fixing WordPress
In reply to: 2.7 wp-admin not workin properly (buttons not functional etc)where can I check the error console?!
Forum: Fixing WordPress
In reply to: 2.7 wp-admin not workin properly (buttons not functional etc)i uploaded all files man, I even tried doing an automatic upgrade… doesnt work…
Forum: Plugins
In reply to: Looking for a slideshow like this… (Help Needed)bump!
Forum: Plugins
In reply to: External link in nav barTry to do this:
Under this:
<h1 class="blog-title"><a href="<?php echo get_settings('home'); ?>/" accesskey="1"><?php bloginfo('name'); ?></a></h1>
add:
<h1><a href="https://www.yoursiteurl.com" accesskey="1"></a></h1>
Forum: Plugins
In reply to: External link in nav barHi, yes copy all the code in the header and post it here… and I will show you how to add a link in there.
Forum: Plugins
In reply to: External link in nav barHi there, can you post the code of your templates header file in here please?!
Forum: Fixing WordPress
In reply to: How to make a link on navigation send you to another website?Thanks man it worked ??
Forum: Fixing WordPress
In reply to: How to make a link on navigation send you to another website?Its on top under the banner..
CSS
code:/* navigation */ .navigation { border: 1px solid #a42222; border-color: #a42222 #CFDEE7; background:#b62424; height: 41px } .navigation a { background: #a42222; border-right: 1px solid #AFBEC7; color: #ffffff; display: block; float: left; text-decoration: none; font: bold 1em sans-serif #ffffff; font-weight: bold; line-height: 41px; padding: 0 20px; } .navigation a:hover {background-position: bottom; color: #000000;} .navigation ul {display: inline;} .navigation li {float: left;}
header.php
<div class="navigation"> <ul> <li><a href="<?php bloginfo('url'); ?>/">Home</a></li> <?php wp_list_pages('title_li=&depth=1');?> </ul> <div class="clearer"><span></span></div> </div>
Forum: Fixing WordPress
In reply to: How to make a link on navigation send you to another website?on the navigation…
thanks
Forum: Fixing WordPress
In reply to: How to make a link on navigation send you to another website?where should i put that?
Viewing 11 replies - 1 through 11 (of 11 total)