Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Forum: Fixing WordPress
    In reply to: Navigation Bar
    Thread Starter ukmark

    (@ukmark)

    Thanks Jan for your response and the link you provided.. If that’s the case I may look for a alternative theme.

    Thread Starter ukmark

    (@ukmark)

    Hi 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!!!

    Thread Starter ukmark

    (@ukmark)

    Thanks 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 Login
    Thread Starter ukmark

    (@ukmark)

    Thank you Christine. Great help!

    Forum: Fixing WordPress
    In reply to: Registeration Form
    Thread Starter ukmark

    (@ukmark)

    I 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 Form
    Thread Starter ukmark

    (@ukmark)

    Thanks Andrew, I’ll check it out

    Forum: Fixing WordPress
    In reply to: button alignment
    Thread Starter ukmark

    (@ukmark)

    Thanks 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 Issues
    Thread Starter ukmark

    (@ukmark)

    Nope. Why do you ask that?

    Thread Starter ukmark

    (@ukmark)

    Thank you Esmi for your help:)

    Thread Starter ukmark

    (@ukmark)

    Sorry Esmi if i sound dumb. What is a child theme? And theme template files there found in the file manager right?

    Thread Starter ukmark

    (@ukmark)

    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.

Viewing 11 replies - 1 through 11 (of 11 total)