• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Image hover effect [js file ]

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › Image hover effect [js file ]

This topic is: not resolved

Tagged: image hover effect [Jquery]

  • This topic has 4 replies, 3 voices, and was last updated 12 years, 11 months ago by Amit_Gaara.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • June 11, 2013 at 11:05 am #45303
    Amit_Gaara
    Member

    I want to implement this for all the featured images of my site , could write a  brief instructions on how to do it ? Thanks in advance !! Please !

    http://www.iliasiovis.com/hoverizr/

     

    http://www.iliasiovis.com/hoverizr/
    August 20, 2013 at 4:01 pm #57765
    Susan
    Moderator

    As you posted this a while ago but received no reply, I wanted to check in to see if this is resolved. If not, please check in, and I will escalate.

    August 21, 2013 at 6:57 am #57895
    Amit_Gaara
    Member

    Nope its not resolved,is there a way to do this for the featured image of every post ? in genesis 2 of course!

    August 29, 2013 at 11:54 am #59570
    slydawgg
    Member

    Would something like this work if you placed it in your themes function.php file:

    <?php
    function theme_scripts(){
    wp_register_script('hoverizer', get_template_directory_uri() . '/library/hoverizer/jquery.hoverizr.min.js', array('jquery'));
    wp_enqueue_script('hoverizer');
    }
     
    function cwp_theme_footer(){
    ?>
    <script type="text/javascript">
    jQuery.noConflict(true);
    jQuery('.attachment-themes-thumbnail').hoverizr();
    </script>
    <?php
     
    }
    add_action('wp_footer', 'cwp_theme_footer');
    add_action('wp_enqueue_scripts', 'theme_scripts');
     
    ?>
    August 30, 2013 at 6:57 am #59679
    Amit_Gaara
    Member

    I tried that code,still no luck.The js file is uploaded in the themes js folder and when viewed-source we can easily see the code ,how to use it for featured images only ?

  • Author
    Posts
Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble