Captain Theme
Forum Replies Created
-
Forum: Plugins
In reply to: [Captain Slider] PHP NoticeYeah, it’s a bug that needs a bit of a fix. For now, please turn off wp_debug to avoid the notice and if I have time I will try push an update that addresses it. Thanks 🙂
Forum: Plugins
In reply to: [Captain Favicon] SupportForum: Plugins
In reply to: [Captain Slider] New Support RequestsForum: Plugins
In reply to: [Captain Slider] Captain Slider not showing in DashboardI don’t know what to tell you guys – I’ve just installed it on my WordPress 3.9.1 installation (latest release) and it works just fine. @7billionbuddhas it says you’re using 3.5.2 – time to upgrade and then it should work!
It will appear just before Appearance.
Forum: Plugins
In reply to: [Captain Slider] Detecting Possible jQuery ClashYep. If you are going to use a theme with Flexslider already in it, it’s probably best not to use Captain Slider too or use a different theme.
Forum: Plugins
In reply to: [Captain Favicon] captain favicon not showing in browserHave to reset cache
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] add a HyperlinkYou could just use:
$my_meta = get_field( 'link' );
fyiForum: Plugins
In reply to: [Captain Slider] Where do I add slides to slider?ah yeah it is slider id=”” not ctslider – I think I was drunk when I posted the ctslider response haha. I’ll try improve the UI for sliders too in the future to be more like categories. no prob 🙂
Forum: Plugins
In reply to: [Captain Slider] Where do I add slides to slider?Yeah sorry it’s similar to tags, use that. Just add in a slider there like ‘home page slider’,and then you can do same for other slides you want to have in that slider.
Forum: Plugins
In reply to: [Captain Slider] Where do I add slides to slider?@littlechick/z_dize – on the right you have a ‘Sliders’ section, similar to categories, where u can create a ‘Slider’ Category and then add the slide to that slider.
Forum: Plugins
In reply to: [Captain Favicon] Backend favicon?Nope i don’t try and change the backend favicon as users don’t see it so personally I didn’t find a need to add that in as an option- sorry.
Forum: Plugins
In reply to: [Captain Favicon] Shows in firefox, but not ieI recommend using .ico but as tomontoast said, just deleting the cache should fix it.
Forum: Plugins
In reply to: [Captain Slider] Can I add HTML to a slide?Yeah sorry but you can only add images/videos. It gets a little complicated if we start allowing HTML to be added etc. so I just decided to leave it out. Perhaps in a future version though
Forum: Plugins
In reply to: [Captain Slider] Option to load JavaScript in the footerI will add an option for this in the next version
Forum: Plugins
In reply to: [Captain Slider] Slider stalls on 1st load until full cycleYeah it’s because the slider is waiting for the images to load – takes a little while because your site is on a slow server and the image sizes. There is a little way to fix it I’ll try find the code for it later