Dear Master Slider support,
I recently encountered an issue with Master Slider, the PLESK WP-Toolkit kept disabling the plugin because of a reported vulnerability in v 3.10.0. The apps source is patchstack https://patchstack.com/database/vulnerability/master-slider
My question is can we keep using the plugin, is it safe to use?
]]>Hi I’m, getting this error with latest version? is on video background slide not the image slide.
masterslider.js:673 Uncaught TypeError: Cannot read properties of undefined (reading ‘0’)
at __tick (masterslider.js:673:4)
Hi from munich,
We have labeled our photos with an alt-tag and an image-tag. However, the “Background image title” does not appear anywhere in the source code. The title=“” is empty in the source text. This is not ideal for SEO. What can we do?
]]>Using MasterSlider for our full width banner video. I have a slide with a Vimeo embed link:
I added the loop function, and tried to add the autoplay function this way too, but it isnt working. The autoplay switch in the Master Slider interface is not working either.
]]>Fatal error: Uncaught TypeError: ftp_fput(): Argument #1 ($ftp) must be of type resource, null given in /www/vhosts/marionchurchbv/html/wp-admin/includes/class-wp-filesystem-ftpext.php:212 Stack trace: #0 /www/vhosts/marionchurchbv/html/wp-admin/includes/class-wp-filesystem-ftpext.php(212): ftp_fput() #1 /www/vhosts/marionchurchbv/html/wp-content/plugins/master-slider/admin/includes/msp-admin-functions.php(98): WP_Filesystem_FTPext->put_contents() #2 /www/vhosts/marionchurchbv/html/wp-content/plugins/master-slider/admin/class-master-slider-admin.php(126): msp_save_custom_styles() #3 /www/vhosts/marionchurchbv/html/wp-content/plugins/master-slider/admin/class-master-slider-admin.php(112): Master_Slider_Admin->after_plugin_update() #4 /www/vhosts/marionchurchbv/html/wp-includes/class-wp-hook.php(324): Master_Slider_Admin->admin_init() #5 /www/vhosts/marionchurchbv/html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() #6 /www/vhosts/marionchurchbv/html/wp-includes/plugin.php(517): WP_Hook->do_action() #7 /www/vhosts/marionchurchbv/html/wp-admin/admin.php(175): do_action() #8 /www/vhosts/marionchurchbv/html/wp-admin/post.php(12): require_once(‘…’) #9 {main} thrown in /www/vhosts/marionchurchbv/html/wp-admin/includes/class-wp-filesystem-ftpext.php on line 212
I commented out the msp_save_custom_styles line below and the admin area now loads.
This needs addressed.
Thanks.
/**
* Regenerate and cache custom css codes for all slider after plugin update
*
* @return bool TRUE on success, FALSE otherwise
*/
public function after_plugin_update (){
if( get_option( 'masterslider_lite_plugin_version', '0' ) == MSWP_AVERTA_VERSION )
return false;
# msp_save_custom_styles();
// msp_flush_all_sliders_cache(); 2.0.0
update_option( 'masterslider_lite_plugin_version', MSWP_AVERTA_VERSION );
do_action( 'masterslider_after_plugin_updated' );
return true;
}
]]>
While the slider loads fine in screens larger than 1024px, it does not appear on mobile devices with smaller screens. Dried some CSS adjustments such as clear: both applied to the div after it and also posting it to another page, but the same result occurs.
]]>Hi, we are redeveloping our website so we tried to export the slides data and import them to our new site. However, once I upload the json file and click the Import button, it just shows a blank screen. I checked the browser console and the log has a message “redirect link not found”.
I have updated both sites’ plugin to the latest version 3.9.9 and the result is the same.
Please check.
Hello. I got this alert today. Can you please confirm that you’re working on a fix?
]]>Sucuri is reporting this app as being vulnerable. Are you aware of that? See my screenshot
]]>are you going to update your plugin so it says its compatible with wordpress 6.5 soon?
]]>Hi I cannot seem to get slide titles/info to appear at all – anyone know how to do it?
]]>I receive the following message through Wordfence:
Plugin name: Master Slider
Current plugin version: 3.9.5
Details: It has unpatched security issues and may cause compatibility issues with the current version of WordPress.
Can you please solve this?
Thanks in advance
Can you please fix the online documentation? It seems error for a while : https://docs.averta.net/display/mswpdoc/Master+Slider+WordPress+Documentation/
]]>Hi all,
I was previously using version 3.6.5 and finally updated to 3.9.5 today (I’ve also turned on auto-updating). Previously, it was displaying the images fine. Now, it is showing a small “thumbnail” in the top-left hand corner, above each image, with black space to the right of it. Below it is the image itself, which then gets the bottom 1/3 cut off because of this thumbnail.
I presume some default value has changed but I’ve gone through the settings and I cannot find what this behaviour is called (so that I could turn it off).
Has anyone experienced this and, if so, have a suggestion on how I can turn this off?
Thank you!
Ray
]]>Master Slider updated from version 3.5.6 to 3.9.5 on the website. I disabled and deleted the previous program version completely, then imported the new 3.9.5 version and start using.
Only the lowest level with the main image was left in the slides, but the all other inportant levels disappeared (text with font definitions and sizes, additional images, links).
Even in editing mode I can’t find those different levels anymore.
]]>Hello
I have recently installed the Master Slider plugin for my homepage.
There are no problems with the desktop version, but the slider is not displayed on all mobile phones . What is the problem? How can I solve this problem?
I also have a suggestion for improvement. If I want the fill mode to be set to customised and not to fill, I have to click on each image individually. This is very tedious. It would be great if you could select all slides and set it for all of them at the same time.
Thanks for your help!
Has this vulnerability been patched yet? I don’t see the availability of a fix.
Versions-Affected: <= 3.6.5
Type: SQL Injection
Severity: HIGH
Description: Rafie Muhammad (Patchstack) discovered and reported this SQL Injection vulnerability in WordPress Master Slider Pro Plugin. This could allow a malicious actor to directly interact with your database, including but not limited to stealing information. This vulnerability has not been known to be fixed yet.
]]>I was looking to get the pro version but notice there has been no replies or updates for this security alert?
https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/masterslider/master-slider-pro-365-reflected-cross-site-scripting
Function throws a type error after logging in to admin Panel:
PHP message: PHP Fatal error: Uncaught TypeError: Unsupported operand types: string / int in /var/www/clients/client3/web23/web/wp-content/plugins/master-slider/admin/includes/msp-admin-functions.php:232
The reason is that function msp_api_stats_shortcode returns a string type which is diveded by 1000 without being converted to a number type
The solution is to cast the variable to a number type for calculation:
return number_format_i18n( floor( ((float)$download_num/1000) ) * 1000 ). ‘+’;
Please consider this with future updates because a function just showing the number of pro users should not break the whole backend.
]]>Good morning, I installed master slider free on the divi theme but it doesn’t open the lightboxes, is there a way to do it? Thank you
]]>Hey, so, I’m using the Master Slider, it is updated, but, for some reason, I can’t edit or create new slides, it keeps showing “loading data”, but doesn’t load anything lol
Someone knows hos to fix it?
]]>Hello, WordPress community,
I’m encountering a puzzling issue with a slider on my WordPress website. The problem I’m facing is that the slider seems to persistently display previously removed slides even after I’ve removed them from the backend. I’m hoping someone can help me diagnose and fix this issue. I’m using WordPress version 6.3.1 and my site URL is: https://nexinfo.com/
]]>Is it possible to use lightbox for image slider?
Because the vertical images do not display properly.
Just adding another comment hopefully to get the developer’s attention.
The file /wp-content/plugins/master-slider/admin/includes/msp-admin-functions.php is causing an error from incorrectly written code on line 232:
return number_format_i18n( floor( ($download_num / 1000) ) * 1000 ). ‘+’;
This needs to be changed to:
return number_format_i18n( floor( (intval($download_num) / 1000) ) * 1000 ). ‘+’;
Please provide an update to the plugin to fix this error.
]]>As many of you have noted, the plugin is breaking wp-admin until it’s disabled. They are far from the only game in town and I’d recommend deleting it permanently, which is exactly what I’m doing on ALL of my websites.
]]>Hi,
I got an email that Master Slider is causing a fatal issue on my site. So, I tried to access my dashboard to check but I could not. I contacted the host and they deactivated the plugin and the dashboard loaded again.
Here is the error they sent me:
1 PHP Fatal error: Uncaught TypeError: Unsupported operand types: string / int in /nas/content/live/thenfrw/wp-content/plugins/master-slider/admin/includes/msp-admin-functions.php:232\nStack trace:\n#0 /nas/content/live/thenfrw/wp-content/plugins/master-slider/admin/views/setting/class-msp-settings.php(277): msp_get_pro_users_num()\n#1 /nas/content/live/thenfrw/wp-content/plugins/master-slider/admin/views/setting/class-msp-settings.php(34): MSP_Settings->get_settings_fields()\n#2 /nas/content/live/thenfrw/wp-includes/class-wp-hook.php(310): MSP_Settings->admin_init(”)\n#3 /nas/content/live/thenfrw/wp-includes/class-wp-hook.php(334): WP_Hook->apply_filters(NULL, Array)\n#4 /nas/content/live/thenfrw/wp-includes/plugin.
php(517): WP_Hook->do_action(Array)\n#5 /nas/content/live/thenfrw/wp-admin/admin-post.php(30): do_action(‘admin_init’)\n#6 {main}\n thrown in /nas/content/live/thenfrw/wp-content/plugins/master-slider/admin/includes/msp-admin-functions.php on line 232
Note:
I had some heavy auto-loaded data a few days ago, so the hosting agent sent me some values that I should set to No. Some of those values are related to Master Slider. Here’s what I set to no:
| _transient_master_slider_output_1 |
| _transient_master_slider_output_2 |
| _transient_master_slider_output_4 |
| _transient_master_slider_output_9 |
| _transient_master_slider_output_3 |
I’m not sure if this has anything to do with the problem. Could you help and tell me what to do?
]]>Recent updates to WP are causing MS to make the admin panel crash (“There has been a serious error”), while the plugin itself continues to function. The content seen on the admin page is what looks to be an ad for MS-Pro, which I suppose is being shoved into the header of admin panel pages: this ad is causing the panel to crash.
]]>Will deleting the plugin completely uninstall including database?
Thanks
]]>Getting these errors with the plugin active on PHP 5.6
Strict Standards: Declaration of Axiom_Plugin_Updater::download_package() should be compatible with WP_Upgrader::download_package($package, $check_signatures = false, $hook_extra = Array) in?/home/greenegr/public_html/wp-content/plugins/masterslider/admin/includes/classes/class-axiom-plugin-updater.php?on line?29
Warning: Cannot modify header information – headers already sent by (output started at /home/greenegr/public_html/wp-content/plugins/masterslider/admin/includes/classes/class-axiom-plugin-updater.php:29) in /home/greenegr/public_html/wp-admin/includes/misc.php on line 1431
Warning: Cannot modify header information – headers already sent by (output started at /home/greenegr/public_html/wp-content/plugins/masterslider/admin/includes/classes/class-axiom-plugin-updater.php:29) in /home/greenegr/public_html/wp-includes/functions.php on line 6896
Warning: Cannot modify header information – headers already sent by (output started at /home/greenegr/public_html/wp-content/plugins/masterslider/admin/includes/classes/class-axiom-plugin-updater.php:29) in /home/greenegr/public_html/wp-admin/admin-header.php on line 9
]]>after adding images using master slider how can I make the image to displays on my heading when visitors visited my site
]]>