Is there a way to remove the arrows and time clock in the upper right hand corner from the frontpage slider? The website is wordpress.freedomdesigns-yourwebsite.net
Thanks!
Is there a way to remove the arrows and time clock in the upper right hand corner from the frontpage slider? The website is wordpress.freedomdesigns-yourwebsite.net
Thanks!
Hello,
Open slideshow folder then edit config.xml, remove this codes
<auto_play>
<defaults symbol="circular" time="5"/>
</auto_play>
<preloader>
<tweenIn alpha="0"/>
</preloader>
<description>
<defaults heading_font="Trebuchet MS" paragraph_text_size="13" heading_text_margin="10, 25, 5, 25" round_corners="10, 10, 10, 10"/>
<tweenIn width="740" y="300" x="100"/>
</description>
<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>
Regards,
Ismael
I do not see that code there. In that file I see the following:
<?xml version="1.0" encoding="utf-8" ?>
<cu3er>
<settings>
</settings>
<slides>
<slide>
<!-- you should use absolute urls with http://wwww etc -->
<url>wp-content/themes/display/files/bigpicture1.jpg</url>
</slide>
<transition direction="down" slicing="vertical" num="4" shader="flat" z_multiplier="2" />
<slide>
<url>wp-content/themes/display/files/bigpicture2.jpg</url>
</slide>
<transition direction="left" slicing="horizontal" num="7" shader="none" z_multiplier="2" />
<slide>
<url>wp-content/themes/display/files/bigpicture4.jpg</url>
</slide>
<transition direction="up" slicing="vertical" num="3" shader="none" z_multiplier="2" />
<slide>
<url>wp-content/themes/display/files/bigpicture2.jpg</url>
<description>
<link target="_blank">http://www.progressivered.com</link>
<heading>Put your heading here!</heading>
<paragraph>
Paragraph text - put your text here and describe your beautiful slide. Paragraph text - put your text here and describe your beautiful slide. Paragraph text - put your text here and describe your beautiful slide.
</paragraph>
</description></slide><transition direction="left" slicing="vertical" num="10" shader="none" z_multiplier="2" /></slides>
</cu3er>
Hi,
You are missing 2 files somewhere :
Failed to load resource: the server responded with a status of 404 (Not Found)
http://wordpress.freedomdesigns-yourwebsite.net/wp-content/flashxml/image-scroller-fx/ImageScrollerFX.swf
Failed to load resource: the server responded with a status of 404 (Not Found)
http://wordpress.freedomdesigns-yourwebsite.net/font.swf
Also please use absolute url's with the images in the cfg file http://www etc... and not relative urls.
Everything that you have should have removed it. Please clear you cache. I would go here http://docs.getcu3er.com/wpcu3er/install , the home of the developer who happily answers all questions and may even update you to a newer version. I just looked over there, and the developer seems super nice. There is a link to his forum on the upper right corner of that url.
Thanks,
Nick
You must log in to post.