Home › Forums › Blogary WordPress Theme › Clickable thumbnails
- This topic has 8 replies, 4 voices, and was last updated 11 years, 2 months ago by
SeaTheme.
-
AuthorPosts
-
November 3, 2014 at 10:38 am #5241
luisafonso
ParticipantHi,
I would like to have the image thumbnails clickable.
I found that having only the post title clickable is not enough. People just don’t know how to open a post.
My main page is using the Magazine template and I would like to make the top section (featured posts) and the main section thumbnails clickable.
Thanks,
LuisNovember 3, 2014 at 12:28 pm #5242Hi, thanks for using our theme
For the magazine layout:
above the line 873 of ../functions/interface/interface-functions.php
<div class="magazine-unit-img-wrap " style="">
add the code:
<a title="<?php echo get_the_title(); ?>" href="<?php echo get_permalink(); ?>" style="position: absolute;z-index: 1;width: 100%;height: 100%;"></a>November 3, 2014 at 12:39 pm #5243For the feature posts:
above the line 37 of ../template/global/header.php
<div class="top-unit-inn" style=" <?php echo $style; ?>">add the code:
<a title="<?php echo get_the_title(); ?>" href="<?php echo get_permalink(); ?>" style="position: absolute;left:0; top:0;z-index: 1;width: 100%;height: 100%;"></a>November 3, 2014 at 1:55 pm #5245luisafonso
ParticipantThank you!
March 3, 2015 at 8:50 am #6494thehazertazer
ParticipantSo helpful, thank you so much BWSM!
March 14, 2015 at 1:19 pm #6693chinlaw
ParticipantHi there,
Is it possible to make clickable thumbnails in blog list as well (not magazine layout)?
March 15, 2015 at 4:22 am #6696Hi, I am not clear, could you give more tips (better paste a screenshot for the clickable area)
March 15, 2015 at 11:57 pm #6701chinlaw
ParticipantHi there,
Oh i’m sorry.. Here is the link of the website: http://www.revealmystyle.com/
I mean the photos on the homepage. Not the featured images, but the images of the posts if you scroll down.March 16, 2015 at 1:40 am #6702HI, it was fixed in latest version, please download the latest version on themeforet.net, get and replace the ../functions/interface/interface-functions.php (note: better backup your origin interface-functions.php firstly)
Best Bwsm
-
AuthorPosts
- You must be logged in to reply to this topic.
