Good afternoon!
How to make it so that in the modal window when displaying Joomla articles, the second image from the full article would appear? And how to remove information about the author, date and rating from the module window?
And how to completely remove the title of the article and the frame in the gallery, but what would the title of the article remain in the module window?
Hello.
Thank you for contacting us.
1. To remove the title, category... of the article on the gallery, you can use the option at module to hide that info as this config:
prnt.sc/9UvkbvsKVvEY
2. To remove the datetime, author on the modal windows, you can use the custom CSS below to hide that:
.itemViewInfo {
display: none;
}
Thanks for your reply!
And how to remove the title and the frame under the picture, so that neither the title nor the description nor the frame is displayed?
There is one question that I can't solve. How to make the second image from the full article open in the modal window. I would be very grateful for an answer.
Hi again.
Please give us your site URL, and admin account. We will help you check it on your site and give you the correct custom CSS to do that.
Thanks.
Good afternoon! Thank you very much for your help. Everything worked out as it should.
It would be nice if in future releases you would add these features to the module's admin panel.