Okay
  Public Ticket #1916719
Turn off portfolio hover for certain portfolios only
Closed

Comments

  •  3
    Peter started the conversation

    Hi

    Really enjoying using the theme. I know when creating a portfolio grid, there are a number of options to override global theme settings. On most my portfolio grids I don't want to have a hover effect, however there is one portfolio grid I do want the effect. Is there a way to turn it on/off for particular portfolio grids on different pages?

    Also, is there a way to have a hover colour only and not display any text? I see a way to turn off the category text but not the item name.

    Thanks

    Pete

  • [deleted] replied

    Hi Pete,

    There are two possible ways to turn off the hover effect for portfolio grid. You can turn them off individually on item basis but if you want to have the hover effect for the same item on other pages then that would not be possible, so if this is the case then you can choose which portfolio item to disable hover effect by clicking Edit and then go to Parameters and Options > Other Settings > Hover Effect Style and set to "No hover effect" as shown below:

    medium
    (view large image)

    Other way is with custom css to disable on specific pages, simply by adding this CSS:

    .portfolio-holder .thumb .hover-state {
        display: none !important;
    }
    

    For example if you have portfolio items on a specific page then you can prepend the page id to selector:

    medium
    (view large image)

    The CSS would be:

    .page-id-3711 .portfolio-holder .thumb .hover-state {
        display: none !important;
    }
    I hope this will help you.

  •  3
    Peter replied

    Thank you. This is perfect. Did you see the 2nd part of my question

    "Is there a way to have a hover colour only and not display any text? I see a way to turn off the category text but not the item name."

    Thanks

  • [deleted] replied

    Hi Peter,

    1— Happy to hear that Arlind managed to help you in thissmile.png

    2— Can you please try to be very specific about the question and explain it more to us, in this way we can easily understand you and give you the proper answer.

    Thanks!

  •  3
    Peter replied

    Hi Ylli

    When you hover over the thumbnails in portfolio page 3 things happen:

    - there is a hover background 

    - the portfolio item name is shown

    - the portfolio category is shown

    I would like to keep the hover background, but hide the portfolio name and category. I can see options to hide the category but I cannot see an option to hide the portfolio item name. Is that possible?

    Thanks

  • [deleted] replied

    Hi Peter,

    Can you please write URL of this exact page please? Also please share your Wordpress credentials because I need to login to your site and test this issue. Your information is safe here (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar (see how)

    Thanks!

  •   Peter replied privately
  • [deleted] replied

    Hi Peter,

    Sorry but your site is asking me some extra credentials (see video). Also I can't see your pages because it asks me for that information (see video). Can you please send them too?

    Thanks!

  •   Peter replied privately
  • [deleted] replied

    Hi Peter,

    Sorry for not understanding that. I can login in your site now without a problem, thanks for clarification!

    Please add the code below to your Custom CSS area:

    .portfolio-holder .thumb .hover-state.position-center .info {
    display: none;
    }

    Thanks!

  •  3
    Peter replied

    Hi Ylli

    That's ok. I just wasn't sure where to add them. I appreciate it was confusing. Thank you, this has worked perfectly

    Thanks

    Pete

  • [deleted] replied

    Hi Peter,

    I'm happy to hear that this is now resolvedsmile.png

    I wish you an amazing day!

    P.S: If you like the theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.

    A huge thank you from me and Laborator in advance.

    Will set this ticket as solved from here.