Thumbnail appears on Details Page

  • safeworld4women
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
9 years 3 months ago #91874 by safeworld4women
Thumbnail appears on Details Page was created by safeworld4women
Hi
Not sure why but I can't get the full image that was uploaded for an event to be shown full size on Details pages.
Am using latest Joomla
Rocket Theme Template
Latest Events Booking with Twitter Bootstrap V2
What should I be looking at to solve this?

I am the Operations Director and lead Developer for The Safeworld International Foundation - an award winning international Non-profit working for women's empowerment.
I also design websites for non-profit organisations and small ethical businesses.

Please Log in or Create an account to join the conversation.

More
9 years 3 months ago #91877 by James Riley
Replied by James Riley on topic Thumbnail appears on Details Page
Could you post a link to a sample page (if there is anything live online) -- I'm guessing that a little CSS tweak might fix your problem.

James Riley .: EventBooking user since 2014 ::: JoomDonation user since 2016 :.
.: grfx & web design / IT / AV @ St. Therese Institute of Faith and Mission, Bruno, SK, Canada :.

Please Log in or Create an account to join the conversation.

  • safeworld4women
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
9 years 3 months ago - 9 years 3 months ago #91879 by safeworld4women
Replied by safeworld4women on topic Thumbnail appears on Details Page
James
Sure
www.tanmaya.caringworld.net/en/events/re...meister-practitioner
This is a test-site and also in 2 languages. Which is important.
We use Falang for main site translation.
I also still have my RS Events Pro / Rs Form Pro versions of the same events on the Calendar meniu item.
Essentially I am shifting across - because we spent silly money last year trying to get different currency options..
Which is not available via RSE.. And we can't update the software changes cos I outsourced the recoding! (and would have to pay silly money again)
Also FYI
I have customised (overridden) the Details Page (events-default--php) and also event-properties--php.
But before I posted I disabled the overrides so I could get a 'clean view' and the images were still showing as thumbnails.


Andrew

I am the Operations Director and lead Developer for The Safeworld International Foundation - an award winning international Non-profit working for women's empowerment.
I also design websites for non-profit organisations and small ethical businesses.
Last edit: 9 years 3 months ago by safeworld4women.

Please Log in or Create an account to join the conversation.

More
9 years 3 months ago #91888 by James Riley
Replied by James Riley on topic Thumbnail appears on Details Page
In [Configuration -> General tab -> Other Settings], try setting [Thumbnail width] and [Thumbnail height] to something other than the default blank. I think these are the values that EB uses when resizing & thumbnailing the images upon upload. Also, you might have to re-upload images in order for them to be resized to these new values.

James Riley .: EventBooking user since 2014 ::: JoomDonation user since 2016 :.
.: grfx & web design / IT / AV @ St. Therese Institute of Faith and Mission, Bruno, SK, Canada :.

Please Log in or Create an account to join the conversation.

More
9 years 3 months ago #91889 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Thumbnail appears on Details Page
Hi

If I understand your requirement correctly, you can go to Events Booking -> Configuration, look at Themes tab, find the config option Display Event Large Image, set it to Yes and it should work as expected

Remember if you made template override base on code of old version for event details page, you would need to re-do the changes base on code of latest version

Regards,

Tuan

Please Log in or Create an account to join the conversation.

More
9 years 3 months ago #91890 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Thumbnail appears on Details Page
Thanks James for continuous help through the year. Isn't this the time for preparing Christmas and New Year holiday in your country? Please spend time with your family and leave the forum to me.

Merry Christmas and Happy New Year to you all :)

Regards,

Tuan

Please Log in or Create an account to join the conversation.

More
9 years 3 months ago #91914 by James Riley
Replied by James Riley on topic Thumbnail appears on Details Page
Merry Christmas and Happy (western) New Year too :)

James Riley .: EventBooking user since 2014 ::: JoomDonation user since 2016 :.
.: grfx & web design / IT / AV @ St. Therese Institute of Faith and Mission, Bruno, SK, Canada :.

Please Log in or Create an account to join the conversation.

  • safeworld4women
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
9 years 3 months ago - 9 years 3 months ago #91915 by safeworld4women
Replied by safeworld4women on topic Thumbnail appears on Details Page
Thanks for the input James and Tuan
So this is turning out to be a mystery!
I have tried everything!
Everything is turned on!
Have deleted images and checked in the datatbase they were deleted!
Deleted thumbnails and main images in media/com_eventbooking/images (which is where they get stored when uploaded)
Reset thumbnail size before loading new images. Made sure that there are full image dimensions added.
Am using latest version of Event/default..php
Have tried using with or without overrides
In the default..php the code to load the large image is there!
Code:
<div class="eb-description-details clearfix" itemprop="description"> <?php if ($this->config->get('show_image_in_event_detail', 1) && $this->config->display_large_image && $item->image && file_exists(JPATH_ROOT . '/' . $item->image)) { ?> <img src="<?php echo JUri::base(true) . '/' . $item->image; ?>" class="eb-event-large-image img-polaroid"/> <?php } elseif ($this->config->get('show_image_in_event_detail', 1) && $item->thumb && file_exists(JPATH_ROOT . '/media/com_eventbooking/images/thumbs/' . $item->thumb)) { ?> <a href="<?php echo JUri::base(true).'/media/com_eventbooking/images/'.$item->thumb; ?>" class="eb-modal"><img src="<?php echo JUri::base(true).'/media/com_eventbooking/images/thumbs/'.$item->thumb; ?>" class="eb-thumb-left"/></a> <?php } echo $item->description; ?> </div>
But it seems not to to connect with the Full Image option!

Mystery!

Best

Andrew

I am the Operations Director and lead Developer for The Safeworld International Foundation - an award winning international Non-profit working for women's empowerment.
I also design websites for non-profit organisations and small ethical businesses.
Last edit: 9 years 3 months ago by safeworld4women.

Please Log in or Create an account to join the conversation.

  • safeworld4women
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
9 years 3 months ago #91916 by safeworld4women
Replied by safeworld4women on topic Thumbnail appears on Details Page
Seasonal hugs all round!

Andrew

I am the Operations Director and lead Developer for The Safeworld International Foundation - an award winning international Non-profit working for women's empowerment.
I also design websites for non-profit organisations and small ethical businesses.

Please Log in or Create an account to join the conversation.

  • safeworld4women
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
9 years 3 months ago #91917 by safeworld4women
Replied by safeworld4women on topic Thumbnail appears on Details Page
Am closing this thrread.
Not because I found the solution to the problem.
But I realised there is a simple work around.
Basically I am going to use an image in the Full Description instead.
Which servers the same purpose.

Thanks for the replies anyway!

Andrew

I am the Operations Director and lead Developer for The Safeworld International Foundation - an award winning international Non-profit working for women's empowerment.
I also design websites for non-profit organisations and small ethical businesses.

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc