I've worked with this theme a lot but for some reason the frontpage slider isn't showing up. I have the correct specs. Am I doing something wrong?
URL: http://zenhrism.com
I can email any backend info that you need.
Appreciate your help.
Tara
I've worked with this theme a lot but for some reason the frontpage slider isn't showing up. I have the correct specs. Am I doing something wrong?
URL: http://zenhrism.com
I can email any backend info that you need.
Appreciate your help.
Tara
Hey,
This looks like a relatively straightforward fix, add this to the end of style.css:
.home #featured #featured_image .current_img {
visibility: visible !important;
}
James
That didn't do it. Still looking for a solution.
T
I actually put the URL in the XML file, but now there are buttons to the left and right of the graphic. Is there any way to get rid of those in order to have a stand-alone graphic that doesn't slide or fade?
Hey,
open up config.xml and delete following code - this should remove the slider navigation:
<prev_button>
<defaults round_corners="5,5,5,5"/>
<tweenOver tint="0xFFFFFF" scaleX="1.1" scaleY="1.1"/>
<tweenOut tint="0x000000" />
</prev_button>
<prev_symbol>
<tweenOver tint="0x000000" />
</prev_symbol>
<next_button>
<defaults round_corners="5,5,5,5"/>
<tweenOver tint="0xFFFFFF" scaleX="1.1" scaleY="1.1"/>
<tweenOut tint="0x000000" />
</next_button>
<next_symbol>
<tweenOver tint="0x000000" />
</next_symbol>I would think that this would work great, configuring in the xml file but didn't work. Any other suggestions? I would really like to use the jQeury fading slider, but this feature won't connect to the menu manager below for some reason? Whereas the 3d does connect to the menu manager below.
Hey,
According to the offical documentation here: http://docs.getcu3er.com/xml/next-button and here: http://docs.getcu3er.com/xml/previous-button (note field at the very bottom) you just need to remove the button code (code I posted above), I'm not sure why it doesn't work right on your system :/ - I tested it on my test server and it worked. I uploaded my config.xml in case you need it for testing: http://www.mediafire.com/?yn6s5dqdlgqi488
Which menu manager do you mean? The jquery slider doesn't influence the menu manager but only uses the image manager under Display Options > Frontpage Slider
I'll close this thread now to avoid cross posting. Post your answers in this thread: http://www.kriesi.at/support/topic/jquery-slider-is-broken
This topic has been closed to new replies.