• Anyone know where I would edit the settings for the “slideshow” on the front page in order to have one image “open” by default?

    Right now it shows 4 images, or four slices. When the cursor is moved over them, it opens the image up or slides the others over. I would like to have the first image “open” by default and then if the others want to be seen, could move the cursor over them.

    I am familiar with html and php but still getting the hang of WordPress.

Viewing 9 replies - 1 through 9 (of 9 total)
  • *bump*

    I am also looking for the same answer ??

    Any help would be GREATLY appreciated.

    -f.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Please don’t bump.

    Rather than resurrecting someone else’s months old topic, create your own thread with your own details instead. A URL to your site never hurts either.

    to have one image “open” by default

    Open the file minimatica/scripts/kwicks.js and change
    sticky: false
    to
    sticky: true
    on line 16.
    You can also set the image that will be opened by default by modifying
    defaultKwick: 0
    0 is the first image, 1 is the second, 2 is the third and so on. ??

    This is AMAZING! It worked! You have no idea how happy this makes me, as I spent several hours today searching and trying to figure this out ??

    One more question: is it possible to have the text overlay for that image to be displayed by default as well? Doing the above, my first image (0) is now displayed by default, however the text only shows up when the use moves the mouse on top of the image.

    Thank you!

    -f.

    This dirty little hack must do it for you:
    Open the file minimatica/scripts/minimatica.js, find the line 25 that sais slide() and below that line paste the following code:
    jQuery('.slide:first .entry-container').attr('style', 'display: block');

    Hi! Thanks for the wonderful support! It’s just what I was looking for.
    I just install wordpress in a old website and I’m working to the new one still in the folder wordpress. I made the changes to the kwicks.js and then to the minimatica.js. I had to do it on my computer since aruba file manager refuses to open the folder script.
    I successfully upload the new files but I still see no changes on the website (www.mauromontalbetti.com/wordpress). Does it take long before I see them? Or will the changes be operative only when I moove the new website on the root?
    Thanks!!

    It’s all fine now! it took a while to show.. and I didn’t look at the website for days being busy with other stuff. Today I took a look and what a surprise. THANKS for the beautiful-looking-theme and for your support forum

    Hello!
    I am using Minimatica theme (great theme, btw).
    Unfortunately – I need to modify slider – and this is where I need your help.

    I need slider to display single slide after specific ammount of time (i think it’s “Delay” in JS).

    Could anyone help me doing that?

    There are two files to modify:
    kwicks.js (https://jsfiddle.net/6Kwww/)
    and
    minimatica.js (https://jsfiddle.net/QsTS3/)

    …thanks in advance.

    Best regards.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    As you’re not contributing towards the original poster, create your own thread on the issue.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Theme: Minimatica] How to show one image as open by default’ is closed to new replies.