marcshowpass
Forum Replies Created
-
Forum: Plugins
In reply to: [Showpass Wordpress Extension] Plugin Dumps Code on Pagination PagesHey @girlgold – the new version 3.5.8 will fix the issue you are experiencing.
You can also use the parameter page_size=’5′ on the shortcode to control the number of events that are returned in the API call. https://github.com/showpass/showpass-wordpress-plugin#23-page-size-parameter
Thank you, let me know if you have any other issues.
Forum: Plugins
In reply to: [Showpass Wordpress Extension] Plugin Dumps Code on Pagination PagesHey @girlgold, sorry for the delay here – we haven’t had any support requests here before so it has not been monitored on a regular basis.
We will get this fixed up for you and push out a new version of the plugin.
Awesome, that solved the issue.
Thank you!
I’m also having an issue with custom blocks and jetpack – when Jetpack is inactive, everything works fine – but once Jetpack is enabled I get a javascript error
TypeError: L(...) is not a function at new t (editor.js:18) at Yg (react-dom.min.js:68) at rh (react-dom.min.js:98) at zj (react-dom.min.js:228) at Th (react-dom.min.js:152) at tj (react-dom.min.js:152) at Te (react-dom.min.js:146) at react-dom.min.js:61 at unstable_runWithPriority (react.min.js:25) at Da (react-dom.min.js:60)
If I add
add_filter( 'jetpack_gutenberg', '__return_false' );
to my plugin, it fixes the issue but also removes all of the jetpack blocks which could potentially break some client sites depending on if they are using jetpack blocks or not.
This is the code to initiate my custom blocks in php https://github.com/showpass/showpass-wordpress-plugin/blob/master/plugin/showpass-wordpress-plugin-blocks.php
And the javascript https://github.com/showpass/showpass-wordpress-plugin/blob/master/showpass-block-src/index.js
- This reply was modified 4 years, 1 month ago by marcshowpass.