Anyone give me some insight into why I wouldn't be able to insert a link into a image in the html block editor anymore? I had a few already there before and now I click insert link when the image is selected and click ok it does nothing. I've done the same in your editor here and it works fine.
|
|
I've done the same in your editor here and it works fine.
This isn't Dolphin. Go to the demo site and you can test there. Have you made any changes to your tinymce?
Geeks, making the world a better place |
Not that I know of. I can insert images and links separately but I can not insert link into the image. |
Not that I know of. I can insert images and links separately but I can not insert link into the image.
TinyMCE is handling that. In the backend/admin, htmlpurifier is not accessed when saving content in the admin What happens if you go to html mode and manually add the link to the image; is it there after switching back to TinyMCE and saving the block?
Geeks, making the world a better place |
Hi.
You have to do that with HTML.
Here is an example:
<p> </a> <a title="Title of the image" href="Url of the link where we want to go" target="_blank"> <img src="Url where is the image" alt="Title of the image" width="Size in px" height="Size in px" /></a></p>
Luck
|
I used to be able to insert an image into the html block on the page builder and after that I would highlight the image and click insert link/url and then put it there and that is no longer the case... any help on getting that back? |
I used to be able to insert an image into the html block on the page builder and after that I would highlight the image and click insert link/url and then put it there and that is no longer the case... any help on getting that back?
Did you do as I asked? I was wanting to know if the TinyMCE clean up removed the link after you manually inserted it.
Geeks, making the world a better place |
It wont let me save even a manual link insert I click ok after I insert code into the html block and it just sits there after I click save. |
OK, you have some issues going on. Have you made any changes to the TinyMCE init script; which is located in the /template/Base/scripts Could be some type of javascript conflict; have you added any JS code to the site; especially the admin pages. Geeks, making the world a better place |
No, I used to not use Moxie Manager but after I started using that it seems that's when it started. So I uninstalled that and still no dice. I'm not sure I've looked at everything and googled all over and can't find anything. |
No, I used to not use Moxie Manager but after I started using that it seems that's when it started. So I uninstalled that and still no dice. I'm not sure I've looked at everything and googled all over and can't find anything.
Does it work on the front end when writing blog posts, comments, etc?
Geeks, making the world a better place |
|