Hi I’ve been playing around with your CSS and trying to get something working.
I’d like to make two changes to the homepage gallery.
A. The last posted image is “maximized”, as if its being hovered over.
B. The images aren’t hyperlinks to the pages post.
Essentially I want the homepage gallery to be just for show.
For that reasons it also possible to have the homepage gallery only show from a certain category? That way I can have a blog as well but the two don’t overlap?
Cheers
In functions.php to the function minimatica_paged_posts
add a cat
parameter to the query and pass the category’s ID you want to display as the parameter’s value. It should look like this:
$query->set( 'cat', '4' );
Thanks. How do I make the first image in the gallery act as-if its being hovered over?
I want it to look like this by default:
You can add a sticky
parameter to the kwicks
function. See more details at the Kwicks Documentation