<?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 - Topic: Image on Mega Menu</title>
		<link>http://www.kriesi.at/support/topic/image-on-mega-menu</link>
		<description>Support Forum - Topic: Image on Mega Menu</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 10:36:36 +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/topic/image-on-mega-menu" rel="self" type="application/rss+xml" />

		<item>
			<title>stevensonnenberg on "Image on Mega Menu"</title>
			<link>http://www.kriesi.at/support/topic/image-on-mega-menu#post-21689</link>
			<pubDate>Wed, 29 Jun 2011 06:09:29 +0000</pubDate>
			<dc:creator>stevensonnenberg</dc:creator>
			<guid isPermaLink="false">21689@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;you can go to &#60;a href=&#34;http://www.awardco.com&#34; rel=&#34;nofollow&#34;&#62;http://www.awardco.com&#60;/a&#62; and hover over retirement programs to see what I see
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stevensonnenberg on "Image on Mega Menu"</title>
			<link>http://www.kriesi.at/support/topic/image-on-mega-menu#post-21688</link>
			<pubDate>Wed, 29 Jun 2011 06:07:13 +0000</pubDate>
			<dc:creator>stevensonnenberg</dc:creator>
			<guid isPermaLink="false">21688@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am trying to do the same thing by putting images in the mega menu. I pasted the code into my functions.php, I then put the shortcode in the text of the mega menu and it just shows me the raw shortcode.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Image on Mega Menu"</title>
			<link>http://www.kriesi.at/support/topic/image-on-mega-menu#post-21552</link>
			<pubDate>Sat, 25 Jun 2011 16:50:38 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">21552@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Add following code to functions.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function inoplugs_img($atts, $content = &#38;quot;&#38;quot;, $shortcodename = &#38;quot;&#38;quot;) {
        extract(shortcode_atts(array(
            &#38;quot;url&#38;quot; =&#38;gt; &#38;#39;&#38;#39;,
            &#38;quot;img&#38;quot; =&#38;gt; &#38;#39;&#38;#39;
        ), $atts));
        return &#38;#39;&#38;lt;a href=&#38;quot;&#38;#39;.$url.&#38;#39;&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;&#38;#39;.$img.&#38;#39;&#38;quot; alt=&#38;quot;&#38;quot; title=&#38;quot;&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#38;#39;;
    }  

add_shortcode(&#38;#39;imglink&#38;#39;,&#38;#39;inoplugs_img&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and use the shortcode like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[imglink url=&#38;quot;http://google.com&#38;quot; img=&#38;quot;my.image.jpg&#38;quot;]&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>creativeluv on "Image on Mega Menu"</title>
			<link>http://www.kriesi.at/support/topic/image-on-mega-menu#post-21518</link>
			<pubDate>Fri, 24 Jun 2011 17:05:46 +0000</pubDate>
			<dc:creator>creativeluv</dc:creator>
			<guid isPermaLink="false">21518@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Any idea on how I can add link on the image?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>creativeluv on "Image on Mega Menu"</title>
			<link>http://www.kriesi.at/support/topic/image-on-mega-menu#post-21249</link>
			<pubDate>Mon, 20 Jun 2011 06:52:27 +0000</pubDate>
			<dc:creator>creativeluv</dc:creator>
			<guid isPermaLink="false">21249@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there, &#60;/p&#62;
&#60;p&#62;How may I allow the image to be linked to other URL? I want the users able to click on the image as well.&#60;br /&#62;
Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Image on Mega Menu"</title>
			<link>http://www.kriesi.at/support/topic/image-on-mega-menu#post-18581</link>
			<pubDate>Fri, 06 May 2011 05:56:32 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">18581@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Cool. Just ask if you've any other questions :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>knoalias on "Image on Mega Menu"</title>
			<link>http://www.kriesi.at/support/topic/image-on-mega-menu#post-18543</link>
			<pubDate>Fri, 06 May 2011 02:36:26 +0000</pubDate>
			<dc:creator>knoalias</dc:creator>
			<guid isPermaLink="false">18543@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;ok. will do.&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Image on Mega Menu"</title>
			<link>http://www.kriesi.at/support/topic/image-on-mega-menu#post-18509</link>
			<pubDate>Thu, 05 May 2011 12:41:37 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">18509@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I've tested it myself and it didn't work for me too. Maybe the problem is caused by the content importer. You have to alter the menu or delete the original menu and create a new one.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>knoalias on "Image on Mega Menu"</title>
			<link>http://www.kriesi.at/support/topic/image-on-mega-menu#post-18466</link>
			<pubDate>Thu, 05 May 2011 02:29:55 +0000</pubDate>
			<dc:creator>knoalias</dc:creator>
			<guid isPermaLink="false">18466@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
I have question about the menu. Is it possible to use my own menu but still keep the mega menu there as a reference?  When I try to switch the &#34;main menu&#34; in WP nothing happens&#60;/p&#62;
&#60;p&#62;-thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Image on Mega Menu"</title>
			<link>http://www.kriesi.at/support/topic/image-on-mega-menu#post-18411</link>
			<pubDate>Wed, 04 May 2011 05:59:34 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">18411@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that it's working now :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>i4 on "Image on Mega Menu"</title>
			<link>http://www.kriesi.at/support/topic/image-on-mega-menu#post-18395</link>
			<pubDate>Wed, 04 May 2011 05:06:28 +0000</pubDate>
			<dc:creator>i4</dc:creator>
			<guid isPermaLink="false">18395@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Dude, it is working. Can you have a look another topic that i have posted? its about homepgae blog section and some missing captions.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Image on Mega Menu"</title>
			<link>http://www.kriesi.at/support/topic/image-on-mega-menu#post-18390</link>
			<pubDate>Wed, 04 May 2011 04:57:10 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">18390@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try to upload the unmodified functions.php and paste following code at the very bottom:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function avia_sc_img($atts, $content = &#38;quot;&#38;quot;, $shortcodename = &#38;quot;&#38;quot;){
                return &#38;#39;&#38;lt;img src=&#38;quot;&#38;#39;.$atts[&#38;#39;src&#38;#39;].&#38;#39;&#38;quot; alt=&#38;quot;&#38;quot; /&#38;gt;&#38;#39;;
}

add_shortcode(&#38;#39;img&#38;#39;,&#38;#39;avia_sc_img&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>i4 on "Image on Mega Menu"</title>
			<link>http://www.kriesi.at/support/topic/image-on-mega-menu#post-18363</link>
			<pubDate>Tue, 03 May 2011 20:22:28 +0000</pubDate>
			<dc:creator>i4</dc:creator>
			<guid isPermaLink="false">18363@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;ok its not working though, after i setup functions.php just like you pasted, after that when i am using media library image uploader i received error:&#60;/p&#62;
&#60;p&#62;Warning: Cannot modify header information - headers already sent by (output started at /home/sweetwpn/public_html/testi/wp-content/themes/brightbox/functions.php:1) in /home/sweetwpn/public_html/testi/wp-admin/async-upload.php on line 26&#60;br /&#62;
857&#60;/p&#62;
&#60;p&#62;Menu is working ok and images are uploaded but that error shows after image has uploaded 100%
&#60;/p&#62;</description>
		</item>
		<item>
			<title>i4 on "Image on Mega Menu"</title>
			<link>http://www.kriesi.at/support/topic/image-on-mega-menu#post-18361</link>
			<pubDate>Tue, 03 May 2011 20:18:24 +0000</pubDate>
			<dc:creator>i4</dc:creator>
			<guid isPermaLink="false">18361@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, its working.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Image on Mega Menu"</title>
			<link>http://www.kriesi.at/support/topic/image-on-mega-menu#post-18355</link>
			<pubDate>Tue, 03 May 2011 19:44:12 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">18355@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I posted the corrected version here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastebin.com/F9ZDrZrY&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/F9ZDrZrY&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>i4 on "Image on Mega Menu"</title>
			<link>http://www.kriesi.at/support/topic/image-on-mega-menu#post-18330</link>
			<pubDate>Tue, 03 May 2011 11:00:45 +0000</pubDate>
			<dc:creator>i4</dc:creator>
			<guid isPermaLink="false">18330@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://pastebin.com/tBXYq9Ld&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/tBXYq9Ld&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Image on Mega Menu"</title>
			<link>http://www.kriesi.at/support/topic/image-on-mega-menu#post-18329</link>
			<pubDate>Tue, 03 May 2011 10:11:10 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">18329@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Assuming you copied / pasted the code exactly as it was there shouldn't be an error like this. Can you upload the content of functions.php to &#60;a href=&#34;http://pastebin.com&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com&#60;/a&#62; and link back to it here?&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>i4 on "Image on Mega Menu"</title>
			<link>http://www.kriesi.at/support/topic/image-on-mega-menu#post-18309</link>
			<pubDate>Tue, 03 May 2011 05:12:40 +0000</pubDate>
			<dc:creator>i4</dc:creator>
			<guid isPermaLink="false">18309@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Kriesi, i were wondering just the same thing as ceativeluv - but when i add your pastie to functions i receive and error: Parse error: syntax error, unexpected T_STRING in /home/sweetwpn/public_html/testi/wp-content/themes/brightbox/functions.php on line 103
&#60;/p&#62;</description>
		</item>
		<item>
			<title>creativeluv on "Image on Mega Menu"</title>
			<link>http://www.kriesi.at/support/topic/image-on-mega-menu#post-17580</link>
			<pubDate>Fri, 22 Apr 2011 14:11:44 +0000</pubDate>
			<dc:creator>creativeluv</dc:creator>
			<guid isPermaLink="false">17580@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks guys! It's working great :)&#60;/p&#62;
&#60;p&#62;As for the main menu, I did select it from the drop down.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Image on Mega Menu"</title>
			<link>http://www.kriesi.at/support/topic/image-on-mega-menu#post-17517</link>
			<pubDate>Thu, 21 Apr 2011 16:36:01 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">17517@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Unfortunatley wordpress strips the html code and I wasnt able to identify were the filter is applied yet. The only quick solution I can think of is to create an image shortcode. shortcode in general work and a img shortcode wouldnt be recognized as html tag:&#60;/p&#62;
&#60;p&#62;if you add this to your functions.php file you should be able to use images:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastie.org/1819752&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/1819752&#60;/a&#62;&#60;br /&#62;
use it that way:&#60;/p&#62;
&#60;pre&#62;
[img src='path/to/image.jpg']
&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Dude on "Image on Mega Menu"</title>
			<link>http://www.kriesi.at/support/topic/image-on-mega-menu#post-17504</link>
			<pubDate>Thu, 21 Apr 2011 14:37:16 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">17504@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
1) I think this isn't possible at the moment - I'll ask Kriesi though.&#60;/p&#62;
&#60;p&#62;2)Did you choose the main menu (menu Broadscope should use as main menu) on the left side (drop down box in the menu manager/editor).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>creativeluv on "Image on Mega Menu"</title>
			<link>http://www.kriesi.at/support/topic/image-on-mega-menu#post-17465</link>
			<pubDate>Wed, 20 Apr 2011 17:01:34 +0000</pubDate>
			<dc:creator>creativeluv</dc:creator>
			<guid isPermaLink="false">17465@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;1) Is it possible to add image on the mega menu? I tried using the &#60;img src /&#62; code and paste it in the description box, but to no avail.&#60;/p&#62;
&#60;p&#62;2) I currently have three menus, and I've set one of them as the main menu, the rest are for the custom menu on footer widgets. Instead of showing the Main Menu as the main menu, it has showed my other menu as the main navigation. Might be a bug or conflict?&#60;/p&#62;
&#60;p&#62;Please advise.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Dee
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
