Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Homepage Slides Not Transitioning WordPress

  • SOLVED

Hello,
The slides on the homepage for this site are not transitioning: http://turnercenter.org/

They should be rotating every 2 seconds or so.

I recently updated this site to the latest version of Wordpress.

Answers (3)

2013-07-05

isp_charlie answers:

just update crossSlide for new version also.


Anne Shenton comments:

I did update crossSlide and no change.


isp_charlie comments:

try move
<script type='text/javascript' src='http://turnercenter.org/wp-content/themes/Essence-Red/lib/featured-images2/js/jquery.cross-slide.js?ver=3.5.2'> to footer.


Anne Shenton comments:

Where should I move from? Do you mean move to the footer.php file?


isp_charlie comments:

give me you information by email, i'll help you.

2013-07-05

Kyle answers:

Your slider is causing an error, it is saying the action isn't being recognized. Are you using the plugin or is it in your theme?


Anne Shenton comments:

It's in the theme.


Kyle comments:

crossSlide isn't loading at the right time (right now its loading in the body, which it probably shouldn't be), not sure how comfortable you are with php and js. Try loading it in the header. If you don't want to do any coding you could try just installing the plugin which would load the script.


Anne Shenton comments:

I'm not super comfortable with PHP and JS, but I can follow explicit instructions :)

Which plugin are you referring to?


Kyle comments:

http://wordpress.org/plugins/crossslide-jquery-plugin-for-wordpress/

2013-07-05

Vinod Dalvi answers:

Try adding following code in functions.php file which is in this folder wp-content/themes/Essence-Red/ of your site's root folder.


function add_cross_slide() {
echo "<script type='text/javascript' src='http://turnercenter.org/wp-content/themes/Essence-Red/lib/featured-images2/js/jquery.cross-slide.js?ver=3.5.2'>";
}
add_action('wp_head', 'add_cross_slide');


Anne Shenton comments:

That resulted in a fatal error. Perhaps I pasted it in the wrong part of the functions.php file? I pasted in the end just before the closing ?> tag.


Vinod Dalvi comments:

Can you show me the code snippet where you have pasted it?


Vinod Dalvi comments:

I have removed the php tags and quotes in the provided answer so just copy it again and pate it in the end of functions.php file just before the closing ?> tag as you have done earlier.


Anne Shenton comments:

That didn't break anything, but it didn't fix anything either.


Vinod Dalvi comments:

I didn't getting, How you are adding it and whether your theme contains http://codex.wordpress.org/Function_Reference/wp_head this function in header.php file or not orelse it must display the above script tag in header which i do not see in your site's header. Can you send me your site's access detail temperory to me by sending me private message so that i can debug it and resolve it quickly.