Stop roll over text on portfolio images on homepage

Home Forums Dzen WordPress Theme Stop roll over text on portfolio images on homepage

This topic contains 3 replies, has 2 voices, and was last updated by  ab-themes 8 years, 2 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #13927

    meldfarmer
    Participant

    Hi,

    I have managed to stop the roll over text and click through on the portfolio images on the portfolio page using instructions you gave me a long time ago. but how do i stop the roll over text and the click through on the portfolio images on the homepage?

    this is the website
    http://spo-developments.com/

    thanks

    #13937

    ab-themes
    Keymaster

    Hi,

    I’m not exactly sure what you mean. Maybe you want to remove text when hover on portfolio image on homepage? Or what? Can you send us a screenshot?

    Thank you.

    Kind regards

    #14155

    meldfarmer
    Participant

    Hi,

    If you go to this page http://spo-developments.com/our-portfolio/ and you hover over the images, you can see that no text pops up and you are not able to click on the images. I need to do this on the homepage too.

    thanks

    #14188

    ab-themes
    Keymaster

    Hi,

    at http://spo-developments.com/our-portfolio/ you put portfolio with 4 columns.

    Please go to you page-portfolio-4columns.php (you can find it here \wp-content\themes\dzen)

    and find this code(it should be on line 78):

    $out.= '<div class="portfolio_item portfolio_item_4' . $slugs . '">
    	<div class="overlayed">
    		' . get_the_post_thumbnail() . '
    	</div>
    </div>';

    Replace that code with this:

    $out.= '<div class="portfolio_item portfolio_item_4' . $slugs . '">
    	<div class="overlayed">
    		' . get_the_post_thumbnail() . '
    			<a class="overlay" href="'.get_permalink().'">
    				<p class="overlay_title">' . get_the_title() . '</p>
    					<p class="portfolio_item_tags">
    						'.$in_category.'
    					</p>
    			</a>
    	</div>
    </div>';

    If this doesnt’t work please send us your FTP so we can fix it.

    As we see at homepage all work good, you can see at picture in attachment.

    I hope this help you.

    Kind regards

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Stop roll over text on portfolio images on homepage’ is closed to new replies.