I see no updates and I want to know if I need to seek for an alternative. Has this plugin been abandoned by the developer?
]]>I was wondering if it was possible to disable the backspacing? We are wanting the first sentence to disappear, and the second sentence will then type out.
]]>Hi there,
Is that possible to display the animated sentence word by word and not letter by letter ?
Because with a translate plugin automate, it try to translate letter by letter and we cannot read it correctly.
Thanks for answer.
Regards
Good day,
Thanks for this great and useful plugin.
I’m trying to control the typing speed, I changed it from 40 to 200 or even 500 but it’s still typing as slow.
Do you have any idea?
I’m using divi builder.
Best
Simon
THIS EFFECT IS AMAZING!
Is there a way to get the cursor to stop blinking after it is finished typing?
]]>I updated my theme and now the plugin isn’t working properly. The cursor blinks, so it’s active to some degree. But it won’t type. To be clear, I’ve used this for years and it has worked like a charm. And I didn’t change any of the code:
[typed string0=”print design.” string1=”brand identities.” string2=”digital experiences.” string3=”campaigns.” typeSpeed=”80″ backSpeed=”30″ backDelay=”1200″ loopCount=”99″ loop=”1″]
I am dumbfounded. I did all the troubleshooting I can think of, and I can’t find anything in the forum. HELP!
Thank you!
]]>Dear support.
Is it possible to deactivate the backwards-animation and how in wordpress?
I just need the forward-typing-effect – so: 1st sentence is typed forward then 2nd sentence … etc., because it takes too much time …
thank you very much for replying.
Sunny regards
Rue
will the plugin support RTL?
so the writing begin from right to left?
I was using this plugin to add my tagline. however it does not allow me to change the font size.
]]>Updated to WordPress version 5.6 this weekend and the typing function stopped working in Safari, specifically mobile. Works in Chrome just fine.
Is this known? Plans to fix? Help?
]]>hello dear frends.
I would like you confirm me if this plugin is actually working properly with WP 5.5.1 version
Thanks in advance
Julio Cesar
]]>I’m trying to use this with elementor free but keep getting errors – the shortcode just shows as text and the animation does not appear. Do you have any tips on how I can get the code to make the animation? Thanks so much
]]>Hi, does it supports RTL too?
]]>Hello and thank you for this amazing plugin,
Is it possible to change the font color or one word in the text ? If I add <span> in the shortcode, it breaks the shortcode.
For exemple, i would like to change the color of the sentence Enjeux Stratégiques<br>Négociations
Tks for your help and your great work
<h1>[typed string0=”Accompagnement Opérationnel<br>De Direction Générale” typeSpeed=”50″ startDelay=”0″ backSpeed=”40″ backDelay=”500″]
[typed string0=”Enjeux Stratégiques<br>Négociations” typeSpeed=”50″ startDelay=”6000″ backSpeed=”40″ backDelay=”500″]</h1>
Just add this code to animated-typing-effect/assets/js/typed.fe.js
(function( $ ) {
$.fn.isOnScreen = function() {
var win = $(window);
var viewport = {
top: win.scrollTop(),
left: win.scrollLeft()
};
viewport.right = viewport.left + win.width();
viewport.bottom = viewport.top + win.height();
var bounds = this.offset();
bounds.right = bounds.left + this.outerWidth();
bounds.bottom = bounds.top + this.outerHeight();
return (!(viewport.right < bounds.left || viewport.left > bounds.right || viewport.bottom < bounds.top || viewport.top > bounds.bottom));
};
$(window).on('resize scroll', function() {
$( '.typed-me' ).each( function() {
var options = {}, strings = [];
for( var key in this.dataset ) {
if( key.substr( 0, 6 ) == "string" ) {
var v = this.dataset[ key ].replace( /"/g, '"' );
// Replace & with & otherwise the browser freezes.
v = v.replace(/"/g, '"');
v = v.replace('&', '&'); // in case the user already used &
v = v.replace('&', '&');
strings.push( v );
} else {
options[ key ] = parseInt( this.dataset[ key ] );
}
}
options[ 'strings' ] = strings;
options[ 'contentType' ] = 'html';
if ($( '.typed-me' ).isOnScreen()) {
$( this ).typed( options );
}
});
});
})(jQuery);
]]>
Just wondering if this will be updated or if I should find a new plugin for this effect? Thank you!
]]>Where the hell can I change the cursor inside the animation?
I’ve checked every file and I can’t find the code which is inserting this character: |
So how to change <span class="typed-cursor">|</span>
I don’t want this |, I would like to change it to e.g. █
The js-file is mentioned a custom cursor, but there’s no code where the character of the cursor is mentioned.
And Google wasn’t a good help. I only found animations with a cursor made of a border-bottom or border-right.
]]>Is there anyway to make the text always stay centered.
https://docs.kodesolution.info/revslider-hero/examples/original-preview/webagency.html
Like this for example. No matter how long the sentence is, the text always stays centered with the text above it.
]]>I’ve got a problem when I try to insert the shortcode in the title: it just shows me the shortcode. It doesn’t work, and I dunno what to do!
If you need it, I’ll be pasting here the shortcode: [typed string0=”Home” string1=”Casa” string2=”Etxea” typeSpeed=”30″ startDelay=”30″ backSpeed=”30″ backDelay=”500″ loop=”1″]
Hi, I see your wonderful plugin is on over 10,000 sites but it hasn’t been updated in a year. With the new feature in WP re outdated/abandoned plugins, will you be doing an update soon? Thank you.
]]>Hello, great plugin!
I am using TranslatePress plugin.
In normal english version typing effect is perfect.
But in slovak version it is glitching.
See video: https://youtu.be/0jDQHCazAlA
Thank you very much!
]]>Hi,
I want to change the cursor character to a _
How can I do it? is it possible with CSS:
.typed-cursor{ content: ‘_’;}
Thanks
Luna
It crashes the website on the third sentence.
]]>There is no menu item added on my install WP 5.1, no idea how to use.
]]>Just a heads up: we have observed a conflict with WP 5.0.3 and PHP 7.x – when activated,, Typing Effect causes PHP errors. If we reset the site to PHP 5.x, the errors stop.
]]>Hi,
what if I want to display the animation only once?
I mean, I don’t want the text to be deleted at all.
Thanks!
Do you plan to update this for use with 5.0? I love this effect and hate to lose it
]]>Hi
On the latest version of IE shows the wordings in reverse https://tive.co/
Microsoft Edge 42.17134.1.0
Internet Explorer 11
Hi,
Is there a way to “pre-occupy” the space that the written text will essentially take? So the subsequent content isn’t “pushed” down but is instead located where it would be, when the typing text has folded out completely.
Hope it makes sense.
Best,
]]>Hello everyone!
I’m new on this forum and I’m just starting to use wordpress, I have a problem, I can not insert the animated effect through the plugin “Typing Effect”.
The code generated by the plugin is as follows:
[typed string0 = “Written 1” string1 = “Written 2” typeSpeed ??= “40” startDelay = “0” backSpeed ??= “40” backDelay = “500”]
I would like to insert it in the writing “photographer”, below you find the part of the code involved:
[vc_row show_container_fluid = “1” fullscreen = “1” position_relative = “1” padding_setting = “1” desktop_padding = “no-padding” id = “home”] [vc_column] [brando_slider slider_premade_style = “brando-owl-slider7” slider_preview_image = “Brando-owl-slider7” show_pagination = “1” show_pagination_style = “1” show_pagination_color_style = “1” show_cursor_color_style = “white-cursor” transition_style = “slide” autoplay = “1” stoponhover = “1” slidespeed = “3000” background_slide_title = “” background_slide_subtitle = “Slider” brando_designation = “photographer”] [brando_slide_content image = “5386”] [/ brando_slide_content] [brando_slide_content image = “5386”]
Thanks in advance to all those who want to help me.
]]>