The Vault Cannabis Seeds Store Rebooted
-
- Posts: 216
- Joined: Mon Sep 30, 2019 2:27 pm
- Has thanked: 284 times
- Been thanked: 453 times
- Status: Offline
The Vault Cannabis Seeds Store Rebooted
We want your feedback please: Read about the improvements made to The Vault Cannabis Seeds Store in 2019 and our plans for the future!
Get codes for discounted cannabis seeds and of course a cannabis seeds promotion at https://www.cannabis-seeds-store.co.uk/ ... e-rebooted
- The Aspie Toker
- GR420 Leg End
- Posts: 14730
- Joined: Tue Oct 24, 2017 7:45 pm
- Location: Your mother's bedroom.
- Has thanked: 5848 times
- Been thanked: 3412 times
- Status: Offline
Re: The Vault Cannabis Seeds Store Rebooted
Hi George,
There is some room for improvement...
https://gtmetrix.com/reports/www.cannab ... k/KvO2sX8B
Sorting them out will speed up the site further still.
I may be back with some more feedback for you.
There is some room for improvement...
https://gtmetrix.com/reports/www.cannab ... k/KvO2sX8B
Sorting them out will speed up the site further still.
I may be back with some more feedback for you.
Never give advice. Wise men don't need advice. Fools won't take it.
-
- Posts: 216
- Joined: Mon Sep 30, 2019 2:27 pm
- Has thanked: 284 times
- Been thanked: 453 times
- Status: Offline
Re: The Vault Cannabis Seeds Store Rebooted
Literally took someone on yesterday to sort the images! but i like that little tool, handy, please do keep the feedback coming
We are trying to deliver the best quality images and have them scalable for all devices which is difficult but we have room for so much improvement on the image front so at least in a positive way we are just going to get quicker :)
We are trying to deliver the best quality images and have them scalable for all devices which is difficult but we have room for so much improvement on the image front so at least in a positive way we are just going to get quicker :)
- The Aspie Toker
- GR420 Leg End
- Posts: 14730
- Joined: Tue Oct 24, 2017 7:45 pm
- Location: Your mother's bedroom.
- Has thanked: 5848 times
- Been thanked: 3412 times
- Status: Offline
Re: The Vault Cannabis Seeds Store Rebooted
There's some validation errors. Most are quick fixes...
https://validator.w3.org/nu/?doc=https% ... e-rebooted
Things like...
<script type="text/javascript">
Should be...
<script>
What you had was html4 code, when you should be using html5 code.
Hope that helps.
https://validator.w3.org/nu/?doc=https% ... e-rebooted
Things like...
<script type="text/javascript">
Should be...
<script>
What you had was html4 code, when you should be using html5 code.
Hope that helps.
-
- Posts: 216
- Joined: Mon Sep 30, 2019 2:27 pm
- Has thanked: 284 times
- Been thanked: 453 times
- Status: Offline
Re: The Vault Cannabis Seeds Store Rebooted
it sure does buddy, added this to the dev's tickets!The Aspie Toker wrote: ↑Sun Nov 24, 2019 9:34 pmThere's some validation errors. Most are quick fixes...
https://validator.w3.org/nu/?doc=https% ... e-rebooted
Things like...
<script type="text/javascript">
Should be...
<script>
What you had was html4 code, when you should be using html5 code.
Hope that helps.