fion
Dear Sir,
Previously I have add "id" at modal code as below, but now it cannot show modal content unless remove the id
---(1st & 2nd modal) ---
{modal url="images/DontDelete/CEF_poster202110_0843.jpg" width="50%" open="true" autoclose="5000" id="first-modal"}{/modal}
{modal html="In light of the situation of the COVID-19 epidemic,.... " title="Important Notice" width="50%" open="true" autoclose="5000" delay="7500" id="second-modal" delay="7500" }{/modal}
(1) before I add "id" at the beginning as {modal id="first-modal" url="..... open="true" autoclose="5000"}{/modal}
---> but the image cannot show, SO
(2) I add "id" at the end as {modal url="..... open="true" autoclose="5000" id="first-modal"}{/modal}
---> but the second modal also cannot shown
(3) I try to add delay at second modal, but 2nd modal also cannot show ?
Question :
I am using Joomla 3.6.5 by Modals v9.7.1 (PRO) , due to the core file is edited by custom code, I cannot update the joomla version, but Before I can allow two modal open popup one by one.
Please teach me again how to allow two modals open an pageload one by one.
Thanks
Fion