<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>THE MOLITOR FORUMS &#187; Topic: Still no Slider with WPML</title>
		<link>http://www.themolitor.com/forums/topic/still-no-slider-with-wpml</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Still no Slider with WPML</description>
		<language>en-US</language>
		<pubDate>Sat, 09 May 2026 05:19:34 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/still-no-slider-with-wpml" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Still no Slider with WPML"</title>
			<link>http://www.themolitor.com/forums/topic/still-no-slider-with-wpml#post-29434</link>
			<pubDate>Fri, 23 May 2014 09:59:44 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">29434@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I don't have any developer knowledge of the WPML plugin, so I'm not sure what it's doing when you click a different language.</p>
<p>Looking at your source code, I don't see any post content in the slider, which means the WordPress loop is not being loaded.</p>
<p>My best suggestion is to put the entire slider markup in the header.php file. Open header.php and change the following on line 108 from this...</p>
<pre><code>get_template_part(&#039;slider&#039;);</code></pre>
<p>...to this...</p>
<pre><code>//VAR SETUP
$sliderCategory = get_option(&#039;themolitor_slider_category&#039;);
$sliderNumber = get_theme_mod(&#039;themolitor_customizer_slider_number&#039;);
?&#62;

&#60;div id=&#34;menuContainer&#34;&#62;

	&#60;div id=&#34;pxs_container&#34; class=&#34;pxs_container&#34;&#62;

		&#60;div class=&#34;pxs_bg&#34;&#62;
			&#60;div class=&#34;pxs_bg1&#34;&#62;&#60;/div&#62;
		&#60;/div&#62;&#60;!--end pxs_bg--&#62;

		&#60;div class=&#34;pxs_slider_wrapper&#34;&#62;
			&#60;ul class=&#34;pxs_slider&#34;&#62;
				&#60;?php
				$showPostsInCategory = new WP_Query();
				$showPostsInCategory-&#62;query(&#039;cat=&#039;. $sliderCategory .&#039;&#38;showposts=&#039;. $sliderNumber .&#039;&#039;);
				if ($showPostsInCategory-&#62;have_posts()) : while ($showPostsInCategory-&#62;have_posts()) : $showPostsInCategory-&#62;the_post();
				$data = get_post_meta( $post-&#62;ID, &#039;key&#039;, true );
				?&#62;
				&#60;li&#62;
					&#60;a href=&#34;&#60;?php if($data[ &#039;custom_link&#039; ]) {echo $data[ &#039;custom_link&#039; ];} else {the_permalink();} ?&#62;&#34;&#62;
						&#60;?php the_post_thumbnail(&#039;slider&#039;, array(&#039;title&#039; =&#62; &#039;&#039;)); ?&#62;
						&#60;h2&#62;&#60;i class=&#34;fa fa-arrow-circle-right&#34;&#62;&#60;/i&#62;  &#60;?php the_title(); ?&#62;&#60;/h2&#62;
					&#60;/a&#62;
				&#60;/li&#62;
				&#60;?php endwhile; endif; ?&#62;
			&#60;/ul&#62;

			&#60;div class=&#34;pxs_navigation&#34;&#62;
				&#60;ul class=&#34;pxs_thumbnails&#34;&#62;&#60;/ul&#62;
				&#60;span class=&#34;pxs_prev&#34;&#62;&#60;i class=&#34;fa fa-chevron-left&#34;&#62;&#60;/i&#62;&#60;/span&#62;
				&#60;span class=&#34;pxs_next&#34;&#62;&#60;i class=&#34;fa fa-chevron-right&#34;&#62;&#60;/i&#62;&#60;/span&#62;
			&#60;/div&#62;&#60;!--pxs_navigation--&#62;
		&#60;/div&#62;&#60;!--end pxs_slider_wrapper--&#62;
	&#60;/div&#62;&#60;!--end pxs_container--&#62;

&#60;/div&#62;&#60;!--end menuContainer--&#62;
&#60;?php</code></pre>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>agencedigin on "Still no Slider with WPML"</title>
			<link>http://www.themolitor.com/forums/topic/still-no-slider-with-wpml#post-29427</link>
			<pubDate>Fri, 23 May 2014 04:18:29 +0000</pubDate>
			<dc:creator>agencedigin</dc:creator>
			<guid isPermaLink="false">29427@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,</p>
<p>I understand, so I just put a fresh new wordpress install with the WP Aid theme activated and demo content imported. I installed the WPML plugin as well.<br />
I did not make any change to wordpress, the theme and the plugin. </p>
<p>The same problem still exists : when in main language you see the slider, as soon as you select another language (here french and spanish) the images won't load.<br />
You can see that for yourself right here : <a href="http://wpaid.digin.fr/" rel="nofollow">http://wpaid.digin.fr/</a><br />
you can log in as admin (admin // pass) the only purpose of this site is to help solve this issue. </p>
<p>Thanks !
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Still no Slider with WPML"</title>
			<link>http://www.themolitor.com/forums/topic/still-no-slider-with-wpml#post-29392</link>
			<pubDate>Wed, 21 May 2014 09:07:06 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">29392@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I appreciate that it's a popular plugin, but it looks like you've also made extensive edits to the template files as well. </p>
<p>Unfortunately the combination of plugin-related issues and template edits makes it difficult for me to troubleshoot.</p>
<p>I'll be happy to take a look at this with a default setup of the theme (if the issue persists), but unfortunately I'm not able to provide support for issues caused by customizations/plugins.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>agencedigin on "Still no Slider with WPML"</title>
			<link>http://www.themolitor.com/forums/topic/still-no-slider-with-wpml#post-29388</link>
			<pubDate>Wed, 21 May 2014 02:29:42 +0000</pubDate>
			<dc:creator>agencedigin</dc:creator>
			<guid isPermaLink="false">29388@http://www.themolitor.com/forums/</guid>
			<description><p>Hi, </p>
<p>Thanks for your answer,  here is the temporary link of the website <a href="http://tchernobyl.digin.fr/" rel="nofollow">http://tchernobyl.digin.fr/</a><br />
As you can see in french we can see the slider, but if you switch to english or any other language it disappears. </p>
<p>I understand that you do not support this plugin but WPML really is wide-spread and is definitely the most popular localization plugin around, I think it's worth the effort to fix this compatibility issue ;)</p>
<p>By the way I don't mind creating you an account on the site if needed, just let me know <a href="mailto:david@digin.fr">david@digin.fr</a> </p>
<p>Thanks
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Still no Slider with WPML"</title>
			<link>http://www.themolitor.com/forums/topic/still-no-slider-with-wpml#post-29333</link>
			<pubDate>Mon, 19 May 2014 10:04:09 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">29333@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I haven't tested this plugin. Can you provide a link to your site? I'll check it out.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>agencedigin on "Still no Slider with WPML"</title>
			<link>http://www.themolitor.com/forums/topic/still-no-slider-with-wpml#post-29317</link>
			<pubDate>Mon, 19 May 2014 08:33:06 +0000</pubDate>
			<dc:creator>agencedigin</dc:creator>
			<guid isPermaLink="false">29317@http://www.themolitor.com/forums/</guid>
			<description><p>Has anyone figured out how to have the slider working with WPML, which is probably the most popular localization plugin around...??
</p></description>
		</item>

	</channel>
</rss>
