<?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: WooCommerce Display Problems</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/woocommerce-display-problems/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/woocommerce-display-problems/feed/</link>
		<description></description>
		<pubDate>Sat, 18 Jul 2026 11:14:55 +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/woocommerce-display-problems/#post-32923</guid>
					<title><![CDATA[WooCommerce Display Problems]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/woocommerce-display-problems/#post-32923</link>
					<pubDate>Thu, 24 May 2018 14:35:52 +0000</pubDate>
					<dc:creator>jszell</dc:creator>

					<description>
						<![CDATA[
						<p>I have updated Fortuna to the newest version and made sure there were no theme conflicts and I&#8217;m still getting display problems on woocommerce single products. The lightbox doesn&#8217;t work and the page is styled nothing like the demo. </p>
<p>Please Help</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/woocommerce-display-problems/#post-32924</guid>
					<title><![CDATA[Reply To: WooCommerce Display Problems]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/woocommerce-display-problems/#post-32924</link>
					<pubDate>Thu, 24 May 2018 14:45:14 +0000</pubDate>
					<dc:creator>jszell</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/woocommerce-display-problems/#post-32926</guid>
					<title><![CDATA[Reply To: WooCommerce Display Problems]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/woocommerce-display-problems/#post-32926</link>
					<pubDate>Thu, 24 May 2018 16:08:25 +0000</pubDate>
					<dc:creator>jszell</dc:creator>

					<description>
						<![CDATA[
						<p>Found the answer in another thread. For others trying to figure it out:</p>
<p>Simply find this line in your functions.php:</p>
<p><code>$boc_js_params[&#039;boc_woo_lightbox_enabled&#039;] = get_option( &#039;woocommerce_enable_lightbox&#039; ) == &#039;yes&#039; ? 1 : 0;</code></p>
<p>and replace with this:</p>
<pre><code>$boc_js_params[&#039;boc_woo_lightbox_enabled&#039;] = get_option( &#039;woocommerce_enable_lightbox&#039; ) == &#039;yes&#039; ? 1 : 1;
</code></pre>
<p>And I&#8217;ll leave the same message to the devs here, that I left in the other post:</p>
<p>I&#8217;m sorry but how in the hell is this an acceptable answer? You have an entire section for WooCom settings in the backend and chose to leave this in the functions.php for use to try and figure out ourselves? This wasted hours of myself and my clients time and this is totally unacceptable. Lightbox enabled is how it appeared in your demo site and is how it should be period. There is nothing but laziness that is stopping you from adding it to your theme&#8217;s backed settings. Completely unacceptable and a massive waste of time. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/woocommerce-display-problems/#post-32931</guid>
					<title><![CDATA[Reply To: WooCommerce Display Problems]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/woocommerce-display-problems/#post-32931</link>
					<pubDate>Fri, 25 May 2018 06:18:24 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Sorry for the trouble, jszell, you are totally right. The reason is simply Woocommerce removed this option from their settings just recently and the theme was checking for that Woocommerce option in the first place. We have already added a fix for this in our next theme update and it will make it to the next theme version.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/woocommerce-display-problems/#post-32992</guid>
					<title><![CDATA[Reply To: WooCommerce Display Problems]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/woocommerce-display-problems/#post-32992</link>
					<pubDate>Sun, 24 Jun 2018 08:37:46 +0000</pubDate>
					<dc:creator>take8group</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There </p>
<p>I had the same problem is it possible to enable zoom on product image hover<br />
I tried adding these three but it didn&#8217;t help and my client need that zoom effect on product images as he is selling gold and costly products. </p>
<p>add_theme_support( &#8216;wc-product-gallery-zoom&#8217; );<br />
add_theme_support( &#8216;wc-product-gallery-lightbox&#8217; );<br />
add_theme_support( &#8216;wc-product-gallery-slider&#8217; );</p>
<p>Thanks in advance.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/woocommerce-display-problems/#post-32997</guid>
					<title><![CDATA[Reply To: WooCommerce Display Problems]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/woocommerce-display-problems/#post-32997</link>
					<pubDate>Mon, 25 Jun 2018 08:19:34 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,<br />
I wonder why not&#8230; Can you send me your URL + credentials so we can take a look?<br />
Please also add the FTP access so we can edit files&#8230; Use a private reply.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/woocommerce-display-problems/#post-33000</guid>
					<title><![CDATA[Reply To: WooCommerce Display Problems]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/woocommerce-display-problems/#post-33000</link>
					<pubDate>Tue, 26 Jun 2018 07:23:17 +0000</pubDate>
					<dc:creator>take8group</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/woocommerce-display-problems/#post-33003</guid>
					<title><![CDATA[Reply To: WooCommerce Display Problems]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/woocommerce-display-problems/#post-33003</link>
					<pubDate>Tue, 26 Jun 2018 08:39:38 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Where did you add the code:</p>
<pre><code>add_theme_support(&#039;wc-product-gallery-zoom&#039;);
add_theme_support(&#039;wc-product-gallery-lightbox&#039;);
add_theme_support(&#039;wc-product-gallery-slider&#039;);</code></pre>
<p>I don&#8217;t see it anywhere, tried to add it via the WP editor but I got this error:</p>
<p>Unable to communicate back with site to check for fatal errors, so the PHP change was reverted. You will need to upload your PHP file change by some other means, such as by using SFTP.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/woocommerce-display-problems/#post-33004</guid>
					<title><![CDATA[Reply To: WooCommerce Display Problems]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/woocommerce-display-problems/#post-33004</link>
					<pubDate>Tue, 26 Jun 2018 09:51:12 +0000</pubDate>
					<dc:creator>take8group</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/woocommerce-display-problems/#post-33008</guid>
					<title><![CDATA[Reply To: WooCommerce Display Problems]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/woocommerce-display-problems/#post-33008</link>
					<pubDate>Wed, 27 Jun 2018 06:12:11 +0000</pubDate>
					<dc:creator>take8group</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there<br />
How can I have the same header like the original website you have on theme forest I have a long menu and a big logo they get messed up sometimes.<br />
The width of the header is really small for me.<br />
<a href="https://prnt.sc/jztfor" rel="nofollow">https://prnt.sc/jztfor</a> see the screenshot please </p>
<p>Thanks  </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

