Hi,
when I try to open a page in the backend editor, I get the following message on a white page:
TypeError thrown
explode(): Argument #2 ($string) must be of type string, array given
When I deactivate typing animation block all is working fine.
For a workaround I deactivate the plugin, edit my page, and activate the plugin again. Perhaps somebody has a better idea…;)
]]>This typing text plugin was working beautifully. Now, as the letters appear they flash or blink one or more times. As I look at the page the text gets more erratic. This might have happened after I updated to the latest version of WP.
I tried playing with the settings but there is no change. What could be the problem? I really like this effect.
Thank you
TGC5308
]]>Is it possible to make the block that contains the text a set height so that it doesn’t resize as the text is typed? Thanks in advance!
]]>Hi,
I have tried all the plugins that do typing animation, yours is quite flexible.
I wish there were an option for the animation to start when reaching the viewport, though.
As it is, if the animation is down the page, unless you make it loop endlessly (not a very subtle effect), it has already ended when the user gets to the related element. That’s too bad for an animation plugin, right ?
]]>I am using typing animation block plugin but I couldn’t find a way to change its font or font size please help me it with.
]]>Hi,
I want to ask you if is possible to add dynamic content to this plugin like :
current_hour = time.strptime(time.ctime(time.time())).tm_hour
if current_hour < 12 :
print “Good Morning!”
elif current_hour == 12 :
print “Good Noon!”
elif current_hour > 12 and current_hour < 18 :
print “Good AfterNoon!”
elif current_hour >= 18 :
print “Good Evening!
I try to do something similar : https://bison.studio/start-a-project
I hope you can help me ?? Thank you
]]>Hello,
I realized your plugin adds this like to the stylesheet:
<link rel='stylesheet' id='wp-editor-font-css' href='https://fonts.googleapis.com/css?family=Noto+Serif%3A400%2C400i%2C700%2C700i&ver=5.4.2' media='all' />
Can you please remove this or give an option to deactivate it?
I don’t want Googlefonts to load on my page.
Thanks
Daniel
Hello
Our webiste is built using WP 5.3
We found the Typing Animation Block by middle-way-approach and installed it. That works fine and then we activate it which is fine too.
Unfortunately Typed doesn’t appear at all in our WordPress sidebar menu so we can’t use it.
Other plugins we have are Captcha Code, Count per day, Divi Builder, Duplicate post, Geolocation IP Detection, H5P, Health check, Instant Images, JetPack, Really Simple SSL, VOD Infomaniak, WP Importer, WP Super Cache, WP-Live Chat by 3CX, WPForms Lite, and Yoast SEO.
Any idea what’s going on?
Thanks
Ian
In the init.php file a stylesheet is registered:
dist/blocks.style.build.css
However this stylesheet is missing from the plugin files and brings up a 404 error.