Okay
  Public Ticket #1182604
Image with Hot Spot - linkable OR remove mouse over
Closed

Comments

  • rich started the conversation

    Hi again,

    IS it possible to either:

    A) have the numerical hot spots as a link? i.e when mouse over have a link in the tool tip? (i have tried to add basic html link but it Doesn't work - assume as it won't handle html)

    OR

    B) still have the numerical icon pulse, but remove the mouse over state (disable mouse icon from changing to mouse over state) because if i have no content in my tooltip - i don't want it to do anything.

    many thanks

    Rich


  •  9,011
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  • rich replied

    wow that was quick!

    is a changeable site in dev... but url at the moment is:

    http://trenemans.co.uk.gridhosted.co.uk/portfolio2/

  •  9,011
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .nectar_hotspot.pulse {
        pointer-events: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • rich replied

    Brilliant - thanks!

    I assume its too tricky to get it to link to another page? Maybe a useful update? 

    You can see from my use of the tool tip this would be great to be able to link each tool tip to the relevant property.

    :) 

     Option B works though - thank you!