animate widget icons
-
Hello Again!
Thanks For your help up to this point!
I am trying to animate either he widgets or the widget icons using your plug in. I have found the class for the icons(using dev tool, google chrome) but I am having a bit of difficulty locating the folder in which the class would be located.
Any thoughts? I am still learning how to use the developer tools and can’t seem to discern specific file locations upon inspection.
Thanks
-
Hello,
Regarding Widget animation, the functionality is provided by the plugin itself.
After installing the plugin, you can see a new field “Animate It Class” within the widget edit area. Just enter the classes generated using http://www.downloads.eleopard.in/class-generator-wordpress.Regarding the widget icons, you can put them within “span” or “div” tags and apply classes generated using http://www.downloads.eleopard.in/class-generator-wordpress for example:
<div class="<GENERATED CLASSES>"> <CONTENT YOU WANT TO ANIMATE> <div>Thanks for your response.
The problem is not how to do it! I understand your plugin pretty well! The problem is where to put the above code? I can’t figure out which file to insert your code into.
e.g. header.php,page.php,rev-slider.php.. etc..So where would I place the code below? For my particular theme?
`<div class=”<GENERATED CLASSES>”>
<CONTENT YOU WANT TO ANIMATE>
<div>Also,
I am describing the “widget area” incorrectly. It turns out that the area that I am referring to, is in fact not widgetized. It is a custom post type if I am inspecting the element correctly..
Thanks Again!
The topic ‘animate widget icons’ is closed to new replies.