Jump to content

How can I assign pictures to a specific area( profile part) please help


jtikcuf

Recommended Posts

how can i set a folder for a specific box or are i want all the pictures from whataburger to show in the whataburger slot.dont know if im explaining correctly please helphttp://youtu.be/J4ikTqOXl2M

Edited by jtikcuf
Link to comment
Share on other sites

Please post a short example of your code as far as you can get using the code tags.

Link to comment
Share on other sites

<div class="portfolio"> <div class="grid_3 bg_plus alpha"> <a href="HTML/images/assets/wb/033.JPG" rel="pf_item" class="work_image" title="Whataburger"> <img src="HTML/images/assets/1.jpg" alt="" /> </a> <h3>Whataburger</h3> <p>Curabitur et velit nisl. Donec semper egestas blandit. Etiam ultrices dolor fermentum elit laoreet vitae hendrerit tortor vulputate.</p> </div>

 

What i want to know how can i put all the pictures from whataburger to show when u click on whataburger, (portfolio first left click on it so you can see what i mean) thxs

Link to comment
Share on other sites

ok i guess this is a better explanation on what i want to do

Is there a way to make each thumbnail tile in the portfolio open a separate series of images?

 

Right now, when I click on on of the thumbnails, it opens up a window that lets me view click through all 32 images (instead of just the one for the thumbnail).

I want to make it so that each thumbnail launches a single image (or 5 or 6), but only the images that pertain to that thumbnail.

The user would have to close out to get an expanded view on another topic.

 

Is there a way to alter the code for that?

Link to comment
Share on other sites

 

ok i guess this is a better explanation on what i want to do

Is there a way to make each thumbnail tile in the portfolio open a separate series of images?

 

Right now, when I click on on of the thumbnails, it opens up a window that lets me view click through all 32 images (instead of just the one for the thumbnail).

I want to make it so that each thumbnail launches a single image (or 5 or 6), but only the images that pertain to that thumbnail.

The user would have to close out to get an expanded view on another topic.

 

Is there a way to alter the code for that?

 

http://www.w3schools.com/html/html_links.asp

 

Pay attention to the part that says you can use an image as a link.

Link to comment
Share on other sites

<div class="grid_3 bg_plus alpha"> <a href="HTML/images/assets/wb/033.JPG" rel="pf_item" class="work_image" title="Whataburger"> <img src="HTML/images/assets/1.jpg" alt="" /> </a> <h3>Whataburger</h3> <p>Curabitur et velit nisl. Donec semper egestas blandit. Etiam ultrices dolor fermentum elit laoreet vitae hendrerit tortor vulputate.</p> </div>

 

IF I DO THIS

<a href="HTML/images/assets/wb" rel="pf_item" class="work_image" title="Whataburger"> ( THIS IS WHERE I HAVE ALL THE PICS I WANT TO SHOW NOTHING HAPPENS)

Link to comment
Share on other sites

It sounds like you want to have a gallery popup displaying a group of images that was linked from a single thumbnail. If that is the case then check out highslide.com

Ok I'll check it out will let u know
Link to comment
Share on other sites

Ok I'll check it out will let u know

 

It sounds like you want to have a gallery popup displaying a group of images that was linked from a single thumbnail. If that is the case then check out highslide.com

 

THXS -newseed worked great :Pleased:

 

heres what it looks like

aslo how can you remove there link?

Edited by jtikcuf
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...