Before you ask please READ THIS

Mouseover Description for Latest Works

edited May 2013 in Skyfashion Posts: 8
Hi,

here is my page: http://www.xiaolongliu.com/

I want to know how to remove the mouseover effect from the "latest works" elements? and keep the effect constant on the single works? like the example on my attached file.

Thank You for Help
Screen Shot 2013-05-14 at 3.58.28 AM.png
609 x 141 - 85K

Comments

  • Posts: 493
    Hi Skiou,

    Have you got this feature on demo template?

    With regards
  • Posts: 8
    Hi I create the example picture by myself.
  • Posts: 493
    hi Skiou,

    I think that you don't understood my question.

    Have you seen our template demo? If yes - is there this feature?

    With regards
  • Posts: 493
    Skiou,

    I'm sorry, that's my fail for this misunderstanding.

    Recipe for your problem:
    1. Open your file in skyfashion theme: common/css/skeleton/layout.css
    2. Find line with div.slide_box_hover definition
    3. Add line like below:
    
    div.slide_box_hover {
      display: none !important; //this is additional line
      position: absolute;
      width: 220px;
      height: 150px;
      display: none;
      vertical-align: middle;
    }
    
    

    Let me know if it works for you.

    With regards
  • Posts: 8
    Thank you but it doesnt work :(
  • Posts: 493
    Hi,

    I'm now on your website and i see that it works. Maybe you wanted to disable some other option? On main website when i'm moving mouse cursor over projects there is no hover.

    Tell me which hover you want to disable.

    With regards
  • Posts: 8
    oh i think we misunderstand, i want that the hover is always visible.
  • Posts: 8
    can you tell me how to show the hover effect always? even without mouseover.
  • Posts: 8
    push
  • Posts: 493
    Hi Skiou,

    I'm sorry for long time without answer.

    Recipe for your problem:
    1. Open your file in skyfashion theme: common/css/skeleton/layout.css
    2. Find line with div.slide_box_hover definition
    3. Add line like below (or change line from earlier recipe) :
    
    div.slide_box_hover {
      display: block !important; //this is additional line 
      position: absolute;
      width: 220px;
      height: 150px;
      display: none;
      vertical-align: middle;
    }
    
    

    let me know if it works
  • Posts: 8
    hi thanks, but it looks like this: http://i40.tinypic.com/xm798h.png
  • Posts: 493
    Hi Skiou,

    Change above code as code below:
    div.slide_box_hover {
      position: absolute;
      width: 220px;
      height: 150px;
      display: block !important; //this is additional line 
      vertical-align: middle;
    }
    
    
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion