lockcity
Forum Replies Created
-
Forum: Plugins
In reply to: [Meteor Slides] Is This PossibleThanks Josh, that worked great on the home page slides, but not for the subsequent pages that use the featured image – any chance for some final advice for centering these images too please? Thank you so much!
Forum: Plugins
In reply to: [Meteor Slides] Is This PossibleThanks, how would I go about adding this centre alignment to the code you have given me? Thanks
<?php // If on homepage, load Meteor Slides, otherwise load page’s featured image
if ( is_front_page() ) {
if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow(); }
} else {
$jl_page_id = get_queried_object_id();
if ( has_post_thumbnail( $jl_page_id ) ) :
$jl_image_array = wp_get_attachment_image_src( get_post_thumbnail_id( $jl_page_id ), ‘featured-slide’ );
echo ‘<img src=”‘ . $jl_image_array[0] . ‘” alt=”” />’;
endif;
} ?>Forum: Plugins
In reply to: [Meteor Slides] Is This PossibleSorry Josh, me gain … just another thought … the slides look great on my screen but on a differnt (very large screen) the slides are left aligned – leaving space to the right which doesnt look great … I dont want to make the slides wider … so wondered how can I centre align the slides so that it will look great on both screen sizes, and therefore leaving equal amounts of space to the left and right?
Its set to full width head which Im hoping to keep.
http://94.136.40.103/~secret-bakery.co.uk/
Many thanks, Abi
Forum: Plugins
In reply to: [Meteor Slides] Is This PossibleThank you Josh, that worked a treat!!!
Forum: Plugins
In reply to: [Meteor Slides] Is This PossibleHi Josh, sorry not got on very well with the WP Header Display as it adds the image in the wrong place (behind the logo – rather than in place of the slider within the header template).
Just going back to your comments – “you could do this by adding featured images to the pages and then loading a featured image instead of the static image” …
Can I clarify this please …. I tried adding a unique image per page in the featured image section (right hand side of the edit page) and no luck.
Thanks for any help you can give, Abi
Forum: Plugins
In reply to: [Meteor Slides] Is This PossibleJust to add I have added the plugin: WP Header Display – I thought that might do it?
Forum: Plugins
In reply to: [Meteor Slides] Is This PossibleThank you, that’s really helpful. I am now at the stage where the slide show only shows on the home page (great). How can I now have a static image, different for each subsequent page? Is that possible?
Many thanks, Abi
Forum: Themes and Templates
In reply to: [Twenty Eleven] H1 TagI have been referred to wordpress as its the wordpress theme that is generating the 2 x h1s. thanks
Forum: Themes and Templates
In reply to: [Twenty Eleven] Duplicated ContentOK thanks, on the blog page it lists the 2 articles on after another – is there a way of just having a summary of the blog on this page, with links to the full article?
Thanks, Abi
Forum: Themes and Templates
In reply to: [Twenty Eleven] H1 TagThanks for the link – although still a little confused as my SEOmoz report was showing that more than 1 H1 is a bad thing – anymore feedback please? thanks
Forum: Themes and Templates
In reply to: [Twenty Eleven] Duplicated ContentOK thanks for your reply, so I shouldnt worry? I was seen some videos about taking out coding in the scripts but is that not necessary? thanks