Okay
  Public Ticket #1170890
Theme Oreades – Change Content of Tooltip „Ajax Expander“ + „Image Zoom“
Closed

Comments

  • Wiebke started the conversation

    Hi,

    the hover effect of portfolio shows an arrow (ajax expander) and a plus symbol for image zoom. When I go to that icons, I can see a little black box with some text contet: „ajax expander“ and „image zoom“. My question is, how to change the content of the little black boxes?

    Thank you for answering.

  •  2,010
    Ocean replied

    Hello,

    Please change text in shortcode.php file (with path: wp-content/themes/oreades/ )

    Find text: // Portfolio Filters and replace this text by your text:

    "ajax expander" and "image zoom"

    <a class="expander tipped" href="<?php the_permalink(); ?>" data-title="ajax expander" data-tipper-options="{"direction":"top","follow":"true"}"><span class="icon-1"></span></a>
    <a class="group2 tipped" href="<?php echo esc_url($image); ?>" data-title="image zoom" data-tipper-options="{"direction":"top","follow":"true"}"><span class="icon-2"></span></a>
    

    Thank you

  • Wiebke replied

    Thank you very much! It works fine :-)