Using default settings my content slider is not working. Below is the code that is being output into the page.
<div class='slider_center_image'><div id="slider"><div id="node-2" class="node node-mine node-type-eb-custom-slider"><div class="node-inner">
<div class="meta">
<div class="submitted">
Submitted by <a href="/user/1" title="View user profile.">Travis</a> on Thu, 05/13/2010 - 08:27
</div>
</div>
<div class="content">
<p>New Maniac Custom Lures store using ZenCart</p>
</div>
<ul class="links inline"><li class="comment_add first last"><a href="/comment/reply/2#comment-form" title="Share your thoughts and opinions related to this posting.">Add new comment</a></li>
</ul>
</div></div> <!-- /node-inner, /node -->
</div>
<div id="paginate-slider" style="font-size:10px;"><div class="a-tag"><a href="/" class="toc"><img src="http://pc-2u.net/sites/default/files/imagecache/eb_custom_slider_thumb/images/temp/picture-1273765480.jpg" alt="" title="" class="imagecache imagecache-eb_custom_slider_thumb" width="35" height="35" /></a></div></div></div><script type="text/javascript">featuredcontentslider.init({
id: "slider",
contentsource: ["inline", ""], toc: "markup", nextprev: ["previous", "next"], revealtype: "mouseover", enablefade: [1, 0.1],autorotate: [1, 1000], onchange: function(previndex, curindex){//event handler fired whenever script changes slide
//previndex holds index of last slide viewed b4 current (1=1st slide, 2nd=2nd etc)
//curindex holds index of currently shown slide (1=1st slide, 2nd=2nd etc)
}})</script> </div>
I only see one img tag in the code, which to me looks like it would be the thumbnail on the side. Neither the thumbnail nor the main image are showing.
You can go to my site at www.pc-2u.net (content slider is on the front page),
I strongly recommend creating better documentation for this module.
Comments
Comment #1
seansreview.com commentedDid you ever get this to work?
I agree documentation would be very helpful.. it looks like it will do what I want it to but I can't for the life of me get it to work.
Also I upload images and they seem to clear out with each edit?
Comment #2
pitxels commentedTotally Lost with this module, I can just look with envy the demo site, We need some extra documentation for the advanced thumbnail configuration...
Comment #3
lipinponmala007 commentedi installed this module in my site but after installation i got few errors:
an error like
1)warning: Missing argument 2 for content_slider_load_nodes(), called in /var/www/mysite/modules/content_slider/content_slider.module on line 139 and defined in /var/www/mysite/modules/content_slider/content_slider.module on line 169.
so i visited that file and saw that line is written like:
$nodes = content_slider_load_nodes($content_type);
i changed that to
$nodes = content_slider_load_nodes($content_type,$delta);
then the error vanished!!!;
but when i visited the link admin/settings/content_slider , i saw no option to assign the content types
again by a guessing visited
modules/content_slider/contrib/custom_slider and in eb_custom_slider.module i changed the line 144
$items['admin/settings/custom_slider'] = array (
'title' => 'eb_content_slider',
'description' => t('setting eb_content_slider.'),
'page callback' => 'drupal_get_form',
'page arguments' => array ( 'eb_custom_slider_admin_settings'),
'access arguments' => array ('administer site configuration' ),
);
to $items['admin/custom_slider'] = array (
title' => 'eb_content_slider',
'description' => t('setting eb_content_slider.'),
'page callback' => 'drupal_get_form',
'page arguments' => array ( 'eb_custom_slider_admin_settings'),
'access arguments' => array ('administer site configuration' ),
);
now i got the two forms in pages
admin/custom_slider
admin/settings/custom_slider
then re installed the complete module and got the blocks numbered from 0,1,2
but an old content sliding block was the result of all these efforts i also got a block named content slider where the featured slider type contents are showing
but no images are seen ....
so inspected the css
on line 30 of the contrib module css i saw
.slider_center_image {
background:transparent url(images/slider_center.gif) repeat scroll 0 0;
border:0 solid #FFFFFF;
float:left;
padding:10px;
width:97%;
but @ the directory there is no folder called 'image' i created one and placed an image so image came ................................
But still the module gives some blocks like old content slider ,node view of contents...
i believe that the module is working full and i am missing something can any body help?
i used 6.x-2.1 version
Comment #4
bwill commentedI too cannot get this to work - not even on FireFox. Put the suggested code
<?php print $scripts ?>in my page.tpl header. marbletravis seems to have it gong better than anyone so far besides the two demo sites. Can you tell us what you did? I sure would like to have this module on my site... I went to the developers website and asked for some assistance but didn't redeive an answer. The ReadMe file indicates creating a content type, but this seems to be created upon installation. In it, there is a browse button to specify an image, but no button to upload.Comment #5
asikuy commentedThis module is 2.1... how can it be a version 2 and it does not work...
please post more documentation and fix... lost my whole afternoon wondering what
was wrong... and it's the module.