How to impliment a HTML file to my sales page?

I just payed a coder to turn my giffs, images, and hyperlinks in to a HTML. After he completed it, I asked him how do I upload it to fiverr and he said he did not know… is that normal? Seems absurd to me that you can create code but not implement it.
Anyway, the lines of code are written and can be opened offline, how to I attach it?

You should request a refund. Maybe, he is not so expert in this sector. You can hire a freelancer from studio.envato.com or i can help you with a fee. You can send message to me here - https://themeforest.net/user/mixturethemes#contact

Like a fool I already submitted my feedback, he was from fiverr.
I just assumed i could copy the code in to the html box, then i realized its not web hosted.

That’s what I cant figure out, how do I web host the html?
Do I just create a web page and copy that page in to envato?
Do I just upload all the files to dropbox and copy the dropbox hyperlink to envato?

I don’t need a refund, the job of the coder is done.

I have a HTML page that I want to put in to my sales, I need clearer instructions on how it is done.

The description states this:

" If you’re linking to external images, please mind the page load speed: use few, compress them and host them on a fast server or CDN."

A fast server? Like a website? Do I copy a web link in to the box? Or does it mean a fast server in drop box? Do I upload the code, images, etc in to drop box and copy the hyperlink?

If you don’t know the answer could you please forward the email to another customer service representative. The approval time is very slow so I don’t not want to have to upload twice.

Thankyou.

image

Well. First you have to buy a domain & hosting if you don’t have one already. You can buy from Hostinger or bluehost to get a fast server where you have to upload your demo html files and have to copy the file directory link (domain address), then you have to submit the link into the demo link field. You have to write about all features of your item into the ‘HTML Description’ field. Hope you have understood. Otherwise you can contact with me personally through my profile for better assistance. Cheers. :slight_smile:

Technically you only need hosting if you are submitting a website file (based on the screenshot it’s something else).

In this case when you are just hosting images or assets then you can do that from all sorts of free and/or paid sites and services.

FYI support are unlikely to be able to help with setting basic stuff like this up as hosting assets is nothing to do with them and with hundreds of thousands of authors, you can imagine how chaotic it would potentially be if they offered technical assistance.

Assuming the html you have is correct (it would be hard pushed not to be) then you just need to;

  1. host the assets (images, video etc) online somewhere

As mentioned you can use free image hosting and YouTube for video BUT:

  • be careful that these sites are often not 100% reliable and you may end up with broken links.
  • any asset you need to host must be optimised for web in terms of size and format
  1. substitute the links in your html

  2. paste the html into that second field in the screenshot

Im sorry if that comment seemed a bit in polite, it came to my email and I thought I was replying to payed Envato staff. I am very grateful for your help!!

I need to buy a domain anyway, so that’s not an issue.
Do you mean copy the domain link in to the ‘HTML description’? Because I don’t have a ‘demo link’ field.

Once again, thankyou very much !

You can edit the item description anytime after it got approved so it is not as crucial to have it working at the time of submission.
Here is a page where you can testrun your html for Envato market, however it still shows you the old envato design from few years ago with a background color in grey instead of white as it is today:

http://revaxarts-themes.com/envatitor/

If you can show us your html code we can help you better.

Actually, you only have to describe about your items features into the ‘HTML Description’ field. You may include preview images links so that you can show some preview images of your item. Your preview images can be hosted in your own hosting. @BaboonCartoons

Have you agreed with him that he should also implement it ?
If no - it’s your problem.

Coding is coding, setting up is setting up.

You don’t request a refund from a pub if they don’t want to order you a taxi to get you home.

1 Like

I purchased a domain as you said.

Using this thing @Creattive receomended: http://revaxarts-themes.com/envatitor/#stripped

I copied the web address: http://www.babooncartoons.com/emonkey/


It didn’t work.

I think copied the html of the web address as you recommended @charlie4282, that didnt work either:

Karm Partners
youtube
facebook
GIFF_ui
giff_ui
GIFF_ui
giff_ui
		</div>
		<div class="col-md-3"></div>
	</div>
	<div class="row text-center">
		<div class="col-md-3"></div>
		<div class="col-md-3 ">
			<img src="img/GIFF-blinks.gif" class="" alt="GIFF_ui">
		</div>
		<div class="col-md-3 mt-10">
			<img src="img/smooth_blinks.png" class="" alt="giff_ui">
		</div>
		<div class="col-md-3"></div>
	</div>
	<div class="row text-center">
		<div class="col-md-3"></div>
		<div class="col-md-3">
			<img src="img/GIFF-mouths.gif" class="" alt="GIFF_ui">
		</div>
		<div class="col-md-3 mt-10">
			<img src="img/14mouths.png" class="" alt="giff_ui">
		</div>
		<div class="col-md-3"></div>
	</div>
	<div class="row text-center">
		<div class="col-md-3"></div>
		<div class="col-md-3 ">
			<img src="img/GIFF_stretch.gif" class="" alt="GIFF_ui">
		</div>
		<div class="col-md-3 mt-100">
			<img src="img/stretchlimbs.png" class="" alt="giff_ui">
		</div>
		<div class="col-md-3"></div>
	</div>
</div>
<!--  Last Section -->
<div class="last-section">
<div class="row">
	<div class="col-md-12 text-center">
		<img src="img/look_border_upper.png" alt="" class="" style="    width: 689px;">
		<div class="row" style="position: relative">
			<div class="col-md-12 text-center">
		<img src="img/look.png" alt="look" class="">
		<a href="https://videohive.net/user/babooncartoons" target="_blank"><img src="img/15.png" alt="look" class=" custom-img"></a>
	</div>
	
		
	

		</div>
		

		<img src="img/look_border_lower.png" alt="" class=" " style="    width: 689px;">
	</div>
</div>
<script src="bootstrap/jquery-v1.12.1.min.js"></script>
<:confused: tml>

I am really frustrated, please help :confused:

You are linking to images in an image folder which won’t be accessible

These need to be hosted or stored somewhere online and then pulled in from there as the source

In your code, replace what comes after “img src=” with the full link. For example:

img/GIFF-blinks.gif

replace with

http://www.babooncartoons.com/emonkey/img/GIFF-blinks.gif

You have to change the url of the ‘img’ tag as creattive said. write
http://www.babooncartoons.com/emonkey/img/GIFF-blinks.gif
instead of
img/GIFF-blinks.gif

Then, it’ll be fine. :slight_smile:

Manually Converting Your Static HTML Site to WordPress
Step 1: Create a New Theme Folder and Necessary Files. On your desktop, create a new folder to hold your theme files. …
Step 2: Copy Existing CSS Into New Stylesheet. …
Step 3: Separate Your Current HTML. …
Step 4: Finalize Your Index.php File. …
Step 5: Upload Your New Theme.