not show video

StartZurück 1 2 WeiterEnde
13.02.2016 07:09
#21
info@eurosistemirs.it
Joomshopping forum user no avatar
Name: ROBERTO SCARCELLA
11.12.2014
Posts: 9
Quote
Aw: not show video

I have firefox 44.0.2 and does not work, asks you to install a plug-in

 
13.02.2016 07:54
#22
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25939
Quote
Aw: not show video

on the tablet yesterday it worked.

Error in your template
components\com_jshopping\templates\default\product\load.js.php

Add
var joomshoppingVideoHtml5 = <?php print (int)$this->config->video_html5?>;
var joomshoppingVideoHtml5Type = '<?php print $this->config->video_html5_type?>';

 
16.02.2016 08:36
#23
info@eurosistemirs.it
Joomshopping forum user no avatar
Name: ROBERTO SCARCELLA
11.12.2014
Posts: 9
Quote
Aw: not show video

There are already

 
16.02.2016 20:27
#24
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25939
Quote
Aw: not show video

Not added!

Error in your template
components\com_jshopping\templates\{YOUR template}\product\load.js.php

Add
var joomshoppingVideoHtml5 = <?php print (int)$this->config->video_html5?>;
var joomshoppingVideoHtml5Type = '<?php print $this->config->video_html5_type?>';

 
19.02.2016 07:59
#25
info@eurosistemirs.it
Joomshopping forum user no avatar
Name: ROBERTO SCARCELLA
11.12.2014
Posts: 9
Quote
Aw: not show video

my template is default

see:
<?php
/**
* @version 4.12.0 13.08.2013
* @author MAXXmarketing GmbH
* @package Jshopping
* @copyright Copyright (C) 2010 webdesigner-profi.de. All rights reserved.
* @license GNU/GPL
*/
defined('_JEXEC') or die();
?>
<script type="text/javascript">
<?php if ($this->product->product_quantity >0){?>
var translate_not_available = "<?php print addslashes(_JSHOP_PRODUCT_NOT_AVAILABLE_THIS_OPTION)?>";
<?php }else{?>
var translate_not_available = "<?php print addslashes(_JSHOP_PRODUCT_NOT_AVAILABLE)?>";
<?php }?>
var translate_zoom_image = "<?php print addslashes(_JSHOP_ZOOM_IMAGE)?>";
var product_basic_price_volume = <?php print $this->product->weight_volume_units;?>;
var product_basic_price_unit_qty = <?php print $this->product->product_basic_price_unit_qty;?>;
var currency_code = "<?php print $this->config->currency_code;?>";
var format_currency = "<?php print $this->config->format_currency[$this->config->currency_format];?>";
var decimal_count = <?php print $this->config->decimal_count;?>;
var decimal_symbol = "<?php print $this->config->decimal_symbol;?>";
var thousand_separator = "<?php print $this->config->thousand_separator;?>";
var attr_value = new Object();
var attr_list = new Array();
var attr_img = new Object();
<?php if (count($this->attributes)){?>
<?php $i=0;foreach($this->attributes as $attribut){?>
attr_value["<?php print $attribut->attr_id?>"] = "<?php print $attribut->firstval?>";
attr_list[<?php print $i++;?>] = "<?php print $attribut->attr_id?>";
<?php } ?>
<?php } ?>
<?php foreach($this->all_attr_values as $attrval){ if ($attrval->image){?>attr_img[<?php print $attrval->value_id?>] = "<?php print $attrval->image?>";<?php } }?>
var liveurl = '<?php print JURI::root()?>';
var liveattrpath = '<?php print $this->config->image_attributes_live_path;?>';
var liveproductimgpath = '<?php print $this->config->image_product_live_path;?>';
var liveimgpath = '<?php print $this->config->live_path."images";?>';
var urlupdateprice = '<?php print $this->urlupdateprice;?>';
var joomshoppingVideoHtml5 = <?php print (int)$this->config->video_html5?>;
var joomshoppingVideoHtml5Type = '<?php print $this->config->video_html5_type?>';
<?php print $this->_tmp_product_ext_js;?>
</script>


Letzte Änderung: 19.02.2016 07:59
 
19.02.2016 08:04
#26
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25939
Quote
Aw: not show video

See your source code
view-source:http://www.eurosistemirs.eu/utdemo/rui/index.php/it/azienda/2016-01-24-18-26-16/product/view/2/56

See the folder with your Joomla template
templates\...\html

(/utdemo/rui/templates/it_smartshop/html... )

 
19.02.2016 17:39
#27
info@eurosistemirs.it
Joomshopping forum user no avatar
Name: ROBERTO SCARCELLA
11.12.2014
Posts: 9
Quote
Aw: not show video

I added the code in /html/com_jshopping/product/load.js.php nel template it_smartshop.

var joomshoppingVideoHtml5 = <?php print (int)$this->config->video_html5?>;
var joomshoppingVideoHtml5Type = '<?php print $this->config->video_html5_type?>';

He does not ask for the plug-in but the video does not start

 
19.02.2016 22:05
#28
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25939
Quote
Aw: not show video

Problem in your template
(See default template joomshopping
components\com_jshopping\templates\default\product\product_default.php
)
Add css class for block image

<div class="image_middle">
..
</div>


Letzte Änderung: 19.02.2016 22:08
 
20.02.2016 03:59
#29
info@eurosistemirs.it
Joomshopping forum user no avatar
Name: ROBERTO SCARCELLA
11.12.2014
Posts: 9
Quote
Aw: not show video

Sorry i do not understand what I have to put in the class

 
20.02.2016 08:54
#30
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25939
Quote
Aw: not show video

Change
<div class="row-fluid">
<div class="span5">
<div class="jshop_product_image_main">

to

<div class="row-fluid">
<div class="span5 image_middle">
<div class="jshop_product_image_main">


Letzte Änderung: 20.02.2016 08:54
 
20.02.2016 13:03
#31
info@eurosistemirs.it
Joomshopping forum user no avatar
Name: ROBERTO SCARCELLA
11.12.2014
Posts: 9
Quote
Aw: not show video

I'm sorry I can not make the change. How can I give you, and superuser password?

 
24.02.2016 17:51
#32
Afshin63
User Afshin63
Name: afshin
05.10.2012
Posts: 46
Quote
Aw: not show video

hi
I use a different them for JoomShopping.
Video does not show.
I added this code still does not show?
what do I do?

var joomshoppingVideoHtml5 = <?php print (int)$this->config->video_html5?>;
var joomshoppingVideoHtml5Type = '<?php print $this->config->video_html5_type?>';
Aw: not  show video


Joomla: 3.4.8
JoomShopping: 4.12.1
 
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.