Okay
  Public Ticket #1626033
How to always show titles inside portfolio items
Closed

Comments

  •  2
    dustandgrooves started the conversation

    On a portfolio page, is it possible to have the titles of the portfolios visible inside all the time? not just on hover? see here: http://stompboxbook.com/featured-artists-progress/

  • [deleted] replied

    Hi dustandgrooves,

    To achieve that please add the code below to your Custom CSS area:

    .hover-state {
        filter: alpha(opacity=0.9);
        -webkit-opacity: 0.9;
        -moz-opacity: 0.9;
        opacity: 0.9;
    }
    .hover-state.hover-eff-fade-slide .info h3 {
        filter: alpha(opacity=1);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

    Have a great day!

  •  2
    dustandgrooves replied

    Thanks.

    I would like to show the titles without the red square, or at least reduce its opacity to almost invisible. 

  • [deleted] replied

    Hi again,

    This is a customization question and support doesn't offer customization services as we wrote on our support homepage and on this area. I will try to help you this time though

    Where are you applying your CSS codes please? You must apply them in your Custom CSS area only and not directly in theme files or somewhere else.

    Can you please add my last code in the Custom CSS again and also move your CSS modifications in the Custom CSS area first?

    Thanks!

  •  2
    dustandgrooves replied

    OK, thanks. I appreciate that.


    I applied it now to the custom CSS field, but it removed the hover effect completely. 

    Now I removed the code, but the hover effect is not back :(



  •   dustandgrooves replied privately
  •   dustandgrooves replied privately
  • [deleted] replied

    Hi there,

    I think that this happened because of your modifications inside the theme files. If you want to add a CSS change in your theme you must add them only in the Custom CSS area and not somewhere else.

    Can I re-update your theme please?

    [EDIT] I just checked your hover effect and it is working as it should, I don't see any problem there (see video).

    Also I can't detect any other problem in your site for the moment.

    Thanks!

  •   dustandgrooves replied privately
  • [deleted] replied

    Hi there,

    Ok then. I can re-update Kalium update for you but your old Wordpress credentials are not working for me. Please send me the new ones so I can do that.

    Thanks!

  •   dustandgrooves replied privately
  • [deleted] replied

    Hi there,

    This is how I see your Wordpress area with the current privileges


    (view on a new page)

    I need Admin privileges please, so I can re-update your theme again.

    Thanks!

  •   dustandgrooves replied privately
  • [deleted] replied

    Hi again,

    Thanks!

    I just updated your Wordpress to the latest available again (see video).

    Regarding your further questions, kindly open a new ticket and post your request so it will be helpful for the other users to take advantage of searching them on the forum. We’re glad to help you in your new thread.

    Will set this ticket as solved from here.

    Have a great weekend!

  •  2
    dustandgrooves replied

    OK, but I'm still having this white gap in this portfolio page.

    http://stompboxbook.com/portfolio/team/


    I've used your code to remove it, but it doesn't work 

  • [deleted] replied

    Hi there,

    For what gap are you talking please? Can you make a screenshot and tell me exactly which gap is that so I can easily understand your question and provide you the help needed.

    Thank you!

  •  2
    dustandgrooves replied

    Sure.

    In this page, there is a white gap on top.


    http://stompboxbook.com/portfolio/team/


  • [deleted] replied

    Hi there,

    Problem solved by adding a small CSS code (see video).

    Have a great day!

  •  2
    dustandgrooves replied

    Hi,

    I still see the white gap :(


  • [deleted] replied

    Please ad this CSS code to your Custom CSS area:

    .wpb_revslider_element.wpb_content_element {
    margin-bottom: 0px;
    }

    Have a nice day!

  •  2
    dustandgrooves replied

    White gap still there :(

  • [deleted] replied

    Sorry but I don't see any gap on this are anymore


    (view on a new page)

    [EDIT] Ups I think that you are talking about the gap in the top of your page, If that was the problem then I fixed it for you by adding this CSS code:

    .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0px;
    }
    to that page only.

    Have a great day!