girlswishlist
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Redirection] "This web page has a redirect loop"Thanks so much for this thread. I’ve just been having a minor panic attack after causing a redirect loop and was about to start deleting plugins etc but read your advice, looked in ‘Groups’ deleted from there too and all is fixed… I think!!
Thank you ??
Forum: Fixing WordPress
In reply to: Descriptions in browser not showing…Hi, I’m having a problem with a site I’m working on Marquees With Pryde.
On this page, the meta description I’ve added using the plugin is:
Providing marquee hire for weddings & garden parties in Bedfordshire, Buckinghamshire, Hertfordshire, Cambridgeshire & Northamptonshire. Get a quote today.
However, the original description which was 1st set up by the developer for the whole site is still showing:
Marquee hire in Bedfordshire, Buckinghamshire, Hertfordshire, Cambridgeshire, Northamptonshire and Rutland. Whether for a wedding reception or a garden party Marquees with Pryde are here to help.
Any idea how this can be overwritten? Also the keywords are affected too. The only thing that is actually showing in the page source is the Title tags.
Any help would be much appreciated. Thanks.
Forum: Plugins
In reply to: Centering Portfolio Slideshow pluginI’ve not put it on my site yet as I really want in to be centered before putting anything live but here’s my site if that helps?
Forum: Plugins
In reply to: Centering Portfolio Slideshow pluginOops, wrong key, here it is:
div.slideshow-next {display: none;} div.portfolio-slideshow div.first.slideshow-next{display: block;} div.portfolio-slideshow, div.slideshow-nav, div.slideshow-thumbs {display: none;} div.slideshow-nav {padding:0 0 6px 0} div.slideshow-nav a {text-decoration:underline; color: #444444;} div.slideshow-nav a.pause {margin: 0 15px 0 0;} div.slideshow-nav a.slideshow-prev {margin: 0 10px 0 0;} div.slideshow-nav a.slideshow-next {margin: 0 25px 0 10px;} div.slideshow-thumbs {width:600px;} div.slideshow-thumbs img{width: 75px;height: 75px;} div.slideshow-thumbs ul#slides{margin:0 0 0px 0;padding: 0;} div.slideshow-thumbs li {display: block;float: left;list-style-type: none;padding: 0 10px 0 0;} .slides a img.attachment-thumbnail {opacity:0.5;filter:alpha(opacity=50)} .slides a img.attachment-thumbnail {opacity:0.5;filter:alpha(opacity=50)} .slides li a.activeSlide img.attachment-thumbnail, .slides li.activeSlide a img.attachment-thumbnail{opacity:1;filter:alpha(opacity=100)}
Forum: Themes and Templates
In reply to: Calendar Images appearing all over posts in IE8Ahhh! Sorry didn’t mean to link the whole message. Here is the URL forgot to close the damn link!
This is my functions.php:
<?php if ( function_exists('register_sidebar') ){ register_sidebar(array( 'name' => 'leftsidebar', 'before_widget' => '', 'after_widget' => '', 'before_title' => '<h4>', 'after_title' => '</h4>', )); } ?>
Hi Shane G,
I did as you suggested to both the functions.php and the wp-login.php but sadly it hasn’t fixed the issue. I’ve looked for the ?> at the end of pluggable.php but there isn’t one at the end of this. Could this be the issue?
Thanks
Hayley
Forum: Fixing WordPress
In reply to: Header only showing up on homepageThank you so much!! I changed the quote marks iridiax and also used the absolute file path you suggested alcymyth and hooray the issue is resolved – I now have headers on every page and not just the homepage!
I really really appreciate the help and hope 1 day to be a WordPress pro like you guys!!
Forum: Fixing WordPress
In reply to: Header only showing up on homepageThanks esmi but yes they both have <?php get_header(); ?>
Here’s the header.php incase there’s something wrong in that?
tml xmlns=”https://www.w3.org/1999/xhtml” <?php language_attributes(); ?>>
<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 if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats –>
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
<link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<?php wp_head(); ?>
</head>
<body>
<div id=”page”>
<div id=”header”>
<div id=”headerimage”><img border=”0″ src=”wp-content/themes/theme4/images/header.jpg” /></div>
<h1>/”><?php bloginfo(‘name’); ?></h1>
<div class=”description”><?php bloginfo(‘description’); ?></div>
</div>
<hr />Forum: Fixing WordPress
In reply to: Header only showing up on homepageOops forgot to close the link – complete novice! Here’s my site