<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
      <title>Popular - Kaptinlin Themes Support</title>
      <link>http://kaptinlin.com/support/discussions/popular/feed.rss</link>
      <pubDate>Fri, 24 May 13 22:25:33 -0400</pubDate>
         <description>Popular - Kaptinlin Themes Support</description>
   <language>en-CA</language>
   <atom:link href="/support/discussions/feed.rss" rel="self" type="application/rss+xml" />
   <item>
      <title>Slides not showing up</title>
      <link>http://kaptinlin.com/support/discussion/5/slides-not-showing-up</link>
      <pubDate>Thu, 14 Oct 2010 16:50:33 -0400</pubDate>
      <dc:creator>dcoleman</dc:creator>
      <guid isPermaLink="false">5@/support/discussions</guid>
      <description><![CDATA[Hi Kaptinlin,<br /><br />Amazing theme—best I've seen from ThemeForest—especially with the admin tools you've provided!<br /><br />I have an issue with my Featured images not showing on the home page. I'm using the Nivo slider. Have any issues about this come up? ]]></description>
   </item>
   <item>
      <title>HTML5 Image Hover Effect (Black and White -&gt; Color)</title>
      <link>http://kaptinlin.com/support/discussion/2925/html5-image-hover-effect-black-and-white-color</link>
      <pubDate>Mon, 19 Sep 2011 20:44:54 -0400</pubDate>
      <dc:creator>hudo</dc:creator>
      <guid isPermaLink="false">2925@/support/discussions</guid>
      <description><![CDATA[Hi Kaptinlin.<br><br>I found what I think is a great addition for Striking. The ability to change the image when you hover from BW to color.<br><br>The code is this:<br><br><code>&lt;script src=&quot;jquery.min.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;<br>&lt;script type=&quot;text/javascript&quot;&gt;<br>	<br>	// On window load. This waits until images have loaded which is essential<br>	$(window).load(function(){<br>		<br>		// Fade in images so there isn't a color &quot;pop&quot; document load and then on window load<br>		$(&quot;.item img&quot;).fadeIn(500);<br>		<br>		// clone image<br>		$('.item img').each(function(){<br>			var el = $(this);<br>			el.css({&quot;position&quot;:&quot;absolute&quot;}).wrap(&quot;&lt;div class='img_wrapper' style='display: inline-block'&gt;&quot;).clone().addClass('img_grayscale').css({&quot;position&quot;:&quot;absolute&quot;,&quot;z-index&quot;:&quot;998&quot;,&quot;opacity&quot;:&quot;0&quot;}).insertBefore(el).queue(function(){<br>				var el = $(this);<br>				el.parent().css({&quot;width&quot;:this.width,&quot;height&quot;:this.height});<br>				el.dequeue();<br>			});<br>			this.src = grayscale(this.src);<br>		});<br>		<br>		// Fade image <br>		$('.item img').mouseover(function(){<br>			$(this).parent().find('img:first').stop().animate({opacity:1}, 1000);<br>		})<br>		$('.img_grayscale').mouseout(function(){<br>			$(this).stop().animate({opacity:0}, 1000);<br>		});		<br>	});<br>	<br>	// Grayscale w canvas method<br>	function grayscale(src){<br>		var canvas = document.createElement('canvas');<br>		var ctx = canvas.getContext('2d');<br>		var imgObj = new Image();<br>		imgObj.src = src;<br>		canvas.width = imgObj.width;<br>		canvas.height = imgObj.height; <br>		ctx.drawImage(imgObj, 0, 0); <br>		var imgPixels = ctx.getImageData(0, 0, canvas.width, canvas.height);<br>		for(var y = 0; y &lt; imgPixels.height; y++){<br>			for(var x = 0; x &lt; imgPixels.width; x++){<br>				var i = (y * 4) * imgPixels.width + x * 4;<br>				var avg = (imgPixels.data[i] + imgPixels.data[i + 1] + imgPixels.data[i + 2]) / 3;<br>				imgPixels.data[i] = avg; <br>				imgPixels.data[i + 1] = avg; <br>				imgPixels.data[i + 2] = avg;<br>			}<br>		}<br>		ctx.putImageData(imgPixels, 0, 0, 0, 0, imgPixels.width, imgPixels.height);<br>		return canvas.toDataURL();<br>    }<br>	    <br>&lt;/script&gt;</code><br><br>Demo of what it can do is here: <a href="http://webdesignerwall.com/demo/html5-grayscale/" target="_blank" rel="nofollow">http://webdesignerwall.com/demo/html5-grayscale/</a><br>Source of the code: <a href="http://webdesignerwall.com/tutorials/html5-grayscale-image-hover" target="_blank" rel="nofollow">http://webdesignerwall.com/tutorials/html5-grayscale-image-hover</a><br><br>I hope you consider including this in Striking.<br><br>Or give some guidance on how we can use it. I know jquery is already shipped with striking.<br><br>BR,<br>hudo]]></description>
   </item>
   <item>
      <title>Any plans on making Striking a responsive theme? - RESPONSIVE NEWS TRACKING THREAD</title>
      <link>http://kaptinlin.com/support/discussion/4237/any-plans-on-making-striking-a-responsive-theme-responsive-news-tracking-thread</link>
      <pubDate>Thu, 02 Feb 2012 16:31:52 -0500</pubDate>
      <dc:creator>wisdom</dc:creator>
      <guid isPermaLink="false">4237@/support/discussions</guid>
      <description><![CDATA[Would be great! That's all I have to add.]]></description>
   </item>
   <item>
      <title>Discussion Thread on Optimizing Overall site speed using Striking theme</title>
      <link>http://kaptinlin.com/support/discussion/182/discussion-thread-on-optimizing-overall-site-speed-using-striking-theme</link>
      <pubDate>Thu, 25 Nov 2010 09:46:57 -0500</pubDate>
      <dc:creator>fred</dc:creator>
      <guid isPermaLink="false">182@/support/discussions</guid>
      <description><![CDATA[Hello Kaptinlin, I have noticed that since using Striking theme (which I LOVE) the speed of my site has been much slower than my old theme. While the valid code is nice, is there anything than can be done to improve speed? Google doesn't care about valid code, but they do care about page speed when ranking websites. - Fred  <a href="http://flatfeerealty.com" target="_blank" rel="nofollow">http://flatfeerealty.com</a>]]></description>
   </item>
   <item>
      <title>3D slideshow Customization</title>
      <link>http://kaptinlin.com/support/discussion/66/3d-slideshow-customization</link>
      <pubDate>Thu, 04 Nov 2010 11:41:26 -0400</pubDate>
      <dc:creator>blueciccio</dc:creator>
      <guid isPermaLink="false">66@/support/discussions</guid>
      <description><![CDATA[Hi Captin, I recently purchased your theme and I really love it!<br><ol>Now I would know if is possible to modify the 3d slider preload image and how.I would be very handy to have the possibility to have links working also on this slider.I also very much appreciate the opportunity to set the target for the links (also in nivo slider an image shortcodes).</ol><br>Thanks and ciao!<br><br>P.S.<br>I have done an italian localization of the front-end, I'm going to attach it to this post so you can add it to the package.]]></description>
   </item>
   <item>
      <title>TimThumb</title>
      <link>http://kaptinlin.com/support/discussion/2137/timthumb</link>
      <pubDate>Sat, 25 Jun 2011 18:56:03 -0400</pubDate>
      <dc:creator>sander</dc:creator>
      <guid isPermaLink="false">2137@/support/discussions</guid>
      <description><![CDATA[Hi Kaitlin,<br /><br />Is there a way to add images to the image slider as "featured image" without the timthumb script adjusting the image. I want full control over the compression of the images I use in the slideshow. <br /><br />Greets,<br /><br />Sander]]></description>
   </item>
   <item>
      <title>Background Image properties accounting for Ipad and Iphone - Customization How-To</title>
      <link>http://kaptinlin.com/support/discussion/1383/background-image-properties-accounting-for-ipad-and-iphone-customization-how-to</link>
      <pubDate>Wed, 13 Apr 2011 17:45:28 -0400</pubDate>
      <dc:creator>RRtru</dc:creator>
      <guid isPermaLink="false">1383@/support/discussions</guid>
      <description><![CDATA[I've customized the background for my site by adding the following code to the "General &gt; Custom CSS" Section of the Striking admin panel:<br /><br />/* ------------------------------------------- Background mod<br />- #000          change this to the colour you want your page to be<br />- URL            modify path to the path of your image<br />- top            this is the position relative to the top of the page. Other options may be somehting like #px or #%<br />- center        this option is relative to the width of your page and is telling the image to align to the center of the page horizontally<br />- fixed          is forcing the image to stay in one place regardless of how the page is scrolled. Another option may be "scroll"<br />- no-repeat   is preventing smaller backgrounds to be repeated. Other options include "repeat" "repeat-x" or "repeat-y"<br />*/<br />body<br />{ background: #fff URL(/images/black_bg.jpg) top center fixed no-repeat; }<br />/* ------------------------------------------- Remove Shadows */<br />#feature,<br />#feature .bottom_shadow,<br />#feature .top_shadow,<br />#page,<br />#page_bottom,<br />#footer<br />#footer_shadow<br />{ background-image:none; }<br /><br />Only problem is, when people access the site from a mobile devices like iPhone/iPad, the background image fills the screen at 100%, but is not placed where i want it to be. Essentially, I only want the background image to show when viewed from regular computers and NOT AT ALL on we devices. Is there some CSS I can add, or a JS (worst case scenario) that I can add to remove or not show the Background image on smaller screens??]]></description>
   </item>
   <item>
      <title>Discussion thread - Zencart &amp; other shopping cart plugins</title>
      <link>http://kaptinlin.com/support/discussion/1095/discussion-thread-zencart-other-shopping-cart-plugins</link>
      <pubDate>Thu, 17 Mar 2011 19:32:51 -0400</pubDate>
      <dc:creator>jasminepearl</dc:creator>
      <guid isPermaLink="false">1095@/support/discussions</guid>
      <description><![CDATA[I would like to offer upload (instead of download) of digital files for clients, so I thought of integrating Zencart under your theme as a page.<br /><br />I have no problems installing Zencart as a stand alone but to alter its skin to look like "striking theme" or make it appear as part of the striking theme as a page--I have no clues. Can you provide some instructions for me as a start?<br /><br />Other than Zencart, can you recommend a good alternative (that can do client digital file upload) to integrate with your theme?<br /><br />Thanks.]]></description>
   </item>
   <item>
      <title>Adding/removing contact options in user profile pages via functions.php leads to error</title>
      <link>http://kaptinlin.com/support/discussion/1191/addingremoving-contact-options-in-user-profile-pages-via-functions-php-leads-to-error</link>
      <pubDate>Tue, 29 Mar 2011 10:21:20 -0400</pubDate>
      <dc:creator>ManuelFritsch</dc:creator>
      <guid isPermaLink="false">1191@/support/discussions</guid>
      <description><![CDATA[Hello,<br /><br />I want to modify my back-end user profile pages according to this tutorial (first part about contact fields): <a href="http://thewordpresswarrior.com/686/wordpress-membership-sites-adding-and-removing-profile-options-can-be-simple" target="_blank" rel="nofollow">http://thewordpresswarrior.com/686/wordpress-membership-sites-adding-and-removing-profile-options-can-be-simple</a><br /><br />It seems so simple a thing in the tutorial. However, if I do just that (no matter on which position I put the additional code in your theme's functions.php, as the tutorial suggests), I get this error code above my Profile pages in IE8 and sometimes also in FF4 (e. g. when (de)activating a plugin):<br /><br />###<br /><br />Warning: Cannot modify header information - headers already sent by (output started at [myURL]/wordpress/wp-content/themes/striking/functions.php:12) in [myURL]/wordpress/wp-includes/functions.php on line 851<br /><br />Warning: Cannot modify header information - headers already sent by (output started at [myURL]/wordpress/wp-content/themes/striking/functions.php:12) in [myURL]/wordpress/wp-includes/functions.php on line 852<br /><br />###<br /><br />Can anyone please tell me how to implement this modification correctly? <br /><br />Thanks!]]></description>
   </item>
   <item>
      <title>*STICKY - No Populated sample data...I wish I wish it came ready to go...!!</title>
      <link>http://kaptinlin.com/support/discussion/27/sticky-no-populated-sample-data-i-wish-i-wish-it-came-ready-to-go-</link>
      <pubDate>Mon, 25 Oct 2010 15:42:23 -0400</pubDate>
      <dc:creator>jckpalmer</dc:creator>
      <guid isPermaLink="false">27@/support/discussions</guid>
      <description><![CDATA[Hi Kapt, <br /><br />First I'd like to not get off on the wrong foot and start moaning without thanking you for creating a great theme that I'm very excited about using. So THANKS :D <br /><br />Also keep the new versions coming and I hope you take our opinions for improvements seriously.<br /><br />Now back to the moaning...<br /><br />1/ I can't get the footer looking as nice as yours, I've followed the documentation and I am adding the "widgets" however they aren't showing up. It's possible Lag as {mt}mediatemple servers are messing up at the mo.<br /><br />2/ My navigation bar has gone mad! I've added a main navigation as you'e suggested but every page I create seems to be getting added to the horizontal nav at the top of each page.<br /><br />3/ Why on earth didn't you include the set up you advertise with the package to we can simply change the wording. I feel like I've brought CSS, Graphics and a menu system for WP. Usually templates are sold as sold and you need to edit them accordingly, not be given the files and left to muddle through it yourself. Does anyone else agree?<br /><br />Hopefully you'll get in touch as I have many more "issues" that I need help with that beyond your documentations limits.<br /><br />Kind Regards,<br /><br />John]]></description>
   </item>
   <item>
      <title>Fonts - Cufon - missing characters, special characters, how to find, get or create them!!</title>
      <link>http://kaptinlin.com/support/discussion/597/fonts-cufon-missing-characters-special-characters-how-to-find-get-or-create-them</link>
      <pubDate>Tue, 25 Jan 2011 06:21:43 -0500</pubDate>
      <dc:creator>javipas</dc:creator>
      <guid isPermaLink="false">597@/support/discussions</guid>
      <description><![CDATA[Hi,<br /><br />I'm using Striking and it's awesome, but I've got a little problem... My blog is in spanish and there are some characters missing, although there are others (like accents on vowels) that do show perfect. Is there some way to add these spanish special characters on the Cufon fonts? (The most important are the opening question mark ("¿") and our "eñe" letter, (n with tilde, "ñ")]]></description>
   </item>
   <item>
      <title>Customizing Slider Width - Very advanced Customization - Not for beginners!</title>
      <link>http://kaptinlin.com/support/discussion/167/customizing-slider-width-very-advanced-customization-not-for-beginners</link>
      <pubDate>Mon, 22 Nov 2010 18:09:11 -0500</pubDate>
      <dc:creator>samson</dc:creator>
      <guid isPermaLink="false">167@/support/discussions</guid>
      <description><![CDATA[What I am attempting to do is shrink the width of the slider so I can fit a Div in to the left of it to pop in an Apply Now Section for my website. I've tried modifying the CSS files and still can't figure out what controls the overall width of the slider(slideshow. Any ideas would be appreciated thanks. ]]></description>
   </item>
   <item>
      <title>Sticky Thread - Your Modification Suggestions for Striking</title>
      <link>http://kaptinlin.com/support/discussion/1312/sticky-thread-your-modification-suggestions-for-striking</link>
      <pubDate>Wed, 06 Apr 2011 18:18:44 -0400</pubDate>
      <dc:creator>Websys</dc:creator>
      <guid isPermaLink="false">1312@/support/discussions</guid>
      <description><![CDATA[Every day there are quite a number of posts by users with "suggestions" as to what they either believe should be in Striking, or what they would like to see as incorporated as a new feature in future upgrades.<br /><br />We want to streamline the forum, and now require that all such suggestions be posted in this thread.<br /><br />Below I have posted a few from recent threads (which are deleted once I have moved them here).<br /><br />Kaptinlin will be reviewing this to determine what he feels has merit and is workable with Striking. <br /><br />You can also vote on every suggestion by using the left side arrows to "bump" up its vote total.  Please do not bump your own!!<br /><br />Please keep the suggestions and feedback civil.  And this is not a complaint thread - its sole purpose is for Striking suggestions and anything else will be "ruthlessly" deleted. <br /><br />Let the suggestions begin!<br /><br />Happy Striking<br />Websys]]></description>
   </item>
   <item>
      <title>STRIKING RESPONSIVE BETA RELEASE THREAD -BETA UPDATED MARCH 24</title>
      <link>http://kaptinlin.com/support/discussion/8022/striking-responsive-beta-release-thread-beta-updated-march-24</link>
      <pubDate>Thu, 07 Mar 2013 15:20:30 -0500</pubDate>
      <dc:creator>Websys</dc:creator>
      <guid isPermaLink="false">8022@/support/discussions</guid>
      <description><![CDATA[Striking is marching now to the final days before official release.<br><br><div style="color:red;">March 24, 2013 - Striking Responsive Beta Version 0.958 Released</div><br><br>Please go to <a rel="nofollow" href="http://www.strikingsupport.com">Striking Support</a> to obtain the download, review the licensing terms, and read about what has transpired since the last beta.<br><br>Please continue to report errors in this thread.  Beta 0.958 has swatted the google font and portfolio read more errors.   The changelog at strikingsupport.com details the updates.  We have also posted a "To-Do" page, which we will continuously update.<br><br>At the bottom of the changelog  we provided some detailed commentary on a few matters for all to review.<br><br>Overall, we are very close.  There remain a few minor bugs, and the next phase will see us update the Revolution Slider, add some more call to actions and other feature sets, and update more of the help dialogues.<br><br>By our estimate, version 0.958 appears to be stable enough that a user can consider it for replacement of the regular striking on an active site.  But!  Be advised one should make full backups prior to attempting a conversion, and we at Striking are not yet in a position to lend support on conversions, nor answer questions on the matter at this time.  So an attempt to convert should only be undertaken by those who have significant experience and expertise with Striking and Wordpress.  Conversion is solely at your discretion and risk!<br><br>Version 0.958 is what is powering www.strikingsupport.com<br><br>Best Regards<br>Striking Team<br>James<br><br><br><div style="color:red;">March 21, 2013 - Striking Responsive Beta Version 0.957 Released</div><br><br>Please go to <a rel="nofollow" href="http://www.strikingsupport.com">Striking Support</a> to obtain the download, review the licensing terms, and read about what has transpired since the last beta.<br><br>Please continue to report errors in this thread.  Beta 0.957 has many bugs swatted, but some of the prior reported errors remain.  The changelog at strikingsupport.com details the updates.  We have also posted a "To-Do" page, which we will continuously update.<br><br>At the bottom of the changelog  we provided some detailed commentary on a few matters for all to review.<br><br>Overall, we are very close.<br><br><div style="color:red;">March 20, 2013 - Striking Responsive Beta Version 0.956 Released</div><br>Beta 0.956 has many bugs swatted, but some of the prior reported errors remain.  The changelog at strikingsupport.com details the updates.  We have also posted a "To-Do" page, which we will continuously update.<br><br><span style="text-decoration: underline;">This new Version 0.956 introduces another new function</span>:  Sub-Titles for top level navigation items, including call to action for it (hover and non-hover states) and font size control!<br><br>I was having an interesting discussion with designer Burt Gordon (Runner2009) yesterday having a look see at another theme, which has some nice Call To Actions in it, and I realized that a great failing of our current demo at Striking (which is woefully outdated for the same reasons our help documentation fell behind - ie ongoing releases of features) is the lack of emphasis on the huge array of Call To Actions that already exist in Striking - for example, virtually anywhere we have a font color setting, we usually have a hover state available.  <br><br>I started counting and stopped after hitting 50 different CTA's.  And today Paul dedicated himself to working out some new ones for Tabs and Accordions, and I previously did some similar work for framed boxes, and these will make there way into Striking R as well.  I am sure that in fact we have something approaching 100 different CTA's in Striking (if not more), and since these seem to be one of the flavors of the day currently, our next demo site will be sure to show all these off to the world!!!!!!!<br><br>-----------------<br><br>Revised Timetables <b>some of 0.96 is in 0.958 release</b>:<br><br>0.96 - Landing page - some redesign and options, more help dialogue improvements, bug squashing, timeframe now approx Saturday March 23-Sunday March 24 (okay, again pushed back due to interim updates - particularly a complete rewrite of the google font ui to accommodate the subset requests for various languages and special characters, and fix some reported errors (user Terence)).<br><br>0.97 - Revolution Slider Improvements, squashing of reported bugs, more help dialogues updated.  April 2-4 timeframe<br><br>Release Date - the subsequent week -&gt;but not April Fools Day!,  however that is fluid and depends on our ability to pump out all the ancillary stuff such as videos, revised installable demo, update for woo, build new online demo, etc.<br><br><div style="color:red">ERROR REPORTING</div><br>Do so in this thread, not on the general forum.<br><br>Please read my comment below on our philosophy regarding what we hope to achieve with Striking Responsive.<br><br>Happy Striking<br>Striking Team<br>James, on behalf of all the team KaptinLin and Paul]]></description>
   </item>
   <item>
      <title>jQuery Nivo Slider - Example of Permissions discussion with a Host</title>
      <link>http://kaptinlin.com/support/discussion/322/jquery-nivo-slider-example-of-permissions-discussion-with-a-host</link>
      <pubDate>Sun, 19 Dec 2010 10:08:28 -0500</pubDate>
      <dc:creator>troy</dc:creator>
      <guid isPermaLink="false">322@/support/discussions</guid>
      <description><![CDATA[Am i doing something wrong here when adding a new slider i put in a title then i set featured image.<br /><br />But the image does not get displayed on the nivo slider..<br /><br />If i change the slideshow type to 3D Flash Image Rotator the image work fine!<br /><br />So cant work out whats wrong..<br /><br />I have followed all intrusions themes/striking/cache/ is 777 &amp; /themes/striking/includes/timthumb.php is 777<br />]]></description>
   </item>
   <item>
      <title>Couple improvements and it would be perfect theme</title>
      <link>http://kaptinlin.com/support/discussion/888/couple-improvements-and-it-would-be-perfect-theme</link>
      <pubDate>Sat, 26 Feb 2011 09:18:39 -0500</pubDate>
      <dc:creator>scarto2011</dc:creator>
      <guid isPermaLink="false">888@/support/discussions</guid>
      <description><![CDATA[Hi,<br />First of all thank you for a great theme. It would be really great if you can add couple features:<br /><br />• Right now theme have 3 separate widgets for “Popular Posts”, “Recent Posts”, “Related Posts” it would be great to add/replace them with tabbed widget with ability to add tabs. This would save space for someone who wants to show more than one widget in the sidebar. <br />• Add featured posts widget with ability to add posts by id rather than choosing category so you can have showcase of posts from different categories.<br />• Ability to define custom background (image/color) for page with option to repeat it by X/Y<br />• Ability to define styling of admin comments (image/color)<br />• Ability to use just the title in featured area without meta information (category/comments/tags)<br />• Ability to disable featured image on tags and categories when showing full posts. Right now it is eating up some space see example here: <a href="http://www.powerofcomparison.com/category/best-from-blog" target="_blank" rel="nofollow">http://www.powerofcomparison.com/category/best-from-blog</a><br />• Maintain posts order in blog shordcode. For example I use this shordcode [blog count="5" posts="148,38,1325,61,99" width="480" meta="false"]  I want my posts to appear in the order I have specified but right now they would appear as 1325,148,99,61,38.<br />• Ability to add search box to header instead of sidebar to save space, probably above navigation.<br />• Favicon for admin panel. Right now favicon shows up only on front end but not on backend and when you editing a lot of pages it is hard to identify them.<br />• Ability to define color for post title, right now it uses h2. For example on my homepage <a href="http://www.powerofcomparison.com/" target="_blank" rel="nofollow">http://www.powerofcomparison.com/</a> titles are black and you can’t really tell if it is a link unless you hoover. But if I change color for h2 tag my pages would start look funky so it would be great to separate post title tag from regular h2 tag.<br />• Possibly combine/use one image for footer and featured area to reduce size:<br />… /wp-content/themes/striking/images/feature_bg.png<br />…. /wp-content/themes/striking/images/footer.png<br />• Combine images with CSS sprites<br />• Conditional CSS/Java script load  - load scripts/css styles only when you need them.<br />For example on this page <a href="http://www.powerofcomparison.com/contact" target="_blank" rel="nofollow">http://www.powerofcomparison.com/contact</a> I don’t use ant Typography, Lightboxes or Video but it still loads all the image files and .js files.<br />…. /wp-content/themes/striking/images/icons.png<br />.… /wp-content/themes/striking/images/icons_black.png<br />…./wp-content/themes/striking/js/jquery.colorbox-min.js?ver=3.1<br />…. /wp-content/themes/striking/js/jquery.swfobject.1-1-1.min.js?ver=3.1<br />See PingDom chart here: <a href="http://tools.pingdom.com/fpt/?url=http://www.powerofcomparison.com/contact/&amp;id=4056831" target="_blank" rel="nofollow">http://tools.pingdom.com/fpt/?url=http://www.powerofcomparison.com/contact/&amp;id=4056831</a><br />This all contributes to the page load time. It would be great if you can combine all .js files into one or maybe load CSS/.js file only when you need them. For example if I use Typography on page/post then load images, if I use video/lightbox then load corresponding .js files.<br /><br />Also advanced features (Combine JS/CSS Move JS to bottom) didn’t work for me. If I activate the combine JS only, the site looks normal but the slider I have on the front page stops working.<br /><br />Thank you,<br /><br />Can't wait to see next release.]]></description>
   </item>
   <item>
      <title>WooCommerce Sidebars Not Showing Correctly</title>
      <link>http://kaptinlin.com/support/discussion/3915/woocommerce-sidebars-not-showing-correctly</link>
      <pubDate>Sat, 07 Jan 2012 21:23:20 -0500</pubDate>
      <dc:creator>fings1</dc:creator>
      <guid isPermaLink="false">3915@/support/discussions</guid>
      <description><![CDATA[I'm running Wordpress 3.3.1, Striking 5.1.4 and WooCommerce 1.3.2.1 and running into a problem with the sidebars that are showing up on WooCommerce generated pages.<br /><br />Instead of the customized sidebar showing on the right or left of the page, it displays below the main page (above the footer). I've switched to other themes and the sidebar works correctly in them so suspect there's some setting/tweak I'm missing in Striking.<br /><br />You can head to my site to see what I mean ... <a href="http://thegooddogmacompany.com" target="_blank" rel="nofollow">http://thegooddogmacompany.com</a> <br /><br />If you click on just the word Shop on the menu, you'll notice there will be three categories, with the sidebar on the lower left.<br /><br />The odd thing is, if I create a page and put a woocommerce shortcode in it, then that page will display the sidebars as intended (click on featured items under shop at my site to see what I mean). I think this is because the page is using Striking templates to generate the view and not the appropriate woocommerce template.php.<br /><br />Thanks for any help you can provide.<br />fings<br />]]></description>
   </item>
   <item>
      <title>Unable to display thumbnail images - A TimThumb error has occured</title>
      <link>http://kaptinlin.com/support/discussion/3822/unable-to-display-thumbnail-images-a-timthumb-error-has-occured</link>
      <pubDate>Fri, 30 Dec 2011 06:55:37 -0500</pubDate>
      <dc:creator>paulseatonsmith</dc:creator>
      <guid isPermaLink="false">3822@/support/discussions</guid>
      <description><![CDATA[Timthumb isn't displaying any images.<br /><br />"A TimThumb error has occured<br /><br />The following error(s) occured:<br />Could note create the index.html file.<br /><br />Query String : src=/wp-content/uploads/2011/12/rightsizelogowhite200.png&amp;h=150&amp;w=290&amp;zc=1<br />TimThumb version : 2.8.5"<br /><br />Site with error - <a href="http://rswebeir0001.bitnamiapp.com/wordpress/wp-content/themes/striking/includes/timthumb.php?src=/wp-content/uploads/2011/12/rightsizelogowhite200.png&amp;h=150&amp;w=290&amp;zc=1" target="_blank" rel="nofollow">http://rswebeir0001.bitnamiapp.com/wordpress/wp-content/themes/striking/includes/timthumb.php?src=/wp-content/uploads/2011/12/rightsizelogowhite200.png&amp;h=150&amp;w=290&amp;zc=1</a><br /><br />Original image CAN be displayed - <a href="http://rswebeir0001.bitnamiapp.com/wordpress/wp-content/uploads/2011/12/rightsizelogowhite200.png" target="_blank" rel="nofollow">http://rswebeir0001.bitnamiapp.com/wordpress/wp-content/uploads/2011/12/rightsizelogowhite200.png</a><br /><br />/opt/bitnami/apps/wordpress/htdocs/wp-content/themes/striking/cache has 777<br />/opt/bitnami/apps/wordpress/htdocs/wp-content/themes/striking/cache has 777 permissions<br /><br />Disabled .htaccess and WP3 cache while I try and fix this.<br /><br />If I knew where it was trying to create the index.html file I have full SSH to change permissions<br /><br />Wordpress 3.3 Striking 5.1 TimThumb 2.8.5]]></description>
   </item>
   <item>
      <title>striking and slider problem</title>
      <link>http://kaptinlin.com/support/discussion/6/striking-and-slider-problem</link>
      <pubDate>Fri, 15 Oct 2010 06:04:49 -0400</pubDate>
      <dc:creator>jau</dc:creator>
      <guid isPermaLink="false">6@/support/discussions</guid>
      <description><![CDATA[hi<br />we buy the striking theme but i can't see in the home page the images.<br />i add i slider items some differen options: link manually , link page , link post .No one works.<br />My purchase name is forumprint<br />my site is www.forumprint.com<br />could you help me?<br /><br />thank's<br /><br />]]></description>
   </item>
   <item>
      <title>Striking Version 2.2 Released.</title>
      <link>http://kaptinlin.com/support/discussion/11/striking-version-2-2-released-</link>
      <pubDate>Fri, 15 Oct 2010 20:25:03 -0400</pubDate>
      <dc:creator>KaptinLin</dc:creator>
      <guid isPermaLink="false">11@/support/discussions</guid>
      <description><![CDATA[Added : Header widget area<br />Added : Sub Footer widget area<br />Added : Homepage with introduce text<br />Added : Author page<br />Added : Author widget<br />Added : Avatar and multi user support for twitter widget<br />Added : SlideShow for pages &amp; posts<br />Added : multi image for portfolio item<br />Added : more control for portfolio shortcode<br />Added : iframe shortcode<br />Added : lightbox for gallery shortcode<br />Added : the ability to Import/Export all the theme options data<br />Added : javascript &amp; css optimizer to speed up the site<br />Added : video size option for portfolio item<br />Added : font line-height option<br />Added : color option for Nivo slider caption<br />Added : Background color option for Anything slider<br />Added : color option for Tab &amp; Accordion<br />Added : link target for slideshow item<br />Added : Traditional Chinese, Russian, Dutch, Spanish translation<br />Fixed : Capitalization for Social widget<br />Fixed : Color for contact info in footer<br />Fixed : translation for contact form<br />Fixed : ie6 compatibility<br />Changed : Move Cache folder to the top<br />Updated : update videojs to version 2.0.2<br />Updated : update nivo slider to version 2.3<br />Updated : update ColorBox to version 1.3.15<br />Updated : update cufon-yui to version 1.09i<br />Updated : update TimThumb to version 1.19<br /><br /><br />You can download it from themeforest. It in the 'download' tab of your account page.<br /><br />if you do not want lose the settings you have made, just completely overwrite the existing directory with 'striking' directory in the zip package instead of creating a new one.<br /><br />Then change the permission of 'striking/cache' folder to 777.<br /><br />Regards,<br />KaptinLin]]></description>
   </item>
   <item>
      <title>Problems integrating with Simple:Press Forum Plugin</title>
      <link>http://kaptinlin.com/support/discussion/383/problems-integrating-with-simplepress-forum-plugin</link>
      <pubDate>Tue, 28 Dec 2010 00:14:46 -0500</pubDate>
      <dc:creator>ahohenster</dc:creator>
      <guid isPermaLink="false">383@/support/discussions</guid>
      <description><![CDATA[Hi, <br>I recently installed Simple:Press forum <a rel="nofollow" href="http://simple-press.com">(http://simple-press.com)</a> on my Striking-Theme enabled website. The problem I have is that the striking theme is adding &lt;br /&gt; tags to all the images resulting in a weird-looking layout of the plugin (for example, all the icons are stacking up on one another). <br><br>Here is the link: <a rel="nofollow" href="http://smsusyd.com/forum/">http://smsusyd.com/forum/</a>. To see it you have to login. Username is 'testmember' and password is 'kaptinlin'. <br><br>Kind regards,<br>Ron<br>]]></description>
   </item>
   <item>
      <title>Problem with Image Slider with Striking Wordpress Theme</title>
      <link>http://kaptinlin.com/support/discussion/1909/problem-with-image-slider-with-striking-wordpress-theme</link>
      <pubDate>Mon, 06 Jun 2011 13:17:58 -0400</pubDate>
      <dc:creator>adamkpetersen</dc:creator>
      <guid isPermaLink="false">1909@/support/discussions</guid>
      <description><![CDATA[I am building a website and am currently using the Striking Wordpress theme but when I try to upload an image for the slider it won't show up. I have cmoded timthumb.php, the cache folder, the image folder, and a number of other things. What can I do? Thank you for helping me!]]></description>
   </item>
   <item>
      <title>Slider &amp; featured images not working - Resolved - Custom User .htaccess security was problem</title>
      <link>http://kaptinlin.com/support/discussion/2314/slider-featured-images-not-working-resolved-custom-user-htaccess-security-was-problem</link>
      <pubDate>Wed, 13 Jul 2011 02:52:54 -0400</pubDate>
      <dc:creator>chtitbidule</dc:creator>
      <guid isPermaLink="false">2314@/support/discussions</guid>
      <description><![CDATA[Hi Kaptinlin !<br /><br />As you can see on page "<a href="http://www.domoconsulting.com/maison-domotique-handicap/" target="_blank" rel="nofollow">http://www.domoconsulting.com/maison-domotique-handicap/</a>", we have a problem with featured images. That's why the homepage slideshow is not working.<br /><br />I've already tried to set correct permissions on my ftp server as described on page "<a href="http://kaptinlin.com/support/discussion/1281/server-permissions-how-to-adjust-your-hosting-if-your-settingssliders-not-working-7-april11" target="_blank" rel="nofollow">http://kaptinlin.com/support/discussion/1281/server-permissions-how-to-adjust-your-hosting-if-your-settingssliders-not-working-7-april11</a>".<br /><br />Could you help me ?<br /><br />I am using Wordpress 3.2, PHP 5.2.17, GD Library enabled.<br /><br />Thanks a lot !<br /><br />Kévin]]></description>
   </item>
   <item>
      <title>Add html content to the header widget above the Nav area - Usage How-to?</title>
      <link>http://kaptinlin.com/support/discussion/1378/add-html-content-to-the-header-widget-above-the-nav-area-usage-how-to</link>
      <pubDate>Wed, 13 Apr 2011 14:31:37 -0400</pubDate>
      <dc:creator>pollettm</dc:creator>
      <guid isPermaLink="false">1378@/support/discussions</guid>
      <description><![CDATA[How do i put a phone number above the navigation menu]]></description>
   </item>
   <item>
      <title>Membership site page login &amp; gravity forms</title>
      <link>http://kaptinlin.com/support/discussion/318/membership-site-page-login-gravity-forms</link>
      <pubDate>Sat, 18 Dec 2010 16:18:23 -0500</pubDate>
      <dc:creator>sjeremy</dc:creator>
      <guid isPermaLink="false">318@/support/discussions</guid>
      <description><![CDATA[Hi KaptinLin,<br><br>Great theme! I installed it yesterday and love all the options and how clean it is. I have, however, come across some issues that cannot go unaddressed.<br><br><ol><li>My site is a membership site with a login form on a wordpress page. The login credentials can be entered but for some strange reason the submit button does not submit the form. However, the login widget on the login page does work although I'd rather not have to use it because the input fields are very short. The page login works as it should with the default theme and the inFocus theme that the site was developed with.</li><li>I rely on gravity forms for feedback and Special Services Requests but the forms do not show up on the pages with the Striking theme. The shortcode for the form is on the page but the form is not visible. In fact, its as if the form does not exist at all. I noticed that when I'm logged in as administrator and I view the page, the edit link that is usually at the very bottom of any content, is up at the top of the page as if there is nothing on the page at all.</li></ol><br><br>The site cannot be used with the Striking template until these issues are resolved because my members cannot login or use any of the gravity forms necessary to communicate. It seems like you're very quick to get things resolved so I hope these issues can be as well.<br><br>Here is a link to a screencast on Youtube to show you the issues firs hand.<br><div class="Video"><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/I40TNAQmXRQ&amp;hl=en_US&amp;fs=1&amp;"><param name="allowFullScreen" value="true"><param name="allowscriptaccess" value="always"><embed src="http://www.youtube.com/v/I40TNAQmXRQ&amp;hl=en_US&amp;fs=1&amp;" type="application/x-shockwave-flash" width="640" height="385"></object></div><br><br>Thank You,<br>Shawn Harriman]]></description>
   </item>
   <item>
      <title>PLEASE REPORT ANY VERSION 3.0.6.1 ISSUES IN THIS THREAD!</title>
      <link>http://kaptinlin.com/support/discussion/2220/please-report-any-version-3-0-6-1-issues-in-this-thread</link>
      <pubDate>Fri, 01 Jul 2011 15:36:15 -0400</pubDate>
      <dc:creator>Websys</dc:creator>
      <guid isPermaLink="false">2220@/support/discussions</guid>
      <description><![CDATA[Hi Striking Universe:<br /><br />After you have installed Striking 3.0.6.1, should you notice an issue with one of the new features or fixes, please report it here.<br /><br />If you don't know how to use a feature, this is not the place to post. This thread is only for "errors" related to the new release, not how-to or customization questions.<br /><br />We think we nipped all the issues reported in the Ver 3.0.5 thread.  If we missed one let us know.<br /><br />For those of you who have reported a shortcode generator issue, that is not normally an error to  report here, since it usually occurs in unique circumstances such as a bad install, incorrect php environment, etc.  Ask about your circumstance in a normal "General Questions" category question.<br /><br />Thanks<br />Happy Striking!<br /><br />Websys Team<br />James ]]></description>
   </item>
   <item>
      <title>Another Discussion thread on Changing Width of Anything Slider - Customization How-To</title>
      <link>http://kaptinlin.com/support/discussion/1303/another-discussion-thread-on-changing-width-of-anything-slider-customization-how-to</link>
      <pubDate>Wed, 06 Apr 2011 10:43:41 -0400</pubDate>
      <dc:creator>gunnar</dc:creator>
      <guid isPermaLink="false">1303@/support/discussions</guid>
      <description><![CDATA[HI I use Adsense &amp; Affillate in Anythingslider. This also works well;-) But it looks ugly! <br /><br />please look: <a href="http://www.fuerteventura-tipps.eu/urlaubstipps/test/" target="_blank" rel="nofollow">http://www.fuerteventura-tipps.eu/urlaubstipps/test/</a><br /><br />My banner is 728px wide. How can I change the width of the slider?<br /> I tried to make transparet Slider background in the slider Items, but that does not work.<br /><br /> Regards Gunnar<br />]]></description>
   </item>
   <item>
      <title>HTML5 Video with IE9 not working?</title>
      <link>http://kaptinlin.com/support/discussion/1296/html5-video-with-ie9-not-working</link>
      <pubDate>Tue, 05 Apr 2011 18:31:43 -0400</pubDate>
      <dc:creator>proch</dc:creator>
      <guid isPermaLink="false">1296@/support/discussions</guid>
      <description><![CDATA[HTML5 Video seems not working with IE9. I'm not talking about flash, I'm talking about straight MP4.<br />It works fine with Firefox, Safari, and Chrome. <br /><br />Has anyone experience this behavior by IE9?<br /><br />Is there anything special that we have to include when working with video and IE9?<br /><br />Proch]]></description>
   </item>
   <item>
      <title>CLOSED - HOW TO INCLUDE  A VIDEO IN THE &quot;ANYTHING SLIDER&quot;</title>
      <link>http://kaptinlin.com/support/discussion/405/closed-how-to-include-a-video-in-the-anything-slider</link>
      <pubDate>Thu, 30 Dec 2010 16:15:52 -0500</pubDate>
      <dc:creator>proch</dc:creator>
      <guid isPermaLink="false">405@/support/discussions</guid>
      <description><![CDATA[Hi KaptinLin, Ladies &amp; Gents:<br><br>I spent a great deal of time trying to figure out the best way to include video in the "Anything Slider". As I understand it, this is the only way to include video in the slider, and correct me if I'm wrong about this. After few trials and errors, I want to share what I learned and I hope that you, or anyone can share what they've learned as well.<br><br>So for this demo, I'm going to include a Vimeo Video<br><br>1- Created a 'Category' in Slider Items under which you want to publish your video, and if you've done this step, skip to the next See image below<br><img src="/support/uploads/FileUpload/4/124.png" alt="image"><br><br>2- Once you have created a category, add a new Slider Item, and If you've done this step, skip to the next step. See image below<br><img src="/support/uploads/FileUpload/5/125.png" alt="image"><br><br>3- Scroll down below the editor to add the shortcode; see picture below or skip to next step<br><br><img src="/support/uploads/FileUpload/1/121.png" alt="image"><br><br><br>4- scroll down to configure your slider Item "type". Now, it is the most important part of this whole process, and as I understand it today, you can only show video in the "Anything Slider" with the "HTML" type. Please clarify if this is not the case!<br><img src="/support/uploads/FileUpload/0/120.png" alt="image"><br><br><br>5- Finally, go to Striking theme Option, under "Slideshow" and make sure that you've selected the "Anything Slider", check or select the "category" or All categories regarding your slide show. See image below.<br><br><img src="/support/uploads/FileUpload/2/122.png" alt="image"><br><br>That's all Folks.<br><br>I'm sure that there are other ways to add video in the Anything slider, and I'd appreciate if anyone can share their experience here. <br><br>Also, I tried to include a video just with the Vimeo shortcode and it worked to certain degree, but configuring "caption" was a challenge, and I think it works best with images<br><br>KaptinLin, please add comments, feedback<br><br><br>Thank you.<br><br><br>P.]]></description>
   </item>
   <item>
      <title>Wordpress Menu not working - RESOLVED - Incorrect theme installation plus needed to resave settings</title>
      <link>http://kaptinlin.com/support/discussion/878/wordpress-menu-not-working-resolved-incorrect-theme-installation-plus-needed-to-resave-settings</link>
      <pubDate>Fri, 25 Feb 2011 11:24:55 -0500</pubDate>
      <dc:creator>rhealzeal</dc:creator>
      <guid isPermaLink="false">878@/support/discussions</guid>
      <description><![CDATA[ We upgraded to version 3.1 and then changed our footer from a 3 section to a 4 section layout.  After making that change to the footer, our main menu navigation is now messed up. The navigation menu lists every single page we have ever created on our website.  We were using the Wordpress built-in menu and had it set perfectly.  In Striking --&gt; General I have the Wordpress menu turned on.  But when I go to Appearances --&gt; Menus to check my Wordpress menu settings, the Theme Location settings remain blank.  If I select the appropriate menues from the drop down and click save, and then reload the page, the settings do not save.  Any advice???  Attached is a screenshot.]]></description>
   </item>
   <item>
      <title>Home Page and Blog page - Setting them correctly - Ver 1.6</title>
      <link>http://kaptinlin.com/support/discussion/107/home-page-and-blog-page-setting-them-correctly-ver-1-6</link>
      <pubDate>Thu, 11 Nov 2010 21:30:06 -0500</pubDate>
      <dc:creator>justawebcompany</dc:creator>
      <guid isPermaLink="false">107@/support/discussions</guid>
      <description><![CDATA[Everything is working OKAY... here is my issue. I have homepage set to NONE in the striking settings. I have blog set to blog, which is correct. When I try to add comments on my blog, it re-directs me back to my homepage, I cannot figure what is going on. <br /><br />I have tried defining the home page in wordpress settings, and the blog and that didnt help either. I have permalinks set to "/"<br /><br />IF anyone can shed some insight I would be very greatfull!<br /><br />Thank you!<br /><br />David]]></description>
   </item>
   <item>
      <title>STRIKING RESPONSIVE BETA RELEASE THREAD - UPDATED FEB 28, 2013</title>
      <link>http://kaptinlin.com/support/discussion/7791/striking-responsive-beta-release-thread-updated-feb-28-2013</link>
      <pubDate>Wed, 13 Feb 2013 17:50:15 -0500</pubDate>
      <dc:creator>Websys</dc:creator>
      <guid isPermaLink="false">7791@/support/discussions</guid>
      <description><![CDATA[Striking is marching now to the final days before official release.<br><br><div style="color:red;">Feb 28, 2013 - Striking Responsive Beta Version 0.945 Released</div><br><br>Please go to <a rel="nofollow" href="http://www.strikingsupport.com">Striking Support</a> to obtain the download, review the licensing terms, and read about what has transpired since the last beta.<br><br>Please continue to report errors in this thread.  Beta 0.945 has more features in it, but a few of the prior reported errors remain.  The changelog at strikingsupport.com details the updates.<br><br>-----------------<br><br>Timetables:<br><br>Java swap to enable better table css - this effects both shortcodes and some admin tables, ETA for ver 0.93 (Completed)<br><br>Background page/post body - likely ver 0.94 but could be pushed to 0.95 early next week. (Completed)<br><br>Landing page - some redesign and options - ver 0.95<br><br>Anything Else we think of, or forgot, 0.96<br><br>Errors - 0.97 if necessary.<br><br>Release Date - one week following last beta.<br><br><div style="color:red">ERROR REPORTING</div><br>Do so in this thread, not on the general forum.<br><br>Please read my comment below on our philosophy regarding what we hope to achieve with Striking Responsive.<br><br>Happy Striking<br>Striking Team<br>James, on behalf of all the team KaptinLin and Paul<br>]]></description>
   </item>
   <item>
      <title>STRIKING V3.05 Child Theme Support</title>
      <link>http://kaptinlin.com/support/discussion/1942/striking-v3-05-child-theme-support</link>
      <pubDate>Thu, 09 Jun 2011 10:37:13 -0400</pubDate>
      <dc:creator>proch</dc:creator>
      <guid isPermaLink="false">1942@/support/discussions</guid>
      <description><![CDATA[Hey Guys:<br /><br />I noticed that the new documentation does not include anything on the new striking child theme support. I guess you are assuming that every one here knows the benefit of Striking child theme support. As per our numerous discussions on several threads, how does the child theme support helps customizing Striking?<br /><br />For every CSS Customization should we edit the style.css located in the Child theme instead of Custom CSS located at the bottom of the striking settings--&gt; General<br /><br />I have added several custom shortcodes in my current striking implementation, should we edit the child theme function.php instead?<br /><br />I'm sure there are few folks in the forum that would want to know the answers to all theses questions<br /><br /><br />Cheers,<br /><br />Proch]]></description>
   </item>
   <item>
      <title>changing a function using a child theme - how to</title>
      <link>http://kaptinlin.com/support/discussion/1495/changing-a-function-using-a-child-theme-how-to</link>
      <pubDate>Sun, 24 Apr 2011 11:38:26 -0400</pubDate>
      <dc:creator>mmjaeger</dc:creator>
      <guid isPermaLink="false">1495@/support/discussions</guid>
      <description><![CDATA[Hello<br>I basically have two questions: first of all, let's say I'd like to change the following function "blog_featured_image" in the themeGenerator.php file using a child theme - how do I do that?<br>second, although most of my posts provide a featured image, there are still some that I missed - what's the easiest way to show a dummy image placeholder if there is no featured image provided?<br><br>last but not least, I'm having problems with using a child theme - the style.css file does not get loaded - if I manually try to add it using wp_enqueue_style, it leads to a whole bunch of errors:<br><br>Extra  encountered.  Migrating attributes back to the original  element and ignoring the tag.<br>wordpress:3 must be a child of . Content ignored.<br>wordpress:4 is not allowed inside . Moving  into the .<br>wordpress:5 is not allowed inside . Moving  into the .<br>wordpress:27 is not allowed inside . Moving  into the .<br>wordpress:52Unmatched  encountered.  Ignoring tag.<br>wordpress:53Extra  encountered.  Migrating attributes back to the original  element and ignoring the tag.<br><br>Thanks for your help.]]></description>
   </item>
   <item>
      <title>Multisite questions - archived and kept so users can learn from the mistakes others made....</title>
      <link>http://kaptinlin.com/support/discussion/3140/multisite-questions-archived-and-kept-so-users-can-learn-from-the-mistakes-others-made-</link>
      <pubDate>Fri, 21 Oct 2011 04:38:25 -0400</pubDate>
      <dc:creator>mapleleaf3</dc:creator>
      <guid isPermaLink="false">3140@/support/discussions</guid>
      <description><![CDATA[Hi,<br /><br />Slowly having a nervous breakdown.... so please help.<br /><br />Site:  www.corianderglass.com<br /><br />I've enabled multisite:<br />Only the 3d slider works.<br />My font size and color selections changed, specifically in the header (my theme was exactly as the striking demo - black and white)<br />Most of the functions, like color, header height, logo bottom (almost everything), will not change/work no matter what I do.<br />Suggestions ??  Help please...<br /><br />Thanks<br />Mike<br />]]></description>
   </item>
   <item>
      <title>STRIKING RELEASE VER 5.1.8.3 JULY 7, 2012 - WP 3.4.2. Compatibility reporting and more.....</title>
      <link>http://kaptinlin.com/support/discussion/5704/striking-release-ver-5-1-8-3-july-7-2012-wp-3-4-2-compatibility-reporting-and-more-</link>
      <pubDate>Sat, 07 Jul 2012 12:39:28 -0400</pubDate>
      <dc:creator>Websys</dc:creator>
      <guid isPermaLink="false">5704@/support/discussions</guid>
      <description><![CDATA[This is the thread for all discussions related to Ver 5.1.8.3 changes.  <b>This update is to provide compatibility to WP 3.4.1 and WP 3.4.2 plus address some misc matters reported by users in the prior release, and update some js that have updated since the last release.</b><br><br><p>This release is available as both a full theme download via your Themeforest account.  and will soon be available (July 8) as a build download (which is new &amp; changed files only) via your Striking Advanced Panel within your WP admin. </p><br><h3><span style="text-decoration: underline;">NEW STRIKING USER AND VER 5.1.8.3 IS YOUR FIRST EVER INSTALL:</span></h3><br><p>You would install Striking Ver 5.1.8.3 in the same manner as you would install any other wordpress theme.  You can install Striking Ver 5.1.8.3 by using the install theme function in your wordpress admin, or by ftp Striking into your host setup.  The Document folder contained within your download from Themeforest has a section on installation of the Striking theme.</p><br><p><b>Please note that some firewall plugins - such as Wordpress Firewall 2, should be deactivated prior to attempting the update as they will block access to the update scripts.</b></p><br><div style="color:red"><h3><span style="text-decoration: underline;">EXISTING STRIKING USERS - YOUR CURRENT VERSION INSTALLED IS  STRIKING VER 5.1.8.2  OR EARLIER</span></h3></div><br>For existing users, here is the process depending on if you use a child theme or a regular Striking installation:<br><br><b><span style="text-decoration: underline;">REGULAR USER - NO CHILD THEME IN USE:</span></b><br><ol><li> Go to the Striking Advanced panel and scroll down to the <i>Update Theme</i> section which is at the bottom of the panel.</li><li>Enter your Themeforest purchase code into the "Item Purchase Code" field.  The purchase code is found in a text document contained in the Themeforest zip when you first downloaded Striking after purchase, and the text document name is "striking-premium-corporate-portfolio-wp-theme-license.txt".   A few lines into that document you will see "Item Purchase Code" and it will be a long string of numbers, letters and dashes.</li><li> Click on the "Save Changes" button, your panel will refresh after saving and you will see yellow bar with the notification "page saved" appearing at the top of the panel.</li><li>Now click on the "Update" button, and your theme should commence the update routine.</li><li> Once the update is installed, go immediately to your <i>Striking Advanced Panel</i>, and in the <i>General</i> section go to the "Clear Cache" button and trigger it to "On" and save the panel. This clears the image temp cache folder.</li><li> Now go to your homepage and other site pages and check to confirm that all your images and other media are working successfully.</li><li> If you are still having a problem, see the section below "After Update I Have Site Issues"</li></ol><br><br><b><span style="text-decoration: underline;">CHILD THEME IN USE:</span></b><br><p>Striking Ver 5.1.8.3 does not have any update of the Child Theme, so all a child theme user has to do is the normal use of the internal update function as per a user with no child theme active.  In other words, go to the Advanced Panel, Update section, and follow the same instructions for updating as note above.</p><br><br>You should now be successfully updated for both Striking and the Striking Child.<br><br><h4>After Update I Have Site Issues</h4><br>If you find that for some reason, you cannot see your slider images, or your colors are not working, then we suggest:<br><br><ul><li>  you first go to your Striking Color panel and resave it, and if that does not work, then you may have to check your Cache folder permissions.</li><li> Also check the Striking Advanced Panel to confirm that the Timthumb has not been turned on in the update process.  We have not experienced this error in some time, but on the outside chance of it still being present in some unique situation, we suggest it just in case. </li><li> One should also check one's .htaccess file - some users have added some custom code to their .htaccess file, and this has caused problems with updates.  Try temporarily removing the .htaccess file and then resaving one of the panels or pages, plus clearing the cache, to see if that restores everything.  If this works, then you will have to go through your .htaccess mods item by item to determine the problem.</li><li>Plugins: We think by now most users understand that on occasion a plugin can interfere with a theme function.  So one of the very first measures a user should undertake after an update, should they find an issue in the use of the Striking theme is to deactivate all plugins and see if that makes a difference. Please note that generally, most security plugins and askimet do not conflict with themes, so you might not need to deactivate them, unless the security plugin rewrites the .htaccess file.  If so, deactivate this only as a last resort.  In this circumstance, it is ok to message us as per the instruction below, without deactivating, if you are uncertain or uncomfortable about turning off the security. </li></ul><br><br><div style="color:maroon">If after the update your images/sliders are not showing goto the <strong>STRIKING ADVANCED SETTINGS</strong> make sure you have set the following toggles:<br><br><ol><li><strong>Turn Use Timthumb OFF</strong></li><li><strong>Turn clear cache ON</strong></li><li><strong>Turn combine css OFF</strong></li><li><strong>Turn combine js OFF</strong></li></ol><br>NOW SAVE THE SETIINGS.<br></div><br><br><div style="color:blue"><b>NEW REQUEST:  IF YOU HAVE UPDATED SUCCESSFULLY, AND HAVE A PROBLEM OF ONLY YOUR MEDIA IS NOT WORKING AND HAVE GONE THROUGH ALL THE MEASURES ABOVE - DO NOT POST IN THE ERROR THREAD, BUT INSTEAD SEND A PM TO ME, PAUL OR LIN.</b></div> <br><p>However, should you have found an actual code error please report such errors you might find in this thread.  We find concentrating all error and usage questions about a separate release in one place has been the most effective way for we to track, and users to determine, and followup, on version tidings.</p><br><div style="color:red"><b>AND WE REPEAT, AGAIN, POST ABOUT ANY ERRORS YOU MIGHT FIND, ONLY IN THIS THREAD.  IF YOU POST THEM ON THE FORUM, THEY WILL BE DELETED IMMEDIATELY! AND WE WON'T BOTHER RESPONDING TO YOUR ISSUE SINCE YOU WERE NOT INTELLIGENT ENOUGH TO RESPECT OUR FORUM REQUESTS!</b></div><br><p>As per our past practice, we will respond right within your comment in this thread on our findings, suggestions and corrections.</p><br><p>If you think you have an outstanding bug from a prior release that has not been dealt with, then repost in this thread <b>after</b> only after you have updated to this version and tested to confirm it still exists.  If we could not recreate the error in our test environments, then the matter may be unresolved.    But if you have an unresolved concern, post in this thread (nicely please) and it will be examined in due course.</p><br><p>We hope that you find the update beneficial.  Thank you to all the Striking users who contributed feedback on issues or features of the last release.</p><br><br>Happy Striking<br>Striking Team<br>James]]></description>
   </item>
   <item>
      <title>STRIKING RELEASE VER 5.1.9.3  DEC 19, 2012.</title>
      <link>http://kaptinlin.com/support/discussion/7128/striking-release-ver-5-1-9-3-dec-19-2012-</link>
      <pubDate>Wed, 19 Dec 2012 15:22:39 -0500</pubDate>
      <dc:creator>Websys</dc:creator>
      <guid isPermaLink="false">7128@/support/discussions</guid>
      <description><![CDATA[Hi Striking Universe:<br><br><div style="color:red"><span style="text-decoration: underline;">DEC 21 - FILE UPDATE ATTACHED </span></div><br>Attached to this post is a new complex css file.  Please unpack the attached zip on your local machine, and then load it by ftp into your CSS folder of Striking, overwriting your existing "screen_complex.css" file.  This should resolve the errors this has been causing in respect of buttons on your site, and any other problems activation of Complex CSS in the Striking panel has been causing.  We are working on a couple of other little matters related to Cufon, and some warning messages from the Anything Slider (function is not impaired but some code tweaking remains).<br><br><span style="text-decoration: underline;">Plugins working and tested include:</span> <ul><li>Layered Slider</li><li>Revolution Slider</li><li>Qform</li><li>3cEvent Calendar</li><li>WP SEO</li><li>Nextgen Plugin is working other then nextgen code in the Anything Slider (to be resolved)</li><li>Login Lockdown</li><li>WP Show Id</li><li>Launchpad</li><li>ZenGallery</li><li>Woo Commerce - some testing still to be done due to extensive Woo options - feedback appreciated</li><li>WPML - again is a large plugin with many varied options but basic implementation seems to be fine</li></ul><br><br>We are going to be testing more, but certainly would appreciate comments in this thread on your plugins that <span style="text-decoration: underline;">are working</span>.  If you have a plugin not working, please send us a pm, along with your logins, and we will test when we get the time.<br><br>Regards, Striking Team<br>James<br><br>-----------------------------------<br><br><h5>Striking Release Ver 5.1.9.3 - Dec 19, 2012</h5><br>We apologize for the errors in the 5.1.9 series to date.  Thank you just the same for your error reports - they assisted us greatly in rectifying our own folly (we call them "bugs" and you can read as "stupid mistakes").  <br><br>We have installed Striking 5.1.9.3 into our demo at Themeforest for all to view in action.  Through your reporting and our efforts and testing, we believe we have eliminated all the principal errors reported.  As of this moment of writing, I have submitted this version to Themeforest for approval.  Once I have finished these posts, I will be activating the api and will provide a confirmation in a subsequent comment  of the availability of the internal update option.<br><br><div style="color:red"><span style="text-decoration: underline;">ERRORS FROM VER 5.1.9/5.1.9.1 AND HOT TO FIX AFTER YOU HAVE INSTALLED 5.1.9.3</span></div><br>Regretfully, there are some unintended consequences for those who installed either or both of Ver 5.1.9/5.1.9.1:<br><br><b>Font Panel Settings Erased</b> - most who installed this version found that it reset everything in the Striking font panel to nil and default values, and saved these new values in the database. Thus affected users will have to redo all of their font settings.  <br><b>Navigation Menu Resets</b> - Also those versions reverted to the default navigation menu, so your custom menu for the header and footer will be missing - you just have to go to Settings/Menu and assign your custom menus again - they are there, just not assigned.<br><br>I am going to post the change log below, and then a separate comment for error reporting,  installation for normal users, and another for Child Theme users.  Child theme users should read the child comment very carefully, as Striking has a new child, and the process of updating any site when one has a child theme in place is neither as easy, or as quick as a default install, and requires more expertise.<br><br><b>CHANGELOG:</b><br><br>Here is the changelog for this version:  <br><br><a href="http://api.kaptinlin.com/themes/striking/compare/from/5.1.9.2/to/5.1.9.3" target="_blank" rel="nofollow">http://api.kaptinlin.com/themes/striking/compare/from/5.1.9.2/to/5.1.9.3</a><br><br>Version 5.1.9.3 - Dec.19th ‘12<br>===============================================<br>Fixed : Nivo slider caption issue<br>Fixed : nivo hide next &amp; pre button option issue<br>Added : Hide Control Navigation option for Nivo slider<br>Fixed : some cufon font issue<br>Fixed: Loss of Font settings and gfont errors.<br>Fixed : blog single page issue<br>Fixed : portfolio single page issue<br>Fixed : portfolio restrict image lightbox dimension default option issue<br>Fixed : contact us widget icon issue<br>Fixed: Sub Navigation issue<br>Fixed: Admin update<br>Fixed: Metabox display issue<br>Fixed:  Woo-Commerce display issue in complex css<br>Fixed: Portfolio List issue<br>Added:  Post and Portfolio linkable settings to Slidershow Panel<br>Added: Light and Dark Themes to Youtube Media Settings<br>Added: some misc new settings to various sliders<br>Fixed: some Javascript and CSS optimizer issues.<br><br><br><div style="color:red">PLEASE REVIEW THE FOLLOWING COMMENTS AS I POST THEM FOR INSTRUCTIONS ON REPORTING ERRORS, AND INSTALLATION FOR REGULAR AND CHILD THEME USERS</div><br><br>Best Regards<br>Striking Team<br>James]]></description>
   </item>
   <item>
      <title>striking theme color not working</title>
      <link>http://kaptinlin.com/support/discussion/184/striking-theme-color-not-working</link>
      <pubDate>Fri, 26 Nov 2010 11:49:49 -0500</pubDate>
      <dc:creator>gary</dc:creator>
      <guid isPermaLink="false">184@/support/discussions</guid>
      <description><![CDATA[Hi Kaptinlin, <br />I've recently purchased your theme and seem to be have an issue where by the striking theme color settings do not work at all..<br /><br />the address for our dev site is <a href="http://tinyurl.com/353ombv" target="_blank" rel="nofollow">http://tinyurl.com/353ombv</a><br /><br />Any help would be appreciated.<br />Gary]]></description>
   </item>
   <item>
      <title>STRIKING RELEASE VER 5.1.9.5  January 6, 2013</title>
      <link>http://kaptinlin.com/support/discussion/7286/striking-release-ver-5-1-9-5-january-6-2013</link>
      <pubDate>Sun, 06 Jan 2013 15:35:56 -0500</pubDate>
      <dc:creator>Websys</dc:creator>
      <guid isPermaLink="false">7286@/support/discussions</guid>
      <description><![CDATA[<h2 style="text-align: center;">Striking Release Ver 5.1.9.5 - Jan 6, 2013</h2><br><br>We are pleased to finally release Striking Ver 5.1.9.5.  There is no .9.4 release - it was an internal version only.  We have installed Striking 5.1.9.5 into our demo at Themeforest for all to view in action.  Through your reporting and our efforts and testing, we believe we have eliminated the principal errors reported.  As of this moment of writing, we have submitted this version to Themeforest for approval.  Once I have finished these posts, I will be activating the API and you will see the update notification appear in your dashboard. <br><br>To see the changelog, list of added, deleted and amended files, and code changes please go to the following link:<br><br><a href="http://api.kaptinlin.com/themes/striking/compare/from/5.1.9.3/to/5.1.9.5" target="_blank" rel="nofollow">http://api.kaptinlin.com/themes/striking/compare/from/5.1.9.3/to/5.1.9.5</a><br><br>We have made every effort humanly possible to test this version, to the point of delaying the release several times to correct errors, or address functionality.  The changelog really only hints at the tweaks made since the .9.3 release.  We have followed every error thread and many of you will recognize fixes from your past reports:<br><br>Version 5.1.9.5 - Jan.7th ‘13<br>===============================================<br>Fixed : complex css option issue<br>Fixed : alt tag for shortcode slideshow<br>Fixed : portfolio flush rewrite rules issue<br>Fixed : navigation cufon font hover issue<br>Fixed : comment page warning text issue<br>Fixed : nivo slider caption issue<br>Fixed : read more issue in archive page<br>Fixed : feature image issue in single post page<br>Fixed : wp 3.5 gallery shortcode issue<br>Fixed : button shortcode hover color issue<br>Fixed : Admin translation for Striking backend in native language rendering<br>Fixed : Lightbox Shortcode<br>Fixed : Lightbox border display error<br>Fixed : Lightbox Shortcode caption centering<br>Fixed : Nivo Slider transition issue when using transparent images<br>Fixed : Font panel js error causing panel to crash<br>Fixed : Cufon menu dropdown in IE 10<br>Fixed : Use of simple html in nivo slider caption when in page content<br>Fixed : Static homepage custom title and custom text not showing when page set as static homepage<br>Fixed : Cufon boldness in top level navigation<br>Fixed : Double Cufon hover for top level navigation with a non-static homepage<br>Fixed : Anything Slider stop while playing Vimeo and HTML 5 video - youtube remains outstanding<br>Fixed : Menu exclusion setting for Striking menu<br>Fixed : Gallery function with new WP 3.5 uploader<br>Added : Anything Slider caption text Setting<br>Added : Anything Slider caption background color setting<br>Added : read more button padding for blog indexpage while frame mode is used<br>Added : read more button override in the bloglist shortcode<br>Removed : Stop Autoplay settings in Anything Slider Metabox<br>Changed : CSS position for the Anything Slider Sidebar<br>Changed : Updated scripting for caption and description usage for all slide types<br>Updated : slideshow metabox panel updated with new help fields<br>Updated : advanced, color, font, general, sidebar and slideshow theme panels updated with new help fields<br>Updated : layout_sprites.png<br>Updated : use wp 3.5 media uploader<br>Updated : translation pot file<br>Updated : Anything slider js<br>Updated : quicksand js<br>Updated : tweet js script<br>Updated : mediaelement js script<br>Updated : Striking compatiblity for Woo-Commerce 2.0 Beta<br>Updated : IE 8 compatibility for new navigation scripting<br><br>This version features much more expansive help dialogues for several of the panels.  Users both new and experienced should review the help fields, particularly the new dialogues for using fonts, for the clear cache and related settings, and in the update settings, to name a few.  We tried to provide information based on all the usage questions we have received where appropriate.  Activating a font for use is a 2 step process, and is detailed in the help field.<br><br>This was a tremendous undertaking by all members of Striking (all of us are suffering from extreme sleep deprivation), and we also are grateful for both all the error reports, and solutions, proposed by users.  Those reports, and your patience, has improved Striking for the benefit of all the user base.  The code cleanups we have done have resulted in a faster Striking as well, according to our internal analysis, and we hope your experience will be the same.<br><br>Below this comment I will be posting separate comment for error reporting (which will also note outstanding issues),  installation for normal users, and another for Child Theme users.  <b>Child theme users should read the child comment very carefully</b>, as the process of updating any site when one has a child theme in place is neither as easy, or as quick as a default install, and requires more expertise.  The child version is 0.8, same as in Striking 5.1.9.3.  Should you be a child theme user and uncertain what to do, post in the forum.<br><br><div style="color:red">PLEASE REVIEW THE FOLLOWING COMMENTS AS I POST THEM FOR INSTRUCTIONS ON REPORTING ERRORS, AND INSTALLATION FOR REGULAR AND CHILD THEME USERS</div><br><br>Best Regards<br>Striking Team<br>James (on behalf of KaptinLin and Paul - aka BackuPs)<br><br><br>]]></description>
   </item>
   <item>
      <title>Simple:Press plugin problem compatibility</title>
      <link>http://kaptinlin.com/support/discussion/1158/simplepress-plugin-problem-compatibility</link>
      <pubDate>Sun, 27 Mar 2011 12:08:27 -0400</pubDate>
      <dc:creator>WilliamTai</dc:creator>
      <guid isPermaLink="false">1158@/support/discussions</guid>
      <description><![CDATA[Hi,I'm using Simple:Press Forum plugin, Striking v3.0 is not compatible very well.<br><br>I saw the discussion <a rel="nofollow" href="http://kaptinlin.com/support/discussion/comment/1434/#Comment_1434">http://kaptinlin.com/support/discussion/comment/1434/#Comment_1434</a><br>and have same issus. [raw] tag shows around.<br><a href="http://testsite.blogger.idv.tw/" target="_blank" rel="nofollow">http://testsite.blogger.idv.tw/</a><br><br>Also,there is gap between forum user tool bar and blue line.<br><a rel="nofollow" href="http://testsite.blogger.idv.tw/forum/test/test">http://testsite.blogger.idv.tw/forum/test/test</a><br>normally,it shouldn't have gap.<br><a rel="nofollow" href="http://goo.gl/cQqtE">http://goo.gl/cQqtE</a><br> ]]></description>
   </item>
   <item>
      <title>How do I create  new sidebar in &quot;Striking&quot;?</title>
      <link>http://kaptinlin.com/support/discussion/103/how-do-i-create-new-sidebar-in-striking</link>
      <pubDate>Thu, 11 Nov 2010 17:43:32 -0500</pubDate>
      <dc:creator>sharon</dc:creator>
      <guid isPermaLink="false">103@/support/discussions</guid>
      <description><![CDATA[I am in edit mode for the page i want the sidebar on. The module says "Custom Sidebar", but there is nothing in the dropdown where I choose the sidebar. I click "more info" and get this message: Select the custom sidebar that you'd like to be displayed on this.<br />Note: you will need to first create a custom sidebar in your themes option panel before it will show up here. I click on the left nav "Appearance", under there is Themes, Widgets, Menus and Editor. I can't for the life of me find where I create a new custom sidebar in any of those pages. Can someone please help? Thanks!]]></description>
   </item>
   <item>
      <title>how do I remove the 1px border around my Nivo Slider?</title>
      <link>http://kaptinlin.com/support/discussion/672/how-do-i-remove-the-1px-border-around-my-nivo-slider</link>
      <pubDate>Wed, 02 Feb 2011 15:55:09 -0500</pubDate>
      <dc:creator>agilitysteve</dc:creator>
      <guid isPermaLink="false">672@/support/discussions</guid>
      <description><![CDATA[I used: <br />.image_frame {<br />    border: 0px;<br />}<br />and removed 1px border around portfolio images but 1px border still appears on Nivo Slider.]]></description>
   </item>
   <item>
      <title>Wordpress 3.1 compatibility -  Prior Discussion Archived and closed with Ver 3.0 release</title>
      <link>http://kaptinlin.com/support/discussion/927/wordpress-3-1-compatibility-prior-discussion-archived-and-closed-with-ver-3-0-release</link>
      <pubDate>Wed, 02 Mar 2011 09:02:33 -0500</pubDate>
      <dc:creator>KaptinLin</dc:creator>
      <guid isPermaLink="false">927@/support/discussions</guid>
      <description><![CDATA[Hello there,<br /><br />Just tested striking with wordpress 3.1<br /><br />Everything works except the issue with ie. Learn from <a href="http://kaptinlin.com/support/discussion/905" target="_blank" rel="nofollow">http://kaptinlin.com/support/discussion/905</a><br /><br />If anyone find anyother issues with wordpress 3.1 after upgrade, please let me know. Thanks.<br /><br />Regards,<br />KaptinLin]]></description>
   </item>
   <item>
      <title>Anything slider transparent background</title>
      <link>http://kaptinlin.com/support/discussion/198/anything-slider-transparent-background</link>
      <pubDate>Sun, 28 Nov 2010 23:04:14 -0500</pubDate>
      <dc:creator>jmorillo</dc:creator>
      <guid isPermaLink="false">198@/support/discussions</guid>
      <description><![CDATA[Hi Kaptinlin:<br /><br />I'm working with the anything slider and have 2 questions:<br />1.- The default background of the slider is white so for transparent png images or html I can't make a fusion with the background, this doesn't happen with the nivo slider for the png but there is no inline content on it. How can I set the background to transparent or remove the background?<br />2.- It's possible to get the arrows out of the 960 area so they don't interference with the content<br /><br />As a comment, the search fuction of this forum doesn't looks to work correctly. I tied to find info about the anything slider but as the normal google ways of searh 2 words "anything slider" doesn't work I tried with "anything" and the result is 0 results which is not true.<br /><br />Thanks<br />Jorge]]></description>
   </item>
   <item>
      <title>Portfolio&#039;s</title>
      <link>http://kaptinlin.com/support/discussion/559/portfolios</link>
      <pubDate>Wed, 19 Jan 2011 19:03:25 -0500</pubDate>
      <dc:creator>sharksguts</dc:creator>
      <guid isPermaLink="false">559@/support/discussions</guid>
      <description><![CDATA[I am having a problem creating a simple portfolio even after reading the documentation and numerious answers to previous questions.<br /><br />1. I know how to create a page with the shortcodes which displays the featured image of the portfolio. However if you click the image it open up a lightbox rather than go to the portfolio page.<br /><br />2. If I click the read more it goes to the portfolio page but displays no images. I have set the type to gallery or image and still nothing. Do I have to add the shortcodes to the portfolio page or how do you add the images to the portfolio page.<br /><br />3. Finally how do I know I am on the latest version of the striking theme, I think I should be as I only purchased and downloaded it yesterday.<br /><br />Apologies if I am being thick as I am relatively new to wordpress.<br /><br />Many thanks for your help in advance.]]></description>
   </item>
   <item>
      <title>vbulletin forum - having the Striking Header for the forum header</title>
      <link>http://kaptinlin.com/support/discussion/1443/vbulletin-forum-having-the-striking-header-for-the-forum-header</link>
      <pubDate>Tue, 19 Apr 2011 16:53:34 -0400</pubDate>
      <dc:creator>docfluty</dc:creator>
      <guid isPermaLink="false">1443@/support/discussions</guid>
      <description><![CDATA[I was told that if i copy my header code and insert it where the header code for my vbulletin is, I can have my site header on my forum.<br /><br />So my question it.. in what file and where should i be looking for my header code to paste into the vb file?<br /><br />Hope that make sense<br /><br />Lonnie<br /><br />site <a href="http://www.bootcamp4me.com" target="_blank" rel="nofollow">http://www.bootcamp4me.com</a>]]></description>
   </item>
   <item>
      <title>Nivo Slider Autoplay - how to enable?  Usage How-To</title>
      <link>http://kaptinlin.com/support/discussion/2748/nivo-slider-autoplay-how-to-enable-usage-how-to</link>
      <pubDate>Tue, 30 Aug 2011 21:32:15 -0400</pubDate>
      <dc:creator>rustycurtis</dc:creator>
      <guid isPermaLink="false">2748@/support/discussions</guid>
      <description><![CDATA[STRIKING-<br /><br />I have written many times regarding this issue with no response. I have the jquery NIVO slider set up on the home page but it does not autoplay. The directions to fix this the "anything" slider are NOT applicable. Please tell me how to get the NIVO slider to autoplay soon! Here is the site: <a href="http://wong.griffinstrategicmarketing.com/" target="_blank" rel="nofollow">http://wong.griffinstrategicmarketing.com/</a><br /><br />Are there specific admin settings I need to to turn on to get it to autoplay?]]></description>
   </item>
   </channel>
</rss>