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

		<item>
			<title>Ismael on "Change Logo URL to a New Address in Flashlight"</title>
			<link>http://www.kriesi.at/support/topic/change-logo-url-to-a-new-address-in-flashlight#post-108549</link>
			<pubDate>Thu, 02 May 2013 23:21:49 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">108549@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Glad we could help. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Graffinis on "Change Logo URL to a New Address in Flashlight"</title>
			<link>http://www.kriesi.at/support/topic/change-logo-url-to-a-new-address-in-flashlight#post-108463</link>
			<pubDate>Thu, 02 May 2013 15:50:58 +0000</pubDate>
			<dc:creator>Graffinis</dc:creator>
			<guid isPermaLink="false">108463@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It worked! Thank you very much.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Adding a URL to the slideshow images 2"</title>
			<link>http://www.kriesi.at/support/topic/adding-a-url-to-the-slideshow-images-2#post-108444</link>
			<pubDate>Thu, 02 May 2013 15:07:30 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">108444@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi larronde,&#60;/p&#62;
&#60;p&#62;I'm not sure what you mean exactly. Cubit is a bit of an older theme so if you can help provide some context we can look further into what it is you are looking for.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>larronde on "Adding a URL to the slideshow images 2"</title>
			<link>http://www.kriesi.at/support/topic/adding-a-url-to-the-slideshow-images-2#post-108303</link>
			<pubDate>Wed, 01 May 2013 23:45:33 +0000</pubDate>
			<dc:creator>larronde</dc:creator>
			<guid isPermaLink="false">108303@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;img /&#62;/images&#38;lt;?php echo $kriesi_options['whichdesign']; ?&#38;gt;/header_image6.jpg' alt='' height=&#34;240&#34; width=&#34;900&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;Above is the code for one of my images in the header.&#60;br /&#62;
How do you add a URL link, or a link that will open a PDF with &#34;_blank&#34; ?&#60;/p&#62;
&#60;p&#62;Can you add links to some (but not all) of the Slideshow images?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Change Logo URL to a New Address in Flashlight"</title>
			<link>http://www.kriesi.at/support/topic/change-logo-url-to-a-new-address-in-flashlight#post-107877</link>
			<pubDate>Tue, 30 Apr 2013 01:41:44 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">107877@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Edit framework &#38;gt; php &#38;gt; function-set-avia-frontend.php and find this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(!function_exists(&#38;#39;avia_logo&#38;#39;))
{
	/**
	 * return the logo of the theme. if a logo was uploaded and set at the backend options panel display it
	 * otherwise display the logo file linked in the css file for the .bg-logo class
	 * @return string the logo + url
	 */
	function avia_logo($use_image = &#38;quot;&#38;quot;, $sub = &#38;quot;&#38;quot;, $headline_type = &#38;quot;h1&#38;quot;)
	{
		$use_image = apply_filters(&#38;#39;avia_logo_filter&#38;#39;, $use_image);
		$headline_type = apply_filters(&#38;#39;avia_logo_headline_filter&#38;#39;, $headline_type);
		if($sub) $sub = &#38;quot;&#38;lt;span class=&#38;#39;subtext&#38;#39;&#38;gt;$sub&#38;lt;/span&#38;gt;&#38;quot;;

		if($logo = avia_get_option(&#38;#39;logo&#38;#39;))
		{
			 $logo = &#38;quot;&#38;lt;img src=&#38;quot;.$logo.&#38;quot; alt=&#38;#39;&#38;#39; /&#38;gt;&#38;quot;;
			 $logo = &#38;quot;&#38;lt;$headline_type class=&#38;#39;logo&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.home_url(&#38;#39;/&#38;#39;).&#38;quot;&#38;#39;&#38;gt;&#38;quot;.$logo.&#38;quot;$sub&#38;lt;/a&#38;gt;&#38;lt;/$headline_type&#38;gt;&#38;quot;;
		}
		else
		{
			$logo = get_bloginfo(&#38;#39;name&#38;#39;);
			if($use_image) $logo = &#38;quot;&#38;lt;img src=&#38;quot;.$use_image.&#38;quot; alt=&#38;#39;&#38;#39; title=&#38;#39;$logo&#38;#39;/&#38;gt;&#38;quot;;
			$logo = &#38;quot;&#38;lt;$headline_type class=&#38;#39;logo bg-logo&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.home_url(&#38;#39;/&#38;#39;).&#38;quot;&#38;#39;&#38;gt;&#38;quot;.$logo.&#38;quot;$sub&#38;lt;/a&#38;gt;&#38;lt;/$headline_type&#38;gt;&#38;quot;;
		}

		return $logo;
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace it with &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(!function_exists(&#38;#39;avia_logo&#38;#39;))
{
	/**
	 * return the logo of the theme. if a logo was uploaded and set at the backend options panel display it
	 * otherwise display the logo file linked in the css file for the .bg-logo class
	 * @return string the logo + url
	 */
	function avia_logo($use_image = &#38;quot;&#38;quot;, $sub = &#38;quot;&#38;quot;, $headline_type = &#38;quot;h1&#38;quot;)
	{
		$use_image = apply_filters(&#38;#39;avia_logo_filter&#38;#39;, $use_image);
		$headline_type = apply_filters(&#38;#39;avia_logo_headline_filter&#38;#39;, $headline_type);
		if($sub) $sub = &#38;quot;&#38;lt;span class=&#38;#39;subtext&#38;#39;&#38;gt;$sub&#38;lt;/span&#38;gt;&#38;quot;;

		if($logo = avia_get_option(&#38;#39;logo&#38;#39;))
		{
			 $logo = &#38;quot;&#38;lt;img src=&#38;quot;.$logo.&#38;quot; alt=&#38;#39;&#38;#39; /&#38;gt;&#38;quot;;
			 $logo = &#38;quot;&#38;lt;$headline_type class=&#38;#39;logo&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;http://www.kriesi.at&#38;#39;&#38;gt;&#38;quot;.$logo.&#38;quot;$sub&#38;lt;/a&#38;gt;&#38;lt;/$headline_type&#38;gt;&#38;quot;;
		}
		else
		{
			$logo = get_bloginfo(&#38;#39;name&#38;#39;);
			if($use_image) $logo = &#38;quot;&#38;lt;img src=&#38;quot;.$use_image.&#38;quot; alt=&#38;#39;&#38;#39; title=&#38;#39;$logo&#38;#39;/&#38;gt;&#38;quot;;
			$logo = &#38;quot;&#38;lt;$headline_type class=&#38;#39;logo bg-logo&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;http://www.kriesi.at&#38;#39;&#38;gt;&#38;quot;.$logo.&#38;quot;$sub&#38;lt;/a&#38;gt;&#38;lt;/$headline_type&#38;gt;&#38;quot;;
		}

		return $logo;
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can enter the URL on these parts of the code&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$logo = &#38;quot;&#38;lt;$headline_type class=&#38;#39;logo&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;http://www.kriesi.at&#38;#39;&#38;gt;&#38;quot;.$logo.&#38;quot;$sub&#38;lt;/a&#38;gt;&#38;lt;/$headline_type&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$logo = &#38;quot;&#38;lt;$headline_type class=&#38;#39;logo bg-logo&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;http://www.kriesi.at&#38;#39;&#38;gt;&#38;quot;.$logo.&#38;quot;$sub&#38;lt;/a&#38;gt;&#38;lt;/$headline_type&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Graffinis on "Change Logo URL to a New Address in Flashlight"</title>
			<link>http://www.kriesi.at/support/topic/change-logo-url-to-a-new-address-in-flashlight#post-107834</link>
			<pubDate>Mon, 29 Apr 2013 20:08:08 +0000</pubDate>
			<dc:creator>Graffinis</dc:creator>
			<guid isPermaLink="false">107834@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is there a way to change the url to another address in the Flashlight Theme specifically.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jeremygray2 on "Add URL to product images"</title>
			<link>http://www.kriesi.at/support/topic/add-url-to-slider-image#post-105794</link>
			<pubDate>Tue, 16 Apr 2013 17:48:56 +0000</pubDate>
			<dc:creator>jeremygray2</dc:creator>
			<guid isPermaLink="false">105794@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In reviewing this post, I realize I was not very clear in communicating what our problem is, but I did not see a way to delete or edit the post. So, please ignore this post. I will re-state the question under another thread.&#60;/p&#62;
&#60;p&#62;Thank you,&#60;br /&#62;
Lyana
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jeremygray2 on "Add URL to product images"</title>
			<link>http://www.kriesi.at/support/topic/add-url-to-slider-image#post-105779</link>
			<pubDate>Tue, 16 Apr 2013 15:57:44 +0000</pubDate>
			<dc:creator>jeremygray2</dc:creator>
			<guid isPermaLink="false">105779@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How can we add a url link to individual images, while maintaining your shop image style? We tried using your &#34;product&#34; element, (and like the presentation), but see no way to add a URL to each image. &#60;/p&#62;
&#60;p&#62;We need product images to lead to their respective product category pages (not just the product detail pages), because we will have one page dedicated to each category. (i.e.  a shoe image in our &#34;products by category&#34; section would lead to a page that shows all shoes in our store, and a hat image would lead to a page that shows all hats.)&#60;/p&#62;
&#60;p&#62;There doesn't appear to be a way to add url links to images loaded into the product section, only randomly generated images, based on categories chosen.&#60;/p&#62;
&#60;p&#62;We really love the shop feel of your product element. However, the only functional way to show an image with url was your logo/partner wall, that generates cropped images that don't have your shop style image thumbnails.&#60;/p&#62;
&#60;p&#62;What are we missing?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio - Change the URL"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-change-the-url#post-98335</link>
			<pubDate>Mon, 25 Feb 2013 06:42:12 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">98335@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Please report back if you need more help. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>slackbladder on "Portfolio - Change the URL"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-change-the-url#post-98244</link>
			<pubDate>Sun, 24 Feb 2013 12:00:34 +0000</pubDate>
			<dc:creator>slackbladder</dc:creator>
			<guid isPermaLink="false">98244@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Multimonkey,&#60;/p&#62;
&#60;p&#62;To change the slug for each single post item go to the Portfolio section in Angular / Theme Options:&#60;/p&#62;
&#60;p&#62;yoursite.com/wp-admin/admin.php?page=avia&#60;/p&#62;
&#60;p&#62;and change the default name (portfolio-item) to whatever you want.&#60;/p&#62;
&#60;p&#62;ex. yoursite.com/&#60;strong&#62;albums&#60;/strong&#62;/an_album_name&#60;/p&#62;
&#60;p&#62;To change the Portfolio slug name to Discography, go to:&#60;/p&#62;
&#60;p&#62;yoursite.com/wp-admin/edit.php?post_type=page&#60;/p&#62;
&#60;p&#62;and edit the Portfolio page by changing the title and the permalink underneath.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>multimonkey on "Portfolio - Change the URL"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-change-the-url#post-98241</link>
			<pubDate>Sun, 24 Feb 2013 11:11:05 +0000</pubDate>
			<dc:creator>multimonkey</dc:creator>
			<guid isPermaLink="false">98241@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;I'm looking to use the portfolio functionality for a discography - so the portfolio then sends the users to a seperate page to view more information.&#60;/p&#62;
&#60;p&#62;The url generated by default is &#34;portfolio&#34; which isn't suitable in my needs, how can I change this to something like &#34;discog&#34; instead?&#60;/p&#62;
&#60;p&#62;I couldn't find an assests file to change which I had previously done with a different theme&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bortz on "Twitter social media icon link"</title>
			<link>http://www.kriesi.at/support/topic/twitter-social-media-icon-link#post-95722</link>
			<pubDate>Thu, 07 Feb 2013 16:38:18 +0000</pubDate>
			<dc:creator>bortz</dc:creator>
			<guid isPermaLink="false">95722@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Searching before posting is always a fine idea ;-)&#60;/p&#62;
&#60;p&#62;Have found the solution here: &#60;a href=&#34;http://www.kriesi.at/support/topic/social-media-links-open-in-new-window#post-52503&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/social-media-links-open-in-new-window#post-52503&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks !&#60;/p&#62;
&#60;p&#62;cu&#60;br /&#62;
Tom&#60;/p&#62;
&#60;p&#62;PS - you can mark this solved !
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bortz on "Twitter social media icon link"</title>
			<link>http://www.kriesi.at/support/topic/twitter-social-media-icon-link#post-95666</link>
			<pubDate>Thu, 07 Feb 2013 12:33:07 +0000</pubDate>
			<dc:creator>bortz</dc:creator>
			<guid isPermaLink="false">95666@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael !&#60;/p&#62;
&#60;p&#62;Works like a charm !&#60;/p&#62;
&#60;p&#62;But I forgot to ask - could you please finetune it, to open in a new window (target=&#34;_blank&#34;)&#60;/p&#62;
&#60;p&#62;Thanks in advance !&#60;br /&#62;
Tom
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Twitter social media icon link"</title>
			<link>http://www.kriesi.at/support/topic/twitter-social-media-icon-link#post-95636</link>
			<pubDate>Thu, 07 Feb 2013 07:49:09 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">95636@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Open up header.php and search for following line:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if($twitter  = avia_get_option(&#38;#39;twitter&#38;#39;))  { $social ++; echo &#38;quot;&#38;lt;li class=&#38;#39;twitter&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;http://twitter.com/&#38;quot;.$twitter.&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Follow us on Twitter&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;; }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace it with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if($twitter  = avia_get_option(&#38;#39;twitter&#38;#39;))  { $social ++; echo &#38;quot;&#38;lt;li class=&#38;#39;twitter&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.$twitter.&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Follow us on Twitter&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;; }&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>bortz on "Twitter social media icon link"</title>
			<link>http://www.kriesi.at/support/topic/twitter-social-media-icon-link#post-95491</link>
			<pubDate>Wed, 06 Feb 2013 16:35:41 +0000</pubDate>
			<dc:creator>bortz</dc:creator>
			<guid isPermaLink="false">95491@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've been able to replace the social media icons as I need them.&#60;/p&#62;
&#60;p&#62;The only thing is that the twitter icon has a &#34;preformatted&#34; twitter.com URL assigned to it.&#60;/p&#62;
&#60;p&#62;I want to link it to &#34;http://www.agd.de&#34;   but it makes a &#34;http://twitter.com/http://www.agd.de&#34; out of it :-/&#60;/p&#62;
&#60;p&#62;You can see it here ... &#60;a href=&#34;http://www.christianbortz.de/&#34; rel=&#34;nofollow&#34;&#62;http://www.christianbortz.de/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Where can I delete the &#34;http://twitter.com&#34; assigned o the twitter icon ?&#60;/p&#62;
&#60;p&#62;Thanks in advance&#60;br /&#62;
Tom
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Tabs won&#039;t navigate to URL"</title>
			<link>http://www.kriesi.at/support/topic/tabs-wont-navigate-to-url#post-92980</link>
			<pubDate>Wed, 23 Jan 2013 10:36:47 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">92980@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Emerald_Magazine,&#60;/p&#62;
&#60;p&#62;Try to check Appearance &#38;gt; Menus and find the menu &#60;strong&#62;Second&#60;/strong&#62;. Then kindly check those two menu items.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Emerald_Magazine on "Tabs won&#039;t navigate to URL"</title>
			<link>http://www.kriesi.at/support/topic/tabs-wont-navigate-to-url#post-92890</link>
			<pubDate>Tue, 22 Jan 2013 19:19:34 +0000</pubDate>
			<dc:creator>Emerald_Magazine</dc:creator>
			<guid isPermaLink="false">92890@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;I was changing the logo on my website when I realized that the first two tabs on my site (Advertise and Contact) won't link to their proper URL. When I click on them they re-route to the home page. Why is this happening? And how do I fix it? &#60;/p&#62;
&#60;p&#62;Thank You
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Sorting portfolio on URL"</title>
			<link>http://www.kriesi.at/support/topic/sorting-portfolio-on-url#post-82703</link>
			<pubDate>Wed, 07 Nov 2012 16:11:43 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">82703@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I think the way you describe would be too involved, but a querystring/post submission type or 'get' looks feasible since the portfolio initially loads based on categories assigned to it in the backend, so that can be overridden to show just 1 category on initial load if there is a query string present. But this looks like something better handled by a freelance.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Sorting portfolio on URL"</title>
			<link>http://www.kriesi.at/support/topic/sorting-portfolio-on-url#post-82698</link>
			<pubDate>Wed, 07 Nov 2012 15:54:49 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">82698@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey M,&#60;/p&#62;
&#60;p&#62;No, not that I know of. I'm not sure any of the current isotop effects out have that kind of functionality since the sorting is all done live and is based off user input rather than an off/on type state.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>motylanogha on "Sorting portfolio on URL"</title>
			<link>http://www.kriesi.at/support/topic/sorting-portfolio-on-url#post-82651</link>
			<pubDate>Wed, 07 Nov 2012 12:45:58 +0000</pubDate>
			<dc:creator>motylanogha</dc:creator>
			<guid isPermaLink="false">82651@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi&#60;br /&#62;
Is there a chance to set porfolio view while entering the page via parameter - something like: &#60;a href=&#34;http://www.kriesi.at/themes/angular/template-files/portfolio-4-columns/#psd&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/angular/template-files/portfolio-4-columns/#psd&#60;/a&#62; ?&#60;/p&#62;
&#60;p&#62;Regards&#60;br /&#62;
M
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "how to make url same in all pages"</title>
			<link>http://www.kriesi.at/support/topic/how-to-make-url-same-in-all-pages#post-80453</link>
			<pubDate>Sat, 20 Oct 2012 06:14:08 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">80453@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi papachew,&#60;/p&#62;
&#60;p&#62;You can do that via an iframe. Here are some helpful links:&#60;br /&#62;
&#60;a href=&#34;http://www.w3schools.com/tags/tag_iframe.asp&#34; rel=&#34;nofollow&#34;&#62;http://www.w3schools.com/tags/tag_iframe.asp&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.htmlcodetutorial.com/frames/_IFRAME.html&#34; rel=&#34;nofollow&#34;&#62;http://www.htmlcodetutorial.com/frames/_IFRAME.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Here is what you need: (this is just an example)&#60;br /&#62;
URL of your abundance site: &#60;a href=&#34;http://papachew.com/abundance&#34; rel=&#34;nofollow&#34;&#62;http://papachew.com/abundance&#60;/a&#62;&#60;br /&#62;
URL of your main site: &#60;a href=&#34;http://papachew.com&#34; rel=&#34;nofollow&#34;&#62;http://papachew.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;First, you need to setup your abundance site, then on your main site, inside the body tag, you can add this code:&#60;br /&#62;
&#60;code&#62;&#38;lt;iframe id=&#38;quot;iframe&#38;quot; src=&#38;quot;http://papachew.com/abundance/&#38;quot; &#38;gt;&#38;lt;/iframe&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Hope this is helpful.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>papachew on "how to make url same in all pages"</title>
			<link>http://www.kriesi.at/support/topic/how-to-make-url-same-in-all-pages#post-80353</link>
			<pubDate>Fri, 19 Oct 2012 14:02:27 +0000</pubDate>
			<dc:creator>papachew</dc:creator>
			<guid isPermaLink="false">80353@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi,&#60;/p&#62;
&#60;p&#62;how can i make all my pages appear same url ...something like &#60;a href=&#34;http://www.kriesi.at/themedemo/?theme=abundance&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themedemo/?theme=abundance&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;thxs
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Changing URL without getin 404 Error"</title>
			<link>http://www.kriesi.at/support/topic/changing-url-without-getin-404-error#post-79928</link>
			<pubDate>Tue, 16 Oct 2012 08:05:04 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">79928@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi A,&#60;/p&#62;
&#60;p&#62;Thanks for the info. :) &#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>evantage on "Changing URL without getin 404 Error"</title>
			<link>http://www.kriesi.at/support/topic/changing-url-without-getin-404-error#post-79896</link>
			<pubDate>Tue, 16 Oct 2012 05:32:57 +0000</pubDate>
			<dc:creator>evantage</dc:creator>
			<guid isPermaLink="false">79896@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;@ReiniF&#60;/p&#62;
&#60;p&#62;Try this plugin, it's working for me..&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/redirection/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/redirection/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;hope it helps..&#60;/p&#62;
&#60;p&#62;A
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Changing URL without getin 404 Error"</title>
			<link>http://www.kriesi.at/support/topic/changing-url-without-getin-404-error#post-78683</link>
			<pubDate>Fri, 05 Oct 2012 16:34:12 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">78683@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ReiniF,&#60;/p&#62;
&#60;p&#62;You can probably set up some new rules in your htaccess file to redirect visitors from the old URL to the new one but it depends a lot on how the whole thing is done.&#60;/p&#62;
&#60;p&#62;I would advise talking to your hosting provider to get some guidance on how best to make sure old links are redirected to your new site in the best way. I don't want to give out any specific advise or code as it could cause major issues if it isn't exactly tailored to your setup.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ReiniF on "Changing URL without getin 404 Error"</title>
			<link>http://www.kriesi.at/support/topic/changing-url-without-getin-404-error#post-78512</link>
			<pubDate>Thu, 04 Oct 2012 07:02:43 +0000</pubDate>
			<dc:creator>ReiniF</dc:creator>
			<guid isPermaLink="false">78512@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael, thanks, I use exactly this structure. I am not sure but when I change from &#60;a href=&#34;http://www.oldURL/postname&#34; rel=&#34;nofollow&#34;&#62;http://www.oldURL/postname&#60;/a&#62; to &#60;a href=&#34;http://www.newULR/postname&#34; rel=&#34;nofollow&#34;&#62;http://www.newULR/postname&#60;/a&#62; I am afraid visitors linked  from search engines wan`t find the requested site because of the different URL name. Am I wrong with this?&#60;br /&#62;
Regards, ReiniF
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Changing URL without getin 404 Error"</title>
			<link>http://www.kriesi.at/support/topic/changing-url-without-getin-404-error#post-78496</link>
			<pubDate>Thu, 04 Oct 2012 05:58:21 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">78496@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ReiniF,&#60;/p&#62;
&#60;p&#62;Try to change your permalink settings. Change it to custom structure and use this structure:&#60;br /&#62;
&#60;code&#62;/% category% /% postname%/&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ReiniF on "Changing URL without getin 404 Error"</title>
			<link>http://www.kriesi.at/support/topic/changing-url-without-getin-404-error#post-78391</link>
			<pubDate>Wed, 03 Oct 2012 13:47:21 +0000</pubDate>
			<dc:creator>ReiniF</dc:creator>
			<guid isPermaLink="false">78391@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I hope the question is ok here, I am using Angular Theme but I have a general question : I want to change my URL to an other name. I see there are problems with the names of the links from outsite (Google etc.). I am afraid when changing the URL all links will get permanent lost and people will get the 404 Error. After moving my site from joomla to wordpress I used the Redirection Tool which did what it says. But I am a bit afraid, that the performance of the site will go down when I do the same for the nwe URL. Is there any smarter way to keep the old URL Links working and  enable me to display the new site URL as well? Thanks for help !
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "404 custom and login"</title>
			<link>http://www.kriesi.at/support/topic/404-custom-and-login#post-77764</link>
			<pubDate>Fri, 28 Sep 2012 10:59:44 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">77764@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;On your includes folder there is file called error404.php.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "404 custom and login"</title>
			<link>http://www.kriesi.at/support/topic/404-custom-and-login#post-77765</link>
			<pubDate>Fri, 28 Sep 2012 10:59:44 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">77765@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;On your includes folder there is file called error404.php. You might also want to check 404.php.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
