WYSIWYG editor inserting " instead of correct " in 2.3.0 when we use any anchor tagsFile Download in CMS page brokenMagento widget with WYSIWYG editorInsert an unset block in a CMS page (at a particular position)CMS block caching issue in EE 1.14.2WYSIWYG / TinyMCE Editor keeps removing <a> tags in CMS blocks in Magento 2magento 2.3.0 issue with WYSIWYG editor with special characters in URLMagento 2.3: How to solve the message “Unable to send email”?Magento 2.3.0 calendar selection issueFatal error: Class 'CodeceptionPlatformExtension' not found. Issue occurred after magento 2.3.0 upgrade to 2.3.1Magento 2.3.0 TinyMCE removes anchor tag href suffix when used with store url=''
How to have a filled pattern
Why do airports remove/realign runways?
Why is there paternal, for fatherly, fraternal, for brotherly, but no similar word for sons?
What is this burst transmission sequence across the entire band?
Was it ever illegal to name a pig "Napoleon" in France?
What's the big deal about the Nazgûl losing their horses?
Can we share mixing jug/beaker for developer, fixer and stop bath?
How did the IEC decide to create kibibytes?
How to understand flavors and when to use combination of them?
What does the multimeter dial do internally?
Was the 45.9°C temperature in France in June 2019 the highest ever recorded in France?
The flying colours
Uniform initialization by tuple
As a supervisor, what feedback would you expect from a PhD who quits?
Is conquering your neighbors to fight a greater enemy a valid strategy?
Alice's First Code Review
How do ballistic trajectories work in a ring world?
Can one block with a protection from color creature?
NOLOCK or Read Uncommitted locking / latching behaviours
Sense of humor in your sci-fi stories
If a caster wants to use a spell scroll as a reaction, do they need to already be holding it in their hand?
Category-theoretic treatment of diffs, patches and merging?
Who goes first? Person disembarking bus or the bicycle?
Can a USB hub be used to access a drive from two devices?
WYSIWYG editor inserting " instead of correct " in 2.3.0 when we use any anchor tags
File Download in CMS page brokenMagento widget with WYSIWYG editorInsert an unset block in a CMS page (at a particular position)CMS block caching issue in EE 1.14.2WYSIWYG / TinyMCE Editor keeps removing <a> tags in CMS blocks in Magento 2magento 2.3.0 issue with WYSIWYG editor with special characters in URLMagento 2.3: How to solve the message “Unable to send email”?Magento 2.3.0 calendar selection issueFatal error: Class 'CodeceptionPlatformExtension' not found. Issue occurred after magento 2.3.0 upgrade to 2.3.1Magento 2.3.0 TinyMCE removes anchor tag href suffix when used with store url=''
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am facing an issue with Magento 2.3.0+ WYSIWYG editor inserting " instead of correct " and also when we write like <a href="store_urlsales/guest/form/">Orders and Returns</a> after saving it is displaying <a href="store_url">Orders and Returns</a>
Could any one please help me out?
magento2.3 cms cms-block
add a comment |
I am facing an issue with Magento 2.3.0+ WYSIWYG editor inserting " instead of correct " and also when we write like <a href="store_urlsales/guest/form/">Orders and Returns</a> after saving it is displaying <a href="store_url">Orders and Returns</a>
Could any one please help me out?
magento2.3 cms cms-block
In which area you are working like, prodcut page, cms page ?
– Ravi Soni
Jun 28 at 6:58
Hi, Ravi thanks for the quick reply and I am working on cms block.
– gajjala sandeep
Jun 28 at 7:34
add a comment |
I am facing an issue with Magento 2.3.0+ WYSIWYG editor inserting " instead of correct " and also when we write like <a href="store_urlsales/guest/form/">Orders and Returns</a> after saving it is displaying <a href="store_url">Orders and Returns</a>
Could any one please help me out?
magento2.3 cms cms-block
I am facing an issue with Magento 2.3.0+ WYSIWYG editor inserting " instead of correct " and also when we write like <a href="store_urlsales/guest/form/">Orders and Returns</a> after saving it is displaying <a href="store_url">Orders and Returns</a>
Could any one please help me out?
magento2.3 cms cms-block
magento2.3 cms cms-block
edited Jun 28 at 6:36
gajjala sandeep
asked Jun 28 at 6:29
gajjala sandeepgajjala sandeep
13512 bronze badges
13512 bronze badges
In which area you are working like, prodcut page, cms page ?
– Ravi Soni
Jun 28 at 6:58
Hi, Ravi thanks for the quick reply and I am working on cms block.
– gajjala sandeep
Jun 28 at 7:34
add a comment |
In which area you are working like, prodcut page, cms page ?
– Ravi Soni
Jun 28 at 6:58
Hi, Ravi thanks for the quick reply and I am working on cms block.
– gajjala sandeep
Jun 28 at 7:34
In which area you are working like, prodcut page, cms page ?
– Ravi Soni
Jun 28 at 6:58
In which area you are working like, prodcut page, cms page ?
– Ravi Soni
Jun 28 at 6:58
Hi, Ravi thanks for the quick reply and I am working on cms block.
– gajjala sandeep
Jun 28 at 7:34
Hi, Ravi thanks for the quick reply and I am working on cms block.
– gajjala sandeep
Jun 28 at 7:34
add a comment |
1 Answer
1
active
oldest
votes
Click on Show/Hide editor once you land on edit page.
<ul class="footer links">
<li class="nav item"><a href="store url="about-us"">About us</a></li>
<li class="nav item"><a href="store url="customer-service"">Customer Service</a></li>
</ul>
Now add code like I suggest you, and modify it with your requirement.
I did the same but after saving the block it is displaying like for example : <a href="store url="contact"">Contact Us</a>
– gajjala sandeep
Jun 28 at 7:47
I think you made a mistake when you add these link. See once you click on Edit Block. By default, it's HTML mode if you enter this in HTML mode you will get the error, Instead of you have to click on Show/Hide button. Now it will a normal text area. After adding this code in the noramal text then click again on Show/Hide Then you will see the real HTML code. Please try like this
– Ravi Soni
Jun 28 at 7:55
Step 1: After loading the page I clicked on "Show/Hide Editor" button. Step 2: After that, I have added the code which u provided above and I clicked on the same button. Step 3: I have saved the block and when i see the content same issue.
– gajjala sandeep
Jun 28 at 7:58
Hmm, Perfect.. :) then something different. please chek same thing in cms page. is same issue is there ?
– Ravi Soni
Jun 28 at 8:19
I am least bother with CMS page because I need to display CMS block in the frontend. Could you please check from your side?
– gajjala sandeep
Jun 28 at 8:55
|
show 3 more comments
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f279995%2fwysiwyg-editor-inserting-quot-instead-of-correct-in-2-3-0-when-we-use-any-an%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Click on Show/Hide editor once you land on edit page.
<ul class="footer links">
<li class="nav item"><a href="store url="about-us"">About us</a></li>
<li class="nav item"><a href="store url="customer-service"">Customer Service</a></li>
</ul>
Now add code like I suggest you, and modify it with your requirement.
I did the same but after saving the block it is displaying like for example : <a href="store url="contact"">Contact Us</a>
– gajjala sandeep
Jun 28 at 7:47
I think you made a mistake when you add these link. See once you click on Edit Block. By default, it's HTML mode if you enter this in HTML mode you will get the error, Instead of you have to click on Show/Hide button. Now it will a normal text area. After adding this code in the noramal text then click again on Show/Hide Then you will see the real HTML code. Please try like this
– Ravi Soni
Jun 28 at 7:55
Step 1: After loading the page I clicked on "Show/Hide Editor" button. Step 2: After that, I have added the code which u provided above and I clicked on the same button. Step 3: I have saved the block and when i see the content same issue.
– gajjala sandeep
Jun 28 at 7:58
Hmm, Perfect.. :) then something different. please chek same thing in cms page. is same issue is there ?
– Ravi Soni
Jun 28 at 8:19
I am least bother with CMS page because I need to display CMS block in the frontend. Could you please check from your side?
– gajjala sandeep
Jun 28 at 8:55
|
show 3 more comments
Click on Show/Hide editor once you land on edit page.
<ul class="footer links">
<li class="nav item"><a href="store url="about-us"">About us</a></li>
<li class="nav item"><a href="store url="customer-service"">Customer Service</a></li>
</ul>
Now add code like I suggest you, and modify it with your requirement.
I did the same but after saving the block it is displaying like for example : <a href="store url="contact"">Contact Us</a>
– gajjala sandeep
Jun 28 at 7:47
I think you made a mistake when you add these link. See once you click on Edit Block. By default, it's HTML mode if you enter this in HTML mode you will get the error, Instead of you have to click on Show/Hide button. Now it will a normal text area. After adding this code in the noramal text then click again on Show/Hide Then you will see the real HTML code. Please try like this
– Ravi Soni
Jun 28 at 7:55
Step 1: After loading the page I clicked on "Show/Hide Editor" button. Step 2: After that, I have added the code which u provided above and I clicked on the same button. Step 3: I have saved the block and when i see the content same issue.
– gajjala sandeep
Jun 28 at 7:58
Hmm, Perfect.. :) then something different. please chek same thing in cms page. is same issue is there ?
– Ravi Soni
Jun 28 at 8:19
I am least bother with CMS page because I need to display CMS block in the frontend. Could you please check from your side?
– gajjala sandeep
Jun 28 at 8:55
|
show 3 more comments
Click on Show/Hide editor once you land on edit page.
<ul class="footer links">
<li class="nav item"><a href="store url="about-us"">About us</a></li>
<li class="nav item"><a href="store url="customer-service"">Customer Service</a></li>
</ul>
Now add code like I suggest you, and modify it with your requirement.
Click on Show/Hide editor once you land on edit page.
<ul class="footer links">
<li class="nav item"><a href="store url="about-us"">About us</a></li>
<li class="nav item"><a href="store url="customer-service"">Customer Service</a></li>
</ul>
Now add code like I suggest you, and modify it with your requirement.
answered Jun 28 at 7:39
Ravi SoniRavi Soni
1,0315 silver badges18 bronze badges
1,0315 silver badges18 bronze badges
I did the same but after saving the block it is displaying like for example : <a href="store url="contact"">Contact Us</a>
– gajjala sandeep
Jun 28 at 7:47
I think you made a mistake when you add these link. See once you click on Edit Block. By default, it's HTML mode if you enter this in HTML mode you will get the error, Instead of you have to click on Show/Hide button. Now it will a normal text area. After adding this code in the noramal text then click again on Show/Hide Then you will see the real HTML code. Please try like this
– Ravi Soni
Jun 28 at 7:55
Step 1: After loading the page I clicked on "Show/Hide Editor" button. Step 2: After that, I have added the code which u provided above and I clicked on the same button. Step 3: I have saved the block and when i see the content same issue.
– gajjala sandeep
Jun 28 at 7:58
Hmm, Perfect.. :) then something different. please chek same thing in cms page. is same issue is there ?
– Ravi Soni
Jun 28 at 8:19
I am least bother with CMS page because I need to display CMS block in the frontend. Could you please check from your side?
– gajjala sandeep
Jun 28 at 8:55
|
show 3 more comments
I did the same but after saving the block it is displaying like for example : <a href="store url="contact"">Contact Us</a>
– gajjala sandeep
Jun 28 at 7:47
I think you made a mistake when you add these link. See once you click on Edit Block. By default, it's HTML mode if you enter this in HTML mode you will get the error, Instead of you have to click on Show/Hide button. Now it will a normal text area. After adding this code in the noramal text then click again on Show/Hide Then you will see the real HTML code. Please try like this
– Ravi Soni
Jun 28 at 7:55
Step 1: After loading the page I clicked on "Show/Hide Editor" button. Step 2: After that, I have added the code which u provided above and I clicked on the same button. Step 3: I have saved the block and when i see the content same issue.
– gajjala sandeep
Jun 28 at 7:58
Hmm, Perfect.. :) then something different. please chek same thing in cms page. is same issue is there ?
– Ravi Soni
Jun 28 at 8:19
I am least bother with CMS page because I need to display CMS block in the frontend. Could you please check from your side?
– gajjala sandeep
Jun 28 at 8:55
I did the same but after saving the block it is displaying like for example : <a href="store url="contact"">Contact Us</a>
– gajjala sandeep
Jun 28 at 7:47
I did the same but after saving the block it is displaying like for example : <a href="store url="contact"">Contact Us</a>
– gajjala sandeep
Jun 28 at 7:47
I think you made a mistake when you add these link. See once you click on Edit Block. By default, it's HTML mode if you enter this in HTML mode you will get the error, Instead of you have to click on Show/Hide button. Now it will a normal text area. After adding this code in the noramal text then click again on Show/Hide Then you will see the real HTML code. Please try like this
– Ravi Soni
Jun 28 at 7:55
I think you made a mistake when you add these link. See once you click on Edit Block. By default, it's HTML mode if you enter this in HTML mode you will get the error, Instead of you have to click on Show/Hide button. Now it will a normal text area. After adding this code in the noramal text then click again on Show/Hide Then you will see the real HTML code. Please try like this
– Ravi Soni
Jun 28 at 7:55
Step 1: After loading the page I clicked on "Show/Hide Editor" button. Step 2: After that, I have added the code which u provided above and I clicked on the same button. Step 3: I have saved the block and when i see the content same issue.
– gajjala sandeep
Jun 28 at 7:58
Step 1: After loading the page I clicked on "Show/Hide Editor" button. Step 2: After that, I have added the code which u provided above and I clicked on the same button. Step 3: I have saved the block and when i see the content same issue.
– gajjala sandeep
Jun 28 at 7:58
Hmm, Perfect.. :) then something different. please chek same thing in cms page. is same issue is there ?
– Ravi Soni
Jun 28 at 8:19
Hmm, Perfect.. :) then something different. please chek same thing in cms page. is same issue is there ?
– Ravi Soni
Jun 28 at 8:19
I am least bother with CMS page because I need to display CMS block in the frontend. Could you please check from your side?
– gajjala sandeep
Jun 28 at 8:55
I am least bother with CMS page because I need to display CMS block in the frontend. Could you please check from your side?
– gajjala sandeep
Jun 28 at 8:55
|
show 3 more comments
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f279995%2fwysiwyg-editor-inserting-quot-instead-of-correct-in-2-3-0-when-we-use-any-an%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
In which area you are working like, prodcut page, cms page ?
– Ravi Soni
Jun 28 at 6:58
Hi, Ravi thanks for the quick reply and I am working on cms block.
– gajjala sandeep
Jun 28 at 7:34