Morgan71
Forum Replies Created
-
Forum: Plugins
In reply to: [Embed PDF Viewer] site downI have the same problem after updating to the latest version.
“Fatal error: Call to undefined function register_block_type”.
Where can I find the previous one?Regards
Forum: Plugins
In reply to: [Crelly Slider] Use of shortcodesame as before
Forum: Plugins
In reply to: [Crelly Slider] Use of shortcodedone but same result
Forum: Plugins
In reply to: [Crelly Slider] Use of shortcodeI wanted to use your plugin in a company private website so I can’t give you access. Please have a look at this test site where I replicated the problem. Crelly’s shortcode is within the first popup then, when you close it, a second popup will appear with smart slider shortcode. Am I doing something wrong?
Forum: Plugins
In reply to: [Crelly Slider] Use of shortcodeNo errors, the popup appears as it was empty. Just a white bar with close button. I’ve tryed with the shortcodes of some other plugins like Text Slider and Smart Slider 3 and it works.
Hi Danieliser, I didn’t notice that height and width settings have been added on newer versions…Thanks. It works great.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Styling of registration formOk…I finally kept the link and modified the CSS to make it look like a button.
I’m a beginner so, if there is a more clever way to do the job, please let me know.Forum: Plugins
In reply to: [WP-Members Membership Plugin] Styling of registration formHi Chad,
thanks for your support. However it add a link below the form.
I tryed to adapt your code to add a button inside the form:add_filter( 'wpmem_register_form_buttons', 'already_registered_link' ); function already_registered_link( $buttons ) { $new_html = '<div class="button_div">Already registered? <a href="http://mysite.com/my-login/"><input class="buttons" type="button" value="login"></a></div>'; $buttons = $buttons . $new_html; return $buttons; }It’ ok on FF and Chrome but I’m not able to make it work on IE. Nothing happens clicking the button.
Could you help me again in this matter?
It would be nice to have a button like that by default or as an option in the registration form.Forum: Plugins
In reply to: [Perfect OneDrive Gallery & File] Access token not savedSolved…altervista has a server2server whitelist by defauld…Everything ok when removed.
Just a suggestion, please add a batch file selection.
Thanks