ilichzuniga
Forum Replies Created
-
I’m currently on version 3.4.0, and it’s working on WordPress version 5.5. I ran into issues trying the automatic update, but that was resolved by uninstalling and deleting the plugin from the wordpress plugin menu, and uploading the newest version from Envato.
Wordpress 5.5.1 is supposed to provide a band aid type solution so that plugin & theme devs can bring their code up to speed. I don’t think I’m updating to 5.5.1 now that everything is working for a while.
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Jquery error WordPress 5.5Message when I click on the settings page for GTranslate:
——————————————————
jQuery Migrate Helper — Warnings encounteredThis page generated the following warnings:
jQuery.fn.attr(‘checked’) might use property instead of attribute
Please make sure you are using the latest version of all of your plugins, and your theme. If you are, you may want to ask the developers of the code mentioned in the warnings for an update.
I’m looking for an alternative to Masterslider, and in doing so discovered that Slider Revolution is also having issues with WordPress 5.5. Is there a slider that anyone here can recommend that has the same features but isn’t having the same issues as Masterslider?
The support regarding this issue has been abysmal. I think it’s time to move on from Masterslider.
Update: I’ve incorporated the changes from the Envato post on my staging site and they work! I zipped the plugin and uploaded it for anyone to download, find the link here: https://easyupload.io/742h5u
To install all you have to do is unzip, rename the old masterslider plugin folder, and upload the one provided, make sure that once it’s uploaded you rename the folder from modified_masterslider to just masterslider.
I make no guarantees regarding the fix, and I’m just providing the file as a convenience, the link will expire in 10 days.
I’m not going to take credit for this, (I don’t even know if it works, haven’t tried it myself) but someone posted this solution on the Envato page:
————————————————————
To whom having issues with WordPress 5.5;I don’t know if this is the proper way/solution but worked for me, if you are having issues with WordPress 5.5;
1 – To fix Updater issue, masterslider/admin/includes/classes/class-axiom-plugin-updater.php line 264
public function download_package( $package, $check_signatures = false ) {
replace with
public function download_package( $package, $check_signatures = false, $hook_extra = array() ) {
2 – Probably your editor is not going to work too, search in all files for;
wp_localize_script( ‘jquery’
in masteslider directory then replace it with;
wp_localize_script( ‘common’
———————————————-
I got the same thing on my website, updated the plugin to it’s latest version this morning and it broke my wp-admin page. I was able to get back up and running by removing any associated php or shortcodes that point to this plugin, and then renaming the plugin folder _ultimate-premium-plugins.
- This reply was modified 6 years, 9 months ago by ilichzuniga.