Welcome to Gaia! ::

Official Wix Profile Guild

Back to Guilds

A guild for all wix profile users. 

Tags: profile, guide, gaia, wix flash, guild 

Reply Wix Tools, Guides, and Tutorials
Wix Profile Guide by: Toxxn [Updated 9/15/11]

Quick Reply

Enter both words below, separated by a space:

Can't read the text? Click here

Submit


Toxicide

Captain

Anxious Gaian

PostPosted: Fri Jul 09, 2010 4:33 am


.:: Toxxn's GUIDE ::.

This is just a repost of my guide straight from the forums to the guild.
PostPosted: Fri Jul 09, 2010 4:35 am


User Image

Hello fellow wix users,

I HAVE RETURNED!
Therefor my inbox is now back open to the public.
Previous to my departure for personal reasons, my inbox was filled daily with questions and comments regarding Wix.
These sorts of PM's are welcome, however if you have a question regarding general "How To's" involving Wix,
please check with my guild for assistance before sending me your PM.
Thanks!
Happy Wixing,
-Toxxn

I have successfully coded playlist to work on Wix!

Do not Quote the Guide posts as to it stretches the pages!
For fast responses or comments quote my post below the guide.


// The Official Wix Guild
My Coding Team and I release new and updated Guides & Tutorials with the Official Wix Profile Guild.
We also give Tips & Tricks on Wix that we professionals use when creating our own profiles.
By joining, you will receive Updated Announcements when new guides and tutorials are released.
You will also have access to a bunch of amazing stuff.
To join, please click the button below, the fee is FREE!
User Image


// Horntastic's Fantastic Wix Embed Converter
Horntastic, has created a very nice converter for the Wix user population here on Gaia.
The converter will convert your embed code for you while also providing your CSS codes. [X]



// Regarding the Sale of Wix
Selling WIX profiles is strictly PROHIBITED, both by Gaia ToS & US Copyright Laws.
If you are caught you willl be reported accordingly.
For more info on Copyright Infringement please click here. [x]
Me nor any staff member of the Official Wix Profile Guild endorse or promote the sale of Wix.




User Image

In this guide you will learn how to code and set up your own Wix profile with ease.
What throws people off is, Wix gives you an HTML Embed code which is useless on Gaia
as to Gaia strictly uses cascading style sheet coding, css for short.


// Navigation
Part 1: Converting from HTML[x]
Part 2: Resizing your media[x]
Part 3: Warnings, Credits, and Q&A[x]

Video Guide: [x]

Please read before watching video guide:
The video is outdated as to Wix has changed its Editor since the video was made.
As always I am happy to help you any way I can so please still feel free to PM me with questions of comments.


Toxicide

Captain

Anxious Gaian



Toxicide

Captain

Anxious Gaian

PostPosted: Fri Jul 09, 2010 4:36 am


User Image

To start off, you can make your Wix from whatever template you want or choose to make one from scratch by using the blank one.
Make sure you save it regularly, that way if something were to happen you would not have to redo the entire profile!
When you are done, save the final copy, and click the "Publish" button.

Now click the " Embed" button on the bottom and click copy.

This is where Horntastic's Converter comes in handy.
If you would like to save some time, you can use Horntastic's Converter to convert your embed code by clicking here. [x]

If you chose to use Horntastic's Converter, then please skip this next part.
If you chose to not to use Horntastic's Converter, then please continue.


Paste the code into a new text document so you can get a good look at the embed code.
There are two parts to the embed code necessary to use your Wix.

One is the .SWF which I have provided for you below so that you do not have to lurk around the embed code to find it.

Shockwave File link:
http://static.wix.com/client/app.swf?


For the second part, you will want to locate the "flashvars" within your embed code. There are 2 but they are the same.
It starts with "pageid" and ends with "-a"
An example of how to find your flashvars is highlighted in Green below.

&object width="900" height="650" type="application/x-shockwave-flash" classid="clsid D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" & pageId=33TgT_n;VOg-a&embedFormat=normal&embedID=DLTqzEXo4DAT0rvhqbHpNhyhi9e2GxJxn4DwHzTkvwyUu_gd4Jmh8qtt5gm7ZM20a&partner_id=WMGs4POB1ko-a" />



Whether you used Horntastic's converter or hand converted your embed code, the next step is to add it to your media.
Media is found on current v2 profiles.
If you do not have one on your profile, click edit profile > content > add media.

Here is a picture of where to put the converted code:
User Image

PostPosted: Fri Jul 09, 2010 4:40 am


User Image

With your wix now on your profile, it is time to resize it.
Make sure your media panel is on column 2 of your profile.
There are two options in resizing it and both just depend on personal preference.
However if you used the converter, go ahead and use the css codes it provided.
These codes will go into the Theme Override.
To get there, click My Gaia > Profile Options.

The first code will center your profile and make it 800x520 in size.
This is just the right size if you do not wish to have much of a scroll bar on your profile.

html,body { background-image: none; background-color: #000000; }
#columns { width: 800px; height: 520px; margin-left: auto; margin-right: auto; float: none; position: relative; top: 50px; }
#column_1, #column_3 { display: none; }
#column_2 { width: 800px; margin: 0px; padding: 0px; overflow-y: hidden; }
.panel { margin: 0px; padding: 0px; background-color: transparent; }
.panel h2 { display: none; }
#id_media { height: auto; width: auto; }
.media_panel embed, .media_panel object{ height: 800px; width: 800px; }



The second code I have here will center your profile and make it a larger 1000x650 in size.

html, body { background: #000000; }
.column, #columns { overflow: visible !important; }
#columns { width: 1000px; margin-left: auto; margin-right: auto; float: none; position: relative; top: 50px; }
#column_1, #column_2, #column_3 { position: absolute; margin: 0; }
.media_panel { height: 650px !important; width: 1000px; overflow: hidden; }
.media_panel embed, .media_panel object { height: 1000px; width: 1000px; }
.panel { margin: 0; padding: 0; background: transparent; }
.panel h2 { display: none; }




// Optional - Changing the Background Color
In both these code, the beginning of the code starts out with a background color css code.
The default in both codes is black, which is coded "000000".
If you wish to change the color, you can. All you need to do is change the hex codes.
Default for black is "000000"; default for white is "FFFFFF".
Here is a chart that will help you find the Hex code of the color of your choice.[x]


Toxicide

Captain

Anxious Gaian



Toxicide

Captain

Anxious Gaian

PostPosted: Fri Jul 09, 2010 4:43 am


User Image

This guide was made by me for informational purposes only for those who wish to use Wix as a Gaia Online Profile.
You may not post or use any part of my guide on or outside of Gaia without my consent or you will be reported.
You may not sell my guide for any reason as to it is here for everyone, provided by me, for free.
© Copyright 2011, Toxxn. All rights reserved.

Selling WIX profiles is strictly PROHIBITED, both by Gaia ToS & US Copyright Laws.
If you are caught you willl be reported accordingly.
For more info on Copyright Infringement please click here. [x]





User Image

Brink Kale, whom showed me how to convert embed codes.
Horntastic, for creating the lovely embed converter for us.
Swell Sundae, even though we no longer use her guide to media resizing.
Friends and members of the Official Wix Profile Guild for encouragement.





User Image

Below are commonly asked questions of the Wix user community with answers and solutions for your convenience.
If a question you have is not listed below, them please feel free to PM me and I will be glad to help you.


Q: I am having trouble converting the embed code, will you help?
A: Yes, I would be glad to help. Due to my inbox being overloaded I no longer accept PM's.
However, head on over to the Official Wix Profile Guild and I or someone there will help you convert it.

Q: Will you make me a WIX profile?
A: No, I simply do not have the time.
However we do have contests occasionally to win one made by me or other professionals in the Official Wix Profile Guild.

Q: Can you give me ideas for my WIX?
A: Ideas for anything really come from your mind. What inspires you?

Q: I am having problems setting everything up, will you help me?
A: It depends what you mean by "everything". The most I can do is help convert your code and walk you through step by step on what to do.

Q: Will you create any art for me to use in my WIX?
A: No, I do not have the time.

Q: There are large areas of white around my profile, what do I do?
A: This a common problem before I completely redone the Guide, however you should not have this problem i you followed my guide.

Q: How do I add a button to link to PM, journal, trade, etc.?
A: On the wix editor goto page parts, then to buttons.
Set up the button to your liking and then link it to its destination via URL.

Q: My links will not work with my buttons, when I click, nothing happens. Why?
A: Check to see if you added a url to it.

Q: Can I add music to my playlist from Youtube?
A: No, because Wix only accepts .MP3 files. However me and my staff are coding different things and finding what works and what does not through trial and error. Coding for a way to use sound from Youtube is something we are working on.

Q: Can I add songs from my playlist at playlist.com to my Wix?
A: Yes and No. No you cannot add the songs directly to a Wix playlist, however I recently figured out how to add your playlist from playlist.com to your Wix.
A tutorial will be up in the Official Wix Profile Guild soon.
Reply
Wix Tools, Guides, and Tutorials

 
Manage Your Items
Other Stuff
Get GCash
Offers
Get Items
More Items
Where Everyone Hangs Out
Other Community Areas
Virtual Spaces
Fun Stuff
Gaia's Games
Mini-Games
Play with GCash
Play with Platinum