Using mod_gk_image_show on the home page
The dates in the module are of no use on my site, and are confusing for our users.
To remove them I changed the following -
pagination_date=true;
show_info=true;
to
pagination_date=false;
show_info=false;
This removes the dates, but
1. The mouseover on the bottom 4 links does not work, when you move the mouse over the four titles they do not change to white as in the demo, also users cannot select one of the four as per the demo. Could you please advise how to fix this issue thanks.
2. The spacing above the Title of the article is gone and it is flush to the top of the transparent rectangle. Do i edit this in .css directly or should i edit the following parameter in the module settings
text_position=246;
Thank you.