sebwordpress
Forum Replies Created
-
Forum: Plugins
In reply to: [The Welcomizer] Trigger when on ScreenAlright then. By the way, only built-in Library are integrated in the UI. Any other uploaded Library is supported by the user. If you or anyone else believe that a specific library should be built-in in the plugin, let me know. A new version is coming soon.
Forum: Plugins
In reply to: [The Welcomizer] Trigger when on ScreenI guess that I didn’t really understood, I have tested this code, try it and make your adjustment if needed.
var twiz_scroll = 0; $(window) .bind('scroll', function(){ if( twiz_scroll == 1 ){ [put your function name here] } twiz_scroll++; });
Forum: Plugins
In reply to: [The Welcomizer] Trigger when on ScreenIt is possible to handle this with some of your own variables, but perhaps you should try document instead of window and see if that’s what you want.
$(document).bind('scroll', [put your function name here] );
We all had a first experience with jQuery, and I am no expert. Any questions or comments are welcomed.
Forum: Plugins
In reply to: [The Welcomizer] Trigger when on ScreenThat’s fine, don’t worry.
Here is a temporary solution.
Create your animation as you did, and set the trigger by event to manually.
Put this code below into the text box of your jQuery animation or other animation, and set the text box to onReady.
$(window) .bind('scroll', function(){ [put your function name here] });
Under the jQuery textbox, click Functions, and then choose your animation. This will copy the function name at the end of the code, click inside the text box, cut and paste the last line at the right place shown above.
Forum: Plugins
In reply to: [The Welcomizer] Trigger when on ScreenHi Veftaxop,
Thank you, you’re right about this, I thought about it once. I would propose a code solution, but it’s not really the solution unless you’re in a hurry.
Here’s what I propose for the next version:
A new type(‘other’ or ‘custom’ or perhaps just blank) will be added to elements along with(id, class, name, tag), and it will be possible to write anything, like the word ,window, and much more, and this will make the trigger onScroll functional.
Is this a good solution?
Forum: Fixing WordPress
In reply to: reusing jquery libraryHello,
That can be done with this plugin, simply activate it, that’s it. It register the default jQuery library included in your WordPress installation. Go to the plugin admin section to remove it, it’s the first checkbox.
Forum: Plugins
In reply to: [The Welcomizer] How to show on my websiteConfigure the Output type of your section. If it is a default section the output is set automatically. Click the + Menu to create new sections if needed.
Forum: Plugins
In reply to: [The Welcomizer] Conflict with Admin Dashboard Jqueryv1.4.8.6 is available.
Forum: Plugins
In reply to: [The Welcomizer] Conflict with Admin Dashboard JqueryThe solution has been found, a new patch(v1.4.8.6) will be available soon.
Forum: Plugins
In reply to: [The Welcomizer] Conflict with Admin Dashboard JqueryOk, I’ll take a look and I’ll get back to you.
Thanks,
Forum: Plugins
In reply to: [The Welcomizer] [Plugin: The Welcomizer] How to remove all effects?And I guess you can not give us a url, or maybe you can?
Forum: Plugins
In reply to: [The Welcomizer] [Plugin: The Welcomizer] How to remove all effects?I do not really understand your question and where you’re going with this. It makes no sense, at least for me.
Forum: Plugins
In reply to: [The Welcomizer] [Plugin: The Welcomizer] How to remove all effects?Do you have any other questions I can answer for you?
Forum: Plugins
In reply to: [The Welcomizer] [Plugin: The Welcomizer] How to remove all effects?FTP into your site (or use whatever file management application your host provides) and delete the plugin’s folder in wp-content/plugins.
Forum: Plugins
In reply to: [The Welcomizer] [Plugin: The Welcomizer] How to remove all effects?It depends on which cache plugin you have installed. Please, refer to their support forum.