<?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: coherence - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/coherence</link>
		<description>Support Forum - Tag: coherence - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 06:24:30 +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/coherence" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Coherence, form style, plugin advance wp query search filter"</title>
			<link>http://www.kriesi.at/support/topic/coherence-form-style-plugin-advance-wp-query-search-filter#post-111297</link>
			<pubDate>Wed, 15 May 2013 05:35:22 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">111297@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; We'll close this thread now to avoid cross-posting. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>glhu on "Coherence, form style, plugin advance wp query search filter"</title>
			<link>http://www.kriesi.at/support/topic/coherence-form-style-plugin-advance-wp-query-search-filter#post-111113</link>
			<pubDate>Tue, 14 May 2013 12:21:11 +0000</pubDate>
			<dc:creator>glhu</dc:creator>
			<guid isPermaLink="false">111113@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for your reply but I think this plugin has some problem.&#60;br /&#62;
I've post a topic to this link: &#60;a href=&#34;http://www.kriesi.at/support/topic/page-search-results-problem-wp-advance-search-query-filter?replies=1#post-111112&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/page-search-results-problem-wp-advance-search-query-filter?replies=1#post-111112&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Coherence, form style, plugin advance wp query search filter"</title>
			<link>http://www.kriesi.at/support/topic/coherence-form-style-plugin-advance-wp-query-search-filter#post-111091</link>
			<pubDate>Tue, 14 May 2013 11:44:15 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">111091@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi glhu,&#60;/p&#62;
&#60;p&#62;Without seeing it live there isn't much we can do. Generally, the widget class selector has 30px of padding on the top and bottom, so you could try removing it for that specific widget. You would just need the ID for it and you could then overwrite it with that.&#60;/p&#62;
&#60;p&#62;Something like:&#60;br /&#62;
`#top #yourwidgetID.widget {&#60;br /&#62;
padding-top: 10px;&#60;br /&#62;
padding-bottom: 10px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>glhu on "Coherence, form style, plugin advance wp query search filter"</title>
			<link>http://www.kriesi.at/support/topic/coherence-form-style-plugin-advance-wp-query-search-filter#post-110840</link>
			<pubDate>Mon, 13 May 2013 12:19:36 +0000</pubDate>
			<dc:creator>glhu</dc:creator>
			<guid isPermaLink="false">110840@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The only way I can cancel those margins is working on the select (in custom.css), insert negative values. In this way:&#60;/p&#62;
&#60;p&#62;. awqsf_box select {&#60;br /&#62;
  margin-top:-20px;&#60;br /&#62;
  margin-bottom:-20px;&#60;br /&#62;
  min-width: 232px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;&#34;select&#34; is inherited from Layout.css and Base.css.&#60;br /&#62;
In Base.css &#34;select&#34; has the property margin-bottom: 20px (line 218).&#60;/p&#62;
&#60;p&#62;Unfortunately, in Safari I have a problem because it happens that it moves the sensitive area, corresponding to the button to the right of the form, for the appearance of the drop-down menu.&#60;/p&#62;
&#60;p&#62;Can you help me, it's very important.&#60;br /&#62;
Thanks in advance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>glhu on "Coherence, form style, plugin advance wp query search filter"</title>
			<link>http://www.kriesi.at/support/topic/coherence-form-style-plugin-advance-wp-query-search-filter#post-110834</link>
			<pubDate>Mon, 13 May 2013 10:12:05 +0000</pubDate>
			<dc:creator>glhu</dc:creator>
			<guid isPermaLink="false">110834@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello. I am writing to ask for your help in the theme Coherence&#60;/p&#62;
&#60;p&#62;1) I installed this plugin for advanced search: &#60;a href=&#34;http://wordpress.org/extend/plugins/advance-wp-query-search-filter/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/advance-wp-query-search-filter/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;2) I have created a widget to the sidebar, and I entered the search filter for plungin created with that&#60;/p&#62;
&#60;p&#62;3) Inside the template &#34;Coherence&#34;, the form of the filter are displayed with a very large margin top and bottom, but the same form installed on the theme &#34;Twenty Twelve&#34; has no margins so high. That plugin has its own style sheet but also changing it can not solve the problem. I also tried to paste those styles in custom.css, but the result is the same: I can not delete those margins.&#60;/p&#62;
&#60;p&#62;4) This means that the filter for the search (and its forms) created with that template plungin inherit some styles of Coherence. I worked many hours using FireBug Mozilla to understand what are the styles that inherits but I can not find any. I worked really long. I studied:&#60;br /&#62;
- Base.css  (lines 208-268)&#60;br /&#62;
- Layout.css (lines 477-578)&#60;br /&#62;
I can not solve.&#60;/p&#62;
&#60;p&#62;5) The only thing that I could not fit is the width of the main container that contains the form that I created with the plugin, and you point out the style because, perhaps, it might be useful (layout.css, line 509)&#60;/p&#62;
&#60;p&#62;aqsfformid select #, # aqsfformid. ajax_form. select, # aqsfformid. entry-content select, # aqsfformid. mobileMenu {&#60;br /&#62;
min-width: 100%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;The site I installed it locally, and I can not show the link.&#60;/p&#62;
&#60;p&#62;Can you, please, give me some help? I'm going crazy!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Coherence Caption Position and Style"</title>
			<link>http://www.kriesi.at/support/topic/coherence-caption-position-and-style#post-109777</link>
			<pubDate>Wed, 08 May 2013 14:23:25 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">109777@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;No problem. Glad you figured it out!&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>glhu on "Coherence Caption Position and Style"</title>
			<link>http://www.kriesi.at/support/topic/coherence-caption-position-and-style#post-109767</link>
			<pubDate>Wed, 08 May 2013 13:39:18 +0000</pubDate>
			<dc:creator>glhu</dc:creator>
			<guid isPermaLink="false">109767@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;@Nick.&#60;br /&#62;
I solved the error: in the updated theme there are some new files that do not exist in the old and that I had not copied. I preferred to directly install the new template and update the custom.css of the old theme.&#60;/p&#62;
&#60;p&#62;@ Ismael.&#60;br /&#62;
The problem of &#34;. Slideshow_inner_caption&#34; has been resolved.&#60;/p&#62;
&#60;p&#62;Thank you both for the assistance: you are great!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Coherence Caption Position and Style"</title>
			<link>http://www.kriesi.at/support/topic/coherence-caption-position-and-style#post-109729</link>
			<pubDate>Wed, 08 May 2013 12:16:42 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">109729@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;It is strange because I see this error only coming from italian websites , and not just running wordpress or Kriesi's themes.&#60;/p&#62;
&#60;p&#62;I researched this, and your host is using  (php 5.3 with suhosin) that gives lots of problems. For some reason only a few low budget hosts in Europe still use this version. Please ask if your host has any boxes that run a different version of php&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>glhu on "Coherence Caption Position and Style"</title>
			<link>http://www.kriesi.at/support/topic/coherence-caption-position-and-style#post-109634</link>
			<pubDate>Wed, 08 May 2013 07:05:25 +0000</pubDate>
			<dc:creator>glhu</dc:creator>
			<guid isPermaLink="false">109634@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The error that appears is this:&#60;br /&#62;
&#34;Warning: require(/web/htdocs/www.namesite.it/home/wp-content/themes/nametheme/framework/php/class-sidebar-generator.php): failed to open stream: No such file or directory in /web/htdocs/www.namesite.it/home/wp-content/themes/nametheme/framework/php/inc-autoconfig.php on line 173 Fatal error: require(): Failed opening required '/web/htdocs/www.namesite.it/home/wp-content/themes/nametheme/framework/php/class-sidebar-generator.php' (include_path='.:/php5.3/lib/php/') in /web/htdocs/www.namesite.it/home/wp-content/themes/nametheme/framework/php/inc-autoconfig.php on line 173&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>glhu on "Coherence Caption Position and Style"</title>
			<link>http://www.kriesi.at/support/topic/coherence-caption-position-and-style#post-109510</link>
			<pubDate>Tue, 07 May 2013 15:04:31 +0000</pubDate>
			<dc:creator>glhu</dc:creator>
			<guid isPermaLink="false">109510@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi.&#60;br /&#62;
@ Ismael: I'm trying to install the updates; I hope it depends on what.&#60;/p&#62;
&#60;p&#62;@Nick and tanks for your reply and instructions. For me it's the fist time I use wordpress and its updates.&#60;br /&#62;
I followed your instructions but I've some difficult to install Coherence theme Updates (without overwriting  customization).&#60;/p&#62;
&#60;p&#62;Actually I've installed on my server (and perfectly functionally) the version 1.4.1.&#60;br /&#62;
I proceed  in this way:&#60;br /&#62;
1) From Fire FTP I downloaded the theme installed on my server (perfectly functionally)&#60;br /&#62;
2) From Themeforest I download the Updates.&#60;br /&#62;
3) I use DiffMarge to compare the two different versions and update.&#60;br /&#62;
4) When I've finished, using FireFTP I transfer the file (all) in the same directory of the installation...&#60;br /&#62;
5) On the browser appears message of error (it doesn't find some file or code) and the site does not work… &#60;/p&#62;
&#60;p&#62;Have you any suggestion? &#60;/p&#62;
&#60;p&#62;I've installed the new version (1.5) of the theme in localhost and it's, of course, perfectly functionally….&#60;/p&#62;
&#60;p&#62;Thanks in advance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Coherence Caption Position and Style"</title>
			<link>http://www.kriesi.at/support/topic/coherence-caption-position-and-style#post-109329</link>
			<pubDate>Mon, 06 May 2013 19:45:16 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">109329@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi.&#60;/p&#62;
&#60;p&#62;Please log into themeforest.net using the account you've purchased the theme under and download the latest update. Please be aware that the update will overwrite every single theme file including custom.css , so make sure that you created a backup first. The best way to upgrade the theme would be via ftp, renaming your current Coherence theme folder on  your server and then uploading the newest version of the theme. If you have made customization to your templates, but are no longer sure exactly where, I've made a comprehensive video outlining the easiest way to solve that issue. &#60;a href=&#34;https://docs.google.com/file/d/0B8hqGBMSfHtKRkJlN0pyNVNDSkk/edit?usp=sharing&#34; rel=&#34;nofollow&#34;&#62;https://docs.google.com/file/d/0B8hqGBMSfHtKRkJlN0pyNVNDSkk/edit?usp=sharing&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wahjay on "Coherence Caption Position and Style"</title>
			<link>http://www.kriesi.at/support/topic/coherence-caption-position-and-style#post-109044</link>
			<pubDate>Sun, 05 May 2013 14:12:39 +0000</pubDate>
			<dc:creator>wahjay</dc:creator>
			<guid isPermaLink="false">109044@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael,&#60;/p&#62;
&#60;p&#62;Thanks for all the help with the support. I can't give you a link yet since my website is still on xampp and not hosted yet :&#38;amp; However i did not upload the newest version of coherence i believe, but where can I do this ? &#60;/p&#62;
&#60;p&#62;I will let you know if i still have the issues afterwards.. &#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Quentin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Coherence Caption Position and Style"</title>
			<link>http://www.kriesi.at/support/topic/coherence-caption-position-and-style#post-109028</link>
			<pubDate>Sun, 05 May 2013 13:03:58 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">109028@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;@glhu I'm sorry but in my test site it works alright. Please download the latest version of coherence theme which 1.5. &#60;/p&#62;
&#60;p&#62;@wahjay: Since you have the same issue and @glhu can't give us a link to the website, can you please give us a link to yours? We would like to inspect the caption container.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "COMMENT POST, SEARCH BOX, MENU AND SUBMENU"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-deactivate-comments-to-post#post-109013</link>
			<pubDate>Sun, 05 May 2013 12:37:15 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">109013@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;1.) When editing a post look for the Discussion metabox. If you can't see it click &#34;Screen Option&#34; at the top right then check the Discussion option.&#60;/p&#62;
&#60;p&#62;2.) Edit header.php then find this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$args = array(&#38;#39;outside&#38;#39;=&#38;gt;&#38;#39;ul&#38;#39;, &#38;#39;inside&#38;#39;=&#38;gt;&#38;#39;li&#38;#39;, &#38;#39;append&#38;#39; =&#38;gt; &#38;#39;&#38;#39;);
							avia_social_media_icons($args);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;At the bottom place this code &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/*
							* Display the search form
							*/
							echo &#38;#39;&#38;lt;div id=&#38;quot;search-form&#38;quot;&#38;gt;&#38;#39;;
							get_search_form();
							echo &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Edit custom.css or Quick CSS then add this code &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#search-form {
	position: absolute;
	right: 0;
	top: 10px;
}

#top .social_bookmarks {
right: 220px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;3.) On Appearance &#38;gt; Menu &#38;gt; You can insert a menu without URL.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>glhu on "COMMENT POST, SEARCH BOX, MENU AND SUBMENU"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-deactivate-comments-to-post#post-109005</link>
			<pubDate>Sun, 05 May 2013 11:18:28 +0000</pubDate>
			<dc:creator>glhu</dc:creator>
			<guid isPermaLink="false">109005@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I've some questions.&#60;/p&#62;
&#60;p&#62;1) COMMENT POST&#60;br /&#62;
I would like to Know how I can deactivate possibility to comment a post (blog). I'm using Coherence Theme.&#60;br /&#62;
In &#34;Dashboard&#34; &#38;gt;&#38;gt; &#34;enable or disable comments&#34; &#38;gt;&#38;gt; I've uncheck all option about comment. When I go to the Post, I keep seeing the opportunity to enter comments. How can I fix it?&#60;/p&#62;
&#60;p&#62;2) SEARCH BOX&#60;br /&#62;
I would like to place the Search box at the top right next to the icons social. Is it possible? How Can I do?&#60;/p&#62;
&#60;p&#62;3) MENU AND SUBMENU&#60;br /&#62;
I have created a menu using the pages. I have some item cascade, and I would like to disable the link of the &#34;parent item&#34;.Here's an example:&#60;br /&#62;
1. Parent item&#60;br /&#62;
     1.1. child entry&#60;br /&#62;
     1.2. child entry&#60;br /&#62;
I would like to disable the link of &#34;1. Parent item&#34;. How can I fix it?&#60;/p&#62;
&#60;p&#62;Thanks in advance!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>glhu on "Coherence Caption Position and Style"</title>
			<link>http://www.kriesi.at/support/topic/coherence-caption-position-and-style#post-108992</link>
			<pubDate>Sun, 05 May 2013 08:47:23 +0000</pubDate>
			<dc:creator>glhu</dc:creator>
			<guid isPermaLink="false">108992@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael, hi Wahjay. I've tried adding the code to the custom.css, but nothing changes.&#60;br /&#62;
I'm sorry but the customer doesn't authorize me to show public the link of the site because it's in &#34;work in progress&#34;.&#60;br /&#62;
I repeat, however, that the error happens also in the original template installed, without having made any change.&#60;/p&#62;
&#60;p&#62;I hope you can help us!&#60;br /&#62;
Best regards and thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Coherence Caption Position and Style"</title>
			<link>http://www.kriesi.at/support/topic/coherence-caption-position-and-style#post-108985</link>
			<pubDate>Sun, 05 May 2013 07:30:49 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">108985@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;@wahjay: Can you give us a link to your website?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wahjay on "Coherence Caption Position and Style"</title>
			<link>http://www.kriesi.at/support/topic/coherence-caption-position-and-style#post-108925</link>
			<pubDate>Sat, 04 May 2013 22:27:44 +0000</pubDate>
			<dc:creator>wahjay</dc:creator>
			<guid isPermaLink="false">108925@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello, &#60;/p&#62;
&#60;p&#62;I am also experiencing the same problems and indeed it's only on Chrome which shows this error. &#60;/p&#62;
&#60;p&#62;I hope we can get it fixed? I have tried the custom.css code adding but nothing changed... &#60;/p&#62;
&#60;p&#62;Hope you can help us, &#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Quentin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Coherence Caption Position and Style"</title>
			<link>http://www.kriesi.at/support/topic/coherence-caption-position-and-style#post-108561</link>
			<pubDate>Thu, 02 May 2013 23:57:59 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">108561@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please try to add this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.slideshow_inner_caption {
padding: 0 10% !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Can you give us a link to your site?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>glhu on "Coherence Caption Position and Style"</title>
			<link>http://www.kriesi.at/support/topic/coherence-caption-position-and-style#post-108397</link>
			<pubDate>Thu, 02 May 2013 13:09:17 +0000</pubDate>
			<dc:creator>glhu</dc:creator>
			<guid isPermaLink="false">108397@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ah: this problem appears on Chrome, but not using Safari and Mozilla.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>glhu on "Coherence Caption Position and Style"</title>
			<link>http://www.kriesi.at/support/topic/coherence-caption-position-and-style#post-108389</link>
			<pubDate>Thu, 02 May 2013 12:59:38 +0000</pubDate>
			<dc:creator>glhu</dc:creator>
			<guid isPermaLink="false">108389@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi. I'm writing to you because I've a problem in the Coherence Theme.&#60;/p&#62;
&#60;p&#62;I add a feature media in the slideshow, with a Caption Title and a Caption Text. In the browser the text is &#34;cut&#34; on the right (as if there were problems with the margins and alignments). This also happens to the original template installed, without having made ​​any changes. &#60;/p&#62;
&#60;p&#62;I post the link to screenshots. The work is in progress and I cannot publish the link of the site.&#60;br /&#62;
&#60;a href=&#34;https://dl.dropboxusercontent.com/u/7254890/01.png&#34; rel=&#34;nofollow&#34;&#62;https://dl.dropboxusercontent.com/u/7254890/01.png&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;https://dl.dropboxusercontent.com/u/7254890/02.png&#34; rel=&#34;nofollow&#34;&#62;https://dl.dropboxusercontent.com/u/7254890/02.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks in advance. I hope you help me.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Page name to appear in menu bar but NOT at top of actual page"</title>
			<link>http://www.kriesi.at/support/topic/page-name-to-appear-in-menu-bar-but-not-at-top-of-actual-page#post-107783</link>
			<pubDate>Mon, 29 Apr 2013 14:51:02 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">107783@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ATX,&#60;/p&#62;
&#60;p&#62;I don't really know if this is what you are looking for by your description so its a bit of a guess, however Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.page-id-31 .title_container {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This will remove the title container on that specific news page.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ATX on "Page name to appear in menu bar but NOT at top of actual page"</title>
			<link>http://www.kriesi.at/support/topic/page-name-to-appear-in-menu-bar-but-not-at-top-of-actual-page#post-107573</link>
			<pubDate>Sat, 27 Apr 2013 16:22:33 +0000</pubDate>
			<dc:creator>ATX</dc:creator>
			<guid isPermaLink="false">107573@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;NEWS is currently a button on my menu bar so the word 'NEWS' appears below header of news page.&#60;br /&#62;
However I DON&#34;T want any words/title to appear (just the posts), but I do need NEWS as an option in my main menu bar.&#60;/p&#62;
&#60;p&#62;I DO want page titles to appear on other pages (EG: About).&#60;/p&#62;
&#60;p&#62;Pls help.&#60;/p&#62;
&#60;p&#62;NOTE: I'm using Coherence theme. URL: &#60;a href=&#34;http://beastsyndicate.com/&#34; rel=&#34;nofollow&#34;&#62;http://beastsyndicate.com/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "AdWords Conversion Tracking"</title>
			<link>http://www.kriesi.at/support/topic/adwords-conversion-tracking#post-106949</link>
			<pubDate>Wed, 24 Apr 2013 02:19:13 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">106949@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;@jorgepelaez: Thanks for the tip. I hope it works.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jorgepelaez on "AdWords Conversion Tracking"</title>
			<link>http://www.kriesi.at/support/topic/adwords-conversion-tracking#post-106937</link>
			<pubDate>Tue, 23 Apr 2013 23:03:37 +0000</pubDate>
			<dc:creator>jorgepelaez</dc:creator>
			<guid isPermaLink="false">106937@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Found this option that could help too: First add the Conversion code to a simple html file and the add the following to the avia.js&#60;/p&#62;
&#60;p&#62;function ppcconversion() {&#60;br /&#62;
var iframe = document.createElement('iframe');&#60;br /&#62;
iframe.style.width = '0px';&#60;br /&#62;
iframe.style.height = '0px';&#60;br /&#62;
document.body.appendChild(iframe);&#60;br /&#62;
iframe.src = 'http://www.yourdomain.com/_tracking/google.html';&#60;br /&#62;
};
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jorgepelaez on "Problem with Template Builder and WPML"</title>
			<link>http://www.kriesi.at/support/topic/problem-with-template-builder-and-wpml#post-106923</link>
			<pubDate>Tue, 23 Apr 2013 21:36:35 +0000</pubDate>
			<dc:creator>jorgepelaez</dc:creator>
			<guid isPermaLink="false">106923@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I know that strange things happen, so what I did is create a new template, added all the elements and my problem is solved.&#60;/p&#62;
&#60;p&#62;THANK YOU Nick for all the support. I'm a Kriesi fan so no complains about your job guys. Every day we learn something new.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Problem with Template Builder and WPML"</title>
			<link>http://www.kriesi.at/support/topic/problem-with-template-builder-and-wpml#post-106896</link>
			<pubDate>Tue, 23 Apr 2013 20:07:25 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">106896@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Kriesi's themes work with &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62;. His themes use the same framework. Strange &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; would say something like that. They must have forgotten that 2 months ago they wrote ( &#60;a href=&#34;http://wpml.org/2013/02/multilingual-ready-responsive-wordpress-themes/?affiliate_key=K9b6X1wRp9SS&#34;&#62;http://wpml.org/2013/02/multilingual-ready-responsive-wordpress-themes/&#60;/a&#62; ) that Kriesi framework works perfectly, and Coherence has an identical framework version as does Angular, and Choices. It also has the same framework as Corona and Brightbox ( &#60;a href=&#34;http://wpml.org/documentation/?affiliate_key=K9b6X1wRp9SS&#34;&#62;http://wpml.org/documentation/&#60;/a&#62;) .. &#60;/p&#62;
&#60;p&#62;I guess this is your post  &#60;a href=&#34;http://wpml.org/forums/topic/problems-with-wpml-cms-version-with-kriesi-coherence-theme/?affiliate_key=K9b6X1wRp9SS&#34;&#62;http://wpml.org/forums/topic/problems-with-wpml-cms-version-with-kriesi-coherence-theme/&#60;/a&#62; .. I see no answer about the plugin. Since that is what is causing the problem. Whether it is premium free or something in between since this is not the first nor the 10th time I dealt with that plugin, and it doesn't work with &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;However, just so you don't think I am being lazy or trying to pass you off to some other support, I will record a complete test now. I am setting up a fresh coherence, and just downloaded the latest &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62;. I will be using the main &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; plugin 2.81, translation management 1.6, strings 1.7, and media 1.4 . If you are not using these 4 &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; plugins, or your versions are different, please upgrade and activate them.&#60;/p&#62;
&#60;p&#62;I will be using Coherence v1.5 and WP v 3.51. I am not really sure what you are doing that's not working. So I will create a dynamic template, categories, and a post, as well as a page. and translate them.&#60;/p&#62;
&#60;p&#62;And as I thought, everything works 100%. I made an 11 minute video of me testing it. &#60;a href=&#34;https://docs.google.com/file/d/0B8hqGBMSfHtKeGJac0Z6N0dIQ0k/edit?usp=sharing&#34; rel=&#34;nofollow&#34;&#62;https://docs.google.com/file/d/0B8hqGBMSfHtKeGJac0Z6N0dIQ0k/edit?usp=sharing&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;I suggest as I wrote before, to contact the plugin author, at the .be domain.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jorgepelaez on "Problem with Template Builder and WPML"</title>
			<link>http://www.kriesi.at/support/topic/problem-with-template-builder-and-wpml#post-106822</link>
			<pubDate>Tue, 23 Apr 2013 14:30:48 +0000</pubDate>
			<dc:creator>jorgepelaez</dc:creator>
			<guid isPermaLink="false">106822@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick, I'm not using the pro version. I deactivated all the extra plugins and when I try to save the new element position in the template builder it does not work.&#60;/p&#62;
&#60;p&#62;Here's a copy of what &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; suuport wrote to me:&#60;/p&#62;
&#60;p&#62;This theme is not yet on the official list of compatible themes: &#60;a href=&#34;http://wpml.org/documentation/theme-compatibility/?affiliate_key=K9b6X1wRp9SS&#34;&#62;http://wpml.org/documentation/theme-compatibility/&#60;/a&#62; which means it has not been tested by our theme and plugins compatibility team.&#60;/p&#62;
&#60;p&#62;I understand that Kriesi, advertises his theme as &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; compatible. What did he have to say about the problem you are having?&#60;/p&#62;
&#60;p&#62;Thanks fro your reply Nick.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Problem with Template Builder and WPML"</title>
			<link>http://www.kriesi.at/support/topic/problem-with-template-builder-and-wpml#post-106763</link>
			<pubDate>Tue, 23 Apr 2013 10:22:49 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">106763@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You are using all in one calendar pro? There is some kind of an issue i think between those two plugins , &#60;a href=&#34;http://tri.be/support/forums/topic/wpml-and-the-events-calendar/&#34; rel=&#34;nofollow&#34;&#62;http://tri.be/support/forums/topic/wpml-and-the-events-calendar/&#60;/a&#62; there is even a plugin to help compatibility , though it got a low rating. &#60;a href=&#34;http://wordpress.org/extend/plugins/events-manager-wpml/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/events-manager-wpml/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;You best speak to the people at &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; or tri.be.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jorgepelaez on "Problem with Template Builder and WPML"</title>
			<link>http://www.kriesi.at/support/topic/problem-with-template-builder-and-wpml#post-106683</link>
			<pubDate>Mon, 22 Apr 2013 21:02:15 +0000</pubDate>
			<dc:creator>jorgepelaez</dc:creator>
			<guid isPermaLink="false">106683@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick here's the link.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://goo.gl/d0n01&#34; rel=&#34;nofollow&#34;&#62;http://goo.gl/d0n01&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
