<?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 - User Favorites: myworkpool</title>
		<link><a href='http://www.kriesi.at/support/profile/myworkpool'>myworkpool</a></link>
		<description>Support Forum - User Favorites: myworkpool</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 04:27:16 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Get URL link of first featured image"</title>
			<link>http://www.kriesi.at/support/topic/get-url-link-of-first-featured-image#post-59652</link>
			<pubDate>Mon, 11 Jun 2012 05:35:45 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">59652@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Thanks for the hint. I'm sure it will help other users too. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>myworkpool on "Get URL link of first featured image"</title>
			<link>http://www.kriesi.at/support/topic/get-url-link-of-first-featured-image#post-59570</link>
			<pubDate>Sun, 10 Jun 2012 09:25:35 +0000</pubDate>
			<dc:creator>myworkpool</dc:creator>
			<guid isPermaLink="false">59570@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for your suggestion &#60;/p&#62;
&#60;p&#62;I have addition information to suggest:&#60;/p&#62;
&#60;p&#62;$slides[0]['slideshow_link']   --  will return the type of 'link' you selected from the drop down slide menu (a green box) &#60;/p&#62;
&#60;p&#62;to get its link  you must use $slides[0]['slideshow_link_url']  or $slides[0]['slideshow_link_page']  depend on which type does the user selected.&#60;/p&#62;
&#60;p&#62;To get life easier, I use &#34;switch&#34;   Here is an example:&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
$slide_set = avia_post_meta($pageid, 'slideshow');&#60;/p&#62;
&#60;p&#62;	//GET URL OF THE FIRST SLIDE SHOW&#60;/p&#62;
&#60;p&#62;	$linktype = $slide_set[0]['slideshow_link'];&#60;br /&#62;
	$linkslide = &#34;&#34;;&#60;/p&#62;
&#60;p&#62;	switch($linktype) {&#60;br /&#62;
		case &#34;url&#34;:	 $linkslide = $slide_set[0]['slideshow_link_url'];&#60;br /&#62;
		break;&#60;/p&#62;
&#60;p&#62;		case &#34;page&#34;: $linkslide = get_page_link($slide_set[0]['slideshow_link_page']);&#60;br /&#62;
		break;&#60;/p&#62;
&#60;p&#62;		default: $linkslide = &#34;#&#34;;&#60;br /&#62;
	} &#60;/p&#62;
&#60;p&#62;	//print_r (array_keys($slide_set[0])); // DISPLY ALL KEYS IN ARRAY #debug&#60;br /&#62;
	$result .= &#34;&#60;a href='&#34; . $linkslide . &#34;'&#62;&#34;;&#60;br /&#62;
&#60;/code&#62;&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Get URL link of first featured image"</title>
			<link>http://www.kriesi.at/support/topic/get-url-link-of-first-featured-image#post-58042</link>
			<pubDate>Wed, 30 May 2012 05:38:47 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">58042@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; You can get the slide link with following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$slides = avia_post_meta(get_the_ID(), &#38;#39;slideshow&#38;#39;);
$link = $slides[0][&#38;#39;slideshow_link&#38;#39;];&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can then echo $link somewhere :) &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>myworkpool on "Get URL link of first featured image"</title>
			<link>http://www.kriesi.at/support/topic/get-url-link-of-first-featured-image#post-57694</link>
			<pubDate>Sun, 27 May 2012 04:23:21 +0000</pubDate>
			<dc:creator>myworkpool</dc:creator>
			<guid isPermaLink="false">57694@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dear Corona team,  I'm waiting for your suggestion to solve this problem.&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>myworkpool on "Get URL link of first featured image"</title>
			<link>http://www.kriesi.at/support/topic/get-url-link-of-first-featured-image#post-57126</link>
			<pubDate>Wed, 23 May 2012 02:34:56 +0000</pubDate>
			<dc:creator>myworkpool</dc:creator>
			<guid isPermaLink="false">57126@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'd like to know how to get the URL of the link in the first of featured image.&#60;br /&#62;
i.e.  the user has selected to link to a page or custom URL using your featured image widget. I want that URL&#60;/p&#62;
&#60;p&#62;thanks in advance
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Main menu item should be hightlighted when on its child page"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-item-should-be-hightlighted-when-on-its-child-page#post-54701</link>
			<pubDate>Fri, 04 May 2012 17:14:16 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">54701@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great! Glad that worked :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Main menu item should be hightlighted when on its child page"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-item-should-be-hightlighted-when-on-its-child-page#post-54347</link>
			<pubDate>Wed, 02 May 2012 16:20:48 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">54347@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;sorry, forgot to clear my cache, these CSS works fine for this!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Main menu item should be hightlighted when on its child page"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-item-should-be-hightlighted-when-on-its-child-page#post-54346</link>
			<pubDate>Wed, 02 May 2012 16:18:17 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">54346@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I would like to have the main menu item highlighted with my link color when I am at its child page.&#60;/p&#62;
&#60;p&#62;I have added this code to my custom.css, but it has no effect:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
.current-menu-item a {&#60;br /&#62;
color: #444444;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.main_menu li.current-menu-parent a, .main_menu li.current-menu-ancestor a{&#60;br /&#62;
    color: #a882bd; !important; /* highlight color */&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.main_menu li.current-menu-parent ul li.current-menu-item a, .main_menu li.current-menu-ancestor ul li.current-menu-item a {&#60;br /&#62;
    color: #a882bd; !important; /* highlight color */&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.main_menu li.current-menu-parent ul li a, .main_menu li.current-menu-ancestor ul li a {&#60;br /&#62;
    color: #a882bd;  !important; /* default nav link color */&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>myworkpool on "Problem with Submenu overlap with Slider"</title>
			<link>http://www.kriesi.at/support/topic/problem-with-submenu-overlap-with-slider#post-33199</link>
			<pubDate>Sun, 27 Nov 2011 06:02:36 +0000</pubDate>
			<dc:creator>myworkpool</dc:creator>
			<guid isPermaLink="false">33199@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've tried several time editing this issue, a top dropdown submenu has been overlapped by the image slider.&#60;/p&#62;
&#60;p&#62;The example was in this URL:&#60;br /&#62;
&#60;a href=&#34;http://www.gentedutainment.com/homepage/&#34; rel=&#34;nofollow&#34;&#62;http://www.gentedutainment.com/homepage/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;To reproduce error, please hover your mouse over the &#34;Gent Service&#34; menu, it should float over the slider by normally.&#60;/p&#62;
&#60;p&#62;If you have any suggestion, I'd love to.&#60;/p&#62;
&#60;p&#62;Myworkpool
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
