Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter Ewan24

    (@ewan24)

    Hi Daniel,

    Sure no problem. I have just sent you the login details.

    Really appreciate your help

    Thankyou

    Thread Starter Ewan24

    (@ewan24)

    I have set it up on a separate test page to keep things simple

    http://creatureproductions.co.uk/modal-test/

    Thanks for your help so far

    Thread Starter Ewan24

    (@ewan24)

    Just changed the size of the modal window to nano which does seem to have made a difference to the size however it still seems to be stuck to the left hand side of the screen?

    Thread Starter Ewan24

    (@ewan24)

    I have set it to top center and adjusted the “Distance from the top edge of the screen” slider to max (500px). It doesn’t seem to make a difference

    Thanks for your help so far

    Thread Starter Ewan24

    (@ewan24)

    Hi Danieliser,

    Thanks for getting back to me so quickly. Sure no problem

    https://www.dropbox.com/s/hd6ef864xki0s07/Image%202.jpg?dl=0

    I have set it to middle center however it then seems to make it appear at the bottom left.. below the footer (off the page).

    Checking the fixed modal box doesn’t seem to make a difference

    Cheers,
    Ewan

    Thread Starter Ewan24

    (@ewan24)

    ah ok…thats good to know

    Thanks esmi and alchymyth you have been a great help 🙂

    Thread Starter Ewan24

    (@ewan24)

    cheers

    that has worked… now there is only one description per page and its the description from the all in one SEO

    Just out of interest …is there any problems with removing this bit of code ?

    thanks so much alchymyth 🙂

    Ewan

    Thread Starter Ewan24

    (@ewan24)

    ah ok ….thanks

    im not too sure what Im looking for as there are a few bits which say description.. do you reckon you could point me in the right direction?

    here is my header.php (the top part which begins and end with </head>)

    <head profile="http://gmpg.org/xfn/11">
    	<!-- page titles -->
    	<title>
    	<?php if ( is_home() ) { ?><?php bloginfo('name'); ?>&nbsp;|&nbsp;<?php bloginfo('description'); ?><?php } ?>
    	<?php if ( is_search() ) { ?><?php bloginfo('name'); ?>&nbsp;|&nbsp;Search Results<?php } ?>
    	<?php if ( is_author() ) { ?><?php bloginfo('name'); ?>&nbsp;|&nbsp;Author Archives<?php } ?>
    	<?php if ( is_single() ) { ?><?php wp_title(''); ?>&nbsp;|&nbsp;<?php bloginfo('name'); ?><?php } ?>
    	<?php if ( is_page() ) { ?><?php bloginfo('name'); ?>&nbsp;|&nbsp;<?php wp_title(''); ?><?php } ?>
    	<?php if ( is_category() ) { ?><?php bloginfo('name'); ?>&nbsp;|&nbsp;Archive&nbsp;|&nbsp;<?php single_cat_title(); ?><?php } ?>
    	<?php if ( is_month() ) { ?><?php bloginfo('name'); ?>&nbsp;|&nbsp;Archive&nbsp;|&nbsp;<?php the_time('F'); ?><?php } ?>
    	<?php if (function_exists('is_tag')) { if ( is_tag() ) { ?><?php bloginfo('name'); ?>&nbsp;|&nbsp;Tag Archive&nbsp;|&nbsp;<?php  single_tag_title("", true); } } ?>
    	</title>
    
    	<!-- meta tags -->
    	<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    	<?php if (is_single() || is_page() ) : if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
    	<meta name="description" content="<?php the_excerpt_rss(); ?>" />
    	<?php endwhile; endif; elseif(is_home()) : ?>
            <meta name="description" content="<?php bloginfo('description'); ?>" />
    	<?php endif; ?>
    
    	<!-- import required theme styles -->
    	<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    
    	<!-- rss, pingback url and favicon link -->
    	<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'); ?>" />
    	<link rel="shortcut icon" href="<?php echo get_option('home'); ?>/favicon.ico" type="image/x-icon" />
    
    	<?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
    
    	<?php wp_head(); ?>
    </head>
    Thread Starter Ewan24

    (@ewan24)

    thanks for the comments

    Im starting a brand new website now …. should I use the google tool to notify them of a change of address ? however wont this bring all my 404 page not found onto my new domain name

    Should I just start my new website and domain name a fresh and have it seperate so that I dont bring all my old crawl errors with me ?

    Many thanks

    Thread Starter Ewan24

    (@ewan24)

    thanks for the suggestion

    is this better then just using my cpanel to do a 301 permanent redirect?

    On google Im not to sure if it is a good idea to use the tool where you notify them of a change of address …. surely I want to leave my old website behind if it has a load of 404 page not found ? then I can just start my new domain as a brand new site?

    Thread Starter Ewan24

    (@ewan24)

    hey

    thanks for the links …unfortunately I have already seen those…. obviously its a relatively new theme category

    how do you then get rid of the other homepage button ?

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