Hi David,
Running more than on site on PT, as such they have a different Look & feel.
I would like to put in a button (call to action ) in place of "more information" or "compare prices", which is not the problem, I'm looking for a way to have a different button image for each individual site in line with its particular L&F?
Is that at all possible?
Thanks again
Paul
Hi David,
I thought that all the sites were sharing featured.php and that I would have had to call the images from there? is that not the case?
Thanks Paul
Hi Paul,
It all depends how your separate sites are setup. Could you perhaps email me a link to a couple of the installations so that I can see how it's working then I'll figure out the best approach...
Cheers,
David.
Hi Paul,
This can probably be done through the same mechanism by which you are controlling the look and feel - which I presume is by having a differences in the files in your /html/ folder. In this case, just have the appropriate image either in /html/ or perhaps more appropriately in /images/ to use in the code in place of the more information links etc...
If it's more complicated than that, say you're running identical code and some other mechanism is controlling the look and feel, it would be possible to dynamically choose the image to use based on, for example, $_SERVER["HTTP_HOST"]...
Cheers,
David.