alessandro93d
Forum Replies Created
-
Forum: Plugins
In reply to: [Typing Effect] typing glitchingHi,
sorry for the late reply.
I don’t know the plug-in mentioned, but I’ll try to test it before releasing the new version of the plug-in.Forum: Plugins
In reply to: [Typing Effect] Update soon?Hi cynderella,
yes, we’re going to release the 2.0 version soon which will also support Gutenberg.Forum: Plugins
In reply to: [Typing Effect] Does not work with WP 5.0Hi,
yes, we do have a plan to update it for use with Gutenberg, but we haven’t a release date yet.
Stay tuned.Forum: Plugins
In reply to: [Typing Effect] & in String – escape it and live with the jerkHi,
which version are you using? I had a quick look and the JS code is different from the one inside the latest version.Forum: Plugins
In reply to: [Typing Effect] Make the text centered?Do you have a link where I can see the issue?
Forum: Plugins
In reply to: [Typing Effect] Smart Backspace ?Hi,
sorry for the delay. At the moment is not possible, but it will be included in the next version.Forum: Plugins
In reply to: [Typing Effect] How do I change the cursor in the pluginYou can style the cursor with CSS, the element class is: .typed-cursor
Forum: Plugins
In reply to: [Typing Effect] Make the text centered?Hi,
you have to centre the text using CSS.Forum: Plugins
In reply to: [Typing Effect] Responsive issueHi,
sorry for the delay.
The plugin doesn’t offer an option for auto-resize, this has to be done via CSS.Forum: Plugins
In reply to: [Typing Effect] & in String – escape it and live with the jerkHi,
just published an update.Forum: Plugins
In reply to: [Typing Effect] & in String – escape it and live with the jerkHi,
just released an update that fixes the issue.Forum: Plugins
In reply to: [Typing Effect] & in String – escape it and live with the jerkHi,
sorry for the delay. We’re working to fix this ASAP, for the moment you please use
“& a m p;” (without spaces) instead of &- This reply was modified 8 years, 2 months ago by alessandro93d.
Forum: Plugins
In reply to: [Typing Effect] Shuffle not workingHi,
sorry for the delay. Just fixed the issue, please update the plugin.Forum: Plugins
In reply to: [Typing Effect] Static cursorHi,
there is no option to do that at the moment, but you can achieve something similar by using a negative type speed, for example:`
<?php echo do_shortcode( ‘[typed string0=”By Nick Schultz” typeSpeed=”-9999″ startDelay=”0″]’ ) ?>
`