-
AuthorPosts
-
August 12, 2015 at 5:51 pm #486705
Hi,
This issue is happening again. Please refer to this thread:
https://kriesi.at/support/topic/image-in-post-disappeared-when-hyperlink-is-added/I changed the background. And the image with hyperlink disappeared again. May I know why is this happening? The auto formatting applied to hyperlink is really annoying.
August 13, 2015 at 4:18 am #486900As you can see, I’ve already followed your code but the Gallery image is missing again after I changed the background image. Could you kindly help? Thanks.
August 14, 2015 at 11:56 am #487686Hi!
about which images are you talking about? can’t see which one is missing, because “Mama Captain (contact us)”, Login, Our team, etc. are all there for me.
Regards,
AndyAugust 14, 2015 at 12:33 pm #487719Hi Andy,
Gallery is missing. You can compare the old image at the previous thread. It’s at the same position. Thanks.
August 14, 2015 at 12:53 pm #487732Hey!
when editing your front page I can’t edit any of the images. I even can’t open text tab of default editor, nor Advanced Layout Editor. Seems very weird to me and I think there are some corrupted files on the installation. I suggest to delete all theme files and get a fresh copy from your themeforest account.
I will post login details in private content section for other moderators to check.
Regards,
AndyAugust 14, 2015 at 1:48 pm #487760Hi,
Please user master admin. It has no problem editing the page. Please do not change to Visual tab. It will screw up everything.
August 14, 2015 at 6:16 pm #487871Hi!
so many things which does not work in your backend. We need to check your media files, but I can’t access it. Can you enable full admin access please?
Best regards,
AndyAugust 14, 2015 at 6:32 pm #487880Hi Andy,
What do you mean by full admin access? The one I gave you is the main admin account. Or you need FTP access?
August 14, 2015 at 8:20 pm #487934Hey!
no, I mean we need admin access with full functionality of you backend. Now text editor is working, but not visual editor, nor ALB. And as I said I can’t even access your Media section. What’s going on there? did you deactivate all those functions somehow? Please make sure we have access to this and all other functions and let us know when you are done.
Regards,
AndyAugust 15, 2015 at 10:31 am #488200Hi Andy,
Sorry, my bad. It seems that server have issue. I didn’t deactivate. You can try this new login on a different server. I’ve tested many times and all the access you require is able to access.
August 17, 2015 at 4:37 am #488522Hi Andy,
May I know is there any update on this? I’ve hyperlinked 3 images, Gallery, Vision and About Us. Please help me on this. I’ll fix the rest myself. Thanks.
August 17, 2015 at 7:27 am #488617Hi!
I see the new images and hey are working fine on hover also…
Which page is the issue?Cheers!
BasilisAugust 17, 2015 at 7:45 am #488639Hi,
It’s on the home page. I purposely leave a few there to work so you can see how it is like before adding hyperlink. There are 3 missing images. Please use view source, or login to admin area to see what are the missing images. Thanks.
August 17, 2015 at 8:39 am #488676I’ve added hyperlink to Gallery, Vision and About Us. You won’t be able to see these 3, as it is missing now after I add hyperlink.
August 17, 2015 at 9:32 am #488712Hi!
I changes your code from:
<a href="http://mc.cratosmedia.com/gallery/"><img id="showgallery" class="grow" src="http://mc.cratosmedia.com/wp-content/uploads/2015/07/gallery.png" alt="gallery" class="alignnone size-full wp-image-112" /></a>
to
<a href="http://mc.cratosmedia.com/gallery/"><img id="showgallery2" class="grow" src="http://mc.cratosmedia.com/wp-content/uploads/2015/07/gallery.png" alt="gallery" class="alignnone size-full wp-image-112" /></a>
Notice the changes of id=”showgallery” and id=”showgallery2″ I have made. When I use the second code the image is showing up fine, so I guess you are using some CSS code for the first id which is hiding it.
Best regards,
AndyAugust 17, 2015 at 9:59 am #488722Hi Andy,
My CSS does not have code to hide the image. It is just positioning the image and set to smaller size. I can’t use that? It is possible with normal HTML, outside of WordPress. Please advise.
#showgallery { position: absolute !important; /*top: 80px; left: 480px;*/ top: 11%; left: 48%; width: 17%; display: block !important; }
August 17, 2015 at 10:39 am #488743I found out either WordPress/Enfold auto format my hyperlink with code below, then my image will disappear:
style="position: relative; overflow: hidden;"
I use Firefox to remove it during runtime, and the image will appear.
August 17, 2015 at 10:47 am #488748Hey!
however, it is showing up fine now, after I changes your code. So everything is working correctly, isn’t it? Now you just need to position it the way you want using CSS.
Best regards,
AndyAugust 17, 2015 at 11:04 am #488758Hi Andy,
Nope, I need to use position: absolute. The code you change is not what I wanted. Although it can be shown, but it cannot stack on top of the ship image. Only position: absolute can stack images on top of another. Is Yigit around? Usually Yigit can provide me perfect solution.
August 17, 2015 at 11:19 am #488769You can compare Site 1 and Site 2. As you can see from Site 1, the position of all images are in place. For Site 2, when I use hyperlink to an image, it will disappear. All I did was add hyperlink, nothing else and the image disappears. This is caused by WordPress/Enfold’s auto formatting of link. I hope you can dive deeper into WordPress/Enfold’s auto formatting of link that caused this issue.
Thank you for your time.
August 17, 2015 at 11:29 am #488775Hi!
try this code:
a { overflow: visible !important; } img#showgallery2 { position: absolute; top: -77px; }
and adjust as needed.
Cheers!
AndyAugust 17, 2015 at 11:48 am #488799Hi Andy,
I’ve added your code to Quick CSS. However, it is not working. The image ‘Gallery’ disappears.
August 17, 2015 at 12:03 pm #488813Hi,
I’ve tried with a fresh WordPress install without Enfold. And the image didn’t disappear. Thus, I’m sure now this is an Enfold issue.
August 17, 2015 at 12:10 pm #488822Hey!
not sure why, but somehow width of this image is set to 0x0px, that’s why it was not visible. Now I updated the code in your Quick CSS to this one:
a { overflow: visible !important; } img#showgallery2 { position: absolute; top: -80px; left: -480px; max-width: 266px; }
Please review your website not and let me know if you are happy.
Cheers!
AndyAugust 17, 2015 at 5:04 pm #489019Hi Andy,
It is displaying now but when I hover it, it disappears again. Kindly provide a better solution. Thanks.
August 18, 2015 at 6:46 am #489281Hi,
I’m still waiting for a better solution. Thanks.
August 18, 2015 at 9:35 am #489314Hey!
refuse from bumping into your own thread please.
It’s fixed. Review your website now.
Regards,
AndyAugust 18, 2015 at 9:42 am #489318Hi Andy,
Excellent! May I know what did you do to fix this? Because I need to fix it for all my other icons. Thanks.
August 18, 2015 at 10:15 am #489341Hey!
I just decreased max-width value in my code to 165px. Though not sure why a bigger value is causing a conflict … However, I am glad you are happy now. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Regards,
Andy -
AuthorPosts
- The topic ‘Image in Post Disappeared When Hyperlink is Added (Again)’ is closed to new replies.