View Single Post
  #1  
Old 09-29-2012, 02:16 PM
soaringpine soaringpine is offline
Registered User
GenesisConnect
Pro Plus Member
 
Join Date: May 2009
Posts: 111
Default SlideDeck2 plugin

Hi guys,

I am trying to implement the slidedeck2 plugin on the focus child theme and it will not render correctly on the home page with me using a hook.

I am using the following:

PHP Code:
function generate_SD() {
if (
is_home())
{
echo 
do_shortcode("[SlideDeck2 id=2741]");
}
}
// end of our new function generate_SD
// Now we add our new function to the Genesis Action Hook
add_action('genesis_after_header','generate_SD'); 
It is like the .css is not being picked up.... Have you guys ever received any request for help with this plugin?

Any help is much appreciated.