Such a great plugin…. I’m still using it but someone should update this!
]]>pages broke after step 3. <?php include (ABSPATH . ‘/wp-content/plugins/coin-slider-4-wp/coinslider.php’); ?>
https://www.ads-software.com/extend/plugins/coin-slider-4-wp/
]]>I just can’t seem to get it. I dont quite understand what files are used to install this thing.
I heard that there is something that I have to do to reference jQuery on my site, is that true?
What is the Template? Name of the template?
Where is the code placed?
Can someone give me better instructions?
https://www.ads-software.com/extend/plugins/coin-slider-4-wp/
]]>I just upgraded wordpress to 3.1.3 and the coin slider now seems to be malfunctioning. See the website at https://fitnessarts.org/new
Any suggestions on how to fix this?
]]>This plugin does not work with version 3.1 or then retest.
But on one of my sites, it did not work while other are ok
Hi,
I’m trying to retrieve the ALT attribute for each image displayed using the Coin-Slider 4 WP plugin. I’m not very experienced in javascript, but I found a lead here:
how-to-retrieve-alt and here conditional-tag-if-customfield-exists.
The code I entered into coinslider.php now looks like this:
if (have_posts()) :
$out = "<div id='coin-slider'>";
$i = 0;
$no = get_option('cs-items') ? get_option('cs-items') : 5;
$imgField = get_option('cs-image') ? get_option('cs-image') : 'csImage';
$txtField = get_option('cs-text') ? get_option('cs-text') : 'csText';
while (have_posts() && $i<$no) :
the_post();
$image = get_post_meta($post->ID, $imgField , true);
$text = get_post_meta($post->ID, $txtField , true);
$alt_text = $image; get_image_tag($alt);
$permalink = get_permalink();
$thetitle = get_the_title();
if ($image != ''){
$out .= "<a href='$permalink'>
<img src='$image' alt='$alt_text'/>
<span>
<div class='cs-title-text'>
<strong>$thetitle</strong><br />
$text
</div>
</span>
</a>
";
}
$i++;
endwhile;
$out .= "</div>";
endif;
I’ve manually added the $alt_text line, but it’s not working. Basically I’m trying to say: take the result of $image (which is the path to the image, retrieved from the csImage field) and use it to retrieve the ALT tag. A few lines below, in the img src part, I call the $alt_text function.
Does anyone have an idea how I could get those ALT attributes to be used by the browser?
Thanks!
https://www.ads-software.com/extend/plugins/coin-slider-4-wp/
]]>I’m using Coin Slider 4 WP and I have it working… but I have one unresolved issue. If I add an image too small for the display area, the image is tiled. I’d rather have it not tiled, just centered. Anyone know how to do this?
https://www.ads-software.com/extend/plugins/coin-slider-4-wp/
]]>I have a static page set to be the home page of my site. Once I activated and insterted the code for the plugin into my template, my posts page is now my homepage despite having a set page. This is not what I want to happen.
I also would like to have more customizations. I would like to add pages to the slider rather than posts. I use my site like a site rather than a blog so I don’t use the posts section at all, its all pages.
I tried using the coin slider plugin manually, but it would not work at all despite following the instructions. don’t know what I did wrong if anything. Help with that would be very helpful.
]]>I’m using the Flickr Gallery plugin which pulls in my flickr feed and uses lightbox to display the photos. It seems as if Coin-Slider-4-WP is breaking the lightbox functionality.
Here is an email from the Flickr Gallery plugin author.
“Looks like the problem is because the plugin coin-slider-4-wp is loading jQuery improperly and wiping out the proper instance of jQuery and whatever jQuery plugins that are attached to it. My plugin is using the WordPress functions to load Javascript correctly.”
Any ideas on how to fix this issue?
Here is my page
https://www.GroupHomeBikes.com
Here is a post using Flickr Gallery
https://www.grouphomebikes.com/2010/07/open-road-skate-park-meeting-on-7-10-2010/
https://www.ads-software.com/extend/plugins/coin-slider-4-wp/
]]>