How to add a module into Module in Modal
- Posted by Scott (24) Offline
I found a solution that will allow me to added a Module in Modal button inside a Custom Joomla Module (not template position) then added the Module-In_Modal button to the Custom Module. is it perfect probably not but it works
It would be nice if we did not need to assign the Module_In_Modal button to a specific template positon this would resolve the issue I was having
take a look, let me know what you think
6 years 9 months ago #13
by Scott
It would be nice if we did not need to assign the Module_In_Modal button to a specific template positon this would resolve the issue I was having
take a look, let me know what you think
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5263) Offline
Ah I see. Glad you managed to find the solution.
anywhere, can be inside your custom module, article or template code.
6 years 9 months ago #14
by TemplatePlazza
Yes you can. You can change the module trigger type to 'Button Click' then put the codeIt would be nice if we did not need to assign the Module_In_Modal button to a specific template positon this would resolve the issue I was having
<div class="mim-open-button">Open Modal</div>
Please Log in or Create an account to join the conversation.
- Posted by Scott (24) Offline
oh that is what that means..I'll give it ago, thank you
as I said you really should update the documentation
6 years 9 months ago #15
by Scott
as I said you really should update the documentation
Please Log in or Create an account to join the conversation.
- Posted by Scott (24) Offline
- Posted by TemplatePlazza (5263) Offline
It looks like you have put the html code but you forgot to publish the module
6 years 9 months ago #17
by TemplatePlazza
Please Log in or Create an account to join the conversation.
- Posted by Scott (24) Offline
I revised the type of button saved
2. edited the custom quote Module and added the Modul in Module labeled Big Button Test
3. Added the new Module in Modal module to the custom Quote module using the module name Big Button Test
4. saved and nothing!
6 years 9 months ago #18
by Scott
2. edited the custom quote Module and added the Modul in Module labeled Big Button Test
3. Added the new Module in Modal module to the custom Quote module using the module name Big Button Test
4. saved and nothing!
Please Log in or Create an account to join the conversation.