 Groups: ProSeller
Joined: 9/20/2009 Posts: 55 Location: Lansing
|
Is there a way that you can remove or hide the sidebar/sidepod? I am creating iframes for my zazzle store in my webpage and that navigation is an eyesore in my own website. I don't need a navigation within a navigation and I would like to get rid of it altogether. Click here to view the Zazzle Store.Click here to view the section on my site with the iframe and sidebar issue.Any help on this would be great! Thanks ahead of time! -Booster Pants
|
|
 Groups: ProSeller
Joined: 9/20/2009 Posts: 55 Location: Lansing
|
Let me clarify one thing: I want all the products to show up within the category, however I do not want anything showing on the left side, including the top logo that has "store home" on it or the sidebar and leftside navigation.
|
|
 Groups: ProSeller
Joined: 4/22/2009 Posts: 1,964
|
Try adding #group_1 {display:none !important;} to your css.
Add me on facebook: http://www.facebook.com/j32design iPad Cases - Style your iPad
|
|
 Groups: ProSeller
Joined: 9/20/2009 Posts: 55 Location: Lansing
|
YEP! That did the trick! Thank you a bunch!
|
|
Groups: Member
Joined: 5/5/2012 Posts: 4
|
I just tried adding this to my CSS and it did not suppress the sidebar. (I should note that I had already made some changes to the sidebar -- moving it from left to right, then eliminating everything but the Product Search by changing the "visible" parameter from true to false in the navpane section of the Content Definition XML ... but I've decided that I'd rather have nothing in the sidebar at all.)
Is there some trick re where one should insert the text into the CSS? (I tried putting it at the top, under <z:csstemplate id="csstemplate" live="true" xmlns:z="urn:zazzle:api">
Thanks!
|
|
 Groups: ProSeller
Joined: 3/11/2011 Posts: 299
|
@BoosterPants,
Cool store. Removing the sidebar has forced the entire content to the left. If you wanted to move it back to the center just add the following code to your css:
#group_2{margin-left:90px!important;}
Hope it helps.
@Gary,
If you could post the link to your store i can take a closer look at your coding and try to help.
|
|
Groups: Member
Joined: 5/5/2012 Posts: 4
|
Sorry for slow reply -- I expected the forum to automatically send me an email notification if/when someone replied to my posting, but that didn't happen. (Is there a place to set that up?) In any case, HERE is a link to my store. As you'll see, it shows "no products" right now -- I actually have over a dozen, but according to Jenny in Zazzle's customer support, they are having a problem that affects my store (and, she said, many others): one can find individual products, but not the store! Kind of makes it hard for me to link people from my website to my Zazzle store -- I'm hoping they fix this before the weekend! In any case, you can see that I got rid of just about everything in the side pod. I left only the Search box & the "View all products" link (both enabled by <z:module name="productsearch" visible="true" target="products" /> in the Navpane section of the Content Definition) -- though even those behave badly: (1) clicking on "View all products" takes one to the /gifts page, which is empty (I never defined such a gift page, only a Home page!) (2) turning off that module (by making "productsearch" visible="false" leaves behind some background shading on the page. Hence I'd prefer to hide the side pod all together ... at least until I add enough more products to make it worth creating multiple categories or departments, and perhaps pages. Thanks!
|
|
 Groups: ProSeller
Joined: 3/11/2011 Posts: 299
|
@Gary,
To completely remove the sidebar add the following code to your css:
.sidePod{display:none!important;}
That should do it, hope it helps.
|
|
Groups: Member
Joined: 5/5/2012 Posts: 4
|
Yes & no.
Yes, the sidepod is now gone -- thanks!
But no, the page didn't re-format the way I expected -- which I'm sure reflects just my misunderstanding of the issue. I expected the main part of the page (i.e., the site Description text, and the layout of the products) to expand to fill the browser window, but there's is still a sidebar, now sitting empty.
Suggestions?
|
|
 Groups: ProSeller
Joined: 3/11/2011 Posts: 299
|
@Gary,
I have played around with some coding and came up with the following. Add this code to your css and let me know what you think:
#group_2{width:920px!important;margin-left:-29px;} .productsGrid{width:962px!important;} .description{margin-left:-5px;}
M
|
|
 Groups: ProSeller
Joined: 2/27/2008 Posts: 2,495
|
Quote: I am creating iframes for my zazzle store in my webpage and that navigation is an eyesore in my own website Be very carefull with this part. Hate to see you spend so much time building your site only to have zazzle delete your entire shop, as iframes are against their TOS. Just thought id give ya a heads up since ive seen it happen before.
|
|
Groups: Member
Joined: 5/5/2012 Posts: 4
|
@M
Thank you! That's great!
|
|
|
Guest |