<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Tag: editing - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/editing</link>
		<description>Support Forum - Tag: editing - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 05:40:00 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/tags/editing" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Changing The Search Function To a Back End????"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-search-function-to-a-back-end#post-119115</link>
			<pubDate>Tue, 18 Jun 2013 06:08:21 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">119115@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You could try &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/wp_redirect&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/wp_redirect&#60;/a&#62; -to redirect the user to another page. Add the function to the very top of search.php. You can retrieve the user input (search query) with: &#60;a href=&#34;http://codex.wordpress.org/Template_Tags/get_search_query&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Template_Tags/get_search_query&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mdlhale on "Changing The Search Function To a Back End????"</title>
			<link>http://www.kriesi.at/support/topic/changing-the-search-function-to-a-back-end#post-119095</link>
			<pubDate>Tue, 18 Jun 2013 04:30:09 +0000</pubDate>
			<dc:creator>mdlhale</dc:creator>
			<guid isPermaLink="false">119095@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! I'm just about ready to launch an awesome site using the enfold theme and lastly, my client wants to know if there is a way I can edit the search function.php (or code somewhere) so I can do a search of inventory on a different site (their back end) which is this:&#60;br /&#62;
&#60;a href=&#34;http://www.ecinteractive.com/5874/EnhancedSearch.aspx?clear=1&#38;amp;keywords=Armoires+%26+Bookcases&#38;amp;newSearch=true&#34; rel=&#34;nofollow&#34;&#62;http://www.ecinteractive.com/5874/EnhancedSearch.aspx?clear=1&#38;amp;keywords=Armoires+%26+Bookcases&#38;amp;newSearch=true&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;There must be a way I can edit the function.php so I can just route it to the backend search and use the key words input and do a search like:&#60;br /&#62;
&#60;a href=&#34;http://www.ecinteractive.com/5874/EnhancedSearch.aspx?clear=1&#38;amp;keywords=Text&#34; rel=&#34;nofollow&#34;&#62;http://www.ecinteractive.com/5874/EnhancedSearch.aspx?clear=1&#38;amp;keywords=Text&#60;/a&#62; From Wordpress Search]+%26+[Text From Wordpress Search]&#38;amp;newSearch=true&#60;/p&#62;
&#60;p&#62;Any suggestions? I would be so deeply appreciated for any help!!!&#60;/p&#62;
&#60;p&#62;Thank YOU!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Add a Slogan on Welcome page"</title>
			<link>http://www.kriesi.at/support/topic/add-a-slogan-on-welcome-page#post-93683</link>
			<pubDate>Mon, 28 Jan 2013 04:23:33 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">93683@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can edit header.php then find this code&#60;/p&#62;
&#60;p&#62;&#60;code&#62;echo avia_logo();&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Replace it with this &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo avia_logo();
					echo &#38;quot;&#38;lt;div id=&#38;#39;slogan&#38;#39;&#38;gt;&#38;quot;;
					echo bloginfo(&#38;#39;description&#38;#39;);
					echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Now open your custom.css then add this code &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#slogan {
	position: absolute;
	z-index: 9999;
	bottom: 5px;
	left: 5px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can edit the slogan on Settings &#38;gt; General &#38;gt; Tagline.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lilwhitemoth on "Add a Slogan on Welcome page"</title>
			<link>http://www.kriesi.at/support/topic/add-a-slogan-on-welcome-page#post-93660</link>
			<pubDate>Mon, 28 Jan 2013 01:54:29 +0000</pubDate>
			<dc:creator>lilwhitemoth</dc:creator>
			<guid isPermaLink="false">93660@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I want to add a slogan to my web page , preferably on the Welcome page underneath where&#60;br /&#62;
I have the logo.  How do you do that?&#60;br /&#62;
Web page is casual420.com.&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Possible to customize lightbox?"</title>
			<link>http://www.kriesi.at/support/topic/possible-to-customize-lightbox#post-79562</link>
			<pubDate>Fri, 12 Oct 2012 16:54:42 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">79562@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Graycode,&#60;/p&#62;
&#60;p&#62;The lightbox is created by prettyPhoto. In your theme files open js&#38;gt;prettyPhoto&#38;gt;js&#38;gt;jquery.prettyPhoto.js . The initial block of code has most of the customization you can do. Here is the docs for that file: &#60;a href=&#34;http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/documentation/&#34; rel=&#34;nofollow&#34;&#62;http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/documentation/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Specifically, try changing the theme to light_square. Just look for:&#60;br /&#62;
&#60;code&#62;theme:&#38;#39;pp_default&#38;#39;&#60;/code&#62;&#60;br /&#62;
and change it to:&#60;br /&#62;
&#60;code&#62;theme:&#38;#39;light_square&#38;#39;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Graycode on "Possible to customize lightbox?"</title>
			<link>http://www.kriesi.at/support/topic/possible-to-customize-lightbox#post-79554</link>
			<pubDate>Fri, 12 Oct 2012 15:07:02 +0000</pubDate>
			<dc:creator>Graycode</dc:creator>
			<guid isPermaLink="false">79554@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I wanted to know if it were possible to edit the light box? I wanted to reduce the margin around my images, keeping a thin white border around it.&#60;/p&#62;
&#60;p&#62;Can this be done? If so, what file needs to be edited?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lilwhitemoth on "Making Photos Fit onto slider so they won&#039;t crop the picture"</title>
			<link>http://www.kriesi.at/support/topic/making-photos-fit-onto-slider-so-they-wont-crop-the-picture#post-68257</link>
			<pubDate>Mon, 30 Jul 2012 00:48:36 +0000</pubDate>
			<dc:creator>lilwhitemoth</dc:creator>
			<guid isPermaLink="false">68257@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Perfect..thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Making Photos Fit onto slider so they won&#039;t crop the picture"</title>
			<link>http://www.kriesi.at/support/topic/making-photos-fit-onto-slider-so-they-wont-crop-the-picture#post-68122</link>
			<pubDate>Sun, 29 Jul 2012 02:38:47 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">68122@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Suggested height is 450px and 978px for width. Before uploading the images you need to make sure that it actually meet the suggested image width and height. So you need to select which images are to be included on your full width slider. Much better if you can crop parts of the images that you think are not necessary before uploading them.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lilwhitemoth on "Making Photos Fit onto slider so they won&#039;t crop the picture"</title>
			<link>http://www.kriesi.at/support/topic/making-photos-fit-onto-slider-so-they-wont-crop-the-picture#post-68033</link>
			<pubDate>Sat, 28 Jul 2012 00:42:16 +0000</pubDate>
			<dc:creator>lilwhitemoth</dc:creator>
			<guid isPermaLink="false">68033@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Well i tried all of the above and it did not work!&#60;br /&#62;
Check out the welcome page...casual420.com..&#60;br /&#62;
Not feeling very casual right at this moment!&#60;br /&#62;
What did I do wrong.....&#60;br /&#62;
Changing it to full width page and show bigger image only makes the photos take over the page...and it does not change the slider&#60;br /&#62;
to be the full width of the page, which is what I am trying to accomplish.&#60;br /&#62;
Lil White Moth
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lilwhitemoth on "Making Photos Fit onto slider so they won&#039;t crop the picture"</title>
			<link>http://www.kriesi.at/support/topic/making-photos-fit-onto-slider-so-they-wont-crop-the-picture#post-68030</link>
			<pubDate>Fri, 27 Jul 2012 23:57:40 +0000</pubDate>
			<dc:creator>lilwhitemoth</dc:creator>
			<guid isPermaLink="false">68030@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ugh! its not working..my pictures have take over the slider..wah!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lilwhitemoth on "Making Photos Fit onto slider so they won&#039;t crop the picture"</title>
			<link>http://www.kriesi.at/support/topic/making-photos-fit-onto-slider-so-they-wont-crop-the-picture#post-68029</link>
			<pubDate>Fri, 27 Jul 2012 23:45:21 +0000</pubDate>
			<dc:creator>lilwhitemoth</dc:creator>
			<guid isPermaLink="false">68029@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok I found where to make the change, but what should I change the height size to? I am sorry, I just want my slider to look like the sample Broadscope....It is the size of the slider that I would like to enlarge.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Making Photos Fit onto slider so they won&#039;t crop the picture"</title>
			<link>http://www.kriesi.at/support/topic/making-photos-fit-onto-slider-so-they-wont-crop-the-picture#post-67336</link>
			<pubDate>Tue, 24 Jul 2012 07:30:21 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">67336@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; In the main theme folder (wp-content/themes/broadscope). &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lilwhitemoth on "Making Photos Fit onto slider so they won&#039;t crop the picture"</title>
			<link>http://www.kriesi.at/support/topic/making-photos-fit-onto-slider-so-they-wont-crop-the-picture#post-67305</link>
			<pubDate>Tue, 24 Jul 2012 03:56:40 +0000</pubDate>
			<dc:creator>lilwhitemoth</dc:creator>
			<guid isPermaLink="false">67305@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I will try this out.  Where do I find the functions.php file?&#60;/p&#62;
&#60;p&#62;Thank you,&#60;br /&#62;
Lil White Moth
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Making Photos Fit onto slider so they won&#039;t crop the picture"</title>
			<link>http://www.kriesi.at/support/topic/making-photos-fit-onto-slider-so-they-wont-crop-the-picture#post-65482</link>
			<pubDate>Fri, 13 Jul 2012 18:21:02 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">65482@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi lolwhitemoth,&#60;/p&#62;
&#60;p&#62;Make sure you've given the documentation a good read through, it will guide you through the details of all of the theme features and is really good for anyone new to themes.&#60;/p&#62;
&#60;p&#62;In your theme options, you've selected a page to be the Frontpage. That page will control the frontpage layout. So if you want to have a big featured image area that is a full width (similar to the demo) you need to first set the Template to &#34;Fullwidth Page&#34; in the Page Attributes box on the right of the text editor.&#60;/p&#62;
&#60;p&#62;Then, in the Slideshow Options box, set the dropdown to Display big in featured area.&#60;/p&#62;
&#60;p&#62;This should get your images to no longer be constrained by height but they will shrink down to 978px width.&#60;/p&#62;
&#60;p&#62;If you want to change the size of the images for page use (which is what the slider you currently have is) you need to change the height size in your functions.php file.&#60;/p&#62;
&#60;p&#62;This line specifically:&#60;br /&#62;
&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;page&#38;#39;] 		= array(&#38;#39;width&#38;#39;=&#38;gt;726, &#38;#39;height&#38;#39;=&#38;gt;250);		// image for pages&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;For it to take effect on older posts/images, you'll need to regenerate your thumbnails with: &#60;a href=&#34;http://wordpress.org/extend/plugins/regenerate-thumbnails/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/regenerate-thumbnails/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lilwhitemoth on "Making Photos Fit onto slider so they won&#039;t crop the picture"</title>
			<link>http://www.kriesi.at/support/topic/making-photos-fit-onto-slider-so-they-wont-crop-the-picture#post-64409</link>
			<pubDate>Mon, 09 Jul 2012 00:05:05 +0000</pubDate>
			<dc:creator>lilwhitemoth</dc:creator>
			<guid isPermaLink="false">64409@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I just recently started adding my photos to the slider.  Keep in mind I am not a web designer by any means.&#60;br /&#62;
I cannot figure how to edit a pic that I added to the slider so it won't take off the persons head, or crop images so you cannot see them&#60;br /&#62;
I ended up having to make the picture a Bit format which looks horrible.  But Jpeg pics get&#60;br /&#62;
cropped in the slider.  Please check out my slider on the welcome page of casual420.com.  It&#60;br /&#62;
is the last pic of the guy on the mountain with smoke coming out of his mouth.  This is not a jpeg pic.&#60;br /&#62;
In the casual room it has completely cropped peoples faces.&#60;br /&#62;
And also, the slider is awesome in the sample Broadscope theme page..how do you make the slider that large?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Customizing Excerpts"</title>
			<link>http://www.kriesi.at/support/topic/customizing-excerpts#post-36071</link>
			<pubDate>Thu, 29 Dec 2011 11:31:44 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">36071@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I hope it worked :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>giopark4444 on "Customizing Excerpts"</title>
			<link>http://www.kriesi.at/support/topic/customizing-excerpts#post-36008</link>
			<pubDate>Sat, 24 Dec 2011 04:00:56 +0000</pubDate>
			<dc:creator>giopark4444</dc:creator>
			<guid isPermaLink="false">36008@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude... I will start to work on this and I will give you some news later!&#60;br /&#62;
I'm just writing this time to say THANK YOU for your nice support and wish you a MERRY CHRISTMAS!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Customizing Excerpts"</title>
			<link>http://www.kriesi.at/support/topic/customizing-excerpts#post-35769</link>
			<pubDate>Thu, 22 Dec 2011 07:03:10 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">35769@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
In style.css replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.more-link, .entry-bottom .categories{
-moz-border-radius: 2px;
-webkit-border-radius:2px;
border-radius:2px;
display: block;
float: left;
padding:5px 7px;
line-height: 1em;
margin-bottom:5px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.more-link, .entry-bottom .categories{
-moz-border-radius: 2px;
-webkit-border-radius:2px;
border-radius:2px;
display: block;
float: right;
padding:5px 7px;
line-height: 1em;
margin-bottom:5px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and in archive/index.php move following line:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;a href=&#38;quot;&#38;lt;?php echo get_permalink() ?&#38;gt;&#38;quot; class=&#38;quot;more-link&#38;quot;&#38;gt;&#38;lt;?php _e(&#38;#39;Read more&#38;#39;,&#38;#39;newscast&#38;#39;); ?&#38;gt;&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;into the entry head div.&#60;/p&#62;
&#60;p&#62;2) You can change the time format in index.php/archive.php - search for:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php the_time(&#38;#39;M d, Y&#38;#39;) ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and change it. &#60;a href=&#34;http://www.php.net/manual/en/function.date.php&#34; rel=&#34;nofollow&#34;&#62;http://www.php.net/manual/en/function.date.php&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;2.2) Use following code - I'd add it to style1/2/3/4.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;span.categories a, span.categories a:hover{
text-decoration: none !important;
}

span.categories{
    background: #222222;
    border: 1px solid #333333;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;3) Add your share this button code after:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;entry-bottom&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;4) You can use following code in style.css (at the bottom):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.entry-previewimage, .entry-previewimage  a img, .entry-previewimage a {
    height: 180px;
    padding: 0px;
    width: 180px;
    border: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change 180px to any size of your choice. In functions.php adjust the thumbnail size too. Then regenerate the thumbs with: &#60;a href=&#34;http://wordpress.org/extend/plugins/regenerate-thumbnails/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/regenerate-thumbnails/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>giopark4444 on "Customizing Excerpts"</title>
			<link>http://www.kriesi.at/support/topic/customizing-excerpts#post-35765</link>
			<pubDate>Thu, 22 Dec 2011 05:12:29 +0000</pubDate>
			<dc:creator>giopark4444</dc:creator>
			<guid isPermaLink="false">35765@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello Dude, I've been trying to solve these questions while i wait for answer, I found how to change the size of the thumbnails so you can forget about that one,&#60;br /&#62;
please dont forget about this, I'm really looking forward for your response.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>giopark4444 on "Customizing Excerpts"</title>
			<link>http://www.kriesi.at/support/topic/customizing-excerpts#post-35260</link>
			<pubDate>Sun, 18 Dec 2011 00:59:10 +0000</pubDate>
			<dc:creator>giopark4444</dc:creator>
			<guid isPermaLink="false">35260@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Excerpts Editing...&#60;br /&#62;
Hello, I did what you told me to swap positions for ''read more'' and ''categories'' in indes.php and archive.php but nothing happens... i would like to ask some questions to customize my excerpt area.&#60;br /&#62;
please enter inside &#60;a href=&#34;http://www.entrecuatros.com&#34; rel=&#34;nofollow&#34;&#62;http://www.entrecuatros.com&#60;/a&#62; just to give you a point of reference, so you know what im talking about.&#60;br /&#62;
in the excerpts I already removed the date icon (only left numbers) the comments and author things.&#60;br /&#62;
now i just have the date numbers, categories, read more and a sharethis button&#60;br /&#62;
1. how can i put the ''read more'' in the right-low corner of the excerpt&#60;br /&#62;
2. how can i put the ''categories'' button just on the left side of the Date numbers&#60;br /&#62;
2.1 In the date information Dec, 05, 2011... how can i put the whole word of the month? like December, 05, 2011&#60;br /&#62;
2.2 About the ''categories'' button... how can i remove the underlined line when i put the mouse cursor un top of the button? and how can i change the color of the buttons please?&#60;br /&#62;
3. I have a ''sharethis'' button and i would like to place it in the lower left corner (where normally is the ''read more'' button... how can i do this?&#60;br /&#62;
4. Is there any way to remove the margins of the thumbnails photos and make them bigger or more panoramic?&#60;br /&#62;
5. how can i add a divider line between the excerpts and how can I make the space between them narrower or closer?&#60;br /&#62;
just in case, i would to ask you if you know anyway or plugin i could use to lock some post on the top of the page, even if i put new ones... just leave the selected post on the top until the time i decide to remove them and they will be reorganized in the date order they should be...&#60;br /&#62;
this is like the &#60;a href=&#34;http://www.yankodesign.com&#34; rel=&#34;nofollow&#34;&#62;http://www.yankodesign.com&#60;/a&#62; fridays giveaway posts... (this posts have a different color in this page... like a transparency color... could you recommend something to be able to do this please.&#60;br /&#62;
Thank you for everything I'm really enjoying with this incredible theme!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>giopark4444 on "Post image cropped and wider blog"</title>
			<link>http://www.kriesi.at/support/topic/post-image-cropped-and-wider-blog#post-35259</link>
			<pubDate>Sun, 18 Dec 2011 00:53:18 +0000</pubDate>
			<dc:creator>giopark4444</dc:creator>
			<guid isPermaLink="false">35259@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Excerpts Editing... &#60;/p&#62;
&#60;p&#62;Hello, I did what you told me to swap positions for ''read more'' and ''categories'' in indes.php and archive.php but nothing happens... i would like to ask some questions to customize my excerpt area. &#60;/p&#62;
&#60;p&#62;please enter inside &#60;a href=&#34;http://www.entrecuatros.com&#34; rel=&#34;nofollow&#34;&#62;http://www.entrecuatros.com&#60;/a&#62; just to give you a point of reference, so you know what im talking about.&#60;/p&#62;
&#60;p&#62;in the excerpts I already removed the date icon (only left numbers) the comments and author things.&#60;br /&#62;
now i just have the date numbers, categories, read more and a sharethis button &#60;/p&#62;
&#60;p&#62;1. how can i put the ''read more'' in the right-low corner of the excerpt&#60;br /&#62;
2. how can i put the ''categories'' button just on the left side of the Date numbers&#60;br /&#62;
2.1 In the date information Dec, 05, 2011... how can i put the whole word of the month? like December, 05, 2011&#60;br /&#62;
2.2 About the ''categories'' button... how can i remove the underlined line when i put the mouse cursor un top of the button? and how can i change the color of the buttons please?&#60;br /&#62;
3. I have a ''sharethis'' button and i would like to place it in the lower left corner (where normally is the ''read more'' button... how can i do this?&#60;br /&#62;
4. Is there any way to remove the margins of the thumbnails photos and make them bigger or more panoramic?&#60;br /&#62;
5. how can i add a divider line between the excerpts and how can I make the space between them narrower or closer?&#60;/p&#62;
&#60;p&#62;just in case, i would to ask you if you know anyway or plugin i could use to lock some post on the top of the page, even if i put new ones... just leave the selected post on the top until the time i decide to remove them and they will be reorganized in the date order they should be...&#60;br /&#62;
this is like the &#60;a href=&#34;http://www.yankodesign.com&#34; rel=&#34;nofollow&#34;&#62;http://www.yankodesign.com&#60;/a&#62; fridays giveaway posts... (this posts have a different color in this page... like a transparency color... could you recommend something to be able to do this please. &#60;/p&#62;
&#60;p&#62;Thank you for everything I'm really enjoying with this incredible theme!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Post image cropped and wider blog"</title>
			<link>http://www.kriesi.at/support/topic/post-image-cropped-and-wider-blog#post-34019</link>
			<pubDate>Tue, 06 Dec 2011 10:48:41 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">34019@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'd rather include a thumbnail version of the image and apply a lightbox link to it. WordPress offers you different image sizes if you insert the image via media uploader. You can apply the lightbox effect with rel=&#34;prettyPhoto&#34; - the code would look like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;a href=&#38;quot;http://www.entrecuatros.com/wp-content/uploads/2011/12/384055_298135976873515_297928163560963_986825_310898320_n1.jpg&#38;quot; rel=&#38;quot;lightbox&#38;quot;&#38;gt;
&#38;lt;img width=&#38;quot;180&#38;quot; height=&#38;quot;180 &#38;quot; alt=&#38;quot;&#38;quot; src=&#38;quot;http://www.entrecuatros.com/wp-content/uploads/2011/12/384055_298135976873515_297928163560963_986825_310898320_n1-180x180.jpg&#38;quot;&#38;gt;
&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>giopark4444 on "Post image cropped and wider blog"</title>
			<link>http://www.kriesi.at/support/topic/post-image-cropped-and-wider-blog#post-33978</link>
			<pubDate>Mon, 05 Dec 2011 18:20:19 +0000</pubDate>
			<dc:creator>giopark4444</dc:creator>
			<guid isPermaLink="false">33978@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hello, but in my first question the real problem is not the image... is the invisible area where nothing cant be seen... like my facebook comment box in this example... is it possible to make the page wider so it would show what is missing?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Post image cropped and wider blog"</title>
			<link>http://www.kriesi.at/support/topic/post-image-cropped-and-wider-blog#post-33954</link>
			<pubDate>Mon, 05 Dec 2011 13:38:39 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">33954@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
1) WP center crops all images by default and you can't change this behaviour (without hacking the core files). There're some hacks out there like: &#60;a href=&#34;http://shailan.com/781/how-to-change-post-thumbnail-crop-position-in-wordpress/&#34; rel=&#34;nofollow&#34;&#62;http://shailan.com/781/how-to-change-post-thumbnail-crop-position-in-wordpress/&#60;/a&#62; - however I haven't tested them and it will affect all images. &#60;/p&#62;
&#60;p&#62;2) We can't guarantee that certain plugins are compatible or not but a list of plugins I tested myself can be found here: &#60;a href=&#34;http://www.kriesi.at/support/topic/useful-plugins&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/useful-plugins&#60;/a&#62; - I saw some users who use the PayPal shopping cart plugin with our themes. WooCommerce won't work.&#60;/p&#62;
&#60;p&#62;3) Yes - in index.php &#38;amp; archive.php search for following two lines:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;span class=&#38;quot;categories&#38;quot;&#38;gt;&#38;lt;?php the_category(&#38;#39;, &#38;#39;); ?&#38;gt;&#38;lt;/span&#38;gt;
					&#38;lt;a href=&#38;quot;&#38;lt;?php echo get_permalink() ?&#38;gt;&#38;quot; class=&#38;quot;more-link&#38;quot;&#38;gt;&#38;lt;?php _e(&#38;#39;Read more&#38;#39;,&#38;#39;newscast&#38;#39;); ?&#38;gt;&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and swap their position:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;a href=&#38;quot;&#38;lt;?php echo get_permalink() ?&#38;gt;&#38;quot; class=&#38;quot;more-link&#38;quot;&#38;gt;&#38;lt;?php _e(&#38;#39;Read more&#38;#39;,&#38;#39;newscast&#38;#39;); ?&#38;gt;&#38;lt;/a&#38;gt;
					&#38;lt;span class=&#38;quot;categories&#38;quot;&#38;gt;&#38;lt;?php the_category(&#38;#39;, &#38;#39;); ?&#38;gt;&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>giopark4444 on "Post image cropped and wider blog"</title>
			<link>http://www.kriesi.at/support/topic/post-image-cropped-and-wider-blog#post-33916</link>
			<pubDate>Mon, 05 Dec 2011 05:47:56 +0000</pubDate>
			<dc:creator>giopark4444</dc:creator>
			<guid isPermaLink="false">33916@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i just bought this theme and i have some questions&#60;/p&#62;
&#60;p&#62;1.in my post, big images are cropped and they dont have the margins in one side... and when i use the facebook comment plugin it is also cropped in one side... what can i do? I guess this is going to happen with every single thing that touches that ''invisible'' area...&#60;/p&#62;
&#60;p&#62;Look, this is the link of the example&#60;br /&#62;
&#60;a href=&#34;http://www.entrecuatros.com/2011/12/01/hello-world/&#34; rel=&#34;nofollow&#34;&#62;http://www.entrecuatros.com/2011/12/01/hello-world/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;2. is this theme compatible with any e-commerce plugin&#60;/p&#62;
&#60;p&#62;3. can i change the ''read more'' button position (switch positions with the categories button)&#60;/p&#62;
&#60;p&#62;please answer me because im really stuck and disappointed, specially with my frist issue... &#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Editing"</title>
			<link>http://www.kriesi.at/support/topic/editing#post-1635</link>
			<pubDate>Sun, 01 Aug 2010 15:02:25 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">1635@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The layout you have in mind requires a few changes to index.php.&#60;/p&#62;
&#60;p&#62;To include the additional portfolio entry and blog posts you need to add additional loops. Example additional loop:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$additional_loop = new WP_Query(&#38;quot;page_id=1&#38;quot;); ?&#38;gt;

			&#38;lt;?php while ($additional_loop-&#38;gt;have_posts()) : $additional_loop-&#38;gt;the_post();
			?&#38;gt;

				&#38;lt;h2 class=&#38;#39;siteheading&#38;#39;&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#38;lt;/h2&#38;gt;
				&#38;lt;?php the_content(&#38;#39;Read more&#38;#39;); ?&#38;gt;

			&#38;lt;?php endwhile;
			}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You need to modify the WP_Query to pull in the content you want - for more information see the &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/query_posts&#34;&#62;Codex&#60;/a&#62;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sakarya on "Editing"</title>
			<link>http://www.kriesi.at/support/topic/editing#post-1553</link>
			<pubDate>Fri, 30 Jul 2010 22:20:42 +0000</pubDate>
			<dc:creator>sakarya</dc:creator>
			<guid isPermaLink="false">1553@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello James, thanks for your answers.&#60;/p&#62;
&#60;p&#62;I want a home page like this. &#60;a href=&#34;http://img192.imageshack.us/img192/3412/frontpagev.png&#34; rel=&#34;nofollow&#34;&#62;http://img192.imageshack.us/img192/3412/frontpagev.png&#60;/a&#62; - &#60;a href=&#34;http://yfrog.com/5cfrontpagevp&#34; rel=&#34;nofollow&#34;&#62;http://yfrog.com/5cfrontpagevp&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;and I won't use featured posts style.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Editing"</title>
			<link>http://www.kriesi.at/support/topic/editing#post-1519</link>
			<pubDate>Fri, 30 Jul 2010 15:19:36 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">1519@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey sakarya,&#60;/p&#62;
&#60;p&#62;1.) Sure, just delete the plugin from the folder and remove the references in the theme files, if you need help with this let me know.&#60;/p&#62;
&#60;p&#62;2.) This is a simple CSS change.&#60;/p&#62;
&#60;p&#62;3.) This is a simple sidebar.php change.&#60;/p&#62;
&#60;p&#62;4.) A featured post is one which is highlighted as one at the top of pages. Depending on the theme, featured posts can be used for prominence or can be used in a Featured Slider for example.&#60;/p&#62;
&#60;p&#62;5.) I don't really underatnd the question, but there is the option to add different styles for different post types.&#60;/p&#62;
&#60;p&#62;6.) You can modify the front page to meet your needs. For what you're suggesting, personally I would create an additional loop for the one large post.&#60;/p&#62;
&#60;p&#62;If you have specific questions getting your theme setup, let me know.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sakarya on "Editing"</title>
			<link>http://www.kriesi.at/support/topic/editing#post-1510</link>
			<pubDate>Fri, 30 Jul 2010 14:47:57 +0000</pubDate>
			<dc:creator>sakarya</dc:creator>
			<guid isPermaLink="false">1510@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello. I want to buy this theme but i have some questions.&#60;/p&#62;
&#60;p&#62;1. I want to remove postratings plugin from theme.&#60;br /&#62;
2. I want to remove on mouse over effects from images.&#60;br /&#62;
3. I want to remove Compact-Detailed-Large buttons.&#60;/p&#62;
&#60;p&#62;4. What is Featured posts means?&#60;br /&#62;
5. Creating a portfolio page style for portfolio categorie posts, and a blog page style for blog categorie posts.&#60;br /&#62;
6. Front Page; First post like Large style, other 12 posts like Compact style.&#60;/p&#62;
&#60;p&#62;Which ones can i do?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
