<?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 &#124; ThemeFuse &#187; User Favorites: MissZougou</title>
		<link><a href='http://themefuse.com/forum/profile/misszougou'>misszougou</a></link>
		<description>Best place for theme related questions</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 17:52:48 +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://themefuse.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://themefuse.com/forum/rss/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>MissZougou on "SEO configuration"</title>
			<link>http://themefuse.com/forum/welcomeinn-wp/seo-configuration#post-52343</link>
			<pubDate>Mon, 11 Jun 2012 19:41:45 +0000</pubDate>
			<dc:creator>MissZougou</dc:creator>
			<guid isPermaLink="false">52343@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;My mistake...&#60;br /&#62;
SEO configuration works fine finally...
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>MissZougou on "SEO configuration"</title>
			<link>http://themefuse.com/forum/welcomeinn-wp/seo-configuration#post-52289</link>
			<pubDate>Mon, 11 Jun 2012 08:32:25 +0000</pubDate>
			<dc:creator>MissZougou</dc:creator>
			<guid isPermaLink="false">52289@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi !&#60;/p&#62;
&#60;p&#62;I'm having trouble to configure SEO using the WelcomeInn wordpress theme.&#60;br /&#62;
The SEO options are available (FuseFramework - General)&#60;br /&#62;
The Meta Data for Homepage are filled, but if i look in the source code of my homepage there are no changes.&#60;/p&#62;
&#60;p&#62;Also the indexation option of WP is available, but again in the source code, i have :&#60;br /&#62;
&#60;code&#62;&#38;lt;meta&#60;br /&#62;
name='robots' content='noindex,nofollow' /&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I'm using W3 Total Cache plugin, so maybe the problem is related to this plugin ?&#60;/p&#62;
&#60;p&#62;Can someone help me to fix these problems ?&#60;br /&#62;
Thanks in advance !
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>George on "Skin Submit Button"</title>
			<link>http://themefuse.com/forum/welcomeinn-wp/skin-submit-button#post-49501</link>
			<pubDate>Tue, 22 May 2012 22:17:27 +0000</pubDate>
			<dc:creator>George</dc:creator>
			<guid isPermaLink="false">49501@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can add another background image, because the button is an image, even the &#34;Submit&#34; text is image.&#60;/p&#62;
&#60;p&#62;To change to set image, write this code in the background properties:&#60;br /&#62;

&#60;div class=&#34;box forum&#34;&#62;
&#60;div class=&#34;box-top&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;div class=&#34;box-content&#34;&#62;
&#60;pre class=&#34;brush: css; gutter: false; first-line: 1; auto-links: false &#34;&#62;
url(IMAGE SOURCE) 0 0 no-repeat;
&#60;/pre&#62;
&#60;/div&#62;
&#60;div class=&#34;box-bot&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;/div&#62;&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
George
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>MissZougou on "Skin Submit Button"</title>
			<link>http://themefuse.com/forum/welcomeinn-wp/skin-submit-button#post-49434</link>
			<pubDate>Tue, 22 May 2012 13:25:52 +0000</pubDate>
			<dc:creator>MissZougou</dc:creator>
			<guid isPermaLink="false">49434@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Thanks George !&#60;/p&#62;
&#60;p&#62;Yeah, i found this part in css file, but i still can't find what to write as PROPERTIES to skin the submit button like the hover effect on a select item.&#60;/p&#62;
&#60;p&#62;Never mind, i'll find a way !
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>George on "Skin Submit Button"</title>
			<link>http://themefuse.com/forum/welcomeinn-wp/skin-submit-button#post-49331</link>
			<pubDate>Mon, 21 May 2012 19:09:41 +0000</pubDate>
			<dc:creator>George</dc:creator>
			<guid isPermaLink="false">49331@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Find this code in the style.css file:&#60;br /&#62;

&#60;div class=&#34;box forum&#34;&#62;
&#60;div class=&#34;box-top&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;div class=&#34;box-content&#34;&#62;
&#60;pre class=&#34;brush: css; gutter: false; first-line: 1; auto-links: false &#34;&#62;
.btn-submit, .newsletter_box .btn-submit {
	float:left;
	background:url(images/btn_submit.gif) 0 0 no-repeat #a9c542;
	color:#344c01;
	width:111px;
	height:32px;
	text-indent:-400px;
	cursor:pointer}
&#60;/pre&#62;
&#60;/div&#62;
&#60;div class=&#34;box-bot&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;/div&#62;&#60;br /&#62;
and below this code add this code:&#60;br /&#62;

&#60;div class=&#34;box forum&#34;&#62;
&#60;div class=&#34;box-top&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;div class=&#34;box-content&#34;&#62;
&#60;pre class=&#34;brush: css; gutter: false; first-line: 1; auto-links: false &#34;&#62;
.btn-submit:hover, .newsletter_box .btn-submit:hover 
{
background: ADD PROPERTIES; 
}
&#60;/pre&#62;
&#60;/div&#62;
&#60;div class=&#34;box-bot&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;/div&#62;&#60;br /&#62;
and add the properties you need.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
George
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>MissZougou on "Skin Submit Button"</title>
			<link>http://themefuse.com/forum/welcomeinn-wp/skin-submit-button#post-49268</link>
			<pubDate>Mon, 21 May 2012 12:23:25 +0000</pubDate>
			<dc:creator>MissZougou</dc:creator>
			<guid isPermaLink="false">49268@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I would like to skin the submit button like the hover effect on a select item (green background with linear gradient).&#60;/p&#62;
&#60;p&#62;I looked in &#34;ui.selectmenu.css&#34;, but didn't find anything...&#60;/p&#62;
&#60;p&#62;Thanks in advance !&#60;/p&#62;
&#60;p&#62;EDIT :&#60;br /&#62;
Sorry, i just saw that i've posted in the wrong category.&#60;br /&#62;
I'm using WP theme, not HTML theme...
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>MissZougou on "Shortcode NIVOSLIDE issue"</title>
			<link>http://themefuse.com/forum/welcomeinn-wp/shortcode-nivoslide-issue#post-48681</link>
			<pubDate>Wed, 16 May 2012 07:55:50 +0000</pubDate>
			<dc:creator>MissZougou</dc:creator>
			<guid isPermaLink="false">48681@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;OK !&#60;br /&#62;
Thanks again !
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Max on "Shortcode NIVOSLIDE issue"</title>
			<link>http://themefuse.com/forum/welcomeinn-wp/shortcode-nivoslide-issue#post-48267</link>
			<pubDate>Sun, 13 May 2012 21:04:47 +0000</pubDate>
			<dc:creator>Max</dc:creator>
			<guid isPermaLink="false">48267@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
folder is located in wp-content/themes directory, you can remove it from there. But from theme folder you don't need to remove anything.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Max.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>MissZougou on "Shortcode NIVOSLIDE issue"</title>
			<link>http://themefuse.com/forum/welcomeinn-wp/shortcode-nivoslide-issue#post-48221</link>
			<pubDate>Sun, 13 May 2012 16:48:11 +0000</pubDate>
			<dc:creator>MissZougou</dc:creator>
			<guid isPermaLink="false">48221@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Just an another question...&#60;br /&#62;
On my web server, i have a folder called 'library' in the folder 'wp-content/themes/welcome_inn'&#60;/p&#62;
&#60;p&#62;This folder contains only one file 'slides.php'&#60;/p&#62;
&#60;p&#62;I can remove this folder safely...&#60;br /&#62;
Right ?
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>MissZougou on "Shortcode NIVOSLIDE issue"</title>
			<link>http://themefuse.com/forum/welcomeinn-wp/shortcode-nivoslide-issue#post-48220</link>
			<pubDate>Sun, 13 May 2012 16:43:56 +0000</pubDate>
			<dc:creator>MissZougou</dc:creator>
			<guid isPermaLink="false">48220@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi Max !&#60;/p&#62;
&#60;p&#62;Yup the problem was there.&#60;br /&#62;
By removing this line, the shortcode and the NextGen Gallery plugin worked but not my adipoli plugin.&#60;br /&#62;
I had to replace '$' by 'jQuery' in the call of my adipoli script to get the script working.&#60;/p&#62;
&#60;p&#62;Thanks a lot for your help Max ! Great support !
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Max on "Shortcode NIVOSLIDE issue"</title>
			<link>http://themefuse.com/forum/welcomeinn-wp/shortcode-nivoslide-issue#post-48068</link>
			<pubDate>Fri, 11 May 2012 23:05:02 +0000</pubDate>
			<dc:creator>Max</dc:creator>
			<guid isPermaLink="false">48068@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
the problem is in this code:&#60;br /&#62;

&#60;div class=&#34;box forum&#34;&#62;
&#60;div class=&#34;box-top&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;div class=&#34;box-content&#34;&#62;
&#60;pre class=&#34;brush: php; gutter: false; first-line: 1; auto-links: false &#34;&#62;
&#38;lt;script src=&#38;quot;&#38;lt;?php bloginfo(&#38;#039;template_directory&#38;#039;) ?&#38;gt;/adipoli/jquery-1.7.1.js&#38;quot; type=&#38;quot;text/javascript&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#60;/pre&#62;
&#60;/div&#62;
&#60;div class=&#34;box-bot&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;/div&#62;&#60;br /&#62;
The theme loads wordpress jquery already and you load it one more time there. This create a conflict. Just remove this line of code and all would be fine.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Max.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>MissZougou on "Shortcode NIVOSLIDE issue"</title>
			<link>http://themefuse.com/forum/welcomeinn-wp/shortcode-nivoslide-issue#post-47974</link>
			<pubDate>Fri, 11 May 2012 09:16:24 +0000</pubDate>
			<dc:creator>MissZougou</dc:creator>
			<guid isPermaLink="false">47974@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi Max !&#60;br /&#62;
You'll find the files that were changed in the PDF attached to this message.&#60;br /&#62;
I managed to find where the problem is located.&#60;/p&#62;
&#60;p&#62;The conflict comes from the ADIPOLI script (jquery plugin) called in footer.php.&#60;br /&#62;
If i disable the call to adipoli/jquery-1.7.1.js script, the nivoslider works but my plugin does not work anymore...&#60;/p&#62;
&#60;p&#62;Got an idea how to fix this ?&#60;br /&#62;
I'm aware now this is not a theme issue, but i really appreciate if you can help me with this problem...&#60;/p&#62;
&#60;p&#62;Thanks for your time !&#60;/p&#62;
&#60;p&#62;EDIT : I can't manage to upload a PDF or a JPG file...&#60;br /&#62;
Got an email address if you still need the list of files edited ?
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Max on "Shortcode NIVOSLIDE issue"</title>
			<link>http://themefuse.com/forum/welcomeinn-wp/shortcode-nivoslide-issue#post-47950</link>
			<pubDate>Fri, 11 May 2012 01:41:11 +0000</pubDate>
			<dc:creator>Max</dc:creator>
			<guid isPermaLink="false">47950@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
the problem is in the changes that were made in theme files. I've uploaded default theme there and it works. Please let me know what files were changed and I would help with this problem.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Max.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>MissZougou on "Shortcode NIVOSLIDE issue"</title>
			<link>http://themefuse.com/forum/welcomeinn-wp/shortcode-nivoslide-issue#post-47872</link>
			<pubDate>Thu, 10 May 2012 15:40:35 +0000</pubDate>
			<dc:creator>MissZougou</dc:creator>
			<guid isPermaLink="false">47872@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Here are the ftp details.&#60;br /&#62;
The host folder is : www/demo/&#60;/p&#62;
&#60;p&#62;Could you please tell me which files you've edited once you finished ?&#60;br /&#62;
Thanks for your help !
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>George on "Shortcode NIVOSLIDE issue"</title>
			<link>http://themefuse.com/forum/welcomeinn-wp/shortcode-nivoslide-issue#post-47861</link>
			<pubDate>Thu, 10 May 2012 14:48:25 +0000</pubDate>
			<dc:creator>George</dc:creator>
			<guid isPermaLink="false">47861@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please provide ftp details, to make some changes.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
George
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>MissZougou on "Shortcode NIVOSLIDE issue"</title>
			<link>http://themefuse.com/forum/welcomeinn-wp/shortcode-nivoslide-issue#post-47821</link>
			<pubDate>Thu, 10 May 2012 08:27:50 +0000</pubDate>
			<dc:creator>MissZougou</dc:creator>
			<guid isPermaLink="false">47821@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Forgot to tell you where the issue is located...&#60;br /&#62;
&#60;a&#62;http://www.demo.webozenith.com/hotel-de-la-plage/chambre-triple&#60;/a&#62;
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>MissZougou on "Shortcode NIVOSLIDE issue"</title>
			<link>http://themefuse.com/forum/welcomeinn-wp/shortcode-nivoslide-issue#post-47820</link>
			<pubDate>Thu, 10 May 2012 08:22:42 +0000</pubDate>
			<dc:creator>MissZougou</dc:creator>
			<guid isPermaLink="false">47820@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi !&#60;br /&#62;
I'm having a jQuery error by inserting the shortcode Nivoslide into a post.&#60;br /&#62;
jQuery(&#34;#1826678961&#34;).nivoSlider is not a function&#60;/p&#62;
&#60;p&#62;The div.nivo_border is well displayed but is empty (no images).&#60;/p&#62;
&#60;p&#62;Got an idea to fix the problem ?&#60;br /&#62;
Thanks in advance for your response !
&#60;/p&#62;
</description>
		</item>

	</channel>
</rss>
