<?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: Accessibility</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/accessibility/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/accessibility/feed/</link>
		<description></description>
		<pubDate>Sat, 18 Jul 2026 12:10:25 +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/accessibility/#post-32987</guid>
					<title><![CDATA[Accessibility]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/accessibility/#post-32987</link>
					<pubDate>Thu, 21 Jun 2018 22:16:06 +0000</pubDate>
					<dc:creator>healthcarenz</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>I realise that support does not extend to third-party plugins that do not come with the theme, however, I am hoping there might be a simple work-around to make our Accessibility plugin work so our clients can comfortably use our website.</p>
<p>We are using UserWay on the Fortuna theme, and everything works amazingly. The only issue is that when using the &#8220;text resizer&#8221; portion of the plugin, it zooms in on the entire website and cuts off the right-hand side in the process, rather than just resizing text.</p>
<p>The author of the plugin has advised: &#8220;The behavior of the “bigger text” feature is somewhat dependent on the responsiveness of your website’s html/css.<br />
If you have properly coded your site for responsiveness, that issue should not occur.&#8221;</p>
<p>This is the link to our staging website: <a href="http://6k3.ed0.myftpupload.com/" rel="nofollow">http://6k3.ed0.myftpupload.com/</a></p>
<p>I hope there may be a html/css workaround for this.</p>
<p>Kind regards,</p>
<p>Tim</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/accessibility/#post-32988</guid>
					<title><![CDATA[Reply To: Accessibility]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/accessibility/#post-32988</link>
					<pubDate>Thu, 21 Jun 2018 22:16:48 +0000</pubDate>
					<dc:creator>healthcarenz</dc:creator>

					<description>
						<![CDATA[
						<p>P.S. You will see the Accessibility icon in the top right of the website.</p>
<p>Kind regards,</p>
<p>Tim</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/accessibility/#post-32990</guid>
					<title><![CDATA[Reply To: Accessibility]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/accessibility/#post-32990</link>
					<pubDate>Fri, 22 Jun 2018 06:57:56 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again Tim,</p>
<p>Unfortunately most of the box size calculations are done by the Visual Composer plugin and are done at runtime to fill in the content within the browser window fully and appropriately.<br />
As you can see it&#8217;s not only the right that gets cut off, it&#8217;s the header, footer, slider, page heading etc as they are calculated to be full with at runtime in PX values.</p>
<p>What you could experiment with is switching the container width to &#8220;%&#8221; instead of PX value but the full width Rows issue cannot be approached as easily.</p>
<pre><code>@media only screen and (min-width: 1280px) {
.container {
    width: 80%;
}
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/accessibility/#post-32998</guid>
					<title><![CDATA[Reply To: Accessibility]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/accessibility/#post-32998</link>
					<pubDate>Tue, 26 Jun 2018 03:59:08 +0000</pubDate>
					<dc:creator>healthcarenz</dc:creator>

					<description>
						<![CDATA[
						<p>Great news! It works, but only for the body and footer of the website (which is still a fabulous improvement!).</p>
<p>Is there anyway I can get the header, menu and page title to behave the same also?</p>
<p>With many thanks,</p>
<p>Tim</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/accessibility/#post-33001</guid>
					<title><![CDATA[Reply To: Accessibility]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/accessibility/#post-33001</link>
					<pubDate>Tue, 26 Jun 2018 08:03:17 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Header and footer seem fine to me&#8230;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/accessibility/#post-33005</guid>
					<title><![CDATA[Reply To: Accessibility]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/accessibility/#post-33005</link>
					<pubDate>Wed, 27 Jun 2018 00:03:24 +0000</pubDate>
					<dc:creator>healthcarenz</dc:creator>

					<description>
						<![CDATA[
						<p>Oh, my apologies. I just cleared my cache and it is working.</p>
<p>Finally, is it possible to have the revslider and other visual composer elements resize too. For example, our homepage features 2 different elements which are not resizing correctly.</p>
<p><a href="http://6k3.ed0.myftpupload.com/" rel="nofollow">http://6k3.ed0.myftpupload.com/</a></p>
<p>Kind regards,</p>
<p>Tim</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/accessibility/#post-33009</guid>
					<title><![CDATA[Reply To: Accessibility]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/accessibility/#post-33009</link>
					<pubDate>Wed, 27 Jun 2018 07:12:00 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Like I said, VC computes the elements sizes in Pixels dynamically so they won&#8217;t behave the way you need them to. Same thing for Rev slider&#8230; </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

