Hi, I need to make the title, and the title/description box optional – so it doesn’t appear if there is nothing to show. Description already optional – running version 2.0.1
I am not a coder by any stretch of the imagination – but I can cobble my way through .php/.css/.js files to make changes.
Does anyone have any idea how to accomplish this?
Thanks,
Wayne
I would like to fetch the slides randomly.
How is this possible?
In my template i added the option random: true; but it doesn′t work.
// @see: https://jquery.malsup.com/cycle2/api
$.fn.cycle.defaults = {
random: true,
allowWrap: true,
autoSelector: ‘.cycle-slideshow’,
delay: 0,
easing: null,
fx: ‘fade’,
hideNonActive: true,
loop: 0,
manualFx: undefined,
manualSpeed: undefined,
maxZ: 100,
pauseOnHover: false,
reverse: false,
slideActiveClass: ‘cycle-slide-active’,
slideClass: ‘cycle-slide’,
slideCss: { position: ‘absolute’, top: 0, left: 0 },
slides: ‘> img’,
speed: 500,
startingSlide: 0,
sync: true,
timeout: 4000
Hello,
This is a nice slider.
Can you add a ‘posts_per_page’ => -1 in the Wp_Query in the get_slides() function of Total_Slide_Group Class.
This way there will be no conflict with the post per page settings of blog post.
Thank you
]]>Hi,
I found a bug in the widget where if a slide has an empty description, it displays the description of the previous slide. The fix is to add the following code in includes/class.total-slider-widget.php after Lines 269-271 (which set the slide description):
else {
$this->slide_description = '';
}
]]>
i would like to fetch random images, How can i make this possible
Thanks!
]]>The backend of your plugin is great. But frontend is lacking a ton. Nav doesn’t even work, even with your instructions.
You need options regarding navigation on the backend. You could take this so much farther.
]]>How can put next peve button on this slider
]]>Hi, I have a problem, i’m using your plug in in my web site, but i have a big problem with the prev/next buttons, I used the slide rigth and it works, when I put the prev/next buttons i do in this way:
in the header.php in a <script>
i put
jQuery('.total-slider').cycle({
speed: 1000,
timeout: 11000,
prev: jQuery('#total-slider-previous'),
next: jQuery('#total-slider-next')
});
and also
jQuery('.ts-default').cycle({
speed: 1000,
timeout: 11000,
prev: jQuery('#total-slider-previous'),
next: jQuery('#total-slider-next')
});
the last one class is the slide class, after this, i create in my index.php inside the div called
<div id="slideHome">
<div id="total-slider-previous" class="arrow-previous"></div>
<div id="total-slider-next" class="arrow-next"></div>
after this the page load the slide, i tried to use
<?php if ( $s->is_runtime() ) : ?>
<div id="total-slider-previous" class="arrow-previous"></div>
<div id="total-slider-next" class="arrow-next"></div>
<?php endif; ?>
but i had a Fatal error: Call to a member function is_runtime() on a non-object in
I don’t know that i need to do, help please thanks!
Doesn’t work in wordpress 3.8.1. Javascript doesn’t open
]]>May I ask what does the custom thumbnail option do under “Gallery > Gallery Settings > NextGEN Basic Extended Album”?
Reason for asking is that we have a client with 4 galleries in an album. The Album is produced with the shortcode:
[nggalbum id=1 template=compact]
This produces 4 x thumbnails with links to each gallery. I’d like to adjust the thumbnail size up about 20 or 30 pixels for the Album covers.
Am I in the right place?
C.
]]>I’ve got a strange one. Total slider works great on my test site. On my public site, it never cycles the slides and I get the following in firebug:
TypeError: jQuery(…).cycle is not a function
jQuery(‘.ts-post-inline’).cycle({
The sites should be the same. Same version of WP, same content (cloned DB and wp tree), etc. I’m at a total loss as to what is going on. How is cycle normally loaded into the page? I don’t see cycle loaded on my production site but it is loaded on my test site.
]]>I’m investigating a new slider with Text to introduce to a template (not a widget area or a page). What’s the PHP is for introducing this to a header (for instance).
Thanks in advance,
Callum.
]]>Hi,
I use total slider to make an animate background on my wordpress.
My problem is that i can’t run next/prev button on this slider.
I have add spans whith ‘cycle-next’ and ‘cycle-prev’ class but it not working.
How do ?
Thanks
I’m using the [totalslider] shortcode to place a slider on a page:
[totalslider group=”verbolten”]
I have a slide group called Verbolten, slug: verbolten (no capital). It has 4 slides in it. However, the page currently gives an error:
Total Slider: Could not find the selected slide group to show. Does it still exist?
Yes, it still exists. ?? How can I make the slides show up?
Note: The site is using a WooThemes premium theme, but per WooThemes’ current policy they do not answer support queries related to theme customization.
]]>Hi!
I am not able to translate title and description in sliders using WPML String translators.
How to translate them?
I am using: <?php _e($s->the_description(),’ts-metolat’); ?>
in my theme, but I do not see dynamic description anywhere in WPML.
I reallt like your slider, but I need to allow some simple html tags into description.
Can you, please, guide me how to allow them?
I need just <p> or
tags, maybe some others.
I am getting no preview from my slides in the admin section!
]]>Hi,
I’m using this wonderful slider for which I want to thank you, I added navigation buttons (without changing js file, just using declarative way by using the css class cycle-prev and cycle-next, as told by the Cycle2 API), and now I wan’t to changer another behaviour :
Actually, when no title is set, the string “No title” is shown, same for description that shows “No text”. I wan’t to change that to show an empty string, so I can check if these strings are empty, than not to display the overlay in my template.
I’m a really beginner in php (my job is related to C#/Asp.net, sorry !), so I don’t find in the source code where I can change this, can you help me ?
Thanks !
]]>hi there, is it possible to change the color, padding, shape (rounded corners), opacity of the text background?
This looks great. i can use it for static or dynamic images, yes? featured posts, or sticky posts, an uploaded media file, or category, or pages, yes?
many thanks,
eve
[email protected]
Could anyone provide a list of responsive themes that would support Total Slider out of the box without having to do any coding or prep work?
]]>Hey, I know I can go into a js file somewhere to change the timing, right? Can you let me know which js file and about what line that change will need to be made? thanks!
]]>Hello,
Your plugin looks so promising but I do have the same problem as Pseudonymnz several months ago: I can’ t upload or add images.
I use WordPress 3.5.1. (english and german), reduced my plugins to a minimum and tried different themes, but it didn’t work out.
Can you give me any advice?
Thank you very much in advance,
Claudia
]]>Building a custom widget is something I would like to avoid. I would like to put this on my tempate using do_shortcode().
]]>I was working on creating a new template and was trying to add next – previous slide links. There is something wrong, but I’m not sure what yet. Any help?
I obviously had to change a lot of classes so I’m guessing there was a conflict somewhere.
Here is the download link for my template
Thanks
]]>The default template shows a blank box with the code below displaying in it
class=”ts-default-slide “
style=”background-image: url(‘https://www.xxxdomainxxx.com.au/wp-content/uploads/2013/03/dreamland.jpg’);”
>
The image is uploaded and working.
When I switch to either of the other 2 templates they both work but they are not what I want, the default seems exactly what Im after.
Im using a modern purchased theme called “unite”.
]]>Hello,
Thank you for your good plugin !
I just have a problem to put an internal link at my slide ! Nothing appear as you can see on this image : https://www.imagup.com/data/1176468929.html
Do you have a solution to resolve this problem ? [I know that i can put every link in external link, but it would be better if internal links works for the user…]
Thank you !
Alexandre
]]>Hello,
Thank you for your great plugin. I really like it and it is very usefull, but there’s one thing. I need navigation buttons, but I can’t figure out how to add them. I already customized the default template, so I don’t need to do that anymore.
Can you help my out? What do I need to add on default.php? I only need the basics (the JS and HTML). I can figure out the rest (the CSS) myself.
Thank you in advance
]]>Nearly each time I edit a slide group, or more slides (most often one) will become “corrupted” and will disappear from the slide group.
Repro:
– Edit an existing slide group with 1 or more slides
– Add a new slide
– Select a photo, add title and description
– Associate new slide to post
– Save slide
– Select one of the existing slides, get an error “Sorry, unable to get that slide. Specified slide ID could not be found. It may have been already deleted”
– Click OK, the slide disappears
– Refresh the slide group page, the corrupted slide disappeared
Hi,
I love this plugin, but I notice that it’s not working in IE7. Unfortunately, two of my websites must be compatible with IE7. What happening is that each slide appears underneath each other. I’ve already replaced my jquery version with the latest one (1.8).
Is there anything I can do to fix this? I’d really hate to deactivate the plugin. It has everything that I’m looking for.
]]>Hi,
How do I place the slider to below Menu instead of Sidebar?
Thanks.
]]>