Ewan24
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Modal] Can't change modal positionHi Daniel,
Sure no problem. I have just sent you the login details.
Really appreciate your help
Thankyou
Forum: Plugins
In reply to: [Easy Modal] Can't change modal positionI 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
Forum: Plugins
In reply to: [Easy Modal] Can't change modal positionJust 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?
Forum: Plugins
In reply to: [Easy Modal] Can't change modal positionI 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
Forum: Plugins
In reply to: [Easy Modal] Can't change modal positionHi 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,
EwanForum: Fixing WordPress
In reply to: stop theme from generating auto page description ?ah ok…thats good to know
Thanks esmi and alchymyth you have been a great help 🙂
Forum: Fixing WordPress
In reply to: stop theme from generating auto page description ?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
Forum: Fixing WordPress
In reply to: stop theme from generating auto page description ?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'); ?> | <?php bloginfo('description'); ?><?php } ?> <?php if ( is_search() ) { ?><?php bloginfo('name'); ?> | Search Results<?php } ?> <?php if ( is_author() ) { ?><?php bloginfo('name'); ?> | Author Archives<?php } ?> <?php if ( is_single() ) { ?><?php wp_title(''); ?> | <?php bloginfo('name'); ?><?php } ?> <?php if ( is_page() ) { ?><?php bloginfo('name'); ?> | <?php wp_title(''); ?><?php } ?> <?php if ( is_category() ) { ?><?php bloginfo('name'); ?> | Archive | <?php single_cat_title(); ?><?php } ?> <?php if ( is_month() ) { ?><?php bloginfo('name'); ?> | Archive | <?php the_time('F'); ?><?php } ?> <?php if (function_exists('is_tag')) { if ( is_tag() ) { ?><?php bloginfo('name'); ?> | Tag Archive | <?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>Forum: Fixing WordPress
In reply to: google 404 not found – is this bad?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
Forum: Fixing WordPress
In reply to: how to 301 redirect ?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?
Forum: Themes and Templates
In reply to: Video production company theme?hey
thanks for the links …unfortunately I have already seen those…. obviously its a relatively new theme category
Forum: Fixing WordPress
In reply to: How do I make a custom home page?how do you then get rid of the other homepage button ?