Homepage Gallery Changes

Viewing 4 posts - 1 through 4 (of 4 total)
  • #5276
    SlappyBag
    Participant

    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

    #5318
    Daniel Tara
    Keymaster

    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' );
    #5341
    SlappyBag
    Participant

    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:

    #5373
    Daniel Tara
    Keymaster

    You can add a sticky parameter to the kwicks function. See more details at the Kwicks Documentation

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

You must be logged in to reply to this topic.