Title: Navigation inside modals
Last modified: November 9, 2022

---

# Navigation inside modals

 *  Resolved [Michael Sutter](https://wordpress.org/support/users/michih/)
 * (@michih)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/navigation-inside-modals/)
 * Hi Mark
 * In short, I am trying to achieve the same as described [in this thread](https://wordpress.org/support/topic/navigation-between-modals/).
 * However, using “image click” as a trigger, I can’t find an option to integrate
   the “Modal to modal links” in an easy way inside the modal content.
 * Can you assist please?
 * Thanks a lot
    Michael

Viewing 1 replies (of 1 total)

 *  Plugin Author [merbmerb](https://wordpress.org/support/users/merbmerb/)
 * (@merbmerb)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/navigation-inside-modals/#post-16182513)
 * Hi Michael
 * This is possible but you will need to use a custom HTML block (plans to automate
   this but not done yet).
 * Say you have 2 modals,
 * modal1 – the originating modal
    modal2 – the modal you want called when you click
   the image within modal1
 * You create modal1 as normal but use a custom HTML block for the image, e.g.
 * `<a href="#" class="bod-modal-to-modal nextmodal"><img src="http://testenv.local/
   wp-content/uploads/2022/01/IMG_1142.jpg"></a>`
 * For modal2 you create a modal using trigger ‘custom element click’ and set the
   custom element selector to the class defined in modal1, which in this example
   is ‘nextmodal’. Please do not nest the modals, create them on the same level 
   not modal2 inside modal1.
 * That should work, I just tested it to make sure.
 * Let me know if you have any problems.

Viewing 1 replies (of 1 total)

The topic ‘Navigation inside modals’ is closed to new replies.

 * ![](https://ps.w.org/modal-block/assets/icon-256x256.png?rev=2149842)
 * [Modal Guten Block](https://wordpress.org/plugins/modal-block/)
 * [Support Threads](https://wordpress.org/support/plugin/modal-block/)
 * [Active Topics](https://wordpress.org/support/plugin/modal-block/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/modal-block/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/modal-block/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [merbmerb](https://wordpress.org/support/users/merbmerb/)
 * Last activity: [3 years, 6 months ago](https://wordpress.org/support/topic/navigation-inside-modals/#post-16182513)
 * Status: resolved