We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 16658
    • 11 Posts
    Hi,

    Sorry if this is the wrong place to post this question. I am editing a site that is not my own. You will notice that on our home page, if you roll over the image or title, "4 Pricing Tips to Make Your Home Sell FAST", you’ll see a rollover window in addition to the tooltip. The rollover window contains all the text from the blurb beneath.

    http://captainscruffy.com/

    How can I turn off these rollovers for the image and title? When I edit the home page, I can’t see where I edit these settings

    http://screencast.com/t/fibK7LrDq

    Does anyone know where I would adjust these? - Dave
      • 10449
      • 956 Posts
      Should be fairly obvious:

      <a href="" onmouseover="TagToTip('tip-3420')" onmouseout="UnTip()">4 Pricing Tips to Make Your Home Sell FAST</a>


      remove the onmouseover + onmouseout events

      When you removed them all, you can also get rid of:
      <script type="text/javascript" src="/assets/js/wz_tooltip.js"></script>
        • 16658
        • 11 Posts
        Thanks but I think this code is getting autogenerated from our template. Here is the code in our template, but I can’t see where onmouseout, onmouseover events are controlled:

        <div id="content-main-bottomleft">
        <!--<h1 class="tab green">
        <span class="tab-shadow">&nbsp;</span>
        </h1>-->
        <h1><a href="/money"><img src="/images/category_banners/money_banner.gif" border=’0’ /></a></h1>
        [!Ditto?parents=`2`&depth=`1`[*featured_category:is=`2`:and:if=`[*minilead_rotate*]`:is=`Yes`:then=`&start=1`*]&dateSource=`createdon`&dateFormat=`%B %e, %Y at %r`&tpl=`homepage_minilead`&hiddenFields=`external_url,template`&display=`1`&orderBy=`createdon`&sortDir=`DESC`&filter=`hidemenu,0`!]
        <ul class="stories" style="clear:both;">
        [!Ditto?parents=`2`[*featured_category:is=`2`:and:if=`[*minilead_rotate*]`:is=`Yes`:then=`&start=2`:else=`&start=1`*]&depth=`1`&dateSource=`createdon`&dateFormat=`%B %e, %Y at %r`&tpl=`homepage_articlelist_li`&hiddenFields=`external_url,template`&display=`[*homepage_count_money*]`&orderBy=`createdon`&sortDir=`DESC`&filter=`hidemenu,0`!]

        <li class="last"><a href="/money">See more <span style="color:#82b467;">money</span> stories <span style="color:#82b467;">&raquo;</span></a></li>
        </ul>



        Do you see where this is controlled? Thanks, - Dave
          • 10449
          • 956 Posts
          &tpl=`homepage_minilead`
          &tpl=`homepage_articlelist_li`

          -> check your chunks homepage_minilead + homepage_articlelist_li