WLCullinane
Forum Replies Created
-
Thanks all for this I found it quite helpful… but am having trouble getting it to work on my site. I actually had to use a plugin to remove the metadata since I couldn’t get the CSS to work – but I still see my information not formatting to the left. Any help would be great.
My siteForum: Fixing WordPress
In reply to: One image missing after host migrationok cool – will give it a go – this goes in the header.php correct?
thanks for the help.
Forum: Fixing WordPress
In reply to: One image missing after host migrationThanks for the reply Rajan,
I have had the entire site migrated to a new host – not a new domain. So I figured naively that if I added the image that header.php was looking for with the same name and same size that all would be ok.
My code in header.php is as follows;
<?php $logo = $data['logo']; ?> <a href="<?php echo home_url(); ?>"><img src="<?php if ($logo != '') {?><?php echo $logo; ?><?php } else {?><?php get_template_directory_uri(); ?>/images/logo.png<?php }?>" alt="<?php bloginfo('name'); ?> - <?php bloginfo('description') ?>" /></a>
So I was thinking that this was pointing to the content directory of wp?
Forum: Plugins
In reply to: [Genesis Responsive Slider] excerpt title and excerpt wrapping incorrectly?thanks very much. I really like the ease and simplicity of the plug-in thanks for the assistance.
Forum: Plugins
In reply to: [Slideshow] inserting slidesHi Stefan.
I am having the same problem as israel2371. I have media in my library (4 pictures). and when I click the ?mage slide’ button – I see the button activate but no box comes up. I am currently using WP on a Windows 7 PC running MS Webmatrix. Same thing happens with text slides and video slides – see the button activate (by that I mean it appears to have been pressed) but nothing happens.
Thanks
Wendy