Support » Plugin: OTW Portfolio Light » Remove Blue Hover a few things

  • 1. Can I make it so that the title on the thumbnail doesn’t move & turn half of it blue. I have no description so it’s not particularly necessary for me & the blue doesn’t match my site

    2. The pagination doesn’t seem to work- it doesn’t take me to a second page of portfolio items but just a page on my site that doesn’t exist “portfolio/page/2/”

    3. Can I change the color of the title text from grey to white & center it?

    Thanks!

    http://wordpress.org/plugins/otw-portfolio-light/

Viewing 9 replies - 1 through 9 (of 9 total)
  • I would very much like to for the description that hovers over the featured image to be either transparent or removed entirely. Is this possible at all?

    The excerpts you mean?

    Remove this code from any of the otw template files and the whole excerpt + blue color over the thumbnails should go away. The moving titles will remain:

    <div class="text entry-content">
    	<?php the_excerpt(); ?>
    </div>

    Hi Cashlin

    Thank you for your response. That worked, the blue excerpt field has disappeared.

    However, the animated title still remains.

    Would it be possible to have no field at all appear on top of the portfolio items and to instead display the title under or above the actual item itself in plain text (so as the menu is)?

    If not, could I possibly:
    1. Remove the animation effect from the banner? (make it stick to bottom)
    2. Remove the colouring of the title field? (make it transparent)
    3. Change it dimensions? (of the actual title field overlay)
    4. Change the font and it’s coloring?

    Thank you for your advice, it is greatly appreciated.

    Daniel.

    Yep — you can remove the whole title that sits on top of the thumbnails the same way you did with the excerpt. Just make sure not to remove the title from the single portfolio template if you wish to keep the titles at the top of the entries.

    Open the template files and find this code (it should sit right above where the excerpt code used to):

    <div class="title">
    	<h3><?php the_title(); ?></h3>
    </div>

    If you keep the titles, you can alter the way they look and behave, but that would involve modifying CSS and potentially a bit of the js script. Are you familiar with editing that kind of code?

    I am pretty new to WordPress and coding in general, much more experience than bothering people like yourself and adding suggested code, I do not yet have…

    Did removing the titles work for you?

    angeliquee

    (@angeliquee)

    I was wondering if someone could help me too. I too would like to remove the blue hovers and I see that we have to remove the code however for the life of me (don’t laugh) i have no clue where to find the otw template files. Can someone offer me a step by step guide for dummies?

    esmi

    (@esmi)

    @angeliquee: If you require assistance then, as per the Forum Welcome, please post your own topic.

    angeliquee

    (@angeliquee)

    No problem Esmi. Thank you for the info in the Forum Welcome.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Remove Blue Hover a few things’ is closed to new replies.