Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 12-09-2010 15:57:07

victoria@luna-nova.co.uk
Member
Registered: 09-28-2010
Posts: 70

catergory pictures re sizing

does anyone know....

system required classes in the css file shows the pictures boxes on my website

http://www.perfectgiftboxes.com/shop/in … ref=splash

but what I want to do is keep the font ones that size and the sub categories a different size.

is it just simply the script that written for them to duplicate it but replace the category name with another one and select different sizes and then include that new script into the css file?

hope that makes sense,

so i want the same script thats there I just have to rename and resize and add the cloned script into css, yes?

aargh help!

thanks!


It's what's inside that counts...

Offline

 

#2 12-14-2010 15:37:07

victoria@luna-nova.co.uk
Member
Registered: 09-28-2010
Posts: 70

Re: catergory pictures re sizing

does anyone still know how to change my category sizes so they are bigger but not change the cateogry sizes on my main page?

main page link:- http://www.perfectgiftboxes.com/shop/in … ref=splash


categories link:- http://www.perfectgiftboxes.com/shop/in … ref=splash

some advice asap would be great!


smile


It's what's inside that counts...

Offline

 

#3 12-14-2010 17:25:22

Graham
Member
Registered: 09-30-2004
Posts: 981
Website

Re: catergory pictures re sizing

Those links both go to the same page. And I'm not sure what you're asking about that you want to change!

If you could explain a bit more, maybe someone can help.

Offline

 

#4 12-15-2010 04:52:29

victoria@luna-nova.co.uk
Member
Registered: 09-28-2010
Posts: 70

Re: catergory pictures re sizing

Hi,

On my front main splash page I have the catergories in boxes which my website people designed.

I know where to change the category box sizes but when I do it changes all of them everywhere and throws out my website sizing.

when i click on a cateogry ie Perfect Gifst For Her it brings up 4 boxes, I want these to be wider. when i widen these it widens again the ones on my front page.

does that make sense? :s

thanks


It's what's inside that counts...

Offline

 

#5 12-15-2010 11:11:32

west4
Member
From: UK
Registered: 04-16-2008
Posts: 645
Website

Re: catergory pictures re sizing

Hi,

I think Categories only have one size for the image, but you could fake it on the splash page with a bit of html and some sized images as you only have six Main Links/Categories, then set your image size on sub categories to what ever you want.

Cheers,

Bruce.


I'd rather have a full bottle in front of me, than a full frontal labotomy.

Offline

 

#6 12-15-2010 17:08:24

victoria@luna-nova.co.uk
Member
Registered: 09-28-2010
Posts: 70

Re: catergory pictures re sizing

Oooh did think that but wasnt sure how, do you know if I could 'mimic' the same design as theboxes?

thanks in advance Bruce!

smile


It's what's inside that counts...

Offline

 

#7 12-16-2010 05:19:53

west4
Member
From: UK
Registered: 04-16-2008
Posts: 645
Website

Re: catergory pictures re sizing

Hi,

BACKUP & CLONE your skin.php then find this bit...

Code:

<div id="skin_content">

       <?php /* PHP FUNCTION */

           /* REQUIRED: Print the content for the page.  Do not   */

           /* remove this function call.  Doing so will result in */

           /* blank pages being generated. */

           $skinfunc->content(); ?>

</div>

...and change to...

Code:

/* <div id="skin_content"> */

       /* <?php */ /* PHP FUNCTION */

           /* REQUIRED: Print the content for the page.  Do not   */

           /* remove this function call.  Doing so will result in */

           /* blank pages being generated. */

         /* $skinfunc->content(); ?> */

/* </div> */

Then just use tables and images as your links using normal html in it's place.

Cheers,
Bruce.

Last edited by west4 (12-16-2010 05:22:53)


I'd rather have a full bottle in front of me, than a full frontal labotomy.

Offline

 

#8 12-16-2010 05:25:36

victoria@luna-nova.co.uk
Member
Registered: 09-28-2010
Posts: 70

Re: catergory pictures re sizing

oh thanks!

been years since ive done tables etc and only at novice level so will  be slow for me, Im ok with cloning and images and links but no clue how to get my boxes and tables etc, have to look into this further :s

thanks very much for the help!!!

smile

Have a great Christmas!


It's what's inside that counts...

Offline

 

#9 12-17-2010 10:23:55

smthkathleen
Member
From: Canada
Registered: 12-08-2010
Posts: 1
Website

Re: catergory pictures re sizing

Just change the size  of the image in the script, so that the size can be changed



Offline

 

Board footer