Everything going great with theme and looking good. Have homepage slider set up nicely to work as menu thanks to the great people on this forum!…but now have request to change it to function better in smart devices (as slider effect doesn’t work there).
Hoping to set the 2 current slider images to appear fully open when loading homepage. So basically removing sliding effect and in place will be the 2 full images.
Have had a try but not having much success. Any ideas or suggestions to get it working this way?
Also – is there a way of having the overlay caption always be there rather than sliding open on top?
None of the requested featured are possible nor planned. Mobile friendliness is something that may be considered though.
I found a solution that I think will work in the mean time for mobile users. It makes the caption overlays appear on load rather than mouseover. So in combo with a short title it means they can see what the link is before touching it. For other it will slide as normal
In minimatica.js under where it says “slide();”
Add the line: jQuery(‘.entry-container’).attr(‘style’, ‘display: block’);
Will only work as solution if you have shortish title though.