<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: RTL Issue &#8211; JS problem</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/rtl-issue-js-problem/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/rtl-issue-js-problem/feed/</link>
		<description></description>
		<pubDate>Sat, 02 May 2026 03:26:02 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/rtl-issue-js-problem/#post-35811</guid>
					<title><![CDATA[RTL Issue &#8211; JS problem]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/rtl-issue-js-problem/#post-35811</link>
					<pubDate>Wed, 08 Mar 2023 03:42:36 +0000</pubDate>
					<dc:creator>sixfive</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There, </p>
<p>We have started placing some Hebrew content on our site and notice that the formatting of the title breaks </p>
<p><a href="https://oneaffiniti.com/he/%D7%94%D7%95%D7%93%D7%A2%D7%AA-%D7%A2%D7%95%D7%92%D7%99%D7%95%D7%AA/" rel="nofollow">https://oneaffiniti.com/he/%D7%94%D7%95%D7%93%D7%A2%D7%AA-%D7%A2%D7%95%D7%92%D7%99%D7%95%D7%AA/</a></p>
<p>We believe the JS file: <a href="https://oneaffiniti.com/wp-content/themes/fortuna/js/rtl-common.js?ver=6.1.1" rel="nofollow">https://oneaffiniti.com/wp-content/themes/fortuna/js/rtl-common.js?ver=6.1.1</a> overrides WPBakery functions, causing that issue on RTL language pages.</p>
<p>Screenshot <a href="https://drive.google.com/file/d/1GWNXtcUf1f1v-Hn-fr1YI9oXX4wBAvsX/view?usp=sharing" rel="nofollow">https://drive.google.com/file/d/1GWNXtcUf1f1v-Hn-fr1YI9oXX4wBAvsX/view?usp=sharing</a> </p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/rtl-issue-js-problem/#post-35812</guid>
					<title><![CDATA[Reply To: RTL Issue &#8211; JS problem]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/rtl-issue-js-problem/#post-35812</link>
					<pubDate>Wed, 08 Mar 2023 12:32:54 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there!</p>
<p>Strange, it aligns fine for me!<br />
That JS you are speaking of only realignes Rev slider and right arrows&#8230; it shouldn&#8217;t be it.<br />
Can you play around with your ROW settings? I think that will sort it&#8230;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/rtl-issue-js-problem/#post-35813</guid>
					<title><![CDATA[Reply To: RTL Issue &#8211; JS problem]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/rtl-issue-js-problem/#post-35813</link>
					<pubDate>Thu, 09 Mar 2023 14:40:59 +0000</pubDate>
					<dc:creator>sixfive</dc:creator>

					<description>
						<![CDATA[
						<p>Hey,</p>
<p>The ROW settings are full-width and have a background.<br />
About the JS:</p>
<pre><code>$(window).smartresize(function() {
        $(&#039;.vc_row[data-vc-full-width=&quot;true&quot;]&#039;).each(function(k) {
			
			if($(this).find(&quot;.rev_slider.fullwidthabanner, .rev_slider.fullscreenbanner, .upb_row_bg[data-bg-override=&#039;full&#039;]&quot;).length &lt; 1){
				
				var $this = $(this);
				var temp = $this.css(&#039;left&#039;);
				
				$this.css({ 
					&#039;right&#039;: temp,
					&#039;left&#039;	: &quot;auto&quot;
			//		&#039;visibility&#039;: &#039;visible&#039;
				});
			}
        });
    });</code></pre>
<p>It overrides the CSS of full-width which has no rev-slider element&#8230;</p>
<p>Can you please review once more times?</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/rtl-issue-js-problem/#post-35817</guid>
					<title><![CDATA[Reply To: RTL Issue &#8211; JS problem]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/rtl-issue-js-problem/#post-35817</link>
					<pubDate>Thu, 16 Mar 2023 07:09:12 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>So what happens when you remove the JS? <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/rtl-issue-js-problem/#post-35830</guid>
					<title><![CDATA[Reply To: RTL Issue &#8211; JS problem]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/rtl-issue-js-problem/#post-35830</link>
					<pubDate>Tue, 21 Mar 2023 02:21:09 +0000</pubDate>
					<dc:creator>sixfive</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>It is working fine when I remove that JS.</p>
<p>Regards</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/rtl-issue-js-problem/#post-35831</guid>
					<title><![CDATA[Reply To: RTL Issue &#8211; JS problem]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/rtl-issue-js-problem/#post-35831</link>
					<pubDate>Wed, 22 Mar 2023 09:41:45 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Great, yes, I think at some point the plugin handles the RTL itself and our custom JS is no longer needed. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/rtl-issue-js-problem/#post-35835</guid>
					<title><![CDATA[Reply To: RTL Issue &#8211; JS problem]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/rtl-issue-js-problem/#post-35835</link>
					<pubDate>Sat, 25 Mar 2023 13:51:07 +0000</pubDate>
					<dc:creator>sixfive</dc:creator>

					<description>
						<![CDATA[
						<p>But I had to edit your theme code &#8211; the parent theme. This is not good as it will be overridden once update new version.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/rtl-issue-js-problem/#post-35837</guid>
					<title><![CDATA[Reply To: RTL Issue &#8211; JS problem]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/rtl-issue-js-problem/#post-35837</link>
					<pubDate>Wed, 29 Mar 2023 06:15:44 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Sure, we are marking this down for update for our next theme release! <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /><br />
Cheers!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

