Home › Forums › Iconic One Pro Support › Image caption problem
- This topic has 8 replies, 2 voices, and was last updated 11 years, 1 month ago by Themonic-Support.
- AuthorPosts
- October 30, 2013 at 11:41 am #1055falkeParticipant
I have problems when adding photos from the media library. If I change the caption the link to the photo seems to break and it shows just a grey area on the page.
I have searched for it on the wordpress forum and it seems to be a change in how wordpress shows image caption that affects the themes.
Any clues about this?
Regards!
BengtOctober 30, 2013 at 12:07 pm #1057Themonic-SupportKeymasterIt seems they have fixed the image caption issue in the latest WordPress version 3.7.1
October 30, 2013 at 12:51 pm #1058falkeParticipantDoes it maybe only work with newly uploaded images.
There is no change in the old ones when I test it…. ;o(
Regards!
BengtOctober 30, 2013 at 1:09 pm #1060falkeParticipantNo there is no difference even when I create a new post and add new images….
Can you maybe recommend a way around this problem? How do people fix this?
Regards!
BengtOctober 30, 2013 at 3:10 pm #1061Themonic-SupportKeymasterHave you already cleared the cache? or try in a different browser.
Also could you provide me a direct link or screenshot where I can look for this.
October 30, 2013 at 3:40 pm #1066falkeParticipantI think I have nailed it down to the CKEditor plugin. Somehow it seems to mess with the “caption image-link” code. It seems to work now as far as I can tell.
If I would like to add a small line as a frame around normal images and the featured images. Can I add that in the custom CSS?
Thank you for your first class support!
Regards!
BengtOctober 30, 2013 at 3:49 pm #1069Themonic-SupportKeymasterFor adding border around images, add this in the custom.css, change hex color code as per your liking.
.entry-content img { border: 1px solid #999999; }
October 30, 2013 at 4:16 pm #1070falkeParticipantThank you that looks great!
And what will code be if I want to add a tiny border to the thumbnails showing on the main first page?
Regards/ BengtOctober 30, 2013 at 5:25 pm #1074Themonic-SupportKeymasterTry
.entry-content img, img.wp-post-image { border: 1px solid #999999; }
- AuthorPosts
- You must be logged in to reply to this topic.