• Resolved ldamico

    (@ldamico)


    Hello! Im trying to use this plugin to show some animated text before the homepage loads. I saw in the description it says HTML and shortcode is supported as custom content but when i include a shortcode it doesnt works.
    How it has to be included?

    This is the shortcode i want to add, generated by another plugin:

    [textillate font_family=’Elgoc’ font_color=’#ffffff’ font_size=’45px’ font_weight=’bold’ letter_spacing=’1.6px’ effect_in=’fadeIn’ type_in=’sequence’ effect_out=’fadeOut’ type_out=’sequence’ loop=’false’]A 1500 mts sobre el nivel del mar[/textillate]

    Thanks in advance for your help and congratulations for your great work!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author maxsdesign

    (@maxsdesign)

    I idamico,
    my plugin accepts shortcode. That plugin prints a script in the footer, that’s why you can see the letters but the animation doesn’t work.
    You can fix this issue changing a variable in easy-textillate.php.
    Change line 415 and 468
    from
    $et_scripts .= ob_get_contents();
    to
    $output .= ob_get_contents();

    But you will loose the changes when you will update that plugin. I hope this answer was helpful.
    Cheers
    Massimo

    Thread Starter ldamico

    (@ldamico)

    Thank you very much for your reply Massimo! That worked out great!
    Only doubt im having now if its also possible to use a specific page (with some text animations) as preloader and if its also possible to load the next page (front page) after certain amount of seconds and not instantly after its loaded. So the animations of the previous page can be finished and then goes to he homepage.
    I hope i explained myself clear

    Thank you so much again!

    Plugin Author maxsdesign

    (@maxsdesign)

    Hi Idamico,
    Unfortunately you can’t use a specific page as a preloader, because the preloader is part of it.
    From the Customizer go in Preloader Plus > Animations. In Animation delay you can set the time (in milliseconds) after which the preloader triggers the animation that shows your website. I hope this answer was helpful.
    Cheers
    Massimo

    Thread Starter ldamico

    (@ldamico)

    Thanks again Massimo! That works to delay the entrance to the content!
    One last question: Is it possible to show it only once? Because every time you load the page, the loader appears, even if the content its loaded already.

    I appreciate your time and dedication a lot! If theres any way to make a contribution or donation, please let me know where i should do it.

    Cheers mate!

    Plugin Author maxsdesign

    (@maxsdesign)

    You have an option to show the preloader just on the front page, at the moment. I’m planning to add an option to show the preloader just once. It will be in the next update with a “buy me a coffee” button!
    Have a good day!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Shortcode in custom content’ is closed to new replies.