Okay
  Public Ticket #1850535
OT Latest Project
Closed

Comments

  • manuelputmans started the conversation

    How can I change the setting of this theme option. I would like the Title of the Portfolio appear permanently on top of this OT Latest Project, also the Lightbox possibility is not neccesary....


    Are there changes possible....

  •  2,010
    Ocean replied

    Hi,

    This is the customize problem, need to edit code so much.

    Maybe we'll update this option in next version.

    Thanks for your feedback.

  • manuelputmans replied

    Maybe is no help for me on a short term ;-)

    Do you have another suggestion for more flexibility? Fe another Plugin that works in this Theme?

  •  2,010
    Ocean replied

    Do you want the portfolio always like this(see attach image)?

  • manuelputmans replied

    No, I would like to see the title of the subject the link goes.
    F.e. - HIIT Training - https://spear.nl/

  •  2,010
    Ocean replied

    Sorry for late reply.

    As i said: need to edit code so much.

    And because you want to edit portfolio, so you can't use other plugin to change style.

  • manuelputmans replied

    Hello,

    Is it possible to stop the Search Icon from showing?

    And Display the Project title permanent? (like in the rollover, but then permanently.....) Can this be done in the CSS?

  •  2,010
    Ocean replied

    Just remove search icon:

    You can add custom css code here: http://prntscr.com/gbgjxt

    .buttons .fa-search{ display: none; }
    
  • manuelputmans replied

    Thanks!

    Can I also show the overlay (with the title and link-icon permanent?



  •  2,010
    Ocean replied

    Add more:

    .latest-projects .project-details{ display: block!important; }
    .latest-projects .project-title{ top: 20px!important; }
    .latest-projects .project-tags { bottom: 20px!important; }