Product page show _JSHOP_ZOOM_IMAGE

StartZurück 1 2 WeiterEnde
02.10.2012 14:39
#1
legin
Joomshopping forum user no avatar
Name: Alfredo Kaleniuszka
19.09.2012
Posts: 9
Quote
Product page show _JSHOP_ZOOM_IMAGE

Hi, I am having this issue and I don't know how to solve it... below the image of my product it appears _JSHOP_ZOOM_IMAGE why is that?? I just want to click the image to show it bigger in a lightbox, is that possible?? thanx!
Product page show _JSHOP_ZOOM_IMAGE


Joomla: 2.5.6
JoomShopping: 3.11.0
PHP: 5
Website Url: www.cantabria-sa.com.py
 
02.10.2012 14:52
#2
swissa
Joomshopping forum user no avatar
Name: swissandy
10.10.2011
Posts: 183
Quote
Aw: Product page show _JSHOP_ZOOM_IMAGE

You can control the images sizes here - administrator/index.php?option=com_jshopping&controller=config&task=image. Make the Product image width and the Product thumbnail width the same and it should change the view you have.

You also need to add <define('_JSHOP_ZOOM_IMAGE', 'Zoom image');> (Change the second 'Zoom image' to your language) to your language file in root/components/com_jshopping/lang/ your language to get rid of the base code your picture shows.

Hope that helps

 
02.10.2012 14:58
#3
legin
Joomshopping forum user no avatar
Name: Alfredo Kaleniuszka
19.09.2012
Posts: 9
Quote
Aw: Product page show _JSHOP_ZOOM_IMAGE

I'll try what you said, i'll let you know, thanx!

 
02.10.2012 15:32
#4
legin
Joomshopping forum user no avatar
Name: Alfredo Kaleniuszka
19.09.2012
Posts: 9
Quote
Aw: Product page show _JSHOP_ZOOM_IMAGE

Ok I put define('_JSHOP_ZOOM_IMAGE', 'Zoom de imagen'); to my language file, and now appears "Zoom de imagen" below de image. I also change the size of thumbs and images of products, but no lightbox appears just show the image like target=_parent, how can I make lightbox appears, Do I need to install some plugin? Thanks!

 
02.10.2012 15:36
#5
legin
Joomshopping forum user no avatar
Name: Alfredo Kaleniuszka
19.09.2012
Posts: 9
Quote
Aw: Product page show _JSHOP_ZOOM_IMAGE

Here is my configuration and frontend
Aw: Product page show _JSHOP_ZOOM_IMAGE
Aw: Product page show _JSHOP_ZOOM_IMAGE


Letzte Änderung: 02.10.2012 15:37
 
02.10.2012 15:53
#6
swissa
Joomshopping forum user no avatar
Name: swissandy
10.10.2011
Posts: 183
Quote
Aw: Product page show _JSHOP_ZOOM_IMAGE

I think you might need to delete the images and then reload them through the product. No idea why it isn't loading in lightbox. Have you checked it with Google chrome to see if it has any javascript errors?

 
02.10.2012 16:21
#7
legin
Joomshopping forum user no avatar
Name: Alfredo Kaleniuszka
19.09.2012
Posts: 9
Quote
Aw: Product page show _JSHOP_ZOOM_IMAGE

Nop, it doesn't work, I've try in chrome, firefox and explorer, not loading lightbox, is there and extra option I have to setup? do I have to install a plugin?

Here is an example for you to try:

http://cantabria-sa.com.py/index.php/component/jshopping/pisos/sierra-brown?Itemid=0


Letzte Änderung: 02.10.2012 16:22
 
02.10.2012 16:24
#8
swissa
Joomshopping forum user no avatar
Name: swissandy
10.10.2011
Posts: 183
Quote
Aw: Product page show _JSHOP_ZOOM_IMAGE

/administrator/index.php?option=com_jshopping&controller=config&task=otherconfig

near the bottom - load lightbox.

Otherwise check with chrome, right click 'inspect element', see if you get a warning icon - bottom, right, a red icon and if so, click on it. It will tell you if there is a conflict.

 
02.10.2012 16:29
#9
legin
Joomshopping forum user no avatar
Name: Alfredo Kaleniuszka
19.09.2012
Posts: 9
Quote
Aw: Product page show _JSHOP_ZOOM_IMAGE

You are right! I have an error in chrome:

Uncaught TypeError: Object #<Object> has no method 'lightBox' sierra-brown:28
error:Cannot read property 'length' of undefinedsLoc:1 chrome-extension://keobfocaddemlamdigdmhcmpgpidcbhp/controller/content.js:243


what should I do?
Aw: Product page show _JSHOP_ZOOM_IMAGE

 
02.10.2012 16:53
#10
swissa
Joomshopping forum user no avatar
Name: swissandy
10.10.2011
Posts: 183
Quote
Aw: Product page show _JSHOP_ZOOM_IMAGE

I think you are loading jQuery twice. Lightbox and your slider.

Javascript is not my speciality. Sorry. Webdesigner is better.

This is something similar - http://www.webdesigner-profi.de/joomla-webdesign/joomla-shop/forum/posts/26/1495.html?lang=en

 
02.10.2012 17:08
#11
legin
Joomshopping forum user no avatar
Name: Alfredo Kaleniuszka
19.09.2012
Posts: 9
Quote
Aw: Product page show _JSHOP_ZOOM_IMAGE

I think so too... But I do not know how to solve it, as you, I am not a javascript guru... I'll ask somewhere else, and post if I have a solution, thanks anyway

 
02.10.2012 18:47
#12
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25936
Quote
Aw: Product page show _JSHOP_ZOOM_IMAGE

Jquery load 2 times

<script src="http://cantabria-sa.com.py/components/com_jshopping/js/jquery/jquery-1.6.2.min.js" type="text/javascript"></script>
<script src="http://cantabria-sa.com.py/components/com_jshopping/js/jquery/jquery-noconflict.js" type="text/javascript"></script>

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js" type="text/javascript"></script>
<script src="/modules/mod_ariimageslider/mod_ariimageslider/js/jquery.noconflict.js" type="text/javascript"></script>

 
02.10.2012 18:54
#13
legin
Joomshopping forum user no avatar
Name: Alfredo Kaleniuszka
19.09.2012
Posts: 9
Quote
Aw: Product page show _JSHOP_ZOOM_IMAGE

hi webdesigner, and which one should I use?

 
02.10.2012 19:16
#14
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25936
Quote
Aw: Product page show _JSHOP_ZOOM_IMAGE

Delete

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js" type="text/javascript"></script>
<script src="/modules/mod_ariimageslider/mod_ariimageslider/js/jquery.noconflict.js" type="text/javascript"></script>

 
02.10.2012 20:00
#15
legin
Joomshopping forum user no avatar
Name: Alfredo Kaleniuszka
19.09.2012
Posts: 9
Quote
Aw: Product page show _JSHOP_ZOOM_IMAGE

THANK YOU very much webdesigner!!!!! it works!!!! thanks for everything!!!!! ant thanks to swissa also!!!!


Letzte Änderung: 02.10.2012 20:00
 
27.10.2012 06:46
#16
SunMoon9
Joomshopping forum user no avatar
Name: Hieu
16.05.2012
Posts: 16
Quote
Aw: Product page show _JSHOP_ZOOM_IMAGE

hi webdesign!
where can i find link jquery load?
i have same problem but i can't find link to remove jquery load.


Letzte Änderung: 27.10.2012 07:16
 
21.10.2013 13:56
#17
netshop
Joomshopping forum user no avatar
Name: Vlada
15.10.2013
Posts: 1
Quote
Aw: Product page show _JSHOP_ZOOM_IMAGE

Hello, we have the problem with Latvian joomshopping.
We have 2 languages on site, Russian and Latvian, with Russian all is ok, but in Latvian under Pictures, instead of “Zoom in Latvian” is following text :
>_JSHOP_ZOOM_IMAGE and this _JSHOP_APARTMENT *

could you help us to solve it?


Joomla: joomla 3*
JoomShopping: Version 4.3.3
Website Url: www.netshop.lv
 
21.10.2013 16:50
#18
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25936
Quote
Aw: Product page show _JSHOP_ZOOM_IMAGE

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

 
22.10.2013 16:09
#19
vlada23
Joomshopping forum user no avatar
Name: Vlada
20.10.2013
Posts: 23
Quote
Aw: Product page show _JSHOP_ZOOM_IMAGE

thank you very much. it works!

 
31.10.2014 06:43
#20
Aaron85
Joomshopping forum user no avatar
Name: Aaron
26.09.2014
Posts: 5
Quote
Aw: Product page show _JSHOP_ZOOM_IMAGE

"Hello, we have the problem with Latvian joomshopping.
We have 2 languages on site, Russian and Latvian, with Russian all is ok, but in Latvian under Pictures, instead of “Zoom in Latvian” is following text :
>_JSHOP_ZOOM_IMAGE and this _JSHOP_APARTMENT *

could you help us to solve it?"

I am at the same point where I may indicate loscalizo code and I have to change ???

Thank you very much for the forum ;)) )))

 
StartZurück 1 2 WeiterEnde


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.