<?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>Customization - Kaptinlin Themes Support</title>
      <link>http://kaptinlin.com/support/categories/striking-customization/feed.rss</link>
      <pubDate>Fri, 24 May 13 18:14:31 -0400</pubDate>
         <description>Customization - Kaptinlin Themes Support</description>
   <language>en-CA</language>
   <atom:link href="/support/discussions/feed.rss" rel="self" type="application/rss+xml" />
   <item>
      <title>How to set the full-width mode to Royalslider with Beta 0.962</title>
      <link>http://kaptinlin.com/support/discussion/8594/how-to-set-the-full-width-mode-to-royalslider-with-beta-0-962</link>
      <pubDate>Sun, 19 May 2013 10:35:34 -0400</pubDate>
      <dc:creator>Claudia_Komesu</dc:creator>
      <guid isPermaLink="false">8594@/support/discussions</guid>
      <description><![CDATA[Hi guys,<br /><br />After many days of research, I decided to buy other Striking license to use in my new site. I know Striking is the best, but other templates offered interesting visual solutions to photographers. I bought and tried one of these other templates, but the structure is too simple and imature compared to Striking. <br /><br />I haven't explored Beta 0.962 totally, but it seems marvellous, congratulations to Striking team. <br /><br />No I'm trying to use Royal Slider plugin. I've read many hours of support, in Striking forum and in Royalslider forum, but the instructions to have a full width are not working to me. I read sucessful messages from people with other templates, so maybe someone who knows Striking could help.<br /><br />I don't know to break the 960px width limit, except with a Revolution slider configured to be featured header. <br /><br />The instructions from Royal Slider say:<br /><br />html, body {<br />      width: 100%;<br />      height: 100%;<br />}<br /><br />#your-slider-selector {<br />    position: absolute;<br />    left: 0;<br />    top: 0;<br />    right: 0;<br />    bottom: 50px; /* height of thumbs (if not required set to 0) */<br />    height: auto;<br />    width: auto;<br />}<br /><br />I've tried to paste that in the custom CSS area, and the variation:<br />.royalslider {<br />    position: absolute; (...)<br /><br />and tried<br />#page { margin:0px auto !important;padding:0px !important;margin-top:0px important!;margin-bottom:0px important!; width: 100% !important; max-width: 100% !important; height: 100% !important }<br />and many other variations<br /><br />but nothing worked.<br /><br />I would like to have Royalslider in my home (and in other pages), with this look (it's just a test site for while):<br /><a href="http://heart3.me/" target="_blank" rel="nofollow">http://heart3.me/</a> (Revolution)<br />The look is right, but I wanted to try Royal because it's more comfortable to tablet users.<br /><br />But all I could do was this:<br /><a href="http://heart3.me/teste/" target="_blank" rel="nofollow">http://heart3.me/teste/</a> (Royalslider)<br /><br />Do you know how I could customize to make the pages with Royal without top and right margin? Just my header and the area to galleries,  no white spaces.<br /><br />It would make me so glad.<br /><br />I've told James two months ago, when I got a first look to a new template: it seems Striking can do all the top-sellers templates offer, but with Striking you know it's all very well structured and made to be practical and easy to use. The only difference is the design you are publishing. If you decided to, you could show how versatile Striking is.<br /><br />many thanks and best wishes,<br />Claudia]]></description>
   </item>
   <item>
      <title>Mac Style Drop Down Menu with CSS3</title>
      <link>http://kaptinlin.com/support/discussion/8590/mac-style-drop-down-menu-with-css3</link>
      <pubDate>Sat, 18 May 2013 12:19:03 -0400</pubDate>
      <dc:creator>aem38</dc:creator>
      <guid isPermaLink="false">8590@/support/discussions</guid>
      <description><![CDATA[Hello<br><br>i've found a lot of tutorials but nothing works great …<br><br>-<a href="http://www.marcofolio.net/css/the_apple.com_navigation_menu_created_using_only_css3.html" target="_blank" rel="nofollow">http://www.marcofolio.net/css/the_apple.com_navigation_menu_created_using_only_css3.html</a><br>-<a href="http://www.alovefordesign.com/create-an-apple-style-menu-purely-in-css3-no-images-required/" target="_blank" rel="nofollow">http://www.alovefordesign.com/create-an-apple-style-menu-purely-in-css3-no-images-required/</a><br><br>this one is online : -<a href="http://cssdeck.com/labs/apple-navigation-menu-in-pure-css" target="_blank" rel="nofollow">http://cssdeck.com/labs/apple-navigation-menu-in-pure-css</a> on bproduction.fr<br><br>here is the code …<br><br><code><br>/* APPLE NAVIGATION MENU */<br><br>#navigation ul {<br>	display: inline-block;<br>	outline: none;<br>	cursor: pointer;<br>	text-align: center;<br>	<br>	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);<br>	-moz-box-shadow: 0 2px 5px rgba(0,0,0,.2);<br>	box-shadow: 0 2px 5px rgba(0,0,0,.2);<br>}<br><br>#navigation ul li {<br>	float: left;<br>	list-style: none;<br>}<br><br>#navigation ul li a {<br>	font: bold 12px/100% &quot;Lucida Grande&quot;, &quot;Lucida Sans Unicode&quot;, Arial, Helvetica, sans-serif;<br>	border-right: 1px solid #646464;<br>	padding: 11px 35px;<br>	text-decoration: none;<br>	color: rgba(255,255,255,1);<br>	text-shadow: 0 -1px 0 rgba(0,0,0,.9);<br>	<br>	background: -webkit-linear-gradient(top, #8b8b8b, #717171 49%, #5e5e5e 50%, #787878);<br>	background: -moz-linear-gradient(top, #8b8b8b, #717171 49%, #5e5e5e 50%, #787878);<br>	background: -ms-linear-gradient(top, #8b8b8b, #717171 49%, #5e5e5e 50%, #787878);<br>	background: -o-linear-gradient(top, #8b8b8b, #717171 49%, #5e5e5e 50%, #787878);<br>	background: linear-gradient(to bottom, #8b8b8b, #717171 49%, #5e5e5e 50%, #787878);<br>}<br><br>#navigation ul li a:before {<br>	border-left: 1px solid rgba(255,255,255,.1);	<br>	content: &quot;&quot;;<br>	padding: 10px 35px;<br>	margin: 0 -35px;<br>	position: relative;<br>}<br><br>#navigation ul li a:after {<br>	border-right: 1px solid rgba(255,255,255,.1);	<br>	content: &quot;&quot;;<br>	padding: 10px 35px;<br>	margin: 0 -35px;<br>	position: relative;<br>}<br><br>#navigation ul li:last-child a:after {border: none;}<br><br>#navigation ul li:first-child a {-moz-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px;}<br>#navigation ul li:last-child a {-moz-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0;}<br><br>#navigation ul li a:hover {<br>	border-right: 1px solid rgba(255,255,255,.2);<br>	color: #ffffff;<br>	text-shadow: 0 -1px 0 rgba(0,0,0,.5);<br>	<br>	-webkit-box-shadow: inset 0 0 40px rgba(255,255,255,.2);<br>	-moz-box-shadow: inset 0 0 40px rgba(255,255,255,.2);<br>	box-shadow: inset 0 0 40px rgba(255,255,255,.2);<br>	<br>	background-image: -webkit-linear-gradient(top, #656556, #4a4a4a 49%, #3b3b3b 50%, #454545);<br>	background-image: -moz-linear-gradient(top, #656556, #4a4a4a 49%, #3b3b3b 50%, #454545);<br>	background-image: -ms-linear-gradient(top, #656556, #4a4a4a 49%, #3b3b3b 50%, #454545);<br>	background-image: -o-linear-gradient(top, #656556, #4a4a4a 49%, #3b3b3b 50%, #454545);<br>	background-image: linear-gradient(to bottom, #656556, #4a4a4a 49%, #3b3b3b 50%, #454545);<br>}<br><br>#navigation ul li a:active {<br>	-webkit-box-shadow: inset 0 2px 8px rgba(0,0,0,.9);<br>	-moz-box-shadow: inset 0 2px 8px rgba(0,0,0,.9);<br>	box-shadow: inset 0 2px 8px rgba(0,0,0,.9);<br>}<br><br>#navigation ul li a.current {<br>	background: -webkit-linear-gradient(top, #383a3a, #525051);<br>	background: -moz-linear-gradient(top, #383a3a, #525051);<br>	background: -ms-linear-gradient(top, #383a3a, #525051);<br>	background: -o-linear-gradient(top, #383a3a, #525051);<br>	background: linear-gradient(to bottom, #383a3a, #525051);<br>	<br>	-webkit-box-shadow: inset 0 5px 10px rgba(0,0,0,.8);<br>	-moz-box-shadow: inset 0 5px 10px rgba(0,0,0,.8);<br>	box-shadow: inset 0 5px 10px rgba(0,0,0,.8);<br>	<br>	color: #ffffff;<br>	text-shadow: 0 1px 0 rgba(0,0,0,.9);<br>}<br><br>.jqueryslidemenu ul li a {height:20px;}<br></code><br><br>am not good at it … so if someone can help me to finish / tweak this menu …<br><br>this menu have to be :<br>- compatible with firefox, safari, chrome and IE (last rev.)<br>- menu (2 levels)<br><br>Thanks<br><br>Sebastien<br><br>]]></description>
   </item>
   <item>
      <title>Background &amp; Navigation Menu Customization</title>
      <link>http://kaptinlin.com/support/discussion/8539/background-navigation-menu-customization</link>
      <pubDate>Sun, 12 May 2013 00:24:34 -0400</pubDate>
      <dc:creator>rjDezigns</dc:creator>
      <guid isPermaLink="false">8539@/support/discussions</guid>
      <description><![CDATA[Hi,<br /><br />I have a few question with regards to how to go about customizing a couple of things within your Striking theme. I apologize if these questions have already been asked, but I couldn’t seem to find them after searching through your support site and doing multiple Google searches.<br /><br />First, I have all background areas currently set to tiled images (which I would like to keep), but wanted to add a decorative png image overlay in the header area behind my logo and navigation menu at the very top of the page (something along the lines of what you see on this website <a href="http://ndesign-studio.com/" target="_blank" rel="nofollow">http://ndesign-studio.com/</a>). Is this possible? I’ve seen another WordPress theme which had that feature, so I was hoping it would be possible (and not too complicated) to do with this theme as well.<br /><br />Second, how would I go about changing the look of the drop down navigation menu? I looked through all the theme’s image files and couldn’t seem to find one that specifically related to it. Was it coded in instead? I was wanting to add a little arrow on top (similar to what you see in the attached image), as well as add a light greyish-white texture to the box instead of having just plain white. <br /><br />Third, is there any way to add a sharethis.com button within the main header widget area, above the main menu navigation? I downloaded and installed their plugin, but their built-in options/customization area didn’t seem to offer any way to control or modify where the button got placed, though I have seen other websites that have successfully placed it within their header area. The same thing goes for how the buttons got added to the blog section as well.<br /><br />Finally, as I have not yet switched over to the responsive beta version, will all my current customizations be saved when I do switch over (once the final version is released), or will I have to modify everything all over again?<br /><br />Thank you very much for your time and help! I really appreciate it! Though I do apologize for asking so many questions all at once. <br /><br /><br /><br />]]></description>
   </item>
   <item>
      <title>Horizontal section below logo &amp; top nav, and above Feature Header</title>
      <link>http://kaptinlin.com/support/discussion/8551/horizontal-section-below-logo-top-nav-and-above-feature-header</link>
      <pubDate>Tue, 14 May 2013 04:34:44 -0400</pubDate>
      <dc:creator>DuncanElliott</dc:creator>
      <guid isPermaLink="false">8551@/support/discussions</guid>
      <description><![CDATA[Hi,<br /><br />I want to to be able to put a horizontal box (optin) across all pages, at the top, below the logo, below the top nav menu, and above the Feature Header.  The box should be the same width as the website (full width).<br /><br />An example of the type of box I want to use is on this page - <a href="http://www.outsourcingexposed.com/squeeze-horizontal/" target="_blank" rel="nofollow">http://www.outsourcingexposed.com/squeeze-horizontal/</a> - the bit starting with "Do You Make These..." and ending with the red arrow" - I want to put that site-wide, above the feture header which currently states "Squeeze Horizontal" on the black background.<br /><br />What are the best ways to do this?  What is the simplest way to do this?<br /><br />Many thanks<br /><br />Duncan]]></description>
   </item>
   <item>
      <title>Clicking on featured image in blog: how to open iframe? CUSTOMIZATION HOW TO</title>
      <link>http://kaptinlin.com/support/discussion/4099/clicking-on-featured-image-in-blog-how-to-open-iframe-customization-how-to</link>
      <pubDate>Fri, 20 Jan 2012 09:21:09 -0500</pubDate>
      <dc:creator>tds</dc:creator>
      <guid isPermaLink="false">4099@/support/discussions</guid>
      <description><![CDATA[hi,<br />i want to present my virtual panorama tours, and inserted a button in each blog post to open the (panoramas) index.html in lightbox.<br />i would like to open the same index.html via clicking on the featured image of the blog post.<br />how do i do it?<br /><br />here is an example:<br /><a href="http://www.panographie.net/tour-junkers-ju-52/" target="_blank" rel="nofollow">http://www.panographie.net/tour-junkers-ju-52/</a><br /><br />thanks in advance]]></description>
   </item>
   <item>
      <title>center media player striking</title>
      <link>http://kaptinlin.com/support/discussion/8532/center-media-player-striking</link>
      <pubDate>Sat, 11 May 2013 04:21:11 -0400</pubDate>
      <dc:creator>jarping</dc:creator>
      <guid isPermaLink="false">8532@/support/discussions</guid>
      <description><![CDATA[I would like to focus the media player striking the center and it is impossible not to apply custom css settings so that it is centered<br /><br />]]></description>
   </item>
   <item>
      <title>Custom Template - Sales Landing Page</title>
      <link>http://kaptinlin.com/support/discussion/4206/custom-template-sales-landing-page</link>
      <pubDate>Tue, 31 Jan 2012 15:54:46 -0500</pubDate>
      <dc:creator>Runner2009</dc:creator>
      <guid isPermaLink="false">4206@/support/discussions</guid>
      <description><![CDATA[Did a quick Custom Template - Sales Landing Page:<br />Included in this zip are the following:<br /><br />1. The custom template file (any modifications to the CSS are inline here too<br />2. Custom header.php file <br />3. Custom footer.php file<br /><br />All you need to do is unzip these files to your Striking directory. Create a new page and then use the Landing Page template as the page template.<br /><br />What you will get is a header with only your logo and no link. A fullwidth page, that you can still use the header introduction options of your choice (or none) and a footer with only the subfooter.   I have commented areas if you would like to remove cufon etc... <br /><br />I commented every place in these three files where the changes were made and left the original code in so that you can see how easy it is to create these custom templates and that with KaptinLin's shortcodes you can make almost any type of landing page, squeeze page that you would like. There is no reason to buy the sales page plugins. <br /><br />Of course any questions, don't hesitate to ask.....<br /><br />Runner2009<br />Burt Gordon]]></description>
   </item>
   <item>
      <title>Submit Button -&gt; change text</title>
      <link>http://kaptinlin.com/support/discussion/8530/submit-button-change-text</link>
      <pubDate>Fri, 10 May 2013 04:47:36 -0400</pubDate>
      <dc:creator>tds</dc:creator>
      <guid isPermaLink="false">8530@/support/discussions</guid>
      <description><![CDATA[hi,<br />i would like to change the text of the submit button in the contact widget. how do i do that?<br />and can i change the text for the search button? <br /><br />[EDIT] I got it changed - but a shortcode for the button text would be nice...]]></description>
   </item>
   <item>
      <title>Putting a search bar in the title bar in each page</title>
      <link>http://kaptinlin.com/support/discussion/8521/putting-a-search-bar-in-the-title-bar-in-each-page</link>
      <pubDate>Wed, 08 May 2013 13:43:29 -0400</pubDate>
      <dc:creator>MichelleRT</dc:creator>
      <guid isPermaLink="false">8521@/support/discussions</guid>
      <description><![CDATA[I know the code to put something anywhere is <br><code>.SEARCH {<br>    position: absolute;<br>	top: xxxpx;<br>	left: xxxpx;<br>}<br></code><br><br>What is the name of the search bar? I looked in some of the Striking css and I found "searchform", but that didn't work. Any way I can put a shortcode in that code above? I do know the shortcode for the Search is <code>[search bgColor=&quot;#0065B3&quot; textColor=&quot;#FCFFFF&quot;]</code> <br><br>The URL I'm working on is <a target="_blank" rel="nofollow" href="http://www.billswinewandering.com/wines">www.BillsWineWandering.com/wines</a> and this is where I'm trying to put the search bar.<br><img src="http://i39.tinypic.com/zdwx.png" alt="image"><br>(I used a photo editor to put it there so everybody knows what I'm talking about)<br><br>I would like that search bar in the title bar of every page if that is possible.<br><br>Thanks in advance! :)<br><br>]]></description>
   </item>
   <item>
      <title>Aligning feature image thumbnails</title>
      <link>http://kaptinlin.com/support/discussion/8408/aligning-feature-image-thumbnails</link>
      <pubDate>Mon, 22 Apr 2013 19:19:21 -0400</pubDate>
      <dc:creator>bradpirman</dc:creator>
      <guid isPermaLink="false">8408@/support/discussions</guid>
      <description><![CDATA[I want to have my post featured image thumbnails be top-aligned so people see a cropped top of the image as opposed to the middle of the image (the default).<br />I was using timthumb with "a=t" in the query string. But I've read that timthumb can leave holes in your security. Is there another way to top-align thumbnails for featured images? <br />I'm on Striking 5.1.9.6]]></description>
   </item>
   <item>
      <title>Restrict template striking máx-widch 900px</title>
      <link>http://kaptinlin.com/support/discussion/8520/restrict-template-striking-max-widch-900px</link>
      <pubDate>Wed, 08 May 2013 13:16:15 -0400</pubDate>
      <dc:creator>jarping</dc:creator>
      <guid isPermaLink="false">8520@/support/discussions</guid>
      <description><![CDATA[I need help, I would like to restrict the template striking to a maximum of 900px for my website to be more narrow, that I have to modify parameters in the custom css]]></description>
   </item>
   <item>
      <title>Custom Logout Link assistance needed.</title>
      <link>http://kaptinlin.com/support/discussion/8508/custom-logout-link-assistance-needed-</link>
      <pubDate>Tue, 07 May 2013 15:14:33 -0400</pubDate>
      <dc:creator>dpan</dc:creator>
      <guid isPermaLink="false">8508@/support/discussions</guid>
      <description><![CDATA[I'm trying to create a logout link in the header top area (HTML code) of my site.<br><br>Per the Wordpress Codex, I tried:<br><br><code>&lt;a href=&quot;&lt;?php echo wp_logout_url(); ?&gt;&quot; title=&quot;Logout&quot;&gt;Logout&lt;/a&gt;</code><br><br>but clicking this redirects to:  <a href="http://sitename.com/%3C?php%20echo%20wp_logout_url" target="_blank" rel="nofollow">http://sitename.com/&lt;?php echo wp_logout_url</a>();%20?%3E, which generates a 404 error.<br><br>I also tried:<br><br><code>&lt;a href=&quot;/wp-login.php?action=logout&quot;&gt;Logout&lt;/a&gt;</code><br><br>but instead of logging out immediately, it generates the annoying intermediate page - "You are attempting to log out of site.com. Do you really want to log out?"<br><br>Problem persists with all plugins disabled. Any ideas? Thanks!]]></description>
   </item>
   <item>
      <title>Changing the size of background rectangular  behind slideshow on main page</title>
      <link>http://kaptinlin.com/support/discussion/8482/changing-the-size-of-background-rectangular-behind-slideshow-on-main-page</link>
      <pubDate>Fri, 03 May 2013 13:15:00 -0400</pubDate>
      <dc:creator>supri</dc:creator>
      <guid isPermaLink="false">8482@/support/discussions</guid>
      <description><![CDATA[Hi,<br /><br />I am relatively new to the striking theme, so excuse me if I am asking the question that was answered before (even though I searched extensively through forum but only found how to decrease the padding).  <br /><br />I am trying to change the background rectangular behind the slideshow. <br /><br />I am interested in two modifications:<br />1. Remove background rectangular completely, so there is only simple slideshow in front.<br /><br />2. Align the width of the background rectangular to the border of the page content. Right now the content is aligned in the middle with the gaps on the sides while the background is spread across whole page.<br /><br />I guess it should be done with the custom CSS for #feature section, but I could not make it work.<br /><br />Thanks,<br />Max]]></description>
   </item>
   <item>
      <title>Change color in Search button</title>
      <link>http://kaptinlin.com/support/discussion/8486/change-color-in-search-button</link>
      <pubDate>Fri, 03 May 2013 23:18:48 -0400</pubDate>
      <dc:creator>milaferrer</dc:creator>
      <guid isPermaLink="false">8486@/support/discussions</guid>
      <description><![CDATA[How do I change the Search button color]]></description>
   </item>
   <item>
      <title>New Striking Responsive Beta - background image on page title area?</title>
      <link>http://kaptinlin.com/support/discussion/8477/new-striking-responsive-beta-background-image-on-page-title-area</link>
      <pubDate>Thu, 02 May 2013 14:37:00 -0400</pubDate>
      <dc:creator>ForteCreative</dc:creator>
      <guid isPermaLink="false">8477@/support/discussions</guid>
      <description><![CDATA[I am trying to use CSS to hide the h1 of the title text of each unique page and replace it with a background image.  I usually use a child theme for this kind of stuff, but I guess that is not the answer with Striking. Where is the best place to put my custom css?<br><br>Putting the styles in the General css area has no effect:<br><code><br>.page-id-129 header #feature  .inner h1 {<br>     background: url (<a href="http://184.173.230.160/~bstreetb/wp-content/uploads/2013/05/about_us.png" target="_blank" rel="nofollow">http://184.173.230.160/~bstreetb/wp-content/uploads/2013/05/about_us.png</a>) no-repeat;<br>     width:950px;<br>     height: 60px;<br>     text-indent:-9999px;<br>}</code><br><br>Thanks]]></description>
   </item>
   <item>
      <title>What does #colorbox.no-title do?</title>
      <link>http://kaptinlin.com/support/discussion/8479/what-does-colorbox-no-title-do</link>
      <pubDate>Thu, 02 May 2013 17:26:09 -0400</pubDate>
      <dc:creator>zylight</dc:creator>
      <guid isPermaLink="false">8479@/support/discussions</guid>
      <description><![CDATA[Using Striking, I'm trying to hide colorbox's title bar in specific pages.<br>screen.css includes:<br><code>#colorbox.no-title #cboxBottomLeft{width:29px; height:29px; background:url(&quot;../images/colorbox_corners.png&quot;) 0 -99px no-repeat;}<br>#colorbox.no-title #cboxBottomCenter{height:29px; background:url(&quot;../images/colorbox_corners.png&quot;) 0 -169px repeat-x;}<br>#colorbox.no-title #cboxBottomRight{width:29px; height:29px; background:url(&quot;../images/colorbox_corners.png&quot;) -29px -99px no-repeat;}</code><br><br>Which looks promising, as the #cboxBottomxxxx elements are exactly the ones that need to be hidden. However I have a page with no title and I don't see the no-title class used anywhere. What IS it for?]]></description>
   </item>
   <item>
      <title>Different Image Backgrounds per Page</title>
      <link>http://kaptinlin.com/support/discussion/8452/different-image-backgrounds-per-page</link>
      <pubDate>Mon, 29 Apr 2013 16:19:05 -0400</pubDate>
      <dc:creator>kebab2kuk</dc:creator>
      <guid isPermaLink="false">8452@/support/discussions</guid>
      <description><![CDATA[The site im creating uses an image for the background on the feature header and footer. I've noted that the you can override the background colour on each page, is it possible to have a different background image depending on page.<br /><br />I only need a different background for a couple of pages and was thinking I could edit the relevant file and add a simple if statement by pagetitle, then use background xyz. If so which php file would you suggest I have to edit?<br /><br /><br />On a side question, is there an advanced search facility on this forum as I find the normal search function rubbish and imagine you must get a lot of repeat questions?]]></description>
   </item>
   <item>
      <title>Customise css of list</title>
      <link>http://kaptinlin.com/support/discussion/8464/customise-css-of-list</link>
      <pubDate>Wed, 01 May 2013 01:24:43 -0400</pubDate>
      <dc:creator>vcassar</dc:creator>
      <guid isPermaLink="false">8464@/support/discussions</guid>
      <description><![CDATA[Hi, this relates to: <a href="http://keeping.com/stage/3/v3/" target="_blank" rel="nofollow">http://keeping.com/stage/3/v3/</a> <br />There are two lists on the page. I want both lists to have a unique styles. <br /><br />I have already added the following code to the custom css under general settings, but this apply the styling to all the lists. How do I specify a different style for a specific list ?<br /><br />Thanks, Vincent<br /><br />--<br /><br />ul, li {<br />    font-weight: 600;<br />    font-style: normal;<br />    font-size: 16px;<br />    line-height: 25px;<br />    text-indent: 0px;<br />    letter-spacing: 1px;<br />    font-family: 'Open Sans';<br />    margin-bottom: 5px;<br />    padding-bottom: 13px;<br />}<br /><br /> ]]></description>
   </item>
   <item>
      <title>image size problem in slider</title>
      <link>http://kaptinlin.com/support/discussion/8444/image-size-problem-in-slider</link>
      <pubDate>Sun, 28 Apr 2013 09:45:46 -0400</pubDate>
      <dc:creator>mazar_magic</dc:creator>
      <guid isPermaLink="false">8444@/support/discussions</guid>
      <description><![CDATA[Hi Team, <br /><br />i have used an image of 960 x 400 , but on the website looks blur and out of size , plz help <br /><br /><a href="http://9abusiness.com/wp/" target="_blank" rel="nofollow">http://9abusiness.com/wp/</a>]]></description>
   </item>
   <item>
      <title>Toggle Title - Active/Inactive</title>
      <link>http://kaptinlin.com/support/discussion/8412/toggle-title-activeinactive</link>
      <pubDate>Tue, 23 Apr 2013 16:14:29 -0400</pubDate>
      <dc:creator>BrianTX</dc:creator>
      <guid isPermaLink="false">8412@/support/discussions</guid>
      <description><![CDATA[Is there a way to change the toggle title when you switch from active and inactive states? For example, I would like the inactive title to read "Learn more..." and when clicking to active I want the title to read "Close". <br /><br />Also, I know how to change title text color, but is it possible have different text color for active and inactive states?<br /><br />Thanks,<br />Brian]]></description>
   </item>
   <item>
      <title>Customise Contact Icons in Striking Footer to add Fax Number</title>
      <link>http://kaptinlin.com/support/discussion/8429/customise-contact-icons-in-striking-footer-to-add-fax-number</link>
      <pubDate>Thu, 25 Apr 2013 08:46:33 -0400</pubDate>
      <dc:creator>iuvo</dc:creator>
      <guid isPermaLink="false">8429@/support/discussions</guid>
      <description><![CDATA[Hi,<br />I want to add a Fax Number to the Striking Contact Info Widget in the footer.  Currently there is no field for Fax.  Is there a way to use an existing field such as Cell Phone and change the icon or can I somehow add my own field and icon?<br />Thanks,<br />Chris]]></description>
   </item>
   <item>
      <title>How to remove a div - Customization</title>
      <link>http://kaptinlin.com/support/discussion/8421/how-to-remove-a-div-customization</link>
      <pubDate>Wed, 24 Apr 2013 17:06:39 -0400</pubDate>
      <dc:creator>blindpirate</dc:creator>
      <guid isPermaLink="false">8421@/support/discussions</guid>
      <description><![CDATA[Hi,<br>On the top of my page, www.barrancokircher.com, there is a div (gap) at the top, above the logo that I need removed. As seen in firebug: <code>&lt;div style=&quot;font-size:0px&quot;&gt;&lt;a href=&quot;<a href="http://wordpressexplored.com&quot;&gt;.&lt;/a&gt;&lt;/div&amp;gt" target="_blank" rel="nofollow">http://wordpressexplored.com&quot;&gt;.&lt;/a&gt;&lt;/div&amp;gt</a>;</code><br><br>I cannot get to the html to remove this or figure out how to write a css that will close the gap and move the rest of the page up.<br><br>Can you help me please?<br><br>Thanks,<br><br>Trace]]></description>
   </item>
   <item>
      <title>Top level menu spacing and search widget</title>
      <link>http://kaptinlin.com/support/discussion/8333/top-level-menu-spacing-and-search-widget</link>
      <pubDate>Wed, 10 Apr 2013 12:04:53 -0400</pubDate>
      <dc:creator>EOlen</dc:creator>
      <guid isPermaLink="false">8333@/support/discussions</guid>
      <description><![CDATA[Hi!<br /><br />How it's possible to change top level menu spacing horizontally? I also want to position the header search after the menu on far right. Anybody can point to a thread which shows customizing search bar (size etc.)?<br /><br />Thnx in advance.<br /><br />Lennart ]]></description>
   </item>
   <item>
      <title>change font face of navigation only?</title>
      <link>http://kaptinlin.com/support/discussion/8415/change-font-face-of-navigation-only</link>
      <pubDate>Wed, 24 Apr 2013 00:10:56 -0400</pubDate>
      <dc:creator>ForteCreative</dc:creator>
      <guid isPermaLink="false">8415@/support/discussions</guid>
      <description><![CDATA[Can anyone tell me how to change the font face of the navigation with a google font that is already loaded? Logical css in the custom area of general seem to have not effect at all.]]></description>
   </item>
   <item>
      <title>Primary Menu Bold on page children - Resolved - accidental custom css</title>
      <link>http://kaptinlin.com/support/discussion/8414/primary-menu-bold-on-page-children-resolved-accidental-custom-css</link>
      <pubDate>Tue, 23 Apr 2013 19:42:57 -0400</pubDate>
      <dc:creator>earthylad</dc:creator>
      <guid isPermaLink="false">8414@/support/discussions</guid>
      <description><![CDATA[I have a single page in a drop down list, the primary menu of which (top of page) is in bold. All the other pages are just normal without any bold. How can I get rid of the bold primary menu on this single page?<br /><br />Thanks.]]></description>
   </item>
   <item>
      <title>Sitemap Sort</title>
      <link>http://kaptinlin.com/support/discussion/4509/sitemap-sort</link>
      <pubDate>Tue, 28 Feb 2012 13:00:34 -0500</pubDate>
      <dc:creator>springdesigns</dc:creator>
      <guid isPermaLink="false">4509@/support/discussions</guid>
      <description><![CDATA[Can you now, or can it be customized to sort the sitemap Alphabetical? This would allow you to use depth -1, sort alpha and have an a-z index of pages.]]></description>
   </item>
   <item>
      <title>CSS code for page bottom shadow and page background image in 5.2 beta version - Customization</title>
      <link>http://kaptinlin.com/support/discussion/8411/css-code-for-page-bottom-shadow-and-page-background-image-in-5-2-beta-version-customization</link>
      <pubDate>Tue, 23 Apr 2013 14:55:09 -0400</pubDate>
      <dc:creator>Krzysztof</dc:creator>
      <guid isPermaLink="false">8411@/support/discussions</guid>
      <description><![CDATA[Hi,<br />I used this code for previous versions to remove mentioned shadows:<br /><br />#page_bottom {<br />display:none;<br />}<br />#page {<br />background-image:none;<br />} <br /><br />but the code doesn't work on 5.2 beta version.<br />It's not a big thing, it's a great theme anyway, but would be nice if I could remove these shadows :)<br />Thanks,]]></description>
   </item>
   <item>
      <title>White lines round black dropdown menus</title>
      <link>http://kaptinlin.com/support/discussion/8301/white-lines-round-black-dropdown-menus</link>
      <pubDate>Fri, 05 Apr 2013 19:06:46 -0400</pubDate>
      <dc:creator>Terence</dc:creator>
      <guid isPermaLink="false">8301@/support/discussions</guid>
      <description><![CDATA[Having changed the drop down menus to a black background I now see there's a 1 or 2px white box around them, but that's not what I want ~ I want all black menus. Both with Firebug and the browser's native developer tools I can't find the CSS that's doing it.  Gimme a clue folks please.]]></description>
   </item>
   <item>
      <title>Adding (non Striking) html buttons (VISTA buttons) to ONE page...</title>
      <link>http://kaptinlin.com/support/discussion/8392/adding-non-striking-html-buttons-vista-buttons-to-one-page-</link>
      <pubDate>Fri, 19 Apr 2013 16:41:37 -0400</pubDate>
      <dc:creator>Antigravity</dc:creator>
      <guid isPermaLink="false">8392@/support/discussions</guid>
      <description><![CDATA[HI, I have searched here and on Google for an answer, but nothing.  So I'm hoping someone here can help. <br /><br />I have found a drop down menu tool/software called Vista Buttons (vista-buttons.com) .... It creates drop down menus that allow me to make a 'dependant-drop-down-menu' just using ONE button .  For example  The customer hovers over the first button  "Date"  and then the menu flies out to offer "Make"... after they select "Make" the next menu flies out to "Model"..then finally to the product page.  So it is very simple and effective as a "product-finder" for a motorsports parts. <br /><br />So after you make all your inputs for the  button color and button text it  saves this dropdown button to a file as html code.... and the file works great in Dreamweaver or on Internet Explorer when I test it....<br /><br />So my questions is.  How do I get this HTML CODE  into one of my pages in Striking and have it work?  The Vista Buttons interface saves it as HTML code  but if I try to put it into the Striking  page it comes up as just the layout of the buttons in long form just as text.  Not the actual colored and cascading buttons that drop down.<br /><br />Is there a way to put this HTML file into my Striking page as just the raw HTML code so  that  it works like it does in the Browsers and in Dreamweaver?  Or do I have to have a HTML based website?   Is there any other way to make a link to it if I can't get it into Wordpress?  This is a huge issue for me because having a product  finder is very important for parts for vehicles.... I have already contacted their support but it has been 2 days, and I would like to try to get this done. <br />Thanks for any help...<br /> <br /> ]]></description>
   </item>
   <item>
      <title>Text align: center by default</title>
      <link>http://kaptinlin.com/support/discussion/8387/text-align-center-by-default</link>
      <pubDate>Thu, 18 Apr 2013 20:11:09 -0400</pubDate>
      <dc:creator>escalandolos</dc:creator>
      <guid isPermaLink="false">8387@/support/discussions</guid>
      <description><![CDATA[Hi<br />Usually texts are aligning to the left. In theme there are not the posibility to choice the aligning. I want to be justified by both sides.<br />Example: <a href="http://www.divinoplacebo.com/no-marcar-casillas-del-irpf/" target="_blank" rel="nofollow">http://www.divinoplacebo.com/no-marcar-casillas-del-irpf/</a><br /><br />Could you tell me what I have to change of the code to justify text on both sides by default?<br /><br />regards]]></description>
   </item>
   <item>
      <title>How to install a full width slider into the Feature Area of the home page</title>
      <link>http://kaptinlin.com/support/discussion/8367/how-to-install-a-full-width-slider-into-the-feature-area-of-the-home-page</link>
      <pubDate>Tue, 16 Apr 2013 11:08:16 -0400</pubDate>
      <dc:creator>danjring</dc:creator>
      <guid isPermaLink="false">8367@/support/discussions</guid>
      <description><![CDATA[I am looking to add this slider to the feature area on the home page of my striking theme: <a href="http://tympanus.net/Tutorials/FullscreenSlitSlider/index2.html" target="_blank" rel="nofollow">http://tympanus.net/Tutorials/FullscreenSlitSlider/index2.html</a><br /><br />Currently I have modified the nivo slider settings to be full width; however, it does not look that great since the images are not the correct size and it does not have the effect I am going for. Here is the link to my test site: <a href="http://mzero.com/testsitewp/" target="_blank" rel="nofollow">http://mzero.com/testsitewp/</a> <br /><br />Please let me know what php files I would need to edit in order to make a custom template to display this new full width slider on my home page.  ]]></description>
   </item>
   <item>
      <title>Customizing category page</title>
      <link>http://kaptinlin.com/support/discussion/8365/customizing-category-page</link>
      <pubDate>Tue, 16 Apr 2013 09:06:32 -0400</pubDate>
      <dc:creator>oxcar</dc:creator>
      <guid isPermaLink="false">8365@/support/discussions</guid>
      <description><![CDATA[Is possible to custom the category page without create one file php manually?<br /><br />I explain it: I use a "blog with left float image" style in the homepage blog (example: <a href="http://kaptinlin.com/themes/striking/blog/blog-with-left-float-image/" target="_blank" rel="nofollow">http://kaptinlin.com/themes/striking/blog/blog-with-left-float-image/</a>). When I link in a category link of breadcrumb I see the category page with "blog with full image" style (example: <a href="http://kaptinlin.com/themes/striking/category/infomation/" target="_blank" rel="nofollow">http://kaptinlin.com/themes/striking/category/infomation/</a>). Could I change the style of all category pages to "blog with left float image"?<br /><br />Thank you in advance.]]></description>
   </item>
   <item>
      <title>Striking R header customization</title>
      <link>http://kaptinlin.com/support/discussion/8363/striking-r-header-customization</link>
      <pubDate>Tue, 16 Apr 2013 07:11:33 -0400</pubDate>
      <dc:creator>nomad747</dc:creator>
      <guid isPermaLink="false">8363@/support/discussions</guid>
      <description><![CDATA[Hi. I am trying to put a site together for a prospective client but i am stuck on a design element they need.<br />The development site is here <a href="http://mjl5.com/jmtrainingdevelopment/" target="_blank" rel="nofollow">http://mjl5.com/jmtrainingdevelopment/</a><br /><br />The problem is the menu bar. I need it left aligned as it is but i need the menu background to go all the way across the page and the text to be centered. if i put the width to 200% it goes all the way across but i then have scroll bars, which i dont want to have.<br /><br />Any help greatly appreciated. ]]></description>
   </item>
   <item>
      <title>Reduce vertical space between right sidebar widgets</title>
      <link>http://kaptinlin.com/support/discussion/8359/reduce-vertical-space-between-right-sidebar-widgets</link>
      <pubDate>Sun, 14 Apr 2013 19:21:35 -0400</pubDate>
      <dc:creator>leighflo</dc:creator>
      <guid isPermaLink="false">8359@/support/discussions</guid>
      <description><![CDATA[Please can you advise how to do this. Incredible theme.<br /><br />many thanks<br /><br />]]></description>
   </item>
   <item>
      <title>Anything Slider Adjusting Caption  Position and Height - Custom CSS</title>
      <link>http://kaptinlin.com/support/discussion/8298/anything-slider-adjusting-caption-position-and-height-custom-css</link>
      <pubDate>Fri, 05 Apr 2013 12:00:27 -0400</pubDate>
      <dc:creator>soljarag</dc:creator>
      <guid isPermaLink="false">8298@/support/discussions</guid>
      <description><![CDATA[Hello,<br /><br />I tried searching, but didnt find exactly what I was looking for....<br /><br /><br />I have the Image Caption Position set to Bottom,   but I want to move it even lower, and make the box shorter in the Vertical Direction...<br /><br /><br />What CSS code would I need to add to the "Customize CSS" Box to do this?<br /><br /><br />Thanks!!]]></description>
   </item>
   <item>
      <title>Narrow the gap under slider on home page</title>
      <link>http://kaptinlin.com/support/discussion/8345/narrow-the-gap-under-slider-on-home-page</link>
      <pubDate>Fri, 12 Apr 2013 11:51:59 -0400</pubDate>
      <dc:creator>johnlitton</dc:creator>
      <guid isPermaLink="false">8345@/support/discussions</guid>
      <description><![CDATA[I'd like to narrow this white gap between the bottom of the slider (gray) and the placed light bar image. Please advise. the attached photo shows the area in question in GREEN.]]></description>
   </item>
   <item>
      <title>Widget Spacing</title>
      <link>http://kaptinlin.com/support/discussion/8339/widget-spacing</link>
      <pubDate>Thu, 11 Apr 2013 11:22:12 -0400</pubDate>
      <dc:creator>robgallo</dc:creator>
      <guid isPermaLink="false">8339@/support/discussions</guid>
      <description><![CDATA[How can I increase the space between footer widget columns?<br /><br />www.media1080.ca ]]></description>
   </item>
   <item>
      <title>Different background for Footer Widgets</title>
      <link>http://kaptinlin.com/support/discussion/8294/different-background-for-footer-widgets</link>
      <pubDate>Thu, 04 Apr 2013 18:38:38 -0400</pubDate>
      <dc:creator>oxcar</dc:creator>
      <guid isPermaLink="false">8294@/support/discussions</guid>
      <description><![CDATA[Hi,<br /><br />I want to use "First Footer Widget Area" and "Second Footer Widget Area". Could I put each one with a different background color?<br /><br />I want copy in the "First Footer" more or less the footer widget of your demo (with black background), and my "second footer widget" has the background in white.<br /><br />Is it possible? I use the Striking Regular.<br /><br />Thank ou in advance.]]></description>
   </item>
   <item>
      <title>Toggle Shortcode Customization</title>
      <link>http://kaptinlin.com/support/discussion/8335/toggle-shortcode-customization</link>
      <pubDate>Wed, 10 Apr 2013 20:53:23 -0400</pubDate>
      <dc:creator>BrianTX</dc:creator>
      <guid isPermaLink="false">8335@/support/discussions</guid>
      <description><![CDATA[Is there any way (or a best way) to scale down the size of the plus and minus graphics used for the Toggle shortcode?<br /><br />Additionally, is there a method available to make the plus and minus a different color other than the default color?<br /><br />Lastly, are we restricted to the 10 available color choices for the shortcode 'Link with Icon' or can these be made a custom color?]]></description>
   </item>
   <item>
      <title>Sidebar menu</title>
      <link>http://kaptinlin.com/support/discussion/8312/sidebar-menu</link>
      <pubDate>Mon, 08 Apr 2013 12:01:32 -0400</pubDate>
      <dc:creator>EOlen</dc:creator>
      <guid isPermaLink="false">8312@/support/discussions</guid>
      <description><![CDATA[Hi,<br /><br />I have a question about sidebar menu. I got rid of top level dropdown menu as it was quite distracting (lot of items) and now i'm left with sidebar menu. One thing i would like to do is having expandable menu. I have basically 4 main categories that have sub items in them. Is it somehow possible to do like this-&gt; click main menu 1 - expand to show submenus and other 3 main menus, but don't show other 3 submenu items. Next clicking main menu 2 show only its submenus etc.<br /><br />What's the best way to do it?<br /><br />Thnx.<br /><br />Lennart]]></description>
   </item>
   <item>
      <title>Adding static / sticky header to Striking Regular - Custom CSS</title>
      <link>http://kaptinlin.com/support/discussion/8302/adding-static-sticky-header-to-striking-regular-custom-css</link>
      <pubDate>Fri, 05 Apr 2013 20:59:32 -0400</pubDate>
      <dc:creator>photoggirl</dc:creator>
      <guid isPermaLink="false">8302@/support/discussions</guid>
      <description><![CDATA[is there a way that I can make my header and it's contents static?   what code would i need and where would I place that code?<br />]]></description>
   </item>
   <item>
      <title>How to vertical menu, please</title>
      <link>http://kaptinlin.com/support/discussion/8287/how-to-vertical-menu-please</link>
      <pubDate>Thu, 04 Apr 2013 12:31:41 -0400</pubDate>
      <dc:creator>jarping</dc:creator>
      <guid isPermaLink="false">8287@/support/discussions</guid>
      <description><![CDATA[Hi I need help I would like to put a vertical menu like this forum mate, I think using ubermenu but other options? css3 through. How could I]]></description>
   </item>
   <item>
      <title>Gallery</title>
      <link>http://kaptinlin.com/support/discussion/8277/gallery</link>
      <pubDate>Wed, 03 Apr 2013 11:31:16 -0400</pubDate>
      <dc:creator>Sundance</dc:creator>
      <guid isPermaLink="false">8277@/support/discussions</guid>
      <description><![CDATA[Hello togehter,<br /><br />Two questions on this gallery I'm working on:<br /><br /><a href="http://christopher-thomas.de/dev/venice-in-solitude" target="_blank" rel="nofollow">http://christopher-thomas.de/dev/venice-in-solitude</a><br /><br />I wonder why the gallery does not open in the lightbox any more all of a sudden, plus there is a small boarder around the thumbs. I actually didn't change nothing directly on the gallery (as far as I know) <br /><br />The second question doesn't directly concern the theme but rather the way the gallery displays the preview thumbs. I want the thumbs to not reach the edges of the images but rather show an excerpt of the middle. The idea behind it is a stylistic one. Because the photographer uses those boarders in his photos it doesn't look good when the boarder shows only on the top and bottom or left and right of the preview thumb. Hope I could explain that understandably.<br /><br />Many thanks for any tips on this!]]></description>
   </item>
   <item>
      <title>Ad-Banner in the top of the header</title>
      <link>http://kaptinlin.com/support/discussion/8280/ad-banner-in-the-top-of-the-header</link>
      <pubDate>Wed, 03 Apr 2013 17:48:04 -0400</pubDate>
      <dc:creator>oxcar</dc:creator>
      <guid isPermaLink="false">8280@/support/discussions</guid>
      <description><![CDATA[Hi,<br /><br />I want to put a ad-banner in the top of the web (top of header). Do you know some plugin compatible with Striking to do it?<br /><br />Thanks in advance.]]></description>
   </item>
   <item>
      <title>Change Background color of input fields of contact form in footer</title>
      <link>http://kaptinlin.com/support/discussion/8271/change-background-color-of-input-fields-of-contact-form-in-footer</link>
      <pubDate>Wed, 03 Apr 2013 00:10:35 -0400</pubDate>
      <dc:creator>korax</dc:creator>
      <guid isPermaLink="false">8271@/support/discussions</guid>
      <description><![CDATA[Hi<br />I'd like to change the color of the input fields of the striking contact form when placed in the footer. I saw this thread:<br /><a href="http://kaptinlin.com/support/discussion/6603/change-color-of-input-field-in-striking-contact-form-widget/p1" target="_blank" rel="nofollow">http://kaptinlin.com/support/discussion/6603/change-color-of-input-field-in-striking-contact-form-widget/p1</a><br /><br />but these solutions did not work.<br /><br />Any ideas?<br />Thanks,<br />Ron]]></description>
   </item>
   <item>
      <title>grayscale image</title>
      <link>http://kaptinlin.com/support/discussion/8278/grayscale-image</link>
      <pubDate>Wed, 03 Apr 2013 11:57:00 -0400</pubDate>
      <dc:creator>cporter17</dc:creator>
      <guid isPermaLink="false">8278@/support/discussions</guid>
      <description><![CDATA[I have a banner that is an image map. I want to be able to fade in an image on mouseover, similar to the grayscale effect on the images shortcode.  I can do this with the grayscale effect, but I can't get around the image borders and shadow.<br /><br />The effect that i am looking for is similar to a map of the united states. If you hover your mouse over a state, that state will fade to a different image/color. I understand this is complex, but I just don't know the right direction with the jquery.<br /><br />Is there a way to use the existing javascript code that you are using for the grayscale effect and implement it into my image map.  I have looked for jquery scripts online for use with image maps, but can't find anything.<br /><br />An example of what I want to do is here - www.klim.com  (choose your passions section)<br /><br />Can you help?]]></description>
   </item>
   <item>
      <title>Full Width Header Image on Boxed Layout</title>
      <link>http://kaptinlin.com/support/discussion/8265/full-width-header-image-on-boxed-layout</link>
      <pubDate>Tue, 02 Apr 2013 17:56:02 -0400</pubDate>
      <dc:creator>likemike</dc:creator>
      <guid isPermaLink="false">8265@/support/discussions</guid>
      <description><![CDATA[Using Striking and trying to figure out to have a header image that goes across the full width of the page on a boxed layout.  Currently a header image only shows within the boxed page width.  I need it to span across the whole page and not just the width of the boxed content.  Is this possible?  If so, it would be AWESOME and greatly appreciated if you could tell me how.  Thanks!]]></description>
   </item>
   <item>
      <title>Reduce padding around 3D image rotator slider</title>
      <link>http://kaptinlin.com/support/discussion/8269/reduce-padding-around-3d-image-rotator-slider</link>
      <pubDate>Tue, 02 Apr 2013 21:46:47 -0400</pubDate>
      <dc:creator>dpan</dc:creator>
      <guid isPermaLink="false">8269@/support/discussions</guid>
      <description><![CDATA[With the  3D image rotator slider, is it possible to eliminate the space above and below the image? <br />(That is, I want to get rid of the gray bars on the top and bottom of the attached image)<br /><br />It can be done with CSS for the other sliders, but a CSS solution does not not seem possible with this one. Can it be done by altering the flash file?<br /><br />Thanks!<br />Dave]]></description>
   </item>
   <item>
      <title>blog posts on the main page with this style</title>
      <link>http://kaptinlin.com/support/discussion/8248/blog-posts-on-the-main-page-with-this-style</link>
      <pubDate>Sat, 30 Mar 2013 14:15:11 -0400</pubDate>
      <dc:creator>jarping</dc:creator>
      <guid isPermaLink="false">8248@/support/discussions</guid>
      <description><![CDATA[I would like to edit from the main entrance miniatures blog with short code and put this style or as close as possible in space]]></description>
   </item>
   <item>
      <title>Column color</title>
      <link>http://kaptinlin.com/support/discussion/8258/column-color</link>
      <pubDate>Sun, 31 Mar 2013 16:46:04 -0400</pubDate>
      <dc:creator>gorfanos</dc:creator>
      <guid isPermaLink="false">8258@/support/discussions</guid>
      <description><![CDATA[Hello to Everyone !!! Please tell me How can I put color on a table (background or font). Thanks]]></description>
   </item>
   </channel>
</rss>