slider won't work after wp 3.5 update
-
Hi,
after i updated wp 3.5 the slider won’t work any more. The Graphene should be the latest version. There is only a white screen instead of the pics?
Could you help me please? http://www.predatorhunters.at is the www adress
thx
Günther
It seems you’ve edited parent theme style.css and added this code,
.full-sized .slider_post_entry p {
display: none;
}Remove it. And, don’t hack parent theme. Use child theme to customise your site.
Also disable all plugins and check if it is a jQuery conflict.
Hi,
i tried now different things and recognized if i change the slider-animation to no effekt, horizonthal or vertical slide i see at least the picture of the first article but animation is still not working. With the effekt fade out the white screen is coming again.
With IE Debugger i get the following message: the object das not support the method “tabs”
the code on the line where the error occurs
<script type="text/javascript">
//<![CDATA[
jQuery(document).ready(function($){
$( ".slider_nav" )
.tabs( ".slider_items > .slider_post", {
effect: 'default',
fadeOutSpeed: 860,
fadeInSpeed: 860,
rotate: true,
current: 'active'
})
.slideshow({
autoplay: true,
clickable: false,
interval: 3500,
api: true
});
$.graphene_slider = $(".slider_nav").data("tabs");
});
//]]>
</script>thx
Günther
Admin
This is the same issue as this topic:
https://forum.graphene-theme.com/graphene-support/my-slider-has-stopped-working-stressed
And you’re not using the latest version of Graphene. Update to the latest version and the issue should be resolved.
I am having a similar problem. After I updated to Word Press version 3.5, my slider stopped working. I have the most up to date version of graphine. I did not change any code because I am a super beginner at this and don’t even know how. (hopefully I can learn soon) I also disabled two plug-ins that we had installed, which solved another issue I was having with the background but the slider did not reappear.
Any ideas?
My website is http://www.nelsoncares.ca
Thanks so much
Admin
@HeatherAnne, you’ve disabled the slider on the home page. Enable it again so that we can take a look.
Quote:I proofed in WP the Updates. 1.8.2 is my installed version of graphene. So it should be the latest version.You are not using the latest version of the theme, at least not what appears on the front end. If you were, the font in the widget headers as well as the slider navigation buttons would be different than what is displayed on your site. If you’re using any caching plugin at all, be it from within WP or on your server, disable those or clear their cache.
Viewing 10 posts - 1 through 10 (of 15 total)
- 1
- 2
- You must be logged in to reply to this topic.