# Suppress popup warning - "Can not edit this element" (Mathjax)

**URL:** https://forum.pinegrow.com/t/suppress-popup-warning-can-not-edit-this-element-mathjax/6266
**Category:** Beginners
**Created:** [February 19, 2022, 11:17am UTC](https://forum.pinegrow.com/t/suppress-popup-warning-can-not-edit-this-element-mathjax/6266 "2022-02-19T11:17:40Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![dculp](https://avatars.discourse-cdn.com/v4/letter/d/e47c2d/32.png) [@dculp](https://forum.pinegrow.com/u/dculp)
#### Post date: [February 19, 2022, 11:17am UTC](https://forum.pinegrow.com/t/suppress-popup-warning-can-not-edit-this-element-mathjax/6266/1 "2022-02-19T11:17:40Z")

</div>

I have many instances like the following that contain Mathjax formatting or equations –

```auto
<p>Text ... \( Some text here \) ... rest of paragraph or tag.</p>

```

“(” denotes the beginning of Mathjax and “)” denotes the end of Mathjax. These can occur anywhere within the paragraph.

Whenever I double-click on such an instance in order to edit, a popup always occurs –

 ![image](https://canada1.discourse-cdn.com/flex036/uploads/pinegrow/original/2X/3/394d35ddb63ef25581d199105704fe69e69fad75.png)

I always choose “Edit anyway”.

Is there a way to suppress this popup?

Thanks,  
Don C.

---

<div class="post-metadata">

### Author: ![RobM](https://avatars.discourse-cdn.com/v4/letter/r/278dde/32.png) [@RobM](https://forum.pinegrow.com/u/RobM)
#### Post date: [February 19, 2022, 2:47pm UTC](https://forum.pinegrow.com/t/suppress-popup-warning-can-not-edit-this-element-mathjax/6266/2 "2022-02-19T14:47:36Z")

</div>

Hi @dculp,  
Can you try with JavaScript turned off - the JS in a square icon in the top bar clicked so it isn’t green? Not sure if this will severely break the look of your page.  
Cheers,  
Bob

---

<div class="post-metadata">

### Author: ![dculp](https://avatars.discourse-cdn.com/v4/letter/d/e47c2d/32.png) [@dculp](https://forum.pinegrow.com/u/dculp)
#### Post date: [February 19, 2022, 3:50pm UTC](https://forum.pinegrow.com/t/suppress-popup-warning-can-not-edit-this-element-mathjax/6266/3 "2022-02-19T15:50:05Z")

</div>

RobM –

JavaScript is used to render Mathjax so turning JavaScript off wouldn’t be an option.

With JavaScript rendering Mathjax –

 ![image](https://canada1.discourse-cdn.com/flex036/uploads/pinegrow/original/2X/2/2936f13de241f2aaf64123d04d191e621e269d32.png)

Without JavaScript rendering Mathjax –

 ![image](https://canada1.discourse-cdn.com/flex036/uploads/pinegrow/original/2X/d/d8e7a53d7438235541dbdf670c7d24d8e5a45ec5.png)

---

<div class="post-metadata">

### Author: ![RobM](https://avatars.discourse-cdn.com/v4/letter/r/278dde/32.png) [@RobM](https://forum.pinegrow.com/u/RobM)
#### Post date: [February 19, 2022, 4:06pm UTC](https://forum.pinegrow.com/t/suppress-popup-warning-can-not-edit-this-element-mathjax/6266/4 "2022-02-19T16:06:34Z")

</div>

When you are editing it, don’t you type what is shown in the second example with JS turned off? Can you now edit that element? What happens in Pinegrow when you click on the “Edit anyway”?

---

<div class="post-metadata">

### Author: ![dculp](https://avatars.discourse-cdn.com/v4/letter/d/e47c2d/32.png) [@dculp](https://forum.pinegrow.com/u/dculp)
#### Post date: [February 19, 2022, 11:27pm UTC](https://forum.pinegrow.com/t/suppress-popup-warning-can-not-edit-this-element-mathjax/6266/5 "2022-02-19T23:27:11Z")

</div>

RobM –

To edit the second example, I would do it in the code editor where its formatting is easier to understand –

```auto
<p class="_eqn_latex notranslate">
\begin{align} \label{eq:12401a}
c_{tw} &=
\left[\frac{E}{\rho} \right]^{1/2} \,
\end{align}
</p>

```

Many equations are much more complex and almost require the code editor. I can live with that.

I should modify my previous reply (“turning JavaScript off wouldn’t be an option.”). Turning JavaScript off is possible but somewhat degrades the utility of the WYSIWYG editor. For example, the following WYSIWYG paragraph –  
 ![image](https://canada1.discourse-cdn.com/flex036/uploads/pinegrow/original/2X/8/895d2301b444ee05a1b6245d36ddd09d38ea1659.png)

without JavaScript appears as –  
 ![image](https://canada1.discourse-cdn.com/flex036/uploads/pinegrow/original/2X/6/6eeaf87e6e2352c5db1f9592e382a5b2572f59bf.png)

While this is not unacceptable, I was hoping that there might simply be a switch to turn off this (somewhat annoying) popup without having any other effect on the WYSIWYG editor.

(If I choose “Edit anyway” then the edited paragraph appears as in the last image above (apparently with JavaScript turned off for that paragraph). However, the remainder of the page remains in WYSIWYG form.)
