mcdogs
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problems with Page ordersHi I have tried that but it is still the same, if you take a look at all of the pages under Bingo reviews, the bottom 3 are out of order, At The Bingo, Prime Scratch Cards and Silk Bingo, this only seems to have become a problem since I updated to 2.8.4
Thanks
Forum: Fixing WordPress
In reply to: Help editing a themeMate you are an absolute star, thank you so much.
Forum: Fixing WordPress
In reply to: Help editing a themeI do not want them in a row I want them one under the other so each one would be the full width of the content area.
Forum: Fixing WordPress
In reply to: Help editing a themeIdeally that is what I want esmi, a single row of 6 boxes instead of two rows of 3, any ideas how I can go about this please?
Forum: Fixing WordPress
In reply to: Help editing a themeHmm you should not have to log in to see the site ?
Forum: Themes and Templates
In reply to: Changing page ordersGot it now thanks lol, can I blame it on a blonde moment
Forum: Themes and Templates
In reply to: Changing page ordersI did the changes as suggested:
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”https://www.w3.org/1999/xhtml”><head profile=”https://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” /><title><?php bloginfo(‘name’); ?><?php wp_title(); ?></title>
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats –>
<style type=”text/css” media=”screen”>
@import url( <?php bloginfo(‘stylesheet_url’); ?> );
</style><link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”<?php bloginfo(‘rss_url’); ?>” />
<link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”<?php bloginfo(‘atom_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” /><?php wp_get_archives(‘type=monthly&format=link’); ?>
<?php wp_head(); ?>
</head>
<body>
<div id=”rap”>
<div id=”top”><div id=”topleft”>
<ul id=”menu”>
<li<?php if(!is_page() ) { ?> class=”current_page_item”<?php } ?>>“>Home
<?php wp_list_pages(‘sort_column=menu_order’); ?></div>
<div id=”topright”>
<form class=”searchform” method=”get” action=”<?php bloginfo(‘url’); ?>/”>
<fieldset>
<label><?php _e(‘Search our blog’); ?></label>
<input type=”text” value=”<?php the_search_query(); ?>” name=”s” class=”searchinput” />
<input type=”submit” value=”” class=”searchbutton” />
</fieldset>
</form>
</div></div>
<div id=”header”>
<div class=”header-title”>/”><?php bloginfo(‘name’); ?></div>
<div class=”header-description”><?php bloginfo(‘description’); ?></div><div class=”ads”><h2></h2>
<?php advertisement(); ?>
</div></div>
<div id=”category”>
<div id=”categoryx”>
<ul id=”dcategory”>
<?php global $video; ?>
<?php wp_list_categories(‘hide_empty=0&title_li=&exclude=’.$video); ?></div>
<div id=”categoryy”></div>
<div class=”clear”></div>
</div>
<?php get_sidebar(); ?>
<div id=”content”>
<!– end header –>But now I have a little ‘pages[ next to home and all of the other pages only appear as I mouse over that and the bingo reviews list is all out of alignment.
Forum: Themes and Templates
In reply to: Changing page ordersThanks for reply, I tried that but its had a really wierd effect on the menus, I have left it up for you to see.
This is the original, header code:
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”https://www.w3.org/1999/xhtml”><head profile=”https://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” /><title><?php bloginfo(‘name’); ?><?php wp_title(); ?></title>
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats –>
<style type=”text/css” media=”screen”>
@import url( <?php bloginfo(‘stylesheet_url’); ?> );
</style><link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”<?php bloginfo(‘rss_url’); ?>” />
<link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”<?php bloginfo(‘atom_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” /><?php wp_get_archives(‘type=monthly&format=link’); ?>
<?php wp_head(); ?>
</head>
<body>
<div id=”rap”>
<div id=”top”><div id=”topleft”>
<ul id=”menu”>
<li<?php if(!is_page() ) { ?> class=”current_page_item”<?php } ?>>“>Home
<?php wp_list_pages(‘sort_column=post_date&title_li=’); ?></div>
<div id=”topright”>
<form class=”searchform” method=”get” action=”<?php bloginfo(‘url’); ?>/”>
<fieldset>
<label><?php _e(‘Search our blog’); ?></label>
<input type=”text” value=”<?php the_search_query(); ?>” name=”s” class=”searchinput” />
<input type=”submit” value=”” class=”searchbutton” />
</fieldset>
</form>
</div></div>
<div id=”header”>
<div class=”header-title”>/”><?php bloginfo(‘name’); ?></div>
<div class=”header-description”><?php bloginfo(‘description’); ?></div><div class=”ads”><h2></h2>
<?php advertisement(); ?>
</div></div>
<div id=”category”>
<div id=”categoryx”>
<ul id=”dcategory”>
<?php global $video; ?>
<?php wp_list_categories(‘hide_empty=0&title_li=&exclude=’.$video); ?></div>
<div id=”categoryy”></div>
<div class=”clear”></div>
</div>
<?php get_sidebar(); ?>
<div id=”content”>
<!– end header –>Forum: Fixing WordPress
In reply to: Site does not show right in firefoxThanks witchhats, changed it to a gif and problem solved ??
Forum: Fixing WordPress
In reply to: Site does not show right in firefoxI want it showing as black on all browsers, its the actual content section, shows as black on i.e but white on all other browsers
Forum: Fixing WordPress
In reply to: Can’t Log InMany thanks Mikey
Hope you get your problem sorted Emma
Forum: Fixing WordPress
In reply to: Problems with moving widgetsThanks Mike, we only have one plugin actived, I deactivated it but it made no difference, any other ideas ?