Captain Theme
Forum Replies Created
-
Forum: Plugins
In reply to: [Captain Slider] Can't display 2 images in 1 sliderOh definitely can’t guarantee/assure compatibility with 3.1.4 – that’s a very very old version. I haven’t even tested with 3.2 haha.
Forum: Plugins
In reply to: [Captain Slider] Can't display 2 images in 1 sliderHonestly not sure why it’s not working for you. I guess it may be your version of WordPress as you said you were stuck with an old version. What version is it?
Forum: Plugins
In reply to: [Captain Slider] Can't display 2 images in 1 sliderBut can you confirm that if you’re using Twenty Eleven theme and have all plugins disabled besides Captain Slider, that the plugin works as expected? Whatever is causing your issue is definitely not in the plugin and the post_class part only adds a few different classes to the
<li>Forum: Plugins
In reply to: [Captain Slider] Can't display 2 images in 1 sliderWhat’s with the clone classes? This shouldn’t be happening if you were using the default theme and no other plugins activated. Something else is causing these issues
Forum: Plugins
In reply to: [Captain Slider] Can't display 2 images in 1 sliderLink doesn’t work but if you need to target the ul or li you could just do
ul.slidesorli.slides– regarding the sizing issue, look at my first reply. That’s how you would display a slider with a max width of like 200px or something like thatForum: Plugins
In reply to: [Captain Slider] Can't display 2 images in 1 sliderNope the
post_class()was contributed by another user of the plugin on Github. I may remove it in version 1.1.0 as it has caused some styling issues for me before too. Renaming the post type is definitely not an option, as what else would it be but slides? Also, doing so would render every single user’s current slides useless (and they’d have to recreate each slide) so I can never change the post type in future versions.How come it’s a problem that both the
<li>and<ul>have a class ofslides? There should be no ‘conflict’ unless you’re making incorrect styles.Forum: Plugins
In reply to: [Captain Slider] Can't display 2 images in 1 sliderThe problem I believe is that you’re trying to do make the slider quite small, like 125px x 125px. This is fine but it will always try stretch to the full width of its parent container, so wrap the shortcode or PHP in a div with
style="width: 125px;"or something like that and it should display better.Forum: Plugins
In reply to: [Captain Slider] Mobile issuesHey Sorry I made a reply a couple days ago but for some reason it must not have posted. I don’t have issues with navigated between slides on a phone besides for the fact that it’s pretty small so you have to be accurate. It doesn’t really support touch gestures 100% on phones yet, I’m working on that for a future version.
Forum: Plugins
In reply to: [Captain Slider] Featured at WPMU.orgAwesome! Thank you very much
Forum: Plugins
In reply to: [Captain Slider] Mobile issuesHey! Thanks for the review. Let’s get this fixed up and turn it into 5 stars 😉 What’s your site so I can look? It could either be caused by your theme/another plugin, or maybe it’s an issue with Flexslider as that’s the actual jQuery slider that the plugin uses.
Cheers
Forum: Plugins
In reply to: [Captain Slider] Video Slides Not WorkingAre you trying to view them like HD15 above? That won’t work. Also, the slider is not meant to work with more than 1 video. Sometimes it will work but I mention in description/docs that it will probably fail with more than 1 video.
Forum: Plugins
In reply to: [Captain Slider] my slider stretches!Okay time to troubleshoot 🙂
Before we do anything, install the Regenerate Thumbnails plugin and regenerate your thumbnails and see if works. If not, let’s go on:
Disable all other plugins but Captain Slider and see if it works. If so, it’s a plugin conflict. If not, it may be your theme, so try and use the default WordPress theme just to check it’s working. If so, it’s something in your theme – probably some CSS or Javascript affecting the slider. If it’s still not working, it’s your settings. Please take a screenshot of your settings page and post it here so I can take a look.
Cheers!
Forum: Plugins
In reply to: [Captain Slider] my slider stretches!The flexslider container has an inline style of height:800px that is causing it to keep the same height. Did you add this? There’s something adding it. It may be the dimensions you’re giving in the settings. Have a look because this is causing it 🙂
Forum: Plugins
In reply to: [Captain Slider] my slider stretches!The flexslider container has an inline style of height:800px that is causing it to keep the same height. Did you add this? There’s something adding it. It may be the dimensions you’re giving in the settings. Have a look because this is causing it 🙂
Forum: Reviews
In reply to: [Captain Slider] flex slider have to work on mobileI’ll add that as an option in next version. Next version also uses imagesLoaded plugin so slider does not load until all image shave , so no need for that CSS 🙂