Text Fields Not Displayed

4 posts by 2 authors in: Forums > CMS Builder
Last Post: May 29, 2009   (RSS)

By weblinks - May 28, 2009

The Test Page.... http://www.linkvermont.com/TESTREALESTATE3.php only shows the Image Field for the FIRST FOUR postings... the FIFTH is fine?????? Please get back to me asap.... Thanks, Bob T. Phone 802.824.5554

Re: [weblinks] Text Fields Not Displayed

By ross - May 28, 2009

Hi Bob

Thanks for posting!

I don't quite understand the problem. You mention text fields in the thread title and then images in your actual post. There is also the part about your 5th image being fine.

Could you give me some more details? Thanks!
-----------------------------------------------------------
Cheers,
Ross Fairbairn - Consulting
consulting@interactivetools.com

Hire me! Save time by getting our experts to help with your project.
Template changes, advanced features, full integration, whatever you
need. Whether you need one hour or fifty, get it done fast with
Priority Consulting: http://www.interactivetools.com/consulting/

Re: [weblinks] Text Fields Not Displayed

By ross - May 29, 2009

Hi Bob

I get it now :).

I had a look at your code and the reason you don't have anything happening or the first 4 images is because they have thumbnails and it appears that your last one doesn't.

In your code, you have a block like this:

if image has a thumbnail:
display image
else
display image
display caption
display some other stuff

So because all the first images have thumbnails they are hitting the first bit of code.

What you'll want to do is probably just copy everything form the "else" section and put it into the "if" section.

Does that make sense? Give it a shot and let me know how you make out :).
-----------------------------------------------------------
Cheers,
Ross Fairbairn - Consulting
consulting@interactivetools.com

Hire me! Save time by getting our experts to help with your project.
Template changes, advanced features, full integration, whatever you
need. Whether you need one hour or fifty, get it done fast with
Priority Consulting: http://www.interactivetools.com/consulting/