 Groups: ProSeller
Joined: 3/11/2011 Posts: 299
|
If you have any problems with coding for your store or have any questions about advanced store customization just let me know on here and i will try my best to help.
|
|
 Groups: ProSeller
Joined: 3/11/2011 Posts: 299
|
Hi Al,
If you could send me a link to your store i can get a better idea of what you would like and how to best implement it.
|
|
 Groups: ProSeller
Joined: 12/3/2008 Posts: 3,382
|
This doesn't have anything to do with advanced customization. It can all be done from your dashboard.
Create a category for each picture. Open the category. You'll see a grey folder at the top of the page. Click on the "edit" link beside the folder. On the pop up menu look for the "change" link under the grey folder. Click that, and put the image of the photo there. You now have a category with the photo on it. Put the products with this photo into this category.
|
|
 Groups: ProSeller
Joined: 3/11/2011 Posts: 299
|
@Artsy Fartsy Maz, thanks for the reply. Nice and clear instructions.
Hi Al,
I suggest following what Artsy Fartsy Maz has suggested, although looking at your store, it seems as if it is already what you are doing. This can also be done using advanced coding but i would recommend starting with the basic Zazzle settings.
If you would like my advice i would suggest breaking down your images into main categories first and then having sub-categories within them. I think this would make your store easier to navigate and give it a cleaner look.
To remove the products from appearing on the home page go to:
Store > Content > Set up store homepage > Don't show Products
and save.
Regards.
|
|
 Groups: ProSeller
Joined: 3/11/2011 Posts: 299
|
You're welcome, i'm glad it worked out for you. Good luck and let me know if you need any more help with coding etc. in the future.
@The_Shirt_Yurt, really good explanation/instructions. I'm glad you see it the same way i do. Cool store by the way.
|
|
 Groups: ProSeller
Joined: 12/3/2008 Posts: 3,382
|
You don't have any control over that.
|
|
 Groups: ProSeller
Joined: 12/8/2011 Posts: 87
|
z- wrote: Can you place wording and link on right side above or below price about your shop and other designs? I would like to not only sell the product that the person has clicked on but also keep my "Shop Name & Designs" above the fold.
No, you cannot change the coding or wording or general layout of individual product pages. The only thing you can add to the product pages is in the "Description," which allows some basic html for making your text bold or adding a hyperlink to your shop and what have you. The banner for your store appears above the product pages ONLY if the customer has come to that product via your store in the first place. Also, you may notice the background color of the page will match your shop. But if the customer comes across your product via zazzle marketplace search, or google search, or elsewhere, it will be a generic white product page without your store banner.
|
|
 Groups: ProSeller
Joined: 3/11/2011 Posts: 299
|
Hi Al,
The two posts above pretty much some it up, it can't be done. All marketplace/product pages are non-customizable. The only alternative would be what The_Shirt_Yurt suggested above.
Best of luck.
|
|
 Groups: Member
Joined: 3/31/2012 Posts: 4
|
Hi sir, I am new and I'm trying to declutter my shop. I wanted to have a drop down menu for gadget sleeves, skins, etc. I don't quite know how to do it. I placed image links in my description box. I tried googling for html codes for drop down menus but they appear to be too complex for my ordinary mind to comprehend teeheee Hope to hear from you soon!
|
|
 Groups: ProSeller
Joined: 3/11/2011 Posts: 299
|
@STYLEyourgadget, Take a look at the following thread for a really cool drop down navigation bar: http://forum.zazzle.com/advanced/help_with_horizontal_navigation_bar_with_drop_downIt is very well explained and contains all the code but if you need any further help implementing it or have any questions just let me know on here. Good luck!
|
|
 Groups: Member
Joined: 3/31/2012 Posts: 4
|
M, thank you for the link! It was very helpful.  Thank you so much
|
|
 Groups: ProSeller
Joined: 3/11/2011 Posts: 299
|
@STYLEyourgadget,
You're welcome, I am glad it helped. Looking at your store i see you managed to do it without any problems, it looks great.
|
|
 Groups: ProSeller
Joined: 9/30/2010 Posts: 1,253
|
Hello there M, I would appreciate a tip on how to put an image, lets say my proseller badge image in the left side of my site. For example in the top left as things are listed, but would love it to go under my profile pic, about this store, member profile area. Any suggestions? Here's my page http://www.zazzle.com/liquideyesBTW, it's very nice of you to have started this thread to help everyone
|
|
 Groups: ProSeller
Joined: 3/11/2011 Posts: 299
|
@LiquidEyes, Thanks, i am always glad to help. Take a look at this thread for all your sidebar image needs, it is really well explained and contains all the code you need: http://forum.zazzle.com/advanced/how_to_add_images_to_sidebarYou cannot add images between the modules in the sidebar, just above and below it. There may be a workaround i could look into if you really wanted to do it. If you need any further help with implementing the code just let me know on here.
|
|
 Groups: ProSeller
Joined: 9/30/2010 Posts: 1,253
|
Does the M stand for "Magic?" You are just sooooOOOooo kind for all this information. Thank YOU for getting back so fast too. Wow! I got it in there, but could you take one more look and see if I need to align it different? I think it might need to go to a bit to the left or do I need to add a center tag or something? Does it look okay to you, because I don't want to mess up the whole sidebar with the image. I guess it can only go at the bottom of the sidebar huh? I was hoping to move it up, but can't see how that can be done. http://www.zazzle.com/liquideyes
|
|
 Groups: ProSeller
Joined: 3/11/2011 Posts: 299
|
@LiquidEyes,
You're welcome, i'm glad i could help.
If you want to play around with the size of the image simply add the following code to the existing img code you already have in your Layout (XHTML) and adjust the size to fit as necessary:
height="50" width="100"
So the entire code should look like the following:
<img src="your image url" height="50" width="100" />
You can also place the image at the very top of your side bar. To do that, find the following code in your Layout (XHTML) section and place the code as shown:
... <div id="group_1"> <div class="sidePod"> <img src="your image url" height="50" width="100" /> <z: placeholder name="navpane"></z: placeholder> </div> ...
@silbran,
Really great advice, i hope they listen to it.
|
|
 Groups: ProSeller
Joined: 9/30/2010 Posts: 1,253
|
M, That was perfect. I just love it. The Z sits on my head on my profile and I like the size much better so I don't have to worry about messing up the sidebar width. THANK youuuuuuuuuuu so much Your kindness is much appreciated it. I am soooo glad you are here.
|
|
 Groups: ProSeller
Joined: 3/11/2011 Posts: 299
|
@LiquidEyes,
I'm really glad to hear it. It is always a pleasure to help someone out.
|
|
 Groups: Member
Joined: 11/12/2009 Posts: 1
|
Hello, I'm new to Zazzle and I would like get in touch with someone who knows how to customize Zazzle pages. Any suggestions?
Thank you!
|
|
 Groups: ProSeller
Joined: 3/11/2011 Posts: 299
|
@atyancey, Hi, Welcome to Zazzle. There are plenty of helpful people here, including myself, that would be more than happy to help you out with customizing your Zazzle store. Take a look around the forums, there are plenty of useful tutorials and guides. This thread would be a great place to start: http://forum.zazzle.com/advanced/all_the_tips_and_tricks_in_one_placeIf you have any questions or doubts just post it on here and i will try my best to help. Good luck.
|
|
|
Guest |