• Hi! I’m using the plugin Typing Effect (https://nl.wordpress.org/plugins/animated-typing-effect/> and really would like the main title of the homepage (which is “Milan van Haren” at the moment) to have the type effect. Unfortunately, the title MUST be linked to the title of a created page. Adding the shortcode of a typing effect to be the title of the linked page does not work (it just shows the shortcode, instead of creating the effect).

    Is there a way to do this? For example by editing a PHP file? This are the shortcodes the plugin generates:

    To add in a page:
    [typed string0=”Do you want to contact me?” string1=”Nice!” string2=”Whether it is a complaint, compliment or just to have a chat, I will take a good look at it.” string3=”Promised.” string4=”Use the contact form below or send me an e-mail.” typeSpeed=”20″ startDelay=”0″ backSpeed=”-2″ backDelay=”1000″ loop=”1″]

    To add in a PHP file:
    <?php echo do_shortcode( ‘[typed string0=”Do you want to contact me?” string1=”Nice!” string2=”Whether it is a complaint, compliment or just to have a chat, I will take a good look at it.” string3=”Promised.” string4=”Use the contact form below or send me an e-mail.” typeSpeed=”20″ startDelay=”0″ backSpeed=”-2″ backDelay=”1000″ loop=”1″]’ ) ?>

    TLDR: I just want the main title of the home page to be a normal “paragraph” where I can edit a shortcode in, and NOT be linked to the title of a created page.

    My home page:
    https://wp180990.pr4.imem.nl/

    Example of the used effect:
    https://wp180990.pr4.imem.nl/contact/

    Thanks a lot in advance!

    The page I need help with: [log in to see the link]

  • The topic ‘Edit text on homepage’ is closed to new replies.