PDA

View Full Version : Problem with PF links


Acasa_Ltd
03-01-2007, 01:33 PM
I am having an issue with the links to my other PF stores.
I have a couple of stores, with links to each other. The link only functions properly from the Home page. If you click on a store link from any other page, "product page, shopping cart, size chart, etc." it does not work.

The links to outside sites work just fine. Just not the links to PF stores.

Any thoughts?

Raw Tees
03-01-2007, 02:09 PM
It looks like your code is linking to a relative address...for example, just "backalleyrags" instead of "http://www.printfection.com/backalleyrags/". That would make it work on the homepage but not on the others.

Here's the question, though: are you entering it that way, or is the storebuilder truncating your code?

Acasa_Ltd
03-01-2007, 03:17 PM
Eric,
When I add the link, I just type in the name of the store. Not the url address.
(For the PF stores)

Is that what you are referring too?

Game
03-01-2007, 04:34 PM
Hi,
Thats correct. you need to enter the full URL of your PF store(s) to make the links work on all pages.

Acasa_Ltd
03-01-2007, 05:23 PM
Thanks, guys

Got it!!

Game
03-01-2007, 05:32 PM
Your welcome.

I have a question for you now. :)
How did you get the blue border around the "Printfection" logo at the top of the page?

Acasa_Ltd
03-01-2007, 09:35 PM
Your welcome.

I have a question for you now. :)
How did you get the blue border around the "Printfection" logo at the top of the page?

Eh, it should be a dark gray border. At least, on my monitor it is!

I use this code:
}
a img {
border-width: 3px;
color: #313335;
}

It will put the border around all the boxes in the store. I have not found how to make it selective, yet.
Maybe, someone will know more.

Acasa_Ltd
03-06-2007, 11:11 PM
Well, now I find out that my store looks "wacked" when using IE6! Stupid IE.

Game, I was wondering why you were seeing a blue border. Now, I know! Stupid IE.
With IE, I have pieces out-of-place and some colors are way off. Now, I just have to find a way to get this corrected. Stupid IE! (maybe, it's just stupid me!):)

Acasa_Ltd
03-11-2007, 11:11 PM
My IE problems have been corrected.
Many, many thanks to Gavin, for his help.