Home Forums Themes Support Claue Image Name On Mouse Over

Topic Resolution: Resolved
Viewing 4 reply threads
  • Author
    Posts
    • #14030

      please check it’s showing product image name when we mouse over on product see orange first product

       

      https://prnt.sc/hg6l73

      Attachments:
      You must be logged in to view attached files.
    • #14036

      Hi please add below code to functions.php in claue-child

      function add_custom_tooltip(){
      ?>
      <script>
      jQuery(window).load(function(){
      jQuery('a').removeAttr('title');
      jQuery('img').removeAttr('title');
      });
      </script>
      <?php
      }
      add_action('wp_footer', 'add_custom_tooltip');

      Regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #14128

      okx thanx i will try

    • #14433

      i try to add child theme as i changes theme name clue to gursikhistore its showing error please check screenshot

      Attachments:
      You must be logged in to view attached files.
    • #14463

      Hi,

      Please go to style.css in child-theme and edit “Template: claue” to “Template: gursikhistore” http://take.ms/9CmNq

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 4 reply threads

You must be logged in to reply to this topic.