You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see there is a comment with a suggested fix in the readme file bundled with the Novetty theme from Cleversoft regarding this bug. The suggestion in the readme file was a work-around involving using the html mode of the editor to replace a double-quote with a single quote. The work-around does work for my tests, but it doesn't actually show a double-quote in the HTML mode, it shows a url encoded " instead. You can replace the pair of " with either a pair of either single or double quotes and it fixes the link. But it should be noted that the html-encoding is breaking the template field itself as the {{ }} block is actually appearing until you remove the " and replace it. (once replaced, if you go back to the html view, you see an actual relative path)
Also, upon finding the xml fix in this branch, I noted that there was already a commented out section in the app/code/Magefan/Blog/view/adminhtml/ui_component/blog_post_form.xml which is a match for the file in this branch. I tried uncommenting the section as per the suggestion in the first line of the comment but it did nothing as far as solving the issue.
The text was updated successfully, but these errors were encountered:
I see there is a comment with a suggested fix in the readme file bundled with the Novetty theme from Cleversoft regarding this bug. The suggestion in the readme file was a work-around involving using the html mode of the editor to replace a double-quote with a single quote. The work-around does work for my tests, but it doesn't actually show a double-quote in the HTML mode, it shows a url encoded " instead. You can replace the pair of " with either a pair of either single or double quotes and it fixes the link. But it should be noted that the html-encoding is breaking the template field itself as the {{ }} block is actually appearing until you remove the " and replace it. (once replaced, if you go back to the html view, you see an actual relative path)
Also, upon finding the xml fix in this branch, I noted that there was already a commented out section in the
app/code/Magefan/Blog/view/adminhtml/ui_component/blog_post_form.xml
which is a match for the file in this branch. I tried uncommenting the section as per the suggestion in the first line of the comment but it did nothing as far as solving the issue.The text was updated successfully, but these errors were encountered: