Firebox stop working after wordpress 6.6.2 update. Below are the error message:
PHP Fatal error: Uncaught Error: Cannot instantiate abstract class FireBox\Core\Blocks\FormBlock in /hosting/mywebsite.com/wp-content/plugins/firebox/Inc/Core/Blocks.php:108
Stack trace:
0 /hosting/mywebsite.com/wp-content/plugins/firebox/Inc/Core/Blocks.php(95): FireBox\Core\Blocks->registerBlock(‘\FireBox\Core\B…’)
1 /hosting/mywebsite.com/wp-content/plugins/firebox/Inc/Core/Blocks.php(41): FireBox\Core\Blocks->register_blocks()
2 /hosting/mywebsite.com/wp-content/plugins/firebox/Inc/Core/Plugin.php(352): FireBox\Core\Blocks->__construct()
3 /hosting/mywebsite.com/wp-content/plugins/firebox/Inc/Core/Plugin.php(375): FireBox\Core\Plugin->initCommons()
4 /hosting/mywebsite.com/wp-includes/class-wp-hook.php(324): FireBox\Core\Plugin->init(”)
5 /hosting/mywebsite.com/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(”, Array)
6 /hosting/mywebsite.com/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
7 /hosting/mywebsite.com/wp-content/plugins/firebox/Inc/Framework in /hosting/mywebsite.com/wp-content/plugins/firebox/Inc/Core/Blocks.php on line 108
I have a full-screen popup on the home page.In the settings under Behavior, I’ve selected “do not show the campaign again for X (days, hours, minutes)” and set it to one day.
The popup open every time I visit the home page no matter how many times I close it.
How can I fix this?
]]>Hello! Thank you for creating this awesome plugin that I think needs a lot more attention and popularity. Keep on doing great things with it!
I created a PopUp that has a Form and a Button. When the user enters his e-mail address, and clicks the Button below, it doesn’t lead to the URL I selected it to go to. It just re-opens the pop up.
Thank you! Any help will be appreciated!
]]>please remove polyfill.io:
https://thehackernews.com/2024/06/over-110000-websites-affected-by.html
Hi,
I have tested in my environment with the following specifications:
However, an error occurred: Call to undefined function FPFramework\Base\register_block_type_from_metadata()
This is because the register_block_type_from_metadata()
function was introduced in WordPress version 5.5.0.
I hope the author can set the minimum supported WordPress version to 5.5.0 to avoid confusion.
]]>Hi, does this plugin have a function to select which pages the footer bar shows on?
Also, can I have multiple footers bars all set to show on different pages?
Hi, how do I enabled access to other user roles to be able to create and edit firebox popups?
I don’t want them to edit the plugin settings, but to just create their own popups?
I can not see anything in the docs: https://www.fireplugins.com/docs/
Thanks.
Hi.
Thanks for the great plugin.
I am inserting the Ninja Forms shortcode [ninja_form id=’1′].
Popup with this form is rendered without any problem.
However, after submitting the form, the popup window does not automatically close. In fact, the popup gets stuck and becomes always visible. Although in Ninja Forms settings the corresponding option to hide a successfully submitted form is set.
Most likely, your plugin is not tracking the corresponding events on the Ninja Forms side.
Is there any way to fix this?
Hello Dear Dev FireBox,
I have the follwing error in the console related to FireBox plugin on my website epedia.ro:
Error: Uncaught ReferenceError: FireBox is not defined
at (index):5:17
at (index):19:16
Could you please help me in order to fixt it?
Thank you!
]]>While messing around with Firebox, I noticed that the popup doesnt want to load if I select “Manually” as the selection option. Under custom Javascript code, I put the following:
FireBox.onReady(function() {
const box = FireBox.getInstance(57479);
box.open();
});
The InstanceID matches the one in the list of popups. When I select “Page Load” it shows the popup, but when I select Manually (to do a few things and checks together with the popup), it doesnt.
Am I doing something wrong? What can I further do to troubleshoot this?
I believe the issue started happening from 2.1.8 because the popup displayed thousands of times in the past, but now no longer wants to show.
]]>My error_log file is filled with errors about “Failed to read session data” lately:
[29-Mar-2024 04:41:36 UTC] PHP Warning: session_start(): open(/var/cpanel/php/sessions/alt-php81/sess_6beee0ced25843c25699f34096c3b8ba, O_RDWR) failed: No such file or directory (2) in /public_html/wp-content/plugins/firebox/Inc/Framework/Inc/Base/Factory/Session.php on line 70
[29-Mar-2024 04:41:36 UTC] PHP Warning: session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/alt-php81) in /public_html/wp-content/plugins/firebox/Inc/Framework/Inc/Base/Factory/Session.php on line 70
[29-Mar-2024 04:41:36 UTC] PHP Warning: session_start(): open(/var/cpanel/php/sessions/alt-php81/sess_5dd7e077478ae720f402508b51edaf62, O_RDWR) failed: No such file or directory (2) in /public_html/wp-content/plugins/firebox/Inc/Framework/Inc/Base/Factory/Session.php on line 70
[29-Mar-2024 04:41:36 UTC] PHP Warning: session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/alt-php81) in /public_html/wp-content/plugins/firebox/Inc/Framework/Inc/Base/Factory/Session.php on line 70
What could be the cause of this? I think it started happening since my hosting provider did a server migration..
]]>Hello, I recently set up a Firebox campaign and I’m currently facing 2 issues regards to a pop-up campaign on my homepage. The issue is with the video not automatically playing when the page loads and unless I enable playback controls the video itself will appear as a white box. I have checked Chrome, Brave, and Edge and all browsers have no autoplay. I do have autoplay enable within the site settings. My wordpress version is 6.4.3 and the plugin version is 2.1.8
]]>Hi, I wanted to say that I’m having issues with the display conditions for campaigns: when selecting a page to show the campaign, I can no longer search for other pages than the few ones usually displayed (which of course are not all the pages on the site). In addition when I update a Firebox campaign I need always to manually reset the display conditions, otherwise the campaign will appear on every page.
]]>Hello everyone, good afternoon.
I’m using your plugin and loving the options.
Congratulations on the excellent system.
I was left with just one doubt.
How can I add a link on the whole banner.
See this example page: https://prnt.sc/5wM5Kkbh5ZEj
I created a banner at the end of the site, and what I want is that when the customer clicks on the Banner, it is directed to anchor #contato.
However, even using a JS for this, it is not working.
Can you help me?
My JS:
function redirecionarAoClicar() {
const divClicavel = document.querySelector('.fb-111369.fb-inst');
divClicavel.addEventListener('click', function() {
window.location.href = '/franquia-v2/#contato';
});
}
document.addEventListener('DOMContentLoaded', redirecionarAoClicar);
]]>
Hi there,
I want to edit the login form to say things a bit differently. Instead of “Member Area” I want to say “Login Here” or something like that. I also want to remove the “Forgot your password?” link and change “Username or Email Address” to just say “Username.” Is there any way I can do this?
Thanks so much,
Kristen
]]>I need to redirect users to different pages after they login and I use the LoginWP plugin to do this. Will this work with the FireBox modal login?
Thanks!
Kristen
]]>I want to use FireBox to create a modal login form for my site. My pages are designed in Elementor but the button I want to link to the login is on a slide made with SliderRevolution. Is there any way I can get a link to put in the button that will trigger the modal login?
Thanks,
Kristen
]]>I need to have a popup that shows everytime the homepage is loaded, right now it shows only the first time I load the homepage and then it doesn’t show anymore.
Where can I set this?
]]>Hi. In the Display Conditions, I see a way to have the popup display on all post/pages. But I need it to display on all post/pages (over 500), and then be able to exclude a number of pages/posts (about 30).
Is that possible?
Thanks. The plugin looks excellent so far, but this is an essential feature for us.
]]>Having issue with the text showing in mobile and tablet views, even after adjusting height to 80%, still not showing.
Is fine in desktop view.
Please help. Thanks.
]]>Hello,
How I can change the sise of the close button? I would like to meke it smaller the it is and circular. For the close button, If I saw correctly, there are only the option to resize the size of the icon (text) “X” or to upload my own icon.
Thank you!
]]>As mentioned in the title I am facing problems with Firebox popups creating internal links. As each firebox popup is creating an internal link like https…/firebox/PopupID/, the google crawler wants to index these links. As they don’t link to usable webpages, I would really like to have these links not being indexed, but as it looks to me the only way of doing this is to disallow following them with robots.txt.
Hawing added an disallow statement accordingly I’m now confronted with error messages from googles search console, asking me to fix the problems with noindex-tags.
So what can I do about it?
Thanks,
Digi
]]>Hi, I like your simple plugin but as I login as an Editor account I cannot find your plugin. It only works when I login using administrator account
]]>I keep having this problem after editing the popup a few times with Elementor, it then stops opening it in Elementor showing a message with this error:
Sorry, the content area was not found in your page.
You must call ‘the_content’ function in the current template, in order for Elementor to work on this page.
Hi, I need to make the popup close when clicking a custom link/button in the content. I configured the popup to only open once per session, so clicking on that link needs to ensure it doesn’t open again. How can I achieve this?
]]>Hi,
Is it possible to disable a popup frm a certain page?
In the example https://realstone.com.mx/promociones/
This is the page where the user should go if they say YES (Si)
so there’s no point in having it ‘active’ in this page, it’s
confusing for the website visitor.
Thanks
]]>