<?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; All Posts</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/forum/fortuna-wordpress-template/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/forum/fortuna-wordpress-template/feed/</link>
		<description></description>
		<pubDate>Sun, 20 Sep 2026 17:58:07 +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/plugins/page/18/#post-36141</guid>
					<title><![CDATA[Reply To: Plugin Versions and updates]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/plugins/page/18/#post-36141</link>
					<pubDate>Thu, 03 Sep 2026 11:08:43 +0000</pubDate>
					<dc:creator>pacificIM</dc:creator>

					<description>
						<![CDATA[
						<p>Can you please also provide a link to the older version of Slider Revolution v6.7.58?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/plugins/page/18/#post-36139</guid>
					<title><![CDATA[Reply To: Plugin Versions and updates]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/plugins/page/18/#post-36139</link>
					<pubDate>Wed, 02 Sep 2026 10:26:59 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Updated! <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/plugins/page/18/#post-36136</guid>
					<title><![CDATA[Reply To: Plugin Versions and updates]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/plugins/page/18/#post-36136</link>
					<pubDate>Tue, 01 Sep 2026 16:44:09 +0000</pubDate>
					<dc:creator>pacificIM</dc:creator>

					<description>
						<![CDATA[
						<p>Can you please update the link for the plugin:<br />
Slider Revolution v7.1.8</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/plugins/page/18/#post-36135</guid>
					<title><![CDATA[Reply To: Plugin Versions and updates]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/plugins/page/18/#post-36135</link>
					<pubDate>Tue, 01 Sep 2026 12:05:15 +0000</pubDate>
					<dc:creator>john01ct</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks, I comment it out from inside zip berofe update. It worked! But now already it is available new version 7.1.8</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/plugins/page/18/#post-36132</guid>
					<title><![CDATA[Reply To: Plugin Versions and updates]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/plugins/page/18/#post-36132</link>
					<pubDate>Tue, 01 Sep 2026 10:31:27 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Ya, just checked and here&#8217;s what AI has to say about it, or ask it yourself for better formatting:</p>
<p>This is a critical oversight in the Slider Revolution 7.1.7 release package. The development team added an execution hook referencing add_ajax_footer_functionality, but they completely forgot to bundle the corresponding method definition inside the RevSliderAdmin class code.Because the hook is actively trying to invoke a static method that does not exist in the code pool, it will trigger an immediate fatal runtime PHP error (or broken backend functionality) when WordPress attempts to compile the admin footer layout.????️ Temporary Patch (Hotfix)Until ThemePunch/Slider Revolution patches this in a version like 7.1.8, you can safely resolve the error using either of the following two quick code fixes.Option A: Safely Define the Missing Method (Recommended)This approach prevents errors and leaves a clean placeholder function ready in case subsequent frontend AJAX dependencies expect it.Open the plugin file: revslider/admin/revslider-admin.class.phpScroll to the very end of the file, right before the closing brace } of the main class.Insert the following dummy method definition:phppublic static function add_ajax_footer_functionality() {<br />
    // Temporary stub to prevent fatal invalid reference errors in v7.1.7<br />
    return;<br />
}<br />
Use code with caution.Option B: Disable the Broken HookIf you don&#8217;t want to add a method, you can simply stop the plugin from trying to call it.Open revslider/admin/revslider-admin.class.php.Locate line 575:phpadd_action(&#8216;admin_footer&#8217;, ['RevSliderAdmin', 'add_ajax_footer_functionality']);<br />
Use code with caution.Comment it out or delete it entirely:php// add_action(&#8216;admin_footer&#8217;, ['RevSliderAdmin', 'add_ajax_footer_functionality']);<br />
Use code with caution.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/plugins/page/18/#post-36130</guid>
					<title><![CDATA[Reply To: Plugin Versions and updates]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/plugins/page/18/#post-36130</link>
					<pubDate>Mon, 31 Aug 2026 09:31:40 +0000</pubDate>
					<dc:creator>john01ct</dc:creator>

					<description>
						<![CDATA[
						<p>can you please check this regarding revslider: Version: Slider Revolution 7.1.7<br />
SHA-256:<br />
1d4f31bbf2a0b4d9641ccd6f2166b021875a607311a701fc3e3baac63eb4383b</p>
<p>Invalid reference:<br />
revslider/admin/revslider-admin.class.php:575<br />
add_action(&#8216;admin_footer&#8217;, ['RevSliderAdmin', 'add_ajax_footer_functionality']);</p>
<p>The definition of the add_ajax_footer_functionality method is missing from the entire ZIP.<br />
The same issue exists in 7.1.6 and causes a PHP Fatal Error in wp-admin.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/plugins/page/18/#post-36129</guid>
					<title><![CDATA[Reply To: Plugin Versions and updates]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/plugins/page/18/#post-36129</link>
					<pubDate>Mon, 31 Aug 2026 09:10:00 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hey!</p>
<p>Revslider updated, no issues known with WP version 7.1. <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/plugins/page/18/#post-36126</guid>
					<title><![CDATA[Reply To: Plugin Versions and updates]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/plugins/page/18/#post-36126</link>
					<pubDate>Sun, 30 Aug 2026 12:11:07 +0000</pubDate>
					<dc:creator>john01ct</dc:creator>

					<description>
						<![CDATA[
						<p>There is a new version (7.1.7) of Slider Revolution available. And also is it safe for Fortuna theme to update wordpress from 7.0.4 to 7.1 ?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/php-8-5-9-fatal-errors-and-warnings-in-fortuna-theme/#post-36125</guid>
					<title><![CDATA[Reply To: PHP 8.5.9 Fatal errors and warnings in Fortuna theme]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/php-8-5-9-fatal-errors-and-warnings-in-fortuna-theme/#post-36125</link>
					<pubDate>Wed, 19 Aug 2026 09:19:30 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hey! 8.2 should be fine! </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/php-8-5-9-fatal-errors-and-warnings-in-fortuna-theme/#post-36124</guid>
					<title><![CDATA[Reply To: PHP 8.5.9 Fatal errors and warnings in Fortuna theme]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/php-8-5-9-fatal-errors-and-warnings-in-fortuna-theme/#post-36124</link>
					<pubDate>Tue, 18 Aug 2026 17:49:39 +0000</pubDate>
					<dc:creator>pacificIM</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you for your quick response. However, rolling back to PHP 8.1.34 is not an option due to it being past end of life. Therefore could you please advise which supported PHP version to roll back to while you investigate the reported PHP issues?</p>
<p><a href="https://www.php.net/supported-versions.php" rel="nofollow">https://www.php.net/supported-versions.php</a></p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

