PDA

View Full Version : Problem with Personal 8 template


Rebecca4031
03-03-2007, 03:18 PM
Hi,
I am very new to this but love the ease of putting my site together with Soho. I created all the pages and had my content up. I decided to purchase this template, uploaded the zip file through the template upload and set my template on this new one. I saw the screenshot and the nice little "approved" message for my template to be set.

However, now I have the following problems:

1) A few of the images that are supposed to show up for the template are not there. Do I have to do something manually after I've installed the template?

2) I can't get the news/promo boxes to stay at the top of the page if I have my text there. No matter where I put my text it pushes the boxes all the way to the bottom.

2) My email forms don't show up now that I have this new template installed. They showed up perfectly with the standard templates.

3) The navigation menu has a "Klick me" on there and since the site offers English help I would rather not have that there. Where would I find the exact file to alter the image and replace it?

I know that's a ton of stuff. Sorry! Any help would be greatly appreciated.

site: www.guidemywords.com (clicking on contact us will show you the form that used to be there)

lwyau
03-03-2007, 04:58 PM
My email forms don't show up now that I have this new template installed. They showed up perfectly with the standard templates.

Your form is actually there, just that the input box borders are missing (you can place your cursor at the imaginery box and you'll be able to enter text.) The culprit is in sohoadmin/program/modules/site_templates/pages/personal-8-startsub/custom.css. It contains
* {
margin: 0px;
padding: 0px;
border: none;
line-height: 1.16em;
}

which makes all borders disappear.
The navigation menu has a "Klick me" on there and since the site offers English help I would rather not have that there. Where would I find the exact file to alter the image and replace it?
You can edit this image file: sohoadmin/program/modules/site_templates/pages/personal-8-startsub/menu-background.jpg

Rebecca4031
03-03-2007, 11:23 PM
Thank you very much. I played around with it a bit and I think I've got it how I want it.

Thanks again!

Ruben
03-05-2007, 08:15 PM
Rebecca,

Please open a support ticket at http://support.viastep.com for this template and we will fix any technical issues you might have with this template.
Please include this link in your ticket. http://forum.soholaunch.com/showthread.php?t=3139

Lwyau, thanks for the reply.