rebosha
Forum Replies Created
-
Perfect.
Is it possible to change button width in plugin admin ?
really thanks .Hi ! Thanks ! I deleted the code forgotten on script. it helped
Forum: Plugins
In reply to: [Page scroll to id] After install menu image plugin, id not scrollwhen i add .menu-item a[href*=’#’] to selectors panel , it forks again.
big thanks.Forum: Plugins
In reply to: [Page scroll to id] not scroll only jumpThanks a million times! It works.
Forum: Plugins
In reply to: [WP Blog and Widgets] Hide header image in postsForum: Plugins
In reply to: [SVG Support] Path AnimationHi ..
Thanks for support. I alredy have an animation . Now i would like to stop animation with jQuery but the problem is that jQuery code is running before the SVG is generated.jQuery doesn′t work at all for any class i’m trying to target to SVG. Any ideas ?
Thanks a lot
https://www.lesaum.sk/?page_id=283 animationForum: Plugins
In reply to: [jQuery UI Widgets] Stop animate SVGThanks andrew
Forum: Plugins
In reply to: [jQuery UI Widgets] Stop animate SVGPlease witch plugin do you mean ? I’m using SVG Support plugin for drawing svg .
Forum: Plugins
In reply to: [jQuery UI Widgets] Stop animate SVGIs any way to solve it ? i’m total beginner:(
Forum: Plugins
In reply to: [jQuery UI Widgets] Stop animate SVGIt’s the third plugin i’m trying.The same problem in each of these .
Forum: Plugins
In reply to: [jQuery UI Widgets] Stop animate SVGTo custom jquery code text area at the top of jQuery UI Widgets Options.
Forum: Plugins
In reply to: [jQuery UI Widgets] Stop animate SVGI very much appreciate your prompt response.
I now about .everything . It was just an example.
I added class .style-svg from style.css
thanksForum: Plugins
In reply to: [Scripts n Styles] jQuery doesn′t workhere is link to my page https://www.lesaum.sk/?page_id=283
Forum: Plugins
In reply to: [Scripts n Styles] jQuery doesn′t workI have still problem with jQuery . My css animation works but i need to hide or stop it with jQuery . When i add some css to style window, css works. I tried to write simple jQuery code to end of the body window .
jQuery(function($){
$(“body”).hide();
});
this code works..
I add some class, img, svg, p ..
jQuery(function($){
$(“img”).hide();
});
nothing..
where I make mistakes?
Is there any solution ?
THANKS