You’ve modified the theme so the hyper-links are no longer present around your post previews.
I doubt that’s the problem I already tried reinstalling the theme.
Yeah I can see it’s the problem by looking at the source my friend:
<div class="et_pt_portfolio_item">
<h2 class="et_pt_portfolio_title">Saga úr sveitinni “Icelandic”</h2>
<div class="et_pt_portfolio_entry">
<div class="et_pt_portfolio_image">
<img src="http://www.bjarnikr.com/wp-content/uploads/et_temp/Saga-úr-sveitinni-pricture-100081_260x170.jpg" alt="Saga úr sveitinni “Icelandic”" height="170" width="260"> <span class="et_pt_portfolio_overlay"></span>
<a class="et_portfolio_zoom_icon fancybox" title="Saga úr sveitinni “Icelandic”" rel="portfolio" href="http://www.bjarnikr.com/wp-content/uploads/2012/03/Saga-úr-sveitinni-pricture.jpg">Zoom in</a>
<a class="et_portfolio_more_icon" href="http://www.bjarnikr.com/2012/03/19/saga-ur-sveitinni/">Read more</a>
</div> <!-- end .et_pt_portfolio_image -->
</div> <!-- end .et_pt_portfolio_entry -->
<p>Fyrir nokkrum vikum fæddust litlir kettlingar í sveitinni. Ég var að leika mér úti á...</p>
</div>
Ok. What do I write to make it link to the right post?
In the template file for that particular page you need to wrap:
<div class="et_pt_portfolio_item">CONRTENT BLAH BLAH</div>
In a a tag example:
<a href="<?php echo get_permalink( '' ); ?>"><div class="et_pt_portfolio_item">CONRTENT BLAH BLAH</div></a>
That’s only an example you will ahve to look in the template file to discover what that should be.
Thanks for the help. Those two small buttons on the images in the example page still don’t work though…
Yeah if you look at your CSS for page_templates.css line 87
.et_portfolio_more_icon, .et_portfolio_zoom_icon { display: block; height: 37px; position: absolute; top: 68px; width: 37px; text-indent: -9999px; display: none; }
you need to change display:none !
Because it’s saying not to show them…
Thanks. I’ll be looking at it tomorrow in the morning. Not sure why it should have changed considering that it used to work just fine…. I didn’t set it up initially though