sebwordpress
Forum Replies Created
-
Forum: Plugins
In reply to: [The Welcomizer] [Plugin: The Welcomizer] Security IssueThis email is correct, still nothing. You can use the contact form on my website.
Forum: Plugins
In reply to: [The Welcomizer] [Plugin: The Welcomizer] Security IssueSure, as soon as I receive your email, but I didn’t received your email yet.
Forum: Plugins
In reply to: [The Welcomizer] [Plugin: The Welcomizer] Fire only on first visit🙂
Forum: Plugins
In reply to: [The Welcomizer] [Plugin: The Welcomizer] IE 8 CompatabilityYou’re welcome.
Forum: Plugins
In reply to: [The Welcomizer] [Plugin: The Welcomizer] Fire only on first visitThey are many possibilities.
Let’s say, we have a repeated fading effect animation that does not require any delay. But we would like to trigger this animation 2 seconds after the page is ready. In that case, we need to set this animation to ‘Manually’, and then create another animation that has delay of 2000. Inside this one, we add the call to the first animation by choosing it from under the top JavaScript textbox found under the ‘more configuration’ link.
Over this JavaScript textbox there are 3 options, OnReady, Before the delay, and after the delay.
– OnReady will output the JavaScript textbox outside the function, literally OnReady.
– Before the delay will output the JavaScript textbox inside the function, before the delay condition.
– After the delay will output the JavaScript textbox inside the function, and after the delay condition.About your issue, I don’t have any solution, but you have the freedom to create any variable that can be used as switches. By example: declare a variable, var myvar = ”; inside a JavaScript textbox that is set onReady. And wrap the call of the function, with a condition.
if( myvar != 1 ){ [REPLACE_THIS_WITH_YOUR_FUNCTION] myvar = 1; }You probably can do your one time animation with a JavaScript cookie, and use it as your switch.
Forum: Plugins
In reply to: [The Welcomizer] [Plugin: The Welcomizer] IE 8 CompatabilityIf you don’t need the 3D rotation effect, but only the rotation effect, you can try this library instead. I remember testing it with IE8.
https://github.com/heygrady/transform/ (all files under src/)
You can also find links on my website to those packages that cannot be activated simultaneously.
http://www.sebastien-laframboise.com/wordpress/plugins-wordpress/the-welcomizer/#plugins
Animations on my website(excluding those that are using 3D rotation) are probably working with this alternative library, maybe they are some details that would need to be adapted, but the function name is the same.
Forum: Plugins
In reply to: [The Welcomizer] [Plugin: The Welcomizer] Fire only on first visitAfter installation, the plugin is currently in the context of adding an animation to the Home page. If you are not in this context anymore, you can choose Home again from the >> menu.
There are 2 ways:
1. Add an animation with a small delay, or no delay at all, and set the duration, and configure the first and second move.
2. Add 2 animations, one that contains the animation, set the event to ‘Manually’. After, inside the second animation, call the first animation by adding it into the top JavaScript textbox, under it you will find the animation list. Set this JavaScript textbox to ‘After the delay’.
The second way is useful when the delay needs to be triggered only once. When $(document).twizRepeat(x); is added.
Forum: Plugins
In reply to: [The Welcomizer] [Plugin: The Welcomizer] IE 8 CompatabilityHello,
Unsupported features will be ignored on earlier IE versions. It won’t trigger any error.
It’s possible to create such animation. Lower your expectations, and find a common ground.
You need to think about the different visuals at the same time.
Separate animations that are not supported from others.
By example: Add a left to right animation onto a div, and add a rotation effect onto another div(parent), triggered them at the same delay, same duration. The rotation will be ignored by earlier IE versions, but it will move left to right on earlier versions.Forum: Plugins
In reply to: [The Welcomizer] [Plugin: The Welcomizer] Barely WorksWhat about this version?
Forum: Plugins
In reply to: [The Welcomizer] [Plugin: The Welcomizer] From now on.I totally agree with you. I am simply tired of some reactions of the past. The Welcomizer has evolved dramatically since the first version. Therefore, the plugin itself is in a constant evolution, some features are added, and others are rewritten.
I am proud of what I have contributed so far. It’s being done the hard way, and it’s not the end. This plugin takes me a lot energy, as you see, and your constructive feedbacks are more than welcome.
Forum: Plugins
In reply to: [The Welcomizer] [Plugin: The Welcomizer] From now on.If you want to help this free plugin, I will answer your question promptly, but if you want to complain for nothing as you are doing right now, I won’t help you. I am dedicated to this plugin, either you like it or not.
Forum: Fixing WordPress
In reply to: the WlelcomizerAccording to my research, there is something wrong with your request because your website is running on the very latest version.
<meta name=”generator” content=”WordPress 3.2.1″ />
Forum: Fixing WordPress
In reply to: the WlelcomizerYes, thanks esmi.
The Welcomizer plugin requires WordPress 3.1 +
Forum: Fixing WordPress
In reply to: the WlelcomizerAccording to your research, you found what?
Forum: Fixing WordPress
In reply to: the WlelcomizerYou think it’s not compatible according to Google? Are you kidding? Your problem is not real to me ok .. Please … Have a good day.