Author Topic: Gallery Question  (Read 1181 times)

0 Members and 1 Guest are viewing this topic.

Offline wendallb

Gallery Question
« on: 30. January 2010, 00:47:01 »
The gallery is showing the image in Vcard just fine as a thumbnail.

On my site at: Template Revue
if you go to the detail page from the first vcard the image in the detail is larger.  If you go to the detail views for the other two the larger image is not showing.

Anyone got a clue because I don't, have checked all the settings in the gallery.

I am using the standard template..

Thanks,


« Last Edit: 30. January 2010, 17:18:46 by wendallb »
Country: United States United States |  OS: Windows XP Windows XP |  Browser: Firefox 3.5.7 Firefox 3.5.7 | View Profile

Offline wendallb

Re: Gallery Question
« Reply #1 on: 30. January 2010, 15:49:08 »
OK in the first one I was using the gallery and the standar image upload.

My question now is there a way to show the galley image larger in the detail view?

I am not a code so this is just what maybe I could do:

<?php echo $plugins["gallery"]; ? width="350" Height="350">

Someone please help if you can.

Thanks,
Country: United States United States |  OS: Windows XP Windows XP |  Browser: Firefox 3.5.7 Firefox 3.5.7 | View Profile

Offline Robert_Vining

  • SOBI Team
  • Moderator
  • Sobi Hero
  • *
  • Posts: 1406
  • SobiPro is a free download!
  • Reviews:

    What is it?

    • Sobi Team Member
Re: Gallery Question
« Reply #2 on: 30. January 2010, 16:15:41 »
Just set the thumbnail size in the gallery plugin to be the larger size that you need.

Then if you need the gallery image to show in vcard as well, but smaller, then use CSS to do so.

Just remember, when you set a different thumbnail size for the gallery image, you will need to upload an image again to get it to resize to the larger settings you just changed. What I mean is, the gallery thumbnail creation occurs when a new image is uploaded based on the settings at that time.
Robert Vining
SobiPro Documentation and Support Team
NOW OPEN!>> | www.sobitemplates.com | Professional Sobi2 and SobiPro Templates
www.robertswebdesign.com - Joomla, Sobi2 and SobiPro Specialist
Country: United States United States |  OS: Windows XP Windows XP |  Browser: Firefox 3.6 Firefox 3.6 | View Profile Sobi Templates

Offline wendallb

Re: Gallery Question
« Reply #3 on: 30. January 2010, 17:01:36 »
Thanks I will do that..
Country: United States United States |  OS: Windows XP Windows XP |  Browser: Firefox 3.5.7 Firefox 3.5.7 | View Profile

Offline wendallb

Re: Gallery Question
« Reply #4 on: 02. February 2010, 00:38:49 »
No help with the css code?
Country: United States United States |  OS: Windows XP Windows XP |  Browser: Firefox 3.5.7 Firefox 3.5.7 | View Profile

Offline Robert_Vining

  • SOBI Team
  • Moderator
  • Sobi Hero
  • *
  • Posts: 1406
  • SobiPro is a free download!
  • Reviews:

    What is it?

    • Sobi Team Member
Re: Gallery Question
« Reply #5 on: 02. February 2010, 00:54:15 »
table.sobi2Listing div.sobiGalleryImage img {width: 150px;}
table.sobi2Listing div.sobiGalleryImage_caption {display: none}

I added the display none to the caption because the width of it is set to 300px inline with the html. That means we cannot over ride the width with CSS. So that's the only solution I know to make it look correct.

Let me know how it works. Here's a screenshot with the above settings in place.
Robert Vining
SobiPro Documentation and Support Team
NOW OPEN!>> | www.sobitemplates.com | Professional Sobi2 and SobiPro Templates
www.robertswebdesign.com - Joomla, Sobi2 and SobiPro Specialist
Country: United States United States |  OS: Windows XP Windows XP |  Browser: Firefox 3.6 Firefox 3.6 | View Profile Sobi Templates

Tags: