274 comments found.
Hello…
I purchased this item just now…
Tried to Install and activate it in my new wordpress website.
But… it’s Installed and NOT activating…
When I click on activate…
it shows like this…
” Plugin could not be activated because it triggered a fatal error. “
I deactivated all the other plugins and activated the default WP theme …
still I get the same error.
My wordpress health check is Good…
What else I should check with?
Thanks.
Solved after a server restart… But I have another query to change the Fixed text Color…
Hi Antoine,
How can I make sure that the typewriter inherits the font, size etc from the template instead of setting it myself? Could you help me?
website: www.forxdesign.com
Hi, This is the case actually. But with this css you remove all defined font-family
#typed_div,#typed {font-family:inherit!important;}
Hi Antoine, I have added a (math character) in a sentence which is displayed correctly but when typing it and deleting it in the animation, it shows a diamond with a questionmark in it. Do you know how to solve this?
Hi, If it is displayed correctly in your admin but not in the website frontend it’s maybe the font used which is different.
Try to display your character correctly at frontend before.
it is displayed correctly in the frontend of the website, it’s the before deleting it and before writing it that shows the diamond with a questionmarkt
Hi Antoine,
I need help disabling the backwards animation.
I would like the end result to look something like this: “1st sentence is typed forward then it fades out, then 2nd sentence, etc. “
I also sent you an email. please get back to me as soon as you can, thanks!
Hi, try this code in options of typed function in the file where function is called (font-anim.php)
onStringTyped: (arrayPos, self) => {
$('#typed').fadeOut();
},
preStringTyped: (arrayPos, self) => {
$('#typed').show();
}
Hello, can i use the font set in my template? i use oxygen builder with google fonts. thanx
Hi, yes you can use any font that you want. Use css for that.
#font-typed {font-family:[your-font] } Contact me when your website is online for help.
Hi there. Just bought your plugin and am excited to use it. Two questions. First: Is there a way to make it use the default font that is set for the part of the page where the short code is put (i.e., can it create “ascii-only” output)? Second: Can I make it so the animation starts only when the part of the page containing the animation scrolls into view? Thank you!
Hi, 1. the font could be defined by css with “inherit” property to use the context font. (eg: #font-typed {font-family:inherit } ) 2. Yes it’s possible but you must know coding and modify “font-anim.php” or “font-animaiton.php” file by adding a scroll function, plugin panel only does not offer that.
Thanks, Antoine.
Hi!
I reviewed the documentation and I’m not able to re-create your demo. I would like the fixed text to be different color the sentence 2. Is that possible? Cheers
Hi, yes you have to use html tag (ex : span tag) and css style.
Hi Antoine,
I bought the plugin because you wrote it was possible to activate the animation on scroll in the viewport.
Installed it, everything is working nicely, now I want to set up this onscroll option.
What is the secret sauce ? 
My purchase code : 01ff9a31-871d-4224-b5d1-5dcfdff8a8f4
Hi, I wrote this for my another wordpres plugin :
https://codecanyon.net/item/responsive-svg-handwritting-text-animation-wordpress-plugin/6800392But this is typewriter plugin, how do you want that this onscroll option works ?
Well,...here you were talking about this plugin, right ? Ibrandity was asking about the same feature being available in Advanced Typing Effect as in your other plugin, and you answered positively.
Maybe you did not understand his question ?
======
En français, il demandait très clairement si Advanced Typing Effect disposait des mêmes fonctionnalités que celui de votre autre plugin. Vous avez répondu par la positive, et très clairement, que la fonctionnalité “onscroll” fonctionnait, tout comme le “onhover”...
Hi there
id like to buy your plugin, but i need to know, is it viewpoint sensitive? i would like to use the effect on a single page in various sections. if they all initialise at the same time the user will miss all effects that are not in his viewport. so does it have a stop/resume or reset function? if not, will you impement one or can you give me a hint or code to achieve this?
ibrandity ibrandity
12 months ago Basically im talking about the same functionality your offering in your handwriting plugin in the “on scroll” example… In the comments ive read you planned to include this feature a while ago, so it might be there already?
Antoine_Rousseau Antoine_Rousseau AUTHOR
12 months ago Flag Hi, The “onscroll” functionnality works. The “onhover” functionnality works also. With some code and knowledge you can change “onhover” functionnality by “initialization when window is at a certain point”. But if “onscroll” functionnality is sufficient for you that not require coding. If you encounter a problem after the purchase you can be reimbursed.
=====
et par ailleurs, un autre client, il y a plus longtemps vous avait posé la même question . Vous lui aviez suggéré de voir
See here : http://stackoverflow.com/questions/5911138/jquery-trigger-function-when-element-is-in-viewport
almost 5 years ago I am not a good jQuery coder. Can you give me an example how to do it? Or better yet, add it as an option to your plugin!
Et vous lui aviez proposé de vous contacter par message privé …pour l’aider ?
Antoine_Rousseau Antoine_Rousseau AUTHOR
almost 5 years ago Flag Contact me in private message.
===
Mais c’est peut-être moi qui ai mal compris ….
Vous pouvez faire quelque chose, car ça ne m’arrange pas, je croyais enfin avoir trouvé un plugin de ce genre basé sur typed.js, qui avait cette fonctionnalité (qui me semble évidente, une animation activée en pageload, si elle n’est pas en haut de l’écran, ça ne va pas servir à grand chose …
)
Eh bien j’ai lu ceci :un client qui il y a 12 mois vous avait posé la question, demandant si Advanced Typing Effect avait les mêmes fonctionnalités, et vous lui aviez répondu clairement par la positive…
=====
id like to buy your plugin, but i need to know, is it viewpoint sensitive? i would like to use the effect on a single page in various sections. if they all initialise at the same time the user will miss all effects that are not in his viewport. so does it have a stop/resume or reset function? if not, will you impement one or can you give me a hint or code to achieve this?
ibrandity ibrandity
12 months ago Flag Basically im talking about the same functionality your offering in your handwriting plugin in the “on scroll” example… In the comments ive read you planned to include this feature a while ago, so it might be there already?
Antoine_Rousseau Antoine_Rousseau AUTHOR
12 months ago Flag Hi, The “onscroll” functionnality works. The “onhover” functionnality works also. With some code and knowledge you can change “onhover” functionnality by “initialization when window is at a certain point”. But if “onscroll” functionnality is sufficient for you that not require coding. If you encounter a problem after the purchase you can be reimbursed.
=====
et par ailleurs, un autre client, il y a plus longtemps vous avait posé la même question . Vous lui aviez suggéré de voir
See here : http://stackoverflow.com/questions/5911138/jquery-trigger-function-when-element-is-in-viewport
almost 5 years ago I am not a good jQuery coder. Can you give me an example how to do it? Or better yet, add it as an option to your plugin!
Et vous lui aviez proposé de vous conctacter par message privé …pour l’aider ?
Antoine_Rousseau Antoine_Rousseau AUTHOR
almost 5 years ago Flag Contact me in private message.
J’ai peut etre mal compris, auquel cas, ça ne m’arrange pas …
Bonjour, en effet j’avais mal compris l’ancienne question et ma réponse était erronée, ce plugin ne fonctionne pas avec le scroll. Maintenant il faut voir ce que vous appelez fonctionner avec le scroll. Pour l’autre plugin son animation avance avec le scroll vers le bas et recule lorsqu’on scrolle vers le haut. Si vous voulez juste que l’animation du plugin démarre lorsque la fenêtre est à un certain point ça me semble possible en ajoutant une ou deux lignes de code. Mais vous obtiendrez à peu près la même chose en mettant l’animation en boucle.
Pour que l’animation démarre lorsqu’elle devient visible vous pouvez utiliser cette fonction :
https://stackoverflow.com/questions/20791374/jquery-check-if-element-is-visible-in-viewport
if ($('#element').visible(true)) {
// The element is visible, do something
} else {
// The element is NOT visible, do something else
}
Bonjour, merci pour la réponse, L’animation en boucle n’est malheureusement pas le but recherché. Et en effet je souhaite simplement que l’animation se déclenche lorsqu’elle apparait dans la fenêtre. Si ça ne demande qu’une ou deux lignes de codes, pourriez-vous m’aider ? Je ne connais rien à javascript. J’avais trouvé ce que vous conseillez, mais j’ai justement cherché un plugin intégrant cette fonction. Et je croyais avoir trouvé. Il y a eu ce malentendu.
Merci d’avance !
G
si possible envoyez moi des identifiants de connexion à l’admin en message privé (profile page) avec l’adresse d’une page où vous avez mis le plugin.
Hey, Dear support. Is it possible to deactivate the backwards-animation and how?
I just need the forward-typing-effect – so: 1st sentence is typed forward and then it fades out, then 2nd sentence … etc….
thank you very much for replying. Sunny regards Rue
7ea11ea7-7f15-492f-888f-aaee98ec6dd4
Hi, yes all is possible. Maybe with css only. Or with js customisation.
Contact me through private message via profile page I can do that for you.
Hi Antoine, I did contact you. Did you get my message?
No. Can you retry ? (my email is pixel-conception (at) hotmail.fr )
Good afternoon, I just bought your plugin and it does not work as it comes out in your demo, I want to put a fixed text in black and another that changes in blue and you can not.
Hi, you can use html tag with this plugin.
If you use quote and that doesn’t works try double quote (or inverse)
Hi Antoine,
After the last update, all sentences were randomized. The preview looks ok, but whatever I do, the live version stays in random mode. Am I missing something?
Hi, this is very strange. You don’t have a checkbox “randomize” ?
I have a “Shuffle sentences (random)” checkbox. But if I activate this option (for example), and save those settings, after a page refreshes, then the random checkmark is no longer visible.
can you send me credentials login by private message ?
Hi, is it possible to “fix” the sentence.. and have the front sentence change?
I need the word. “Moora” to say fixed and the front typed
Stay in Moora Eat in Moora Art in Moora
I have already bought thinking I could do it this way
can you help?
Hi, Yes I think this is possible with some css. (float right) Do you have url of your animation ? I try and give you css to insert.
Hi, place your fixed text in tag or tag just after the animation.
I bougth the Font Typed Animation plugin for wordpress but I have a big problem, I inserted the Shortcode with kingcomposer editor and I can see the plugin working, but, if I refresh the web page, all the text lost cofiguraton and only can see a column. How can I solve this problem??? I also want to change the color of a word in a same sentence, How can I do that? thank you
Hi, please send me url trough comment system or private message (via profile page).
If problem is on your admin, send me credentials login via private message.
Hi,
It’s regarding your typing effect plugin which I have purchased. We have been communicating via comment tread. The URL is crossborderworldwide.com.
Hi, I don’t view part of text bigger than other.
To centered the text define for it a fixed width in revolution slider : the width of the text when all characters are typed. Or positionning it near to the left (not centered) because when animation start typed text have a minimal width (one character) and is centered.
If you want that the text change position with each character to stay centered it’s more complicated andI don’t advice it (not lisible).
Hi, just add this css in the customizer tool (custom css):
#typed_div, #typed_div span { font-family: [your-font] !important }
example :
#typed_div, #typed_div span { font-family: "Fragmentcore", Fragmentcore, Fragmentcore !important }
Load your font separately and call it with the css above because the font added with the plugin is named differently at each page load.
Hi I am unable to place the text in the centre of the slider revolution and it keeps jumping. Also the first part of the texts are bigger than the 2nd and 3rd sentences. Could you tell me how to address these issues?
Hi, use css to force font-size and to define position like you want.
could you tell me how?
That depends context…
so can you help and sort it out? I think I am having the same jumping problem.
send me url by private message through profile page.
Hi, I need help importing my typewriter effect plugin on Wordpress. When I go to upload the plugin the zip file fails. Please advise this issue.
Hi, The global zip file contain documentation and plugin zip file to import. If you import global zip file that doesn’t works you have to import plugin file only.
Hi,
I uploaded your typewriter affect zip file and as I try to upload it to Wordpress it continues to fail. Any reason as to why that is and any tips on fixing it
Hi, please send me credentials login by private message (by profile page).
please ignore above two questions I have resolved those now – however, I’m struggling to work out how to use my own font that isn’t in the font list?
Hi, It’s very easy. Copy ttf file in “font” folder wich is in plugin folder.
Or load your font yourself and use css to replace default rules.
Sorry another question, is there another way to upload the plugin that isn’t via an FTP?
HI there, I have purchased this plugin, can I check please if this is compatible with Divi theme?
Yes it is.