tymonello
Forum Replies Created
-
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Error after UpdateI checked that and the issue went away when Shield Security (v19.1.6) has been disabled.
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Error after UpdateYes, I can do that, I will start disabling all plugins I have one by one to see if the issue will be resolved.
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Error after UpdateNo, reinstalling the plugin did not help. I am running some websites with this plugin as well, so I checked a differnet website, running 5.2.9 of AIOS and WordPress has not been yet updated, so it is on version 6.4.4 and there the same issue happens. The error and stack traces are identical.
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Error after UpdateHello, thank you for your reply.
I have uninstalled the plugin and installed it again via the wp-admin/plugin-install.php page. I don;t have Contact Form 7 plugin installed. I only have WPForms Lite.
Here is the full stack trace:
https://pastebin.com/HqLDRv6N
and the password is “aios”Forum: Plugins
In reply to: [Simple Job Board] Display issues with ElementorOk, so I have set up the Default Layout (full width). In the elementor settings, I can change width of the content from 1240 to 1000 and Title selector “span.job-title” and select the option to hide the title but the content of the SJB form is still full width:
https://paste.pics/f7d5cf0b572577481c3d09faa9ff1c5a
The thing with the title is the following, this is what it looks like without disabling the elementor “hide title”:
https://paste.pics/d5a747e641f8aa2123d8e5b411380ec2
In the top left corner there is the small title, and in the center is my title added in elementor, which I want.So now to fix the width I have to add custom css:
@media (min-width: 768px) {
.sjb-page
{
width: 75%;
margin: auto;
}
}And that finally gave me what I want:
The width of the form:
https://paste.pics/11f1b9e8e379b65cec6e359abbfc1dbbAnd no extra title on top:
https://paste.pics/43f13c70a2785ea16f0514ad9bc5e7bc
It would be nice to have an option to make elementor posts work by default while keeping a given width and also to hide the title in SJB settings.
Forum: Plugins
In reply to: [Happy Addons for Elementor] Critical Error in WordPressI just updated Happy Addons to newest version and also received a critical error.
Here is the error (translated from polish):
The E_PARSE error was caused on line 110 of the [hidden path for security]/wp-content/plugins/happy-elementor-addons/extensions/scroll-to-top-kit-settings.php file. Error message: syntax error, unexpected ‘)’WordPress version 6.0.3
Theme: Rife Pro (wersja 2.4.14.1)
Happy Elementor Addons (3.7.1)
PHP: 7.2.6Forum: Plugins
In reply to: [All 404 Redirect to Homepage] PHP 8 causes WP ErrorI also have encountered this issue when moving my website do docker. I have docker containers with PHP 8.1.10 and I got this error:
Szczegó?y b??du
===================
B??d typu E_ERROR zosta? spowodowany w linii 85 pliku /var/www/html/wp-content/plugins/all-404-redirect-to-homepage/all-404-redirect-to-homepage.php. Komunikat b??du: Uncaught TypeError: fread(): Argument #1 ($stream) must be of type resource, bool given in /var/www/html/wp-content/plugins/all-404-redirect-to-homepage/all-404-redirect-to-homepage.php:85
Stack trace:
#0 /var/www/html/wp-content/plugins/all-404-redirect-to-homepage/all-404-redirect-to-homepage.php(85): fread(false, 261)
#1 /var/www/html/wp-content/plugins/all-404-redirect-to-homepage/all-404-redirect-to-homepage.php(102): p404_check_default_permalink()
#2 /var/www/html/wp-includes/class-wp-hook.php(307): p404_header_code(”)
#3 /var/www/html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
#4 /var/www/html/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
#5 /var/www/html/wp-admin/admin-header.php(163): do_action(‘admin_head’)
#6 /var/www/html/wp-admin/index.php(137): require_once(‘/var/www/html/w…’)
#7 {main}
thrownForum: Plugins
In reply to: [Simple Job Board] “no offers found” blocking search barThank you @presstigers for a quick response and good troubleshooting. Indeed there was some additional CSS added to the template, maybe the person who added it had somehow the search button on the right side and not under the search bar back then and that is why the height was set like that. I have changed the height and now everything looks like it is supposed to.
Thank you for the help.