<?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: modification - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/modification</link>
		<description>Support Forum - Tag: modification - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 22:53:02 +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/modification" rel="self" type="application/rss+xml" />

		<item>
			<title>col323webdesign on "Theme Modification"</title>
			<link>http://www.kriesi.at/support/topic/theme-modification#post-88971</link>
			<pubDate>Wed, 19 Dec 2012 17:00:28 +0000</pubDate>
			<dc:creator>col323webdesign</dc:creator>
			<guid isPermaLink="false">88971@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks a lot Devin.&#60;/p&#62;
&#60;p&#62;Sincerely,&#60;br /&#62;
Mika
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Theme Modification"</title>
			<link>http://www.kriesi.at/support/topic/theme-modification#post-88855</link>
			<pubDate>Tue, 18 Dec 2012 19:35:05 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">88855@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You need to add the html to the function before you can do anything wit the css. Something like the following:&#60;br /&#62;
&#60;code&#62;$output .= &#38;quot;&#38;lt;div class=&#38;#39;flags&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;#&#38;#39;&#38;gt;&#38;lt;img src=&#38;#39;yourimage.png&#38;#39;&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;a href=&#38;#39;#&#38;#39;&#38;gt;&#38;lt;img src=&#38;#39;yourimage.png&#38;#39;&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/div&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Right after:&#60;br /&#62;
&#60;code&#62;$output .= &#38;quot;&#38;lt;div class=&#38;#39;container_wrap info_text_header&#38;#39; id=&#38;#39;shop_header&#38;#39;&#38;gt;&#38;lt;div class=&#38;#39;container&#38;#39;&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;inside the avia_shop_banner function,&#60;/p&#62;
&#60;p&#62;Then you can style the flags class to float:right and change out the html with the correct links and image locations. After that its just styling the output however you want.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>col323webdesign on "Theme Modification"</title>
			<link>http://www.kriesi.at/support/topic/theme-modification#post-88837</link>
			<pubDate>Tue, 18 Dec 2012 18:51:18 +0000</pubDate>
			<dc:creator>col323webdesign</dc:creator>
			<guid isPermaLink="false">88837@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Devin.&#60;br /&#62;
Thanks for your respond. I understand your concern.&#60;/p&#62;
&#60;p&#62;Can we at least work on number 3 together. You mentioned &#34;You can modify the function avia_shop_banner in functions.php so that the flags will get output in it.&#34;&#60;/p&#62;
&#60;p&#62;Where should I insert two pictures (flags) in the CSS to make it appear to the right of the cart and price?&#60;/p&#62;
&#60;p&#62;Thanks a lot.&#60;br /&#62;
Mika
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Theme Modification"</title>
			<link>http://www.kriesi.at/support/topic/theme-modification#post-88822</link>
			<pubDate>Tue, 18 Dec 2012 17:31:55 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">88822@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Mika,&#60;/p&#62;
&#60;p&#62;The issue is that the modifcations aren't very simple. Since the theme is responsive each of the changes needs to then work for Mobile, Tablet and PC screen sizes and then still be cross browser compatible.&#60;/p&#62;
&#60;p&#62;As a freelancer, I would recommend diving into it if you are working with Wordpress themes often. They are not overly difficult but the fine tuning will be very specific to your needs and will definitely take at least a few hours to get working.&#60;/p&#62;
&#60;p&#62;Some changes are easily doable with a bit of code or css changes but these are just too much of a time commitment, custom and specific when combined with the need for them to be supported for all the various theme functions.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>col323webdesign on "Theme Modification"</title>
			<link>http://www.kriesi.at/support/topic/theme-modification#post-88717</link>
			<pubDate>Tue, 18 Dec 2012 07:27:11 +0000</pubDate>
			<dc:creator>col323webdesign</dc:creator>
			<guid isPermaLink="false">88717@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Devin.&#60;br /&#62;
Thank you for your respond. I appreciate.&#60;/p&#62;
&#60;p&#62;I'm actually a freelance web-designer and I bought this theme with the expatiation (based on the great review and major sale) that your support would be able to help me to make some changes to fit my customers need. I should maybe have posted each question individually so it doesn't seem to overwhelming, but I didn't expect it to be a problem. Unfortunately, this respond doesn't follow the normal support from themes bought thought Themeforest.&#60;/p&#62;
&#60;p&#62;Since it seems like you know what needs to be changed, is there any way we can do it step by step? I would appreciate and put this into my consideration as I rate the theme for it overall satisfaction.&#60;/p&#62;
&#60;p&#62;Thanks a lot!&#60;br /&#62;
Mika
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Theme Modification"</title>
			<link>http://www.kriesi.at/support/topic/theme-modification#post-88608</link>
			<pubDate>Mon, 17 Dec 2012 16:36:02 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">88608@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Mika,&#60;/p&#62;
&#60;p&#62;Unfortunately those are pretty difficult changes and isn't something we can provide directions for via support. You'll need to look into a freelance web developer to assist in getting them all done.&#60;/p&#62;
&#60;p&#62;My thoughts on what will need to be done:&#60;/p&#62;
&#60;p&#62;1+2 - Add a new container in the header.php file above the menus and shop_header. Separate the top green banner into the text portion and the logo. The text portion can just sit in the container and push the red menu down. The circle logo will need to be added in as another new class that you can position absolutely.&#60;/p&#62;
&#60;p&#62;To move over the sub-menu, you just need to add a left property to the .sub_menu class and give it a value to what you need.&#60;/p&#62;
&#60;p&#62;3 - You can modify the function avia_shop_banner in functions.php so that the flags will get output in it. &#60;/p&#62;
&#60;p&#62;4 - The footer height depends on the content of the widgets inside of it. So you just need to keep the widget content small.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>col323webdesign on "Theme Modification"</title>
			<link>http://www.kriesi.at/support/topic/theme-modification#post-88488</link>
			<pubDate>Sun, 16 Dec 2012 18:16:18 +0000</pubDate>
			<dc:creator>col323webdesign</dc:creator>
			<guid isPermaLink="false">88488@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;By the way, I should mention that the picture you can see in the link above is created in photoshop and is my desired design of my website. Right now it has the basic settings, which I want to change.&#60;/p&#62;
&#60;p&#62;Sincerely,&#60;br /&#62;
Mika
&#60;/p&#62;</description>
		</item>
		<item>
			<title>col323webdesign on "Theme Modification"</title>
			<link>http://www.kriesi.at/support/topic/theme-modification#post-88476</link>
			<pubDate>Sun, 16 Dec 2012 17:11:30 +0000</pubDate>
			<dc:creator>col323webdesign</dc:creator>
			<guid isPermaLink="false">88476@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey..&#60;/p&#62;
&#60;p&#62;Before you kindly answer my questions, please take a look at this screen shot : &#60;a href=&#34;http://col323webdesign.com/tilbagetilbibelen/wp-content/uploads/2012/12/website.png&#34; rel=&#34;nofollow&#34;&#62;http://col323webdesign.com/tilbagetilbibelen/wp-content/uploads/2012/12/website.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;1 - GREEN COLUOR : How do I move the header picture to the top of the page and stretch it out to fit the whole screen?&#60;/p&#62;
&#60;p&#62;2 - RED COLUOR  : How do I move the top menubar right under the header as seen on the picture and stretch it out to fit the whole screen. Please note, the header needs to overlap the top menubar. And, how do I move the left top menubar link to the right?&#60;/p&#62;
&#60;p&#62;3 - YELLOW COLUOR : How do I add two flag picture-links in the right of the top menubar as seen on the picture?&#60;/p&#62;
&#60;p&#62;4 - BLUE COLUOR : How do I change the height of the footer so it's only a half size of its original size?&#60;/p&#62;
&#60;p&#62;Thank you a lot for your support and help!&#60;br /&#62;
I'm looking forward to hear back from you very soon!&#60;/p&#62;
&#60;p&#62;Sincerely,&#60;br /&#62;
Mika
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Images setting modifications in image accordion (justification &#38; sizing)"</title>
			<link>http://www.kriesi.at/support/topic/images-setting-modifications-in-image-accordion-justification-sizing#post-29167</link>
			<pubDate>Mon, 10 Oct 2011 14:53:33 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">29167@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that you found the answer :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jimdavidson on "Images setting modifications in image accordion (justification &#38; sizing)"</title>
			<link>http://www.kriesi.at/support/topic/images-setting-modifications-in-image-accordion-justification-sizing#post-29106</link>
			<pubDate>Sun, 09 Oct 2011 23:29:44 +0000</pubDate>
			<dc:creator>jimdavidson</dc:creator>
			<guid isPermaLink="false">29106@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;NM.  Didn't realize this was a WP issue and not the theme.  In case others want to know, this worked:&#60;br /&#62;
&#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;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jimdavidson on "Images setting modifications in image accordion (justification &#38; sizing)"</title>
			<link>http://www.kriesi.at/support/topic/images-setting-modifications-in-image-accordion-justification-sizing#post-29101</link>
			<pubDate>Sun, 09 Oct 2011 21:41:22 +0000</pubDate>
			<dc:creator>jimdavidson</dc:creator>
			<guid isPermaLink="false">29101@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks.  How can I have thumbnails show the top of the image and not just preview the center?  Is there a place to top align?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Images setting modifications in image accordion (justification &#38; sizing)"</title>
			<link>http://www.kriesi.at/support/topic/images-setting-modifications-in-image-accordion-justification-sizing#post-29036</link>
			<pubDate>Sun, 09 Oct 2011 08:29:07 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">29036@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I'd suggest to adjust the accordion slider dimensions in functions.php instead of working around the &#34;too small image&#34; problem. Adjust the dimensions in following code line:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;aviacordion&#38;#39;] 	= array(&#38;#39;width&#38;#39;=&#38;gt;610, &#38;#39;height&#38;#39;=&#38;gt;370);		// big Image for aviacordion&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Afterwards regenerate your images 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>jimdavidson on "Images setting modifications in image accordion (justification &#38; sizing)"</title>
			<link>http://www.kriesi.at/support/topic/images-setting-modifications-in-image-accordion-justification-sizing#post-29018</link>
			<pubDate>Sun, 09 Oct 2011 04:10:13 +0000</pubDate>
			<dc:creator>jimdavidson</dc:creator>
			<guid isPermaLink="false">29018@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;A couple questions:&#60;/p&#62;
&#60;p&#62;-How do I make the images align so they are top justified in the accordion?  Currently a mid image view is being shown. I use screenshots and need the top of the image to be featured.&#60;/p&#62;
&#60;p&#62;-If an image is less than the accordion settings/dimensions, can I default the difference to be black rather than stretching the image?&#60;/p&#62;
&#60;p&#62;Thanks &#38;amp; I love this theme!!!!  Very happy with my purchase so far!&#60;/p&#62;
&#60;p&#62;-J
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Customizing"</title>
			<link>http://www.kriesi.at/support/topic/customizing#post-20653</link>
			<pubDate>Tue, 07 Jun 2011 20:05:16 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20653@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Have a look at this tutorial: &#60;a href=&#34;http://www.kriesi.at/support/topic/i-want-that-external-links-links-to-other-websites-open-in-a-new-windowtab&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/i-want-that-external-links-links-to-other-websites-open-in-a-new-windowtab&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cogumelo on "Customizing"</title>
			<link>http://www.kriesi.at/support/topic/customizing#post-20625</link>
			<pubDate>Tue, 07 Jun 2011 16:07:49 +0000</pubDate>
			<dc:creator>cogumelo</dc:creator>
			<guid isPermaLink="false">20625@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Cheers Dude!!! Worked fine!!!&#60;/p&#62;
&#60;p&#62;I have one more question... I'm trying to link the &#34;twitter logo&#34; of the header to my twitter account in a NEW WINDOW, actually it's working fine, but it's opening in the same window of my browser.... I would like to add the syntax &#34;target=&#34;_blank&#34;&#34; in the header.php, but it's not working.....&#60;/p&#62;
&#60;p&#62;I think I'm having problems with the php syntax.... &#60;/p&#62;
&#60;p&#62;I'm triyng to add the targe command at:&#60;/p&#62;
&#60;p&#62;echo &#34;&#38;lt;li class='twitter'&#38;gt;&#60;a&#62;Twitter&#60;/a&#62;&#34;;&#60;/p&#62;
&#60;p&#62;Could you help me?&#60;/p&#62;
&#60;p&#62;Thank you very much!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Customizing"</title>
			<link>http://www.kriesi.at/support/topic/customizing#post-20593</link>
			<pubDate>Tue, 07 Jun 2011 05:46:48 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20593@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try to regenerate your thumbnails by using this plugin: &#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>cogumelo on "Customizing"</title>
			<link>http://www.kriesi.at/support/topic/customizing#post-20583</link>
			<pubDate>Mon, 06 Jun 2011 23:49:12 +0000</pubDate>
			<dc:creator>cogumelo</dc:creator>
			<guid isPermaLink="false">20583@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude!&#60;/p&#62;
&#60;p&#62;...Everything was great, but....&#60;/p&#62;
&#60;p&#62;I started to moving my site around, doing a backup restoration in another wordpress instalation, and actually I have 2 versions of it on air...&#60;br /&#62;
After copied all the backup files to the new server, and export and import all the data (xml) via wordpress to other database, I've noticed that the thumbnails are deformed in the newest version...&#60;/p&#62;
&#60;p&#62;please look the diference:&#60;/p&#62;
&#60;p&#62;Dirtoced:&#60;br /&#62;
&#60;a href=&#34;http://www.hannatools.net/?cat=9&#34; rel=&#34;nofollow&#34;&#62;http://www.hannatools.net/?cat=9&#60;/a&#62;&#60;br /&#62;
Original:&#60;br /&#62;
&#60;a href=&#34;http://www.hanna.net.br/sitenovo/?cat=9&#34; rel=&#34;nofollow&#34;&#62;http://www.hanna.net.br/sitenovo/?cat=9&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Looking via firebug I notice that the correct thumbnail is linking to a small version of the uploaded image, file name &#34;image_01-180x180.jpg&#34; and the dirtoced version is linking to &#34;image_01.jpg&#34;.....&#60;br /&#62;
I think the imagem 180x180 is created when we upload the image. I have all the images &#34;180x180&#34; in the folder &#34;upload&#34; but it aren't showing.&#60;/p&#62;
&#60;p&#62;I'm scared with the situation of that I have to upload all my images AGAIN because I have a LOT of images in my upload folder....&#60;/p&#62;
&#60;p&#62;Do you have any solution for that?&#60;/p&#62;
&#60;p&#62;I'm glad with the theme and the support offered!&#60;/p&#62;
&#60;p&#62;Just this last issue is bothering me...&#60;/p&#62;
&#60;p&#62;Thanks again!&#60;/p&#62;
&#60;p&#62;Marco
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Customizing"</title>
			<link>http://www.kriesi.at/support/topic/customizing#post-18285</link>
			<pubDate>Mon, 02 May 2011 18:20:30 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">18285@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Have a look at this thread: &#60;a href=&#34;http://www.kriesi.at/support/topic/static-home-page&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/static-home-page&#60;/a&#62; - I posted correct instructions there. Instead of &#34;page_id&#34; use &#34;post_id&#34;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cogumelo on "Customizing"</title>
			<link>http://www.kriesi.at/support/topic/customizing#post-18279</link>
			<pubDate>Mon, 02 May 2011 16:40:53 +0000</pubDate>
			<dc:creator>cogumelo</dc:creator>
			<guid isPermaLink="false">18279@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude!&#60;/p&#62;
&#60;p&#62;The solution number 1 doesn't work properly, I don't have this exactly code in my index.php...&#60;/p&#62;
&#60;p&#62;I have something similar, and I changed it, but it's show me the oldest post instead of the newest post...&#60;/p&#62;
&#60;p&#62;...and it's showing a post in its compact form, I want to show this post in its &#34;opened&#34; form, the form we see it after click in the &#34;read more&#34; buttom, do you know what I mean?&#60;/p&#62;
&#60;p&#62;After a click in the button read more, we can see the post &#34;opened&#34; right?&#60;/p&#62;
&#60;p&#62;so I want to see just the newest post in the home page, and it should be &#34;opened&#34; without the buttom read more.&#60;br /&#62;
How can I do that?&#60;/p&#62;
&#60;p&#62;Thanks again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Customizing"</title>
			<link>http://www.kriesi.at/support/topic/customizing#post-18051</link>
			<pubDate>Fri, 29 Apr 2011 05:23:25 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">18051@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;3) Open up index.php and delete:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;kriesi_pagination($additional_loop-&#38;gt;max_num_pages);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;1) -removed&#60;/p&#62;
&#60;p&#62;3) Add following code to style.css (at the very bottom):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.column1{
width: 150px !important;
}

.column2{
width: 130px !important;
}

.column3{
width: 175px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Adjust the width as you like.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cogumelo on "Customizing"</title>
			<link>http://www.kriesi.at/support/topic/customizing#post-18038</link>
			<pubDate>Thu, 28 Apr 2011 23:17:33 +0000</pubDate>
			<dc:creator>cogumelo</dc:creator>
			<guid isPermaLink="false">18038@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude!&#60;br /&#62;
Thanks again...&#60;br /&#62;
You helped me a lot!&#60;/p&#62;
&#60;p&#62;but I have new questions...&#60;/p&#62;
&#60;p&#62;1- I want to show just 1 post at HOME, the most recent post...  keeping everting else like accordion menu, sidebar, header and footer.&#60;/p&#62;
&#60;p&#62;2- Leaving just one post at Home page I want to take off the &#34;Pages Counter&#34; or &#34;Pages Links&#34; I don't know how it's called, I'm showing the modifications in the jpg here:&#60;br /&#62;
&#60;a href=&#34;http://www.zanq.tv/Projetos_graficos/Screenshots/home_unique_post.jpg&#34; rel=&#34;nofollow&#34;&#62;http://www.zanq.tv/Projetos_graficos/Screenshots/home_unique_post.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;3- That is the same question from the previous topic, number 8....&#60;br /&#62;
I want to give differents values for the width of the widgets from the footer. I'm tring to show in the image from the link.&#60;/p&#62;
&#60;p&#62;Now I'm using another server for testing:&#60;br /&#62;
&#60;a href=&#34;http://www.hanna.net.br/sitenovo/&#34; rel=&#34;nofollow&#34;&#62;http://www.hanna.net.br/sitenovo/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you very much guys!&#60;/p&#62;
&#60;p&#62;Marco - Cogumelo
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Customizing"</title>
			<link>http://www.kriesi.at/support/topic/customizing#post-15489</link>
			<pubDate>Wed, 23 Mar 2011 06:09:18 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">15489@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
1) Have a look at this post: &#60;a href=&#34;http://www.kriesi.at/support/topic/how-to-add-pages-into-the-slider#post-4723&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/how-to-add-pages-into-the-slider#post-4723&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;2) Search for following code in single.php and delete it:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;entry&#38;#39; id=&#38;quot;author-box&#38;quot;&#38;gt;
			    &#38;lt;div class=&#38;quot;gravatar&#38;quot;&#38;gt;
					&#38;lt;?php
						$author_email = get_the_author_email();
				        echo get_avatar( $author_email, $size = &#38;#39;60&#38;#39;);
					 	the_author_posts_link();
					?&#38;gt;
				&#38;lt;/div&#38;gt;
		    	&#38;lt;div class=&#38;quot;author-info&#38;quot;&#38;gt;
		        &#38;lt;h3&#38;gt;&#38;lt;?php _e(&#38;#39;About the author&#38;#39;,&#38;#39;newscast&#38;#39;); ?&#38;gt;&#38;lt;/h3&#38;gt;
		        &#38;lt;?php
		        $description = get_the_author_description();
		        if($description  != &#38;#39;&#38;#39;)
		        {
		        	echo $description;
		        }
		        else
		        {
		        	_e(&#38;#39;The author didnt add any Information to his profile yet&#38;#39;,&#38;#39;newscast&#38;#39;);
		        }

		        ?&#38;gt;
		    	&#38;lt;/div&#38;gt;
		    &#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;3) Search for following code in header.php and delete it:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;ul class=&#38;quot;social_bookmarks&#38;quot;&#38;gt;
					&#38;lt;?php if(isset($k_option[&#38;#39;general&#38;#39;][&#38;#39;contact_link&#38;#39;]) &#38;amp;&#38;amp; $k_option[&#38;#39;general&#38;#39;][&#38;#39;contact_link&#38;#39;] != &#38;#39;&#38;#39;)
						{
							$contact_link = get_page_link($k_option[&#38;#39;general&#38;#39;][&#38;#39;contact_link&#38;#39;]);
					  		echo &#38;quot;&#38;lt;li class=&#38;#39;email&#38;#39;&#38;gt;&#38;lt;a class=&#38;#39;ie6fix&#38;#39; href=&#38;#39;&#38;quot;.$contact_link.&#38;quot;&#38;#39;&#38;gt;E-mail&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;	&#38;quot;;
						}
					?&#38;gt;
					&#38;lt;li class=&#38;#39;rss&#38;#39;&#38;gt;&#38;lt;a class=&#38;#39;ie6fix&#38;#39; href=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;rss2_url&#38;#39;); ?&#38;gt;&#38;quot;&#38;gt;RSS&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;

					&#38;lt;?php if(isset($k_option[&#38;#39;general&#38;#39;][&#38;#39;acc_tw&#38;#39;]) &#38;amp;&#38;amp; $k_option[&#38;#39;general&#38;#39;][&#38;#39;acc_tw&#38;#39;] != &#38;#39;&#38;#39;)
						  echo &#38;quot;&#38;lt;li class=&#38;#39;twitter&#38;#39;&#38;gt;&#38;lt;a class=&#38;#39;ie6fix&#38;#39; href=&#38;#39;http://twitter.com/&#38;quot;.$k_option[&#38;#39;general&#38;#39;][&#38;#39;acc_tw&#38;#39;].&#38;quot;&#38;#39;&#38;gt;Twitter&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
					?&#38;gt;

					&#38;lt;!-- there is room for 3 icons, below are predefined classes for others if you want to use them instead --&#38;gt;
					&#38;lt;!--
					&#38;lt;li class=&#38;#39;flickr&#38;#39;&#38;gt;&#38;lt;a class=&#38;#39;ie6fix&#38;#39; href=&#38;quot;#&#38;quot;&#38;gt;flickr&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
					&#38;lt;li class=&#38;#39;facebook&#38;#39;&#38;gt;&#38;lt;a class=&#38;#39;ie6fix&#38;#39; href=&#38;quot;#&#38;quot;&#38;gt;Facebook&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
					--&#38;gt;

				&#38;lt;/ul&#38;gt;&#38;lt;!-- end social_bookmarks--&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;4) Search for following code in single.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php comments_template(); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and replace it with&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php if ( comments_open() ) : ?&#38;gt;
 &#38;lt;?php comments_template(); ?&#38;gt;
&#38;lt;?php endif; ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;5) Delete following code in single.php + page.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
						if($preview_image)
						{
						echo &#38;#39;&#38;lt;div class=&#38;quot;entry-previewimage rounded preloading_background&#38;quot;&#38;gt;&#38;#39;;
						echo $preview_image;
						echo &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;;
						} 

						?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;6) In archive.hp you can adjust the headline text as you like (or just delete the h2 headline after &#38;lt;div id=&#34;content&#34;&#38;gt;.&#60;/p&#62;
&#60;p&#62;7) You can use the po file from here: &#60;a href=&#34;http://www.kriesi.at/support/topic/spanish-language-support&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/spanish-language-support&#60;/a&#62; to translate the theme.&#60;/p&#62;
&#60;p&#62;8) Please elaborate here - I don't know if I understood you right.&#60;/p&#62;
&#60;p&#62;9) I can see rounded corners :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cogumelo on "Customizing"</title>
			<link>http://www.kriesi.at/support/topic/customizing#post-15268</link>
			<pubDate>Sun, 20 Mar 2011 19:36:44 +0000</pubDate>
			<dc:creator>cogumelo</dc:creator>
			<guid isPermaLink="false">15268@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude!&#60;br /&#62;
Thanks for your Help....&#60;/p&#62;
&#60;p&#62;I was looking at &#60;a href=&#34;http://validator.w3.org/&#34; rel=&#34;nofollow&#34;&#62;http://validator.w3.org/&#60;/a&#62; and I saw that 90% of the errors were about widgets...&#60;br /&#62;
I'm trying to make some adjustments in the theme using with firebug and firefile, but I'm feeling that is not the correct way, so if you could me help will be great.&#60;/p&#62;
&#60;p&#62;1 - I would like to link the ACCORDION Buttons to PAGES instead categories.&#60;br /&#62;
2 - I would like to remove the &#34;About the author&#34; of all posts, categories and etc.&#60;br /&#62;
3 - I would like to remove all socials icons from Post, categories, pages e etc...(#social_icons ul)&#60;br /&#62;
4 - I would like to remove &#34;Comments are closed.&#34;&#60;br /&#62;
5 - I don't want to show the Feature image when the post is opened. The same for pages. I want so see then just when the post is compact (read more).&#60;br /&#62;
6 - I would like to remove the line &#34;Archive for Category&#34; when opened the category.&#60;br /&#62;
7 - I would like to translate some text of the theme like &#34;Search Results&#34;. &#34;Nothing Found&#34;. &#34;Sorry, no posts matched your criteria&#34;... Do you think is better I make this translation by myself or just using with a plugin for wordpress?&#60;br /&#62;
8 - I would like to leave the footer widgets elements with different sizes, for example, the Footer-Left with X px, Footer-Center with Y px and Foot-Right with Z px...&#60;br /&#62;
9-Could you see the rounded corners of the search boxes and thumbnails in your IE and Safari?&#60;br /&#62;
My safari is still showing it square....in my Firefox its works fine, with rounded corners......&#60;/p&#62;
&#60;p&#62;Thanks Again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Customizing"</title>
			<link>http://www.kriesi.at/support/topic/customizing#post-14758</link>
			<pubDate>Mon, 14 Mar 2011 07:15:04 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">14758@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
to remove the borders around the flags add following css code to style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.flags a img, .flags a:hover img, .flags img{
border: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Re: menu problem - try to replace following code from custom.js:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// remove the last border from category menu item if there are 7 items, that border is not needed
	if(jQuery(&#38;quot;.catnav&#38;gt;li&#38;quot;).length &#38;gt;= 7)
	{
		jQuery(&#38;quot;.catnav&#38;gt;li:last&#38;quot;).addClass(&#38;#39;noborder&#38;#39;);
	}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;// remove the last border from category menu item if there are 6 items, that border is not needed
	if(jQuery(&#38;quot;.catnav&#38;gt;li&#38;quot;).length &#38;gt;= 6)
	{
		jQuery(&#38;quot;.catnav&#38;gt;li:last&#38;quot;).addClass(&#38;#39;noborder&#38;#39;);
	}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;6) I think it's indeed related to coding errors - IE is a pain when it comes to small syntax errors. W3C: &#60;a href=&#34;http://validator.w3.org/check?uri=http%3A%2F%2Fwww.extraveiculos.com%2Fzanqueta%2FHanna%2F&#38;amp;charset=%28detect+automatically%29&#38;amp;doctype=Inline&#38;amp;group=0&#34; rel=&#34;nofollow&#34;&#62;http://validator.w3.org/check?uri=http%3A%2F%2Fwww.extraveiculos.com%2Fzanqueta%2FHanna%2F&#38;amp;charset=%28detect+automatically%29&#38;amp;doctype=Inline&#38;amp;group=0&#60;/a&#62; shows me some error. Please try to fix them (i.e. id already used errors,etc).&#60;/p&#62;
&#60;p&#62;However the search bar and the icons display fine for me here (IE8 and IE7),
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cogumelo on "Customizing"</title>
			<link>http://www.kriesi.at/support/topic/customizing#post-14729</link>
			<pubDate>Sun, 13 Mar 2011 21:52:35 +0000</pubDate>
			<dc:creator>cogumelo</dc:creator>
			<guid isPermaLink="false">14729@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you very much Dude! I'm appreciated!&#60;/p&#62;
&#60;p&#62;So, my website is hosted at  &#60;a href=&#34;http://www.extraveiculos.com/zanqueta/Hanna/&#34; rel=&#34;nofollow&#34;&#62;http://www.extraveiculos.com/zanqueta/Hanna/&#60;/a&#62;&#60;br /&#62;
There you can give a look and help me with itens 2 and 6 of my previous topic....&#60;/p&#62;
&#60;p&#62;I've made some changes that you said, about item 4, but in Firefox I'm seen a gray border in the flags images, and in the Safari I don't see it, as I show in the follows screenshots, and I also have others questions in these screenshots, please give a look:&#60;br /&#62;
&#60;a href=&#34;http://www.zanq.tv/Projetos_graficos/Screenshots/firefox_shot.jpg&#34; rel=&#34;nofollow&#34;&#62;http://www.zanq.tv/Projetos_graficos/Screenshots/firefox_shot.jpg&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.zanq.tv/Projetos_graficos/Screenshots/shot01_safari.jpg&#34; rel=&#34;nofollow&#34;&#62;http://www.zanq.tv/Projetos_graficos/Screenshots/shot01_safari.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Today I also did found other error or bug in the menus options in wp-admin, I was trying to add some categories and posts to be showed as a drop down menu of the main menu, and when I save it I lost some options of my menu, and after that every time I try to put more options in the menu it doesn't save it. I had to delete the drop downs and recreate the menu... I was using 10 drop downs in one option of the menu, and more 5 drop downs in the other menu option....&#60;br /&#62;
Do you thing that have some limitation of the number of itens in the menus options of wordpress?&#60;br /&#62;
My problem is, I have to put something around 60 options in the menu, being 3 &#34;generations&#34; of drop down (drop down inside drop down)... for example...&#60;br /&#62;
a Main Menu Option (Pages) &#38;gt; drop down with 7 options (categories) &#38;gt; each option have your own drop down with more 4 or 5 options (posts) ...that's it, no more drop downs.&#60;/p&#62;
&#60;p&#62;Thank you very much Dude...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Customizing"</title>
			<link>http://www.kriesi.at/support/topic/customizing#post-14696</link>
			<pubDate>Sun, 13 Mar 2011 08:18:47 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">14696@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
1) Open up header.php and search for following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;wp_nav_menu( array( &#38;#39;menu&#38;#39; =&#38;gt; &#38;#39;First&#38;#39;, &#38;#39;menu_class&#38;#39; =&#38;gt; &#38;#39;nav&#38;#39;, &#38;#39;echo&#38;#39; =&#38;gt; true,
	&#38;#39;fallback_cb&#38;#39; =&#38;gt; &#38;#39;&#38;#39;, &#38;#39;before&#38;#39; =&#38;gt; &#38;#39;&#38;#39;, &#38;#39;after&#38;#39; =&#38;gt; &#38;#39;&#38;#39;, &#38;#39;link_before&#38;#39; =&#38;gt; &#38;#39;&#38;#39;, &#38;#39;link_after&#38;#39; =&#38;gt; &#38;#39;&#38;#39;,
	&#38;#39;depth&#38;#39; =&#38;gt; 0, &#38;#39;context&#38;#39; =&#38;gt; &#38;#39;frontend&#38;#39;));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace it with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;wp_nav_menu( array( &#38;#39;menu&#38;#39; =&#38;gt; &#38;#39;First&#38;#39;, &#38;#39;menu_class&#38;#39; =&#38;gt; &#38;#39;nav&#38;#39;, &#38;#39;echo&#38;#39; =&#38;gt; false,
	&#38;#39;fallback_cb&#38;#39; =&#38;gt; &#38;#39;&#38;#39;, &#38;#39;before&#38;#39; =&#38;gt; &#38;#39;&#38;#39;, &#38;#39;after&#38;#39; =&#38;gt; &#38;#39;&#38;#39;, &#38;#39;link_before&#38;#39; =&#38;gt; &#38;#39;&#38;#39;, &#38;#39;link_after&#38;#39; =&#38;gt; &#38;#39;&#38;#39;,
	&#38;#39;depth&#38;#39; =&#38;gt; 0, &#38;#39;context&#38;#39; =&#38;gt; &#38;#39;frontend&#38;#39;));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) Can you post a link to your website please - it helps me to give you exact instructions.&#60;/p&#62;
&#60;p&#62;3) Not without some advanced customization.&#60;/p&#62;
&#60;p&#62;4) Replace following code in header.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id=&#38;quot;head&#38;quot;&#38;gt;
		&#38;lt;!-- ###################################################################### --&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id=&#38;quot;head&#38;quot;&#38;gt;
		&#38;lt;!-- ###################################################################### --&#38;gt;

                &#38;lt;div class=&#38;quot;flags&#38;quot;&#38;gt;
                &#38;lt;a href=&#38;quot;link-to-my-other-website.com&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;my-flag&#38;quot; alt=&#38;quot;language&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;
                &#38;lt;a href=&#38;quot;link-to-my-other-website.com&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;my-flag&#38;quot; alt=&#38;quot;language&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;
                 &#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then add following code to style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.flags{
position: absolute;
top: 40px;
right: 0px;
z-index:20;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Adjust the top and right value as you like (you can position the flags anywhere you like - just play around with the pixel values).&#60;/p&#62;
&#60;p&#62;5) Do not only use -moz-border-radius but also border-radius - for more information please refer to this page: &#60;a href=&#34;http://www.css3.info/preview/rounded-border/&#34; rel=&#34;nofollow&#34;&#62;http://www.css3.info/preview/rounded-border/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;6) Like 2) - I need a link to investigate the problem...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cogumelo on "Customizing"</title>
			<link>http://www.kriesi.at/support/topic/customizing#post-14665</link>
			<pubDate>Sat, 12 Mar 2011 16:02:24 +0000</pubDate>
			<dc:creator>cogumelo</dc:creator>
			<guid isPermaLink="false">14665@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi!&#60;br /&#62;
I'm adjusting the Newscast theme using firebug and firefile because I'm not a professional programer, but I know the basics os html and css... so I need some help, and I'll be glad if you guys could help me.&#60;/p&#62;
&#60;p&#62;So there is some questions I have:&#60;/p&#62;
&#60;p&#62;1- I wanna to use just the second menu, what should I do? (actually I just creat a first menu and I leaved it in blank and after that I just adjust the &#34;.nav_wrapper&#34; padding-top to 77px besides the original 125px, Is that right? Have other way to do that? Everything looks nice...&#60;/p&#62;
&#60;p&#62;2- Is possible to leave just 6 options in the second menu? When I leave 6 options the menu it is still showing 7 boxes, I want to divide the second menu in just 6 boxes. Actualy I change the &#34;.catnav li a&#34; width to 137....after that I chaged the &#34;.catnav_wrapper&#34; border-right to ZERO, and the &#34;.catnav&#34; border-right to ZERO....&#60;br /&#62;
It works, BUT the menu looks like the menu is fews pixels untidy with the accordion menu..... Do you know a better way to leave just 6 boxes in the second menu?&#60;/p&#62;
&#60;p&#62;3-Is possible to use the menu accordion in other pages, with other options? I would like to use 3 accordions, one in the main page and other 2 in other pages.&#60;/p&#62;
&#60;p&#62;4-I would like to add images in the header area, these images should have a link to my other languages website, these imagens will be flags os some contries, and I would like to puts this images between the seach field and the second menu....How could I insert this images/link in the header?&#60;/p&#62;
&#60;p&#62;5- after I did these modifications I noticed that the style of style.css (line 1)&#60;br /&#62;
.rounded { -moz-border-radius:5px 5px 5px 5px; } IS NOT WORKING in the Safari Browser, in the Firefox works fine, but in Safari I can't see the rounded corners of the search box.&#60;/p&#62;
&#60;p&#62;6- After these modifications I can't see the #headextrasin IE8 (seach and email, rss and tweeter icons), in the firefox and safari I can see it.....I think the modifications that cause this problem are involved in the catnav_wrapper and catnav....&#60;/p&#62;
&#60;p&#62;That is all for now!!!&#60;/p&#62;
&#60;p&#62;I'll be really appreciated if you guys could help me.&#60;/p&#62;
&#60;p&#62;Thanks very much!&#60;/p&#62;
&#60;p&#62;Marco - CoGuMeLo
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
