https://www.ads-software.com/plugins/wp-skitter-slideshow/
]]>I notice very little support from developer so other users of skitter please help!
https://www.ads-software.com/plugins/wp-skitter-slideshow/
]]><?php if (function_exists(‘show_skitter’))show_skitter();?>
<?php thesis_html_framework();?>
So to get the skitter sideshow to work I add the following code
<?php get_header(); ?>
<?php if (function_exists(‘show_skitter’))show_skitter();?>
<?php thesis_html_framework();?>
Skitter now works at the top of the screen. However I loose all the design features of my website, Colours, Placement of text etc
]]>Any help would be appreciated.
Thanks!
https://www.ads-software.com/extend/plugins/wp-skitter-slideshow/
]]>How could I make label not to disappear after the image changes.
I want the place where label appears should not get disappear it should remain even when the image changes.
https://www.ads-software.com/extend/plugins/wp-skitter-slideshow/
]]>https://www.ads-software.com/extend/plugins/wp-skitter-slideshow/
]]>my goal is to give access to Editors users, so they can also configure the slideshow.
I’ve had a customized menu to link to the slideshow which editors have access:
add_menu_page(‘slideshow’, ‘Slideshow’, ‘edit_posts’, ‘wp_skitter_menu’,’wp_skitter_menu_function’,”,’5′);
They see the slideshow configs, but they can’t save any change.
So, how can I give access to them WITHOUT giving them “manage_options” capability. (that’s not a solution in my case)
$role = get_role(‘editor’);
$role->add_cap(‘manage_options’);
Thanks for the help.
https://www.ads-software.com/extend/plugins/wp-skitter-slideshow/
]]>I think it might be somewhere here:
<select name="wp_skitter_category" id="wp_skitter_category">
<option value="">Select a Category</option>
<?php
$category = get_option('wp_skitter_category');
$categories= get_categories();
foreach ($categories as $cat)
{
$option = '<option value="'.$cat->term_id.'"';
if ($category == $cat->term_id) $option .= ' selected="selected">';
else { $option .= '>'; }
$option .= $cat->cat_name;
$option .= ' ('.$cat->category_count.')';
$option .= '</option>';
echo $option;
}
Is it actually possible to edit it so the slideshow can show more than one category?
Thanks a lot in advance.
https://www.ads-software.com/extend/plugins/wp-skitter-slideshow/
]]>Itried getting answers all over and i cant..
Your my only hope for this so i hope you can help.
Im using the WP version of skitter. And for some reason im getting
Error loading images. One or more images were not found.
I recently transfered my website from one host to another..copying all the files. now its not working, needless to say it worked before the transfer..no files were changed in any manner what so ever..only wp-config file for db etc’..
I tried the solution offered here –
https://github.com/thiagosf/SkitterSlideshow/issues/7
But it didn’t worked..
The wp settings of the plugin are the same as they were with my images attached to the plugin.
The website is
www.tranceil.fm
Any thoughts?
https://www.ads-software.com/extend/plugins/wp-skitter-slideshow/
]]>