ukmark
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Navigation BarThanks Jan for your response and the link you provided.. If that’s the case I may look for a alternative theme.
Forum: Fixing WordPress
In reply to: Horizontal Login boxHi Andrew, No i dont have a vertical box. I have looked for plugins but cant find any unfortunately. Someone must know how, this is not rocket science lol. Answers PLZ!!!
Forum: Fixing WordPress
In reply to: Remove Link to homepage in site titleThanks Christine for your answer. And, sorry for my late reply. No, i mean the site title. I want to remove the link that leads to the homepage. http://www.questkam.com/ there’s my link. I only installed this theme a few days ago so its looking a bit messy.I tryed removing some of the anchor tags but it didn’t work unfortunately.
anyhow here’s the header.php code:
If you know the answer that be great! Thanks<?php global $nest_options, $nest_options_default_data; ?> <!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta http-equiv="Content-Type" content="<?php bloginfo( 'html_type' ); ?>; charset=<?php bloginfo( 'charset' ); ?>" /> <title><?php wp_title( '«', true, 'right' ); global $page, $paged; if ( $paged >= 2 || $page >= 2 ) echo sprintf( __( 'Page %s', 'nest' ), max( $paged, $page ) ) . ' « '; if( is_archive() ) printf( __( 'Archives of %s', 'nest' ), get_bloginfo( 'name' ) ); else bloginfo( 'name' ); ?></title> <link rel="stylesheet" href="<?php echo get_stylesheet_uri(); ?>" type="text/css" media="screen" /> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <div id="page"> <div id="header"> <header id="header-inner" class="inner"> <hgroup> <?php if( ! empty( $nest_options['logo_url'] ) ) : ?> <h1 class="site-logo"><a>/"><img src="<?php echo $nest_options['logo_url']; ?>" alt="<?php echo esc_attr( get_bloginfo( 'name' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name' ) ) . ' - ' . esc_attr( get_bloginfo( 'description' ) ); ?>" /></a></h1> <?php else : ?> <h1 class="site-title"><a>/"><?php bloginfo( 'name' ) ?></a></h1> <h4 class="site-description"><?php bloginfo( 'description' );?></h4> <?php endif; ?> </hgroup> </header><!-- #header-inner --> </div><!-- #header --> <div id="nav"> <nav id="nav-inner" class="inner"> <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?> <div id="nav-sns"> <?php if( ! empty( $nest_options['twitter_url'] ) ) : ?><a>" target="_blank" rel="nofollow">Twitter</a><?php endif; ?> <?php if( ! empty( $nest_options['facebook_url'] ) ) : ?><a>" target="_blank" rel="nofollow">Facebook</a><?php endif; ?> <?php if( ! empty( $nest_options['sina_url'] ) ) : ?><a>" target="_blank" rel="nofollow">Sina</a><?php endif; ?> <a><?php echo $nest_options['rss_url']; ?><?php else : ?><?php bloginfo('rss2_url'); ?><?php endif; ?>" target="_blank">RSS</a> </div> </nav><!-- #nav-inner --> </div><!-- #nav --> <div id="main"> <div id="content" class="inner">[Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser.]
Forum: Fixing WordPress
In reply to: Users LoginThank you Christine. Great help!
Forum: Fixing WordPress
In reply to: Registeration FormI looked at Profile Builder wasn’t really what i was looking for sadly. Im looking for a plugin were you can create your own registration form so users can log in with a username, password, email address, their location etc. Does anyone have any knowledge of plugin that has all this?
Forum: Fixing WordPress
In reply to: Registeration FormThanks Andrew, I’ll check it out
Forum: Fixing WordPress
In reply to: button alignmentThanks guys for your reply. Sorry for my late response. Yes, Wpyogi i have aligned each of my three buttons. I have tried aligning the buttons in IE, and Firefox browsers but again, the buttons still misalign. I want the buttons to be placed directly next to each other however, the buttons go on top of each other go on top each other and its looks a mess. If anyone, has used maxbuttons and knows the solution to the problem i appreciate if you could reply and tell me what im doing wrong. Thanks.
Forum: Fixing WordPress
In reply to: Menu IssuesNope. Why do you ask that?
Forum: Fixing WordPress
In reply to: WordPress and Flash How??Thank you Esmi for your help:)
Forum: Fixing WordPress
In reply to: WordPress and Flash How??Sorry Esmi if i sound dumb. What is a child theme? And theme template files there found in the file manager right?
Forum: Fixing WordPress
In reply to: WordPress and Flash How??Thanks Phil, For your short but concise reply. Believe me I have Googled for the answer and looked on several websites but i still have not found the answer i was looking for so im hoping someone on this forum has knowledge and can give me simple instructions.