HTML expert needed!

Hi all!

I’m experiencing a problem with adding multiple html images with links to my collections to my AudioJungle profile page and items. Hope someone can help me!

I’m using the Envatitor (https://revaxarts-themes.com/envatitor/) for creating the html code. The images I want to use are in the server of my Wix website. They are smaller than 50 kb.

In Envatitor everything looks alright. I’m using the following code for two images with links:




As you can see above, in the forum it also works just fine.

When I add one image to my AudioJungle profile, it looks ok. I can see the image and when I click on it, it goes to the right collection. But if I add more than one image, it looks like this in my profile:
mv2.jpg?_c=1593595789” />

mv2.jpg?_c=1593595789” />

So I don’t see the images, only some text with the link to my collections.

My profile: https://audiojungle.net/user/robertlanting

What am I missing here? Thanks in advance!

just I have checked with the following code and working fine:
<p><a href="https://audiojungle.net/collections/8474415-cinematic"> <img src="https://static.wixstatic.com/media/3baa5b_71d23563233248eaa6007eadcb2f2bba~mv2.jpg" alt="" /></a></p>
<p><a href="https://audiojungle.net/collections/8474420-corporate"> <img src="https://static.wixstatic.com/media/3baa5b_6c595e3174af4b0dbc402e81957409a8~mv2.jpg" alt="" /></a></p>

Thanks for your reply! I copied your code and somehow it doesn’t work yet. You can see how it looks on my profile here: https://audiojungle.net/user/robertlanting

I have checked the code in my profile and worked fine. can you share a screenshot of the editor where you place the code

This is how it looks in the Envatitor:

This is how it looks in the AudioJungle profile editor:

I think envato already created cdn for the image and showing same from the cache. Please upoad the images at wix with a new name and just replace the image source in your profile editor, no need to check with Envatitor. hope will work for you.

Thanks! I’ve tried it, but it still didn’t work.

I found a workaround though: I created a Bitly for the image address and used that for the html code. It works!

Code looks like this now:

1 Like