Home › Forums › WoodMart support forum › Revolution Slider not working
Revolution Slider not working
- This topic has 13 replies, 5 voices, and was last updated 6 years, 5 months ago by Artem Temos.
-
AuthorPosts
-
May 26, 2018 at 4:00 pm #59782
fightzoneParticipantOur revolution slider is not working anymore. We can’t edit the slides or create a new slider. We are trying for example to edit #1 main-slider but the save button is not working after we make the adjustments.
In the console we see:
(index):7 WebSocket connection to ‘wss://public-api.wordpress.com/pinghub/wpcom/me/newest-note-data’ failed: Error during WebSocket handshake: Unexpected response code: 403Perhaps you can log in and tell us what is preventing this plugin from working? Login has been provided in Private Content.
May 26, 2018 at 5:42 pm #59794
Artem TemosKeymasterHi,
It seems that this problem comes with the latest version of the Revolution Slider. Try to remove the current one and install this version https://drive.google.com/file/d/1AEW7a6wszLAwrReXSmB4kzr3k3l8W25n/view
May 27, 2018 at 5:08 am #59825
oxinchannelParticipant@fightzone you can also follow this thicket:
https://xtemos.com/forums/topic/problem-with-slider-revolution-settings-doesnt-work/May 27, 2018 at 10:37 am #59852
fightzoneParticipantI installed this version and certain functions are still not working such as the Save Button at the top of edit slider page. I also can’t add slides. I disabled two plugins that I installed myself namely: Yoast SEO and Really Simple SSL, but this didn’t cause the plugin to work either. Please login to see for yourself and advise.
May 27, 2018 at 2:37 pm #59870
Artem TemosKeymasterThe problem seems to be caused by a conflict with CMB2 plugin. Try to install the previous version of CMB2 to fix it.
May 28, 2018 at 7:54 am #59935
fightzoneParticipantYes, deactivating that plugin causes Rev slider to work again. Thanks for the effort, I can continue from here.
May 28, 2018 at 7:58 am #59937
Artem TemosKeymasterHi,
As a workaround, you can comment this piece of code in the file
plugins/cmb2/includes/CMB2_JS.php
http://prntscr.com/jnhil1if ( function_exists( 'wp_enqueue_code_editor' ) ) { $l10n['defaults']['code_editor'] = wp_enqueue_code_editor( array( 'type' => 'text/html', ) ); }
Regards
May 28, 2018 at 9:53 am #59966
andreameiniParticipantCan you fix for me?
May 28, 2018 at 11:16 am #59978
Artem TemosKeymasterThere are no any programming skills required, just remove the code we sent you.
May 28, 2018 at 1:25 pm #60018
andreameiniParticipantOnly remove this code?
if ( function_exists( ‘wp_enqueue_code_editor’ ) ) {
$l10n[‘defaults’][‘code_editor’] = wp_enqueue_code_editor( array(
‘type’ => ‘text/html’,
) );
}May 28, 2018 at 1:26 pm #60019
newsprinceParticipantIt seems CMB2 latest update breaks other stuff too. For example wp export and wp all import plugins and other plugin conflicts too. If you comment out the code you provided everything works. The thing is will the developer release a fix or we have to comment out this code in every update?
May 28, 2018 at 2:04 pm #60026
Artem TemosKeymasterSorry, but we don’t have any official information from plugin’s developers about the issue. Hope that it will be resolved soon.
May 28, 2018 at 4:36 pm #60065
newsprinceParticipantFrom the CMB2 plugin author:
“The problem I have with this, even if it does technically work, is that it disables CMB2 functionality that is enqueuing valid WordPress core functionality, to fix issues coming from other plugins. In my mind, it’s be better if someone did revert to the previous version of CMB2 until these other plugins get caught up, but also the other plugins should be let know about the errors coming from something like wp_enqueue_code_editor having ‘text/html’ set for its type. Not saying it’s not good to update plugins as new releases are made, but at times, it’s better than hacking away at its features”
Link:
https://wordpress.org/support/topic/conflict-with-essential-grid-js-css-errors/
And also:
“I realize i’m going to come off pointing fingers, but unless CMB2 is somehow using this function wrong, or storing the return results wrong, then it’s more an issue coming from these other plugins. They need to also be made aware of the errors coming up from someone potentially using a core WordPress function in these various screens. Specifically wp_enqueue_code_editor.
I’m willing to be wrong though, don’t get me wrong, but the found “solution” is just removing a newly added feature for CMB2.”
Link:
https://github.com/CMB2/CMB2/issues/1110#issuecomment-374925395
May 28, 2018 at 6:48 pm #60087
Artem TemosKeymasterWe hope that this issue will be fixed in the next update of the Revolution Slider.
-
AuthorPosts
Tagged: Revolution slider, WoodMart
- You must be logged in to create new topics. Login / Register