Viewing 29 posts - 1 through 29 (of 29 total)
  • Author
    Posts
  • #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.

    #486900

    As 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.

    #487686

    Hi!

    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,
    Andy

    #487719

    Hi Andy,

    Gallery is missing. You can compare the old image at the previous thread. It’s at the same position. Thanks.

    #487732

    Hey!

    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,
    Andy

    #487760

    Hi,

    Please user master admin. It has no problem editing the page. Please do not change to Visual tab. It will screw up everything.

    #487871

    Hi!

    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,
    Andy

    #487880

    Hi Andy,

    What do you mean by full admin access? The one I gave you is the main admin account. Or you need FTP access?

    #487934

    Hey!

    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,
    Andy

    #488200

    Hi 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.

    #488522

    Hi 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.

    #488617

    Hi!

    I see the new images and hey are working fine on hover also…
    Which page is the issue?

    Cheers!
    Basilis

    #488639

    Hi,

    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.

    #488676

    I’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.

    #488712

    Hi!

    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,
    Andy

    #488722

    Hi 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;
    }
    #488743

    I 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.

    #488748

    Hey!

    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,
    Andy

    #488758

    Hi 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.

    #488769

    You 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.

    #488775

    Hi!

    try this code:

    a {
    overflow: visible !important;
    }
    img#showgallery2 {
    position: absolute;
    top: -77px;
    }
    

    and adjust as needed.

    Cheers!
    Andy

    #488799

    Hi Andy,

    I’ve added your code to Quick CSS. However, it is not working. The image ‘Gallery’ disappears.

    #488813

    Hi,

    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.

    #488822

    Hey!

    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!
    Andy

    #489019

    Hi Andy,

    It is displaying now but when I hover it, it disappears again. Kindly provide a better solution. Thanks.

    #489281

    Hi,

    I’m still waiting for a better solution. Thanks.

    #489314

    Hey!

    refuse from bumping into your own thread please.

    It’s fixed. Review your website now.

    Regards,
    Andy

    #489318

    Hi Andy,

    Excellent! May I know what did you do to fix this? Because I need to fix it for all my other icons. Thanks.

    #489341

    Hey!

    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

Viewing 29 posts - 1 through 29 (of 29 total)
  • The topic ‘Image in Post Disappeared When Hyperlink is Added (Again)’ is closed to new replies.