Product Captions Not Working

30.05.2012 18:17
#1
rolyat100
Joomshopping forum user no avatar
Name: Taylor Ruble
16.03.2009
Posts: 44
Quote
Product Captions Not Working

The image captions are not working on my site. I am wondering if this is configured somewhere in the backend, and maybe I either selected or deselected the wrong thing. Please let me know.

Thanks

 
30.05.2012 20:28
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25852
Quote
Aw: Product Captions Not Working

Error.?
Screenshot?

 
31.05.2012 19:30
#3
rolyat100
Joomshopping forum user no avatar
Name: Taylor Ruble
16.03.2009
Posts: 44
Quote
Aw: Product Captions Not Working

Here is an image of the images not showing their descriptions I entered in the backend.
Aw: Product Captions Not Working

It is not showing an error anywhere.

I may have have deleted it when modifying product layout. I would just need to know how to insert it back in if thats the case.


Last change: 31.05.2012 19:32
 
31.05.2012 20:50
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25852
Quote
Aw: Product Captions Not Working

I do not understand you.

See
http://www.webdesigner-profi.de/joomla-webdesign/joomla-shop/forum/posts/7/2394.html

 
02.06.2012 12:39
#5
rolyat100
Joomshopping forum user no avatar
Name: Taylor Ruble
16.03.2009
Posts: 44
Quote
Aw: Product Captions Not Working

I do not have that feature to add additional values when in the backend like that, but there are entry areas with each product image I add.
Aw: Product Captions Not Working

 
02.06.2012 12:40
#6
rolyat100
Joomshopping forum user no avatar
Name: Taylor Ruble
16.03.2009
Posts: 44
Quote
Aw: Product Captions Not Working

Here is where I would put in product image description which was showing up when I hovered over pictures before but not now.
Aw: Product Captions Not Working

 
02.06.2012 15:57
#7
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25852
Quote
Aw: Product Captions Not Working

rolyat100 - 02.06.2012 12:39
I do not have that feature to add additional values when in the backend like that, but there are entry areas with each product image I add.
Aw: Product Captions Not Working



Use depended attribute

 
02.06.2012 16:46
#8
rolyat100
Joomshopping forum user no avatar
Name: Taylor Ruble
16.03.2009
Posts: 44
Quote
Aw: Product Captions Not Working

The hover captions were working before without dependent attributes.

Furthermore, this was not the issue to begin with. Where images are uploaded their is an entry field to describe image. I was using that to describe color in this instance. That is what is not working. I can still select the different colors from the attribute dropdown. It is the images that no longer have the hover, and its in the image upload where that description is entered.
Aw: Product Captions Not Working


Last change: 02.06.2012 16:53
 
02.06.2012 17:50
#9
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25852
Quote
Aw: Product Captions Not Working

working before?

What has changed

 
02.06.2012 19:46
#10
rolyat100
Joomshopping forum user no avatar
Name: Taylor Ruble
16.03.2009
Posts: 44
Quote
Aw: Product Captions Not Working

The only thing that it might be is that I updated the look and feel of the product page. Dont know what the code would be I changed but seems that it happened then. DO you know the code that enables that on the product page??

 
02.06.2012 20:23
#11
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25852
Quote
Aw: Product Captions Not Working

1
<?php foreach($this->images as $k=>$image){?>
<a class="lightbox" id="main_image_full_<?php print $image->image_id?>" href="<?php print $this->image_product_path?>/<?php print $image->image_full;?>" <?php if ($k!=0){?>style="display:none"<?php }?>>
<img id = "main_image_<?php print $image->image_id?>" src = "<?php print $this->image_product_path?>/<?php print $image->image_name;?>" alt="<?php print htmlspecialchars($image->_title)?>" title="<?php print htmlspecialchars($image->_title)?>" />
</a>
<?php }?>


2
<?php foreach($this->images as $k=>$image){?>
<img class="jshop_img_thumb" src="<?php print $this->image_product_path?>/<?php print $image->image_thumb?>" alt="<?php print htmlspecialchars($image->_title)?>" title="<?php print htmlspecialchars($image->_title)?>" onclick="showImage(<?php print $image->image_id?>)" />
<?php }?>


title="<?php print htmlspecialchars($image->_title)?>"


See demo site
http://www.maxx-marketing.online.de/joomla-shop3/shop/cars/coupe


Last change: 02.06.2012 20:27
 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.