Hello, This works great in Brave and Chrome browsers but doesn’t seem to work in Firefox or Safari… are there any known issues?
]]>Is there any way to make the rotation non-random? I have two sentences I want to repeat consistently, one after the other. Currently it is just spitting out the same sentence over and over again.
]]>I have set the font size for smaller screen in the group but only the animated words resize and not to the size set in the plugin
You can view the page here
]]>Hello, the plugin is awesome and I have used some of my websites but after update recently it’s not working ??
Here is the link for development website (I didn’t update the plugin still now so it’s working on another site).
Here is the main website [ redundant link removed ] – stopped working after update the plugin.
Using 4 short codes in 4 places on HOME. Removed from 2 of the places temporarily so website won’t look completely off. You can see the plugin is now only working in 1 spot “WE ARE”
I tried deactivating and reactivating the plugin. I cleared the website cache. I removed the short code on the page and added it back in. I edited the plugin settings. Nothing worked. In fact, the “SO YOU CAN” short code worked until I tried editing it.
Any help is appreciated. Thanks!
]]>Hello, the plugin is awesome and I have used some of my websites but after updated it recently it’s not working ??
Here is the link for development website(I didn’t update the plugin still now so it’s working – https://dev.principiumstudio.com/ )
Here is the main website https://principiumstudio.com/ – stopped working after update the plugin.
There are no option for screenshot. Here is the words I have used – We create human, real, authentic brands
that connect., engage., appeal.
Please help me.
Thanks!
]]>Only the first group animation work, the rest does not..
wp-fade-in-text-news.js?ver=6.0:47 Uncaught ReferenceError: FadeIn_bFadeOutt is not defined
at FadeIn_Ontimer (wp-fade-in-text-news.js?ver=6.0:47:3)
Cannot open the editor, icon loading forever
]]>This plugin gives me the following shortcode for anything past #1 in the shortcode list.
[animated-words-rotator id=”NaN”]
Any ideas why?
]]>I upgraded to the pro version but on my live site, it still has an image at the end of the sentence that says “demo”
]]>How to show the animation only the first time people scroll to it.
]]>How do I center the pro animations? The free version animations can be centered just fine, but all the pro animations are aligned to the left and they dont give to any kind of centering. HELP
]]>Hello,
It seems I’m having issues with mobile responsiveness. One of my rotating terms is a 3 word phrase. I’d like to keep it a big text size in mobile. But when going into mobile view, using the ‘Clip’ rotation style, it simply just goes off screen, there’s no line break. Please advise.
Hi team,
Thanks for the great plugin.
I have however a small issue. The only component to support shortcode (that I know of – I am very new to WordPress) is the text box (supporting WYSIWYG). However, the only solution I found to center the text (see website link – very bottom rotating words) is to add padding to the text block. This is fine on PC but when I check on mobile the padding makes it messy.
Is there a way to center the text directly from the CSS plugin?
Many thanks for your help & let me know if it is unclear.
Jerome
]]>Hi,
It works on interior pages but not on the homepage. I deactivated all plugins and theme uses only a simple css. Any idea?
https://anemailtoremember.com/blog/
https://anemailtoremember.com/blog/header
Kindest regards,
Mike
Is it possible to style the animated text e.g remove italics, font weight etc?
]]>I fixed the issue that there was a break were no word is shown between the last and the first word.
The bug was caused because you splitted the words and joined them again and there was a comma after the last word.
Remove $rotate_words_arr, just pass the comma seperacted word string directly to the html output.
Here is the fixed code. Just replace that function in the plugin.class.php with this code.
function render_words_rotator($atts, $content, $the_shortcode){
$savedmeta = get_option( 'la_words_rotator' );
if (isset($savedmeta['rotwords'])) {
foreach ($savedmeta['rotwords'] as $key => $data) {
if ($atts['id']== $data['counter']) {
wp_enqueue_script( 'modernize-js', plugins_url( 'js/jquery.simple-text-rotator.min.js', __FILE__ ),array('jquery'));
wp_enqueue_script( 'script-js', plugins_url( 'js/script.js', __FILE__ ),array('jquery'));
wp_enqueue_style( 'modernize-cs', plugins_url( 'js/simpletextrotator.css', __FILE__ ));
wp_localize_script( 'script-js', 'words', array(
'animation' => $data["animation_effect"],
'speed' => $data['animation_speed'],
));
$rotate_words = $data['rot_words'];
// print_r($rotate_words_arr);
$postContents.='<h1 class="demo" style="font-size:'.$data['font_size'].'px;color:'.$data['font_color'].';">';
$postContents.=$data["stat_sent"] ;
$postContents.=' <span class="rotate" style="font-size:'.$data['font_size'].'px;color:'.$data['words_color'].';">';
// Fixed By Ulrich Schmidt (of velian GmbH):
$postContents .= $rotate_words;
$postContents.='</span>' .$data['end_sent'].'</h1>';
return $postContents;
}
}
}
}
]]>
Hi Love the plugin. I set the animation for flip then save and it reverts to spin. My client wants flip.
]]>Everything works as it should until the set loops. In the case of the ‘fade’ animation it looks like it just pauses for a second (and messes up the spacing). All the other animations do this horrendous glitch thing before looping through the text again.
I tried all combinations of commas and even tried putting in an actual empty string into the “words to cycle” but it just added an additional empty string. I’m only using three words.
This is a problem we have with this plugin out of the box. I tried on a couple different dev sites and it just seems to be a flaw with the plugin.
Would really appreciate a resolution. This is an otherwise well designed plugin that fits our needs perfectly.
Update: The glitch is visible in my browser (latest version of chrome) on the demo as well.
]]>Hey man, great work. From the description of the plugin however I assumed this would be a randomised list of words, rather than displayed in order from first to last. Have I missed something there? If it’s an easy fix, randomisation would be fantastic. If not, would you consider implementing it in a future release?
Also just a heads up, it seems to work fine with more than 6 words even though it says a limit of 6 in the interface.
Thanks – any help appreciated.
]]>Hi there, I love the plugin, and wonder if there is anything I can do to
A) Have the rotation stop on the last word in the list (right now all the rotating words disappear when the rotation cycle is done)?
OR
B) Continue rotating over and over again instead of stopping after one cycle?
Thank you!
]]>