Quantcast
Channel: DecoNetwork Blog » DecoNetwork Tip
Viewing all 102 articles
Browse latest View live

Ensuring your website loads without “www”

$
0
0

www

I’ve got a quick tip that you should implement TODAY as the first and best thing you can do to help your website in 2013.

In today’s web-savvy world more and more of us browse to a website excluding the ‘www’. i.e. just deconetwork.com instead of www.deconetwork.com.

However I have seen many cases where a website owner has not configured their website to load without the ‘www’ resulting in a ‘Page Not Found’ error. In many cases the site visitor may assume your website is down and browse off to your competitor. So it is CRITICAL you configure your website to work with and without the ‘www’.

Test your site

Load a browser and enter your website address without the ‘www’. If it fails to load contact your domain host and update your domain IP address or forwarding to ensure it works with and without the ‘www’.

Dan Howe, one of our ultra smart developers here at DecoNetwork (and soon to be blogger!) suggests using a redirect from your non-www to your www. This will yield the best results from an SEO perspective as opposed to having two domain names pointed to the same IP address. Many domain registrars/DNS hosts will allow this functionality (often referred to as domain aliasing).

Trust me. Your website and sales will thank you for it :)



Creating a CorelDRAW template for use in DecoNetwork

$
0
0

It’s relatively easy to create a CorelDRAW design template for use in DecoNetwork’s online design as per this example: http://demo.deconetwork.com/designs/product/81538?d=330704203&ma=5

Here are some tips to guide you along the way.

Keep text as text

When you make a template DecoNetwork detects any text objects and makes these text objects available for the consumer to edit. It is important the text objects are not grouped with any other object. A grouped object will not be editable in the online designer.

Group objects to create selectable groups

You can control which objects are available on their own as selectable objects or grouped together with object objects by simply grouping them in CorelDRAW.

See the template at: http://demo.deconetwork.com/designs/product/81538?d=330704203&ma=5

As you can see it has 1 text object and 6 colored rectangle objects.

The text object is editable on the website:

DRAWtemplate_001

In the original .CDR file I’ve grouped the last two objects (the orange and magenta object) and as a result DecoNetwork has represented those two objects as a group on the website:

DRAWtemplate_002The remaining 4 objects which were NOT grouped in CorelDRAW have come in grouped in DecoNetwork:

DRAWtemplate_003

This is automatically don’t to protect the website from a CorelDRAW file that may contain hundreds or thousands of separate objects. This would be unmanageable in online designer environment and not very user-friendly for the consumer.

Effects in CorelDRAW like fountain fill, contour, distort, drop shadow, envelop, transparency and others can be used on objects in CorelDRAW and are maintained when uploaded to DecoNetwork.

Just make sure when you upload your CorelDRAW file that you check “Split into template” to ensure it is saved in a way that allows your customers to edit the template on your website.


How to create custom registration fields and include them in invoice.

$
0
0

There are times that you may want to add additional field to your checkout billing page, registration page, shipping page, or even quote page (you name it). DecoNetwork allows you to do it. A common example to use custom registration fields is when you use affiliate stores to work with different type of organizations, such as schools or sport teams. Very often the orders are made by parents, but you still need a child’s name to process the transaction. In this tutorial I will show you how to create custom field “Child’s Name” which will be included in the checkout page. Also, I will show you how to include this newly created field in print sheet (invoice) by using the custom variable.

1. First, you have to start with creating the custom field named “Child’s Name” It is entirely up to you how you will call it, so “Player’s Name” or any other string of words is fine as well. This can be done in Manage Fulfillment > Customers > Customer Register Fields
1

2. On the next page click on Add Custom Field.
2

This will add a new field on the bottom of the page where you can:

a) Choose the Title (Child’s Name)
b) Choose the Type (Text Field)
c) Choose the Stores where this newly created field will be revealed (You can narrow the selection to certain stores only)
3

3. Save the changes.

4. Now that you have the custom field created, you need to decide where you want this field to be displayed, and if this is required or just visible (If it is visible, your customers can leave this field blank and still be able to proceed to the next page.). You can do that by going to Define Field Usage
4

5. On that page you can define which field is displayed and on which page. Some fields, such as name or address, are required. Please make sure to select check-box for visible and required for the newly created field under: Checkout: billing details
5

6. Close the window and Save the changes.

7. Once this is done, you should be able to see this field during the checkout as shown below:
6

You still need to include this field on your print sheet, otherwise you are not going to see Child’s Name to be included anywhere in the production files.

8. To include custom registration field on your print sheet you need to use the variable which will display it and add it to the worksheet and order template in your store.

The variable is {{customer.custom_fields.xxx }}
Where XXX is the name of the field in lowercase, with all non alphanumeric fields changed to _
i.e: “Test Field” = “test_field”

Note: Non alphanumeric character is anything what is not A-Z or 0-9.

In this case your variable is {{customer.custom_fields.child_s_name}}  (Note: if you used different name, such as Player’s Name, then you will need to replace child_s_name with player_s_name)

9. Now, you have to add this variable to the Order and Worksheet template in Manage Fulfillment > Customers > Email Templates
7

10. On the next page click on Order templates and then Configure next to Worksheet.
8

11. Then click on Customize template and select the check-box Customize default template
9

12. Now, here is the tricky part where some basic HTML understanding would help, but is not required. Basically you need to decide where you want to display that field on your worksheet. First, it is a good idea to click on Test (right upper corner) so you can see the default template. In this tutorial I will show you how to add custom field right below the email address under billing details as shown below:
10

13. Next, you need to find this spot in the code. The easiest way to do it is by using Find option in your browser. For example in Mozilla you can click Ctrl+F and the Find option will appear on the bottom of the page. Then you can type in “email” because you want this code to be added right below it, and it should take you to that place in the code.11

14. Once you find the code, you just need to add the variable along with the description right below the email. For example you can add this:

<br/>Child’s Name: {{customer.custom_fields.child_s_name}}

as shown below:
12

Where <br/> is the code which will break the line (display your Child’s Name in the next line on the worksheet).

Child’s Name is the title for the content which comes next.

{{customer.custom_fields.child_s_name}} displays the information provided by the customer during the checkout.

15. Click Update.

16. Please repeat steps 9-15 for Order Template.
13


Enable Facebook and Instagram in your DecoNetwork online designer

$
0
0

v51_facebook_instagram

Version 5.1 of DecoNetwork has a great new feature which allows you to have Facebook and Instagram in your online designer. The benefit to this is your consumers can browse their Facebook or Instagram photos and use them to decorate your products.

To enable Facebook and Instagram on your site:

  1. Browse to Websites and select the website you wish to enable the Facebook and Instagram integration on
  2. Select Configure Online Designer from the right-hand menu
  3. Browse down to Design Options and select Show designs from social networking platform
  4. Check Instagram and / or Facebook
  5. Click Save to save you changes

Take it tour by visiting our demo store and designing with our online designer.


ISS Long Beach demonstration recording

Remove the Disabled decoration processes from the Add Text and Add Design popup

$
0
0

In DecoNetwork it is possible to disable certain decoration processes to a location on a product. For example, the left chest area might support embroidery and screen printing, but you may have to disable embroidery on the larger full body area.

When a decoration process is disabled it appears with a red “Disabled” icon when Add Text or Add Design is selected:

deco_disabled1Some people prefer not to have the decoration process listed at all when it is not available for that area. For example:

deco_disabled2To achieve this simply add the following CSS in Websites > Select website > Appearance > Customize Template CSS.

.no_items .disabled {
display: none;
}

This will hide the display of disabled decoration processes when adding text or design items.

A simple but neat trick!

 

 


Limit decoration processes by Affiliate store

$
0
0

A question we’ve had quite a bit recently is ‘can you limit a decoration process by an affiliate store?’. Well, from an application perspective we don’t have a setting that allows a store to limit what decoration processes it supports however there are tricks you can do with a few settings and CSS to get a similar result. Here is how:

Hiding decoration processes in the designer

When the designer loads and the user clicks Add Text or Add Design they are prompted to select what decoration process to use. DTG, Embroidery, Sublimation or Screen Printing.

You can hide the buttons you don’t want using CSS.

Each button for Add Text and Add Design for each decoration process has a unique CSS select ID. They are:

For text:

  • DTG = #add_text_type_1
  • Sublimation = #add_text_type_2
  • Embroidery = #add_text_type_3
  • Screen Printing = #add_text_type_8

For designs:

  • DTG = #add_image_type_1
  • Sublimation = #add_image_type_2
  • Embroidery = #add_image_type_3
  • Screen Printing = #add_image_type_8

Using CSS you hide these buttons. The CSS is:

#add_text_type_1, #add_image_type_1 {
display:none;
}

This is hide the ‘Add DTG printing Text’ and ‘Add DTG Printing Design’ buttons.

You can add additional buttons to this same CSS by separating each ID with a comma. i.e.

#add_text_type_1, #add_image_type_1, #add_text_type_3, #add_image_type_3 {
display:none;
}

This hides both DTG (1) and embroidery (3).

Add this CSS in your Websites > Manage which store you want to change > Appearance and Customize Template CSS.

Hiding decoration processes from the product list on the website

This solution is not elegant but works. You need to change your product price display to only show blank product price. Again, not elegant but might get you what you are after.

To do this:

  1. Browse to Manage Fulfillment > Products and select Blank Product Behavior from the left side menu
  2. Under Product Behavior section check “Stores can customize” under Black product pricing display.
    bp_001
    If you don’t check this and change the setting here then all stores will adopt this change. Click Save to save the changes.
  3. Once done browse Websites and select Manage for the web store you wish to modify.
  4. Select the Website Pages tile.
  5. First on the Home page scroll down to the Body Settings panel and click Configure next to Blank products.
  6. Change Show prices for to ‘No Decoration’ price:
    bp_002
  7. Click Save to save your changes.
  8. You will also need to do this on you Create page under Body Settings and Create listing.

This will replace any previous mention of ‘Printing from…’, ‘Embroidery front…’ etc with ‘Decorate from’and the above CSS will hide the decoration buttons from the designer.


How to create the Instagram effect in Corel PHOTO-PAINT

$
0
0

Our recent inclusion of the Instagram feature in our online designer has created a lot of talk and hype around Instagram in the DecoNetwork community. It also raised the question ‘how do I make the Instagram effect without using Instagram?’

First of all, what is the Instagram effect? Instagram is famous for its image filters that talk a new photo and make it look old! It adds a classic vintage look which people love and can actually make a fairly standard photo look beautiful.

Here is a step-by-step guide on how to make apply an Instagram effect to a photo using Corel PHOTO-PAINT.

1. Start with a photo

Pick a photo you want to ‘Instagram’. I’ve picked one of my daughter with her pre-school sweetheart.

inst-001

Square it off!

A part of the vintage look of photos is their shape. All the old pics your folks have in their albums are square! So step one is to make your image square.

In Corel-PHOTO PAINT use the Crop Tool (D shortcut) and holding down the CTRL key draw the square around your image and this will create a preview of the area that will be cropped. When done double-click you square crop shape and the image will be cropped.

inst-002

Adjust your image tones

Now for the images color. We achieve the Instagram effect by adjusting the images color tones for the RGB, R, G and B tone curves. To do this:

In Corel PHOTO-PAINT go to Adjust > Tone Curve

Reset your Tone Curve dialog and ensure you have Curve set as your Curve option:

inst-002

Next you need to adjust each channel one at a time. Starting with the “RGB” channel then adjusting separately the “R” (red), “G” (green) and “B” (blue).

You will need to do this by eye so as best as possible reproduce the same curves I have created below. To help understand the adjustment I have included the original line in my images below so you can see each adjustment and how it compares to the original.

inst-003

inst-004

inst-005

inst-006You may need to adjust your curve slightly but if you follow this general guide you’ll get the color effect you want for the Instagram effect which is an exaggeration of colors in the channel. I typically find if your photo contains a lot of green and blue these are highlighted. If it contains a lot of yellow and red then these are highlighted.

inst-002b

Vignette it!

A vignette is a darkening of the edges of an image. Again, common in old photos!

I prefer to make this on a copy of the current photo so open your Objects docker (Window > Dockers > Objects (Ctrl+F7).

Select the photo in Object list and right click and select Duplicate Selected. This will make a copy of the photo. With the copy selected to go Effects > Creative > Vignette…

Use:

  • Color: Black
  • Shape: Circle
  • Adjust Offset: Maximum it allows
  • Adjust Fade: Maximum it allows

inst-007

I find the result to be a little too dark than I like, and this is why I create it on a duplicate layer. I then select that duplicate layer and using the Object Transparency tool I apply a Flat transparency of 50%:

inst-008

inst-009

inst-010

Blurring the edges

The final step is blur the edges of the photo. I find the easiest way to do this in Corel PHOTO-PAINT is to duplicate the image and apply a Gaussian Blur (Effects > Blur > Gaussian Blur) to the image. This will blue the entire image which of course we don’t want! With the duplicated blurred layer only selected use the Transparency Tool  (as above) however instead of using Flat change it to Radial.

Make sure you set the center transparency color to white making it 100% transparent and the outer transparency color to be a dark grey or black, depending how blurry you want your image edge to be. You should also adjust your mid-point slider to be closer to the grey or black end of the transparency as this will give a clearer center of the image and a blurry edge.

inst-011

Have some fun making your own Instagram effect images!

inst-012



How to Allow Users to Set the Background Color of a Promotional Product

$
0
0

The DecoNetwork designer is a very powerful tool which is tailor-made for apparel decoration.

However, many DecoNetwork users offer promotional products such as phone cases, mouse pads, signs, and stickers.

The main difference between setting up apparel products and promotional products within DecoNetwork is the product colors.

DecoNetwork automatically assumes that you have a limited amount of colors for any given product.  For example, this T-Shirt comes in tan, blue, red, and gray:

1

But what if I want to offer a promotional product that can be sold in any color? Let’s use a mousepad as an example.  What if I want to allow my customer to choose any color as the background of this mousepad? Well, DecoNetwork can help.

First, let’s upload this mousepad as a custom product:

  1. Log into your manage fulfillment center and click on the products tab.
  2. Click on “Add Custom Product”
  3. Select “Upload a single image for all colors” and click “next”.
  4. Upload the image of the mousepad and click “next”.
  5. Now, we must set the printable area. Use the “upload shape” feature and upload the same shape of the mousepad. Then select “can set background color.” Your screen should look like this:
  6. 2

  7. Click continue. DecoNetwork will ask you to define the color of the product we have just created. So let’s choose white, as this is the default color of our mousepads. Click “OK”
  8. Feel free to configure the rest of the settings for this product, such as description, pricing, categories, and dimensions/weight. Then tick “active” and click “save”.

Now, we have a mousepad added to our store. Your customers can change the background color of this mousepad because we ticked “can set background color” in step #5. Your customers can select the color from a pallete, or click on “slider” to choose from any color in the world!

3

The only problem? It’s not very clear for your customers that this feature exists! It is displayed as small text near the bottom of the designer!

4

Luckily, we can easily fix this issue, because DecoNetwork offers you full access to the HTML and CSS of your webstore!

Navigate to the custom Template CSS page:

Websites > Appearance > Customize Template CSS > Create Custom CSS

And copy and paste the following code into the field.

#canvas_bg_color {

font-size: 20px;

padding-bottom: 20px;

padding-top: 20px;

text-align: center;

width: 100%;

}

Now, the “Select background color” feature is displayed much more prominently in the online designer!

5

We’ve learned how to allow our customers to change the background color of a product, and we’ve also learned how to make this feature more visually prominent to our customers. Now, let’s delve deeper.

The “edit color” section in the online designer may still confuse my customers. If I’m selling apparel products in my store, than this feature is necessary and must stay.

However, if my store only sells promotional products which all use the “select background color” feature, then we should get rid of the “edit color” section entirely!

6s tailor-made for apparel decoration.

To do this, simply copy and paste the following code into the CSS:

#des_opt_color {

display: none;

}

Now, the “Edit Color” section of the online designer has disappeared!


Introducing Genie

Creating a single product information tab

$
0
0

As you know in DecoNetwork, when you view a product it has several tabs:

  • Color / Sizes
  • Description
  • Sizing
  • Shipping

They appear as a single tab each and a consumer on your site will need to click each tab to see the details.

tab_multiple

Some people prefer this information to be all on one tab, and this is easily achieved with a little CSS. Add the following CSS to your DecoNetwork website under Websites > Manage a site > Appearance > Customize Template CSS:

#tab_button_details, #tab_product_details, #tab_button_sizing, #tab_button_shipping {
display:none;
}

#tab_product_details, #tab_product_description, #tab_product_sizing, #tab_product_shipping {
display:block!important;
}

tab_one
Essentially the CSS hides all other tab links except “Description” and forces the display of all tab content areas. You can play around with the CSS to force or hide display of different tabs and tab links yourself. For example, you may not want the sizing chart to be displayed in the main tab therefore your CSS would look like:

#tab_button_details, #tab_product_details, #tab_button_shipping {
display:none;
}

#tab_product_details, #tab_product_description, #tab_product_shipping {
display:block!important;
}

Play around and display the tabs as you want!


UPS live shipping methods now available in DecoNetwork (beta version)

$
0
0

DecoNetwork now supports UPS live shipping methods on V6 beta. You can request to become a beta tester here: http://www.deconetwork.com/beta

  1. In order to use UPS live shipping methods in DecoNetwork you need to have an account with UPS. If you don’t have it, you can register here: https://www.ups.com/myups/login
    1
  2.  Once you are logged in, you need to request an access key for your account. This can be done on this page: https://www.ups.com/upsdeveloperkit/requestaccesskey
    2
  3. At this point, you should receive an email with “access key” which you can add in Manage Fulfillment > Settings > Shipping Methods > Add Live Shipping Method along with username and password as shown below:
    3
  4. Test your credentials and choose the UPS shipping methods you want to offer.
    4
  5. Save the changes.

Calling for contributors to design a new online designer

$
0
0

Are you bursting with ideas for a new online designer? Itching to be part of a team that improves the world of online designing one icon and toolbar at a time? Or just got more time on your hands now that Game of Thrones Season 3 is over. Then we want YOU!

fb_newdesigner

We’re building a new designer! And we know you’ll have stacks of suggestions! So we’re looking for DecoNetwork site owners to join our DecoNetwork Labs community to get early access too and share your ideas on a new designer.

Requirements are:

  1. You are a DecoNetwork site owner
  2. You have an account on our community forums: www.deconetwork.com/forums

Shoot us a private message on our Facebook page www.facebook.com/deconetwork with your DecoNetwork website plus community forums username and we’ll gladly add you to our DecoNetwork Labs ‘Designer Review’ team. Alternatively, post a message in our forums Causal Chat section: http://www.deconetwork.com/forums/casual-chat

 


How to use Google Fonts on both HTTP and HTTPS

$
0
0

Google Fonts are a great way to add a unique style and look to your DecoNetwork website. But have you ever wondered why the font looks great when you are not logged in on HTTP pages:

googlefonts_notloggedin

Then looks horrible when you are logged in on HTTPS pages:

googlefonts_loggedin

The issue is probably due to the use of a SSL (Secure Sockets Layer) URL which is used when you or your clients are logged in on the HTTPS page. i.e. https://yoursite.secure-decoration.com.

In this situation the Google font is being blocked but it is important to use SSL (HTTPS) when you are your clients are logged in for security reasons. So not using SSL is not an option.

But don’t worry! There is a quick and simple trick to resolve this issue.

By default the link to your Google font would be:

<link href='http://fonts.googleapis.com/css?family=Pathway+Gothic+One' rel='stylesheet' type='text/css'>

Remove the http: therefore changing it to:

<link href='//fonts.googleapis.com/css?family=Pathway+Gothic+One' rel='stylesheet' type='text/css'>

This change will allow your Google font to be used in both HTTP and HTTPS.


Andrew’s Awesome Weekly Tip #1 : Beautiful Banners

$
0
0

aawt_title_banner

Hello, and welcome to the first edition of Andrew’s Awesome Weekly Tip! I’m Andrew – your friendly DecoCoach – and I’m here to teach you a new and exciting tip for your DecoNetwork website every week! So let’s get started!

This week’s tip will help you customize your website’s marketing banner. The marketing banner is one of the first things that your customer will lay their eyes on when viewing your website, so it’s important to make it eye-catching!

aawt1_1

As you know, the marketing banner can be edited by navigating to MFC > Websites > Manage > Website Pages. Below is an image which should explain the basics of using the banner editor.

aawt1_2

Tip #1: Changing Banner Size.

The biggest complaint I hear about the marketing banner is “It’s too big!” Well, we can easily change that with some simple CSS code:

#marketing{
height:250px;
}
#m_window {
  height: 250px;
}
.m_cell h2{
font-size:44px;
margin:0;
}
.m_cell h2 span {
  line-height: 45px;
  position: relative;
}
.m_cell h3{
	font-size:22px;
	padding:3px 0;
}
.m_cell .button{
	font-size:22px;
	padding: 0 20px;
	margin:10px auto;
}
.m_cell img {
  max-height: 250px;
position:inherit;
}
.m_cell .int{
padding:0;	
}	
#m_controls ul {
  height: 22px;
  line-height: 22px;
  position: relative;
  text-align: center;
  z-index: 5;
top:-25px;
}

This code changes your marketing banner to 250px high instead of the standard 385px.
You can change the height to any amount you’d like by replacing “250px” to your desired height.

Tip #2: Further customize the look of your banner with more CSS

Now that we have changed the size of your banner to your desired height, we can use CSS to do even more customization. The below code will add a gray background to the banner with a red border on the top and bottom.

#m_window {
  background: none repeat scroll 0 0 #E5E5E5;
  border-bottom: 2px solid #FF0000;
  border-top: 2px solid #FF0000;
  height: 250px;
}

aawt1_3

You can use your CSS skills to further edit your banner. Try using a CSS gradient or subtle pattern on the background, change the font colors, or even edit the look of the circular buttons.

Tip #3: Upload a custom image instead of using the preformatted banner

The preformatted banner is quick and easy to use, but if you have graphic design skills, you can certainly create something much more beautiful using CorelDraw or Photoshop. Just make sure you create it with the correct dimensions (mine is 250px high / 968px wide) and save it as a .jpg or .png.

aawt1_4

To upload your banner, follow these steps:

aawt1_5

aawt1_6

aawt1_7

aawt1_8

That’s it! Just make sure that you click “save” at the bottom of your page, and your banner will now appear on your front-end website!



How to make the popup designer act as inline

Andrew’s Awesome Weekly Tip #2 : Designer Button

$
0
0

aawt_title_banner

The product page of your DecoNetwork website is an important area for customers to view the details of a product before launching the online designer. Your product page probably looks something similar to this:

aat_post2_1

Once a customer is ready to proceed, they can click “decorate” to launch the online designer. You can customize this link to a style and format that matches your site and further draws your customer’s attention.

aat_post2_2

In today’s tip, we’ll learn how to turn this link into a much more prominent call-to-action button using CSS.

As a side note, you can chose whether you’d like your website to display blank product price (with the “decorate” link) or pricing for each decoration method, as seen below.To do this, log-in to your Manage Fulfillment Center and navigate to Settings > Configure Blank Product Behavior. Chose whichever option you prefer!

aat_post2_3

Now, we are ready to turn that link into a nice button using CSS! Below are some different examples of button styles with their CSS code underneath them. Simply copy the code and paste it into your CSS template! Or, create your own button style with custom CSS code! Enjoy!

aat_post2_4

.personalize .meta.categories h5 a {
  background: none repeat scroll 0 0 #E59E31;
  box-shadow: 0 -10px 20px -10px rgba(0, 0, 0, 0.2) inset, 0 1px 3px rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
  font-size: 26px;
  font-weight: bold;
  line-height: 42px;
  padding: 5px 41px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 2px #000000;
  text-transform: uppercase;
}

aat_post2_5

.personalize .meta.categories h5 a {
  background: none repeat scroll 0 0 red;
  border: 2px solid #FFFFFF;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  color: #FFFFFF;
  font-size: 18px;
  font-weight: normal;
  line-height: 38px;
  margin-left: 5px;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
}

aat_post2_6

.personalize .meta.categories h5 a {
background: #499bea;
background: -moz-linear-gradient(top,  #499bea 0%, #1a5fbf 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#499bea), color-stop(100%,#1a5fbf));
background: -webkit-linear-gradient(top,  #499bea 0%,#1a5fbf 100%);
background: -o-linear-gradient(top,  #499bea 0%,#1a5fbf 100%);
background: -ms-linear-gradient(top,  #499bea 0%,#1a5fbf 100%);
background: linear-gradient(to bottom,  #499bea 0%,#1a5fbf 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#1a5fbf',GradientType=0 );
border: 1px solid #1A5FBF;
border-radius: 1px 1px 1px 1px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
height: 28px;
line-height: 33px;
padding: 7px 10px;
text-align: center;
text-decoration: none;
}

Applying the new “Minimalistic” DecoNetwork demo site to your website

$
0
0

We recently create a new simple custom skin for our demo DecoNetwork website (you can see it here demo.deconetwork.com) and we’ve had some requests from some DecoNetwork site owners for this skin to use on their own site. And we are more than happy to share!

As it is a customer skin there is some configuration you need to do to apply and use this skin. Here is a guided tutorial on installing and using this custom DecoNetwork skin.

Step 1: Upload a site logo

Before you apply the new custom skin you need to upload your logo to you DecoNetwork website. The template is configured to use the default logo uploaded to you DecoNetwork website, and this option is only available before you apply custom HTML.

  1. Log into you DecoNetwork website
  2. Browse to Websites > Manage the site you want to change > and select Store Name and Logo
  3. Browse and upload a new Store Logo 

    NOTE: If the browse option is not available for your store logo it means you already have custom HTML enabled on your site. Disable this first by browsing to Websites > Manage your site > Appearance > and select Customize Template HTML from the right menu. Under the Custom HTML tab on the left, un-check “Override default layout“. This will now allow you upload a store logo.

  4. Click Save to save your changes

Step 2: The default template

This custom template was created from the default “Hub” template in DecoNetwork. Your first step is to apply this template to your own website.

  1. Log into you DecoNetwork website
  2. Browse to Websites > Manage the site you want to change > and select Appearance
  3. Select the the “Hub” template form the list and click Apply TemplateNOTE: If you do not see a list of templates this because you are currently using custom HTML. Disable this first by selecting “Customize Template HTML” from the right menu, then under the Custom HTML tab on the left, un-check “Override default layout“. This will now allow you to select a template on the Appearance page.

Step 3: Applying the CSS and HTML

You need to download and copy the CSS and HTML for this skin to your own website. First obtain a copy of each of the files here:

HTML: Download here

CSS: Download here

Once you have downloaded each of these files you need to copy the HTML and CSS into your DecoNetwork website.

The HTML

  1. Log into you DecoNetwork website
  2. Browse to Websites > Manage the site you want to change > and select Appearance
  3. Select Customize Template HTML from the right Page Actions menu
  4. Select Custom layout from the right menu, then check Override default layout
  5. Select and delete the current HTML. WARNING: If this is custom HTML you have changed you should copy and save it locally. Once you delete you custom HTML it cannot be restored.
  6. Copy the HTML from the file you downloaded above and paste it into the Custom layout section
  7. Click Save to save your changes

The CSS

  1. Log into you DecoNetwork website
  2. Browse to Websites > Manage the site you want to change > and select Appearance
  3. Sselect Customize Template CSS from the right Page Actions menu
  4. Select Create custom CSS from the right menu.
  5. Select and delete the current CSS. WARNING: If this is custom CSS you have changed you should copy and save it locally. Once you delete you custom CSS it cannot be restored.
  6. Copy the CSS from the file you downloaded above and paste it into the Create custom CSS section
  7. Click Save to save you changes

Step 4: Optional configuration

In our demo store we configured our home page so it did not have a side column menu and set the thumbnail sizes of the blank products, designs and decorated products to 200px. We felt this full-width and larger display of the icons worked well with the template we created. You can do this by:

  1. Log into you DecoNetwork website
  2. Browse to Websites > Manage the site you want to change > and select Websites pages
  3. Select the page you want to modify from the left Pages menu, such as “Home”
  4. Scroll down to Column settings and turn the Column Status to Off.
  5. Scroll back up to the Body settings section and locate each panel you want to change such as Blank products, Decorated products or Designs
  6. Configure that panel and change Thumbnail size to 200 x 200.
  7. You can change multiple panels and then select Save to save your changes.

NOTE: You must select Save on each page before you start editing a new page.

We also created our own custom banner images which you can do yourself and upload to the Website Pages banner section on the home page.

Your new template should be ready to go! Don’t forget to configure the various thumbnail and column settings for each of your pages and save them before you continue to edit the next.

Have fun!


Andrew’s Awesome Weekly Tip #3 : Re-Branding the “Create Your Own Store” Button

$
0
0

aawt_title_banner

The affiliate network is a great feature of DecoNetwork. Allowing others to create their own webstores under your Manage Fulfillment Center is an easy way for you to receive more orders without having to do any work!

aawt3_1

This button will automatically be displayed in the footer of your website, which is the primary way of advertising your affiliate network to your website viewers.

But what if you want to remove the DecoNetwork logo from this button and customize it to fit your company’s colors/look? Well, I’m glad you asked! We can accomplish that with some simple CSS!

First, let’s remove that deconetwork logo/ blue border image, and set the fonts/padding/margins back to standard:

div#legals a.affiliate em {
background: none;
font-style:normal;
margin:0;
padding:0;
font-family:inherit;
}
div#legals a.affiliate{
background:none;
}

Awesome! As seen in the image below, we have changed the button’s look from “A” to “B”.

aawt3_2

We have successfully removed the DecoNetwork branding, but now let’s try to take this one step further and make it look more like a button.

Replace the original code with this:

div#legals a.affiliate em {
  background: none repeat scroll 0 0 navy;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.63);
  text-shadow: 1px 1px 3px #000000;
  color: #FFFFFF;
  font-weight: bold;
  padding: 0 10px;
  font-style:normal;
  margin:0;
  font-family:inherit;
}
div#legals a.affiliate{
background:none;
}

And you should now see a button that looks like this:

aawt3_3

Feel free to further edit the CSS to change background colors, fonts, box-shadows, text-shadows, border-radius and anything else imaginable!


VIDEO: Creating decorated t-shirt with personalized text

$
0
0

034_img_001

Do you create t-shirts for sports clubs with mascot and name combination? Then don’t miss our latest video “Creating a decorated t-shirt with personalized text”.

Enjoy!


Viewing all 102 articles
Browse latest View live