sarahjanes88
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Tabbed Content Empty / Can’t Change SettingsHi guys,
I resolved this issue by downgrading PHP 8.0 to PHP 7.4.
Is that correct that Litespeed Cache isn’t compatible with PHP 8?
Forum: Plugins
In reply to: [LiteSpeed Cache] Tabbed Content Empty / Can’t Change SettingsReceived this technical issue email from WordPress that may help.
WordPress version 6.1.1
Active theme: Kadence (version 1.1.30)
Current plugin: LiteSpeed Cache (version 5.3.2)
PHP version 8.0.27Error Details
=============
An error of type E_ERROR was caused in line 685 of the file /home/silverwa/public_html/wp-content/plugins/litespeed-cache/src/base.cls.php. Error message: Uncaught Error: Call to undefined function LiteSpeed\parse_ini_file() in /home/silverwa/public_html/wp-content/plugins/litespeed-cache/src/base.cls.php:685
Stack trace:
#0 /home/silverwa/public_html/wp-content/plugins/litespeed-cache/src/admin-display.cls.php(1024): LiteSpeed\Base->load_default_vals()
#1 /home/silverwa/public_html/wp-content/plugins/litespeed-cache/tpl/general/settings_tuning.tpl.php(24): LiteSpeed\Admin_Display->recommended()
#2 /home/silverwa/public_html/wp-content/plugins/litespeed-cache/tpl/general/entry.tpl.php(46): require(‘…’)
#3 /home/silverwa/public_html/wp-content/plugins/litespeed-cache/src/admin-display.cls.php(603): require_once(‘…’)
#4 /home/silverwa/public_html/wp-includes/class-wp-hook.php(308): LiteSpeed\Admin_Display->show_menu_general()
#5 /home/silverwa/public_html/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
#6 /home/silverwa/public_html/wp-includes/plugin.php(517): WP_Hook->do_action()
#7 /home/silverwa/public_html/wp-admin/admin.php(259): do_action()
#8 {main}
thrownThat worked, thanks for you help!
I guess that I will need to update the priority whenever there is a plugin update?
I just installed your plugin and have the exact same problem.
When the plugin is activated it puts theme settings back to default. i.e removes logo, changes header etc.
Hi Max.
Cleared but that didin’t do anything?
Forum: Plugins
In reply to: [Popular Posts Tabbed Widget for Jetpack] Limit Number of 'Latest Posts"No there is no setting in the theme.
But the theme has some sort of ajax loading that pre loads posts, then you can press next. It must be loading all of those next posts in your tabbed widget but I have no idea how to fix it.
This is the theme I am using and you will see what I mean when you open a post.
Forum: Fixing WordPress
In reply to: Display IF Homepage OnlyHi alchymyth, thank you very much it is working now using the is_front_page() , I appreaciate the help!
One more problem is the next line, where I want to display the DIV only if is_front_page() , It’s not working because I have a plugin to display also within the DIV. What is wrong with this code?
<?php if(is_front_page()) : <div class="featuredimg" style="bottom: 0px;"> <?php if (function_exists('vslider')) { vslider('homeslide'); }?> </div> endif; ?>