Responsiv Layout

21.03.2013 14:05
#1
plocher
Joomshopping forum user no avatar
Name: Pascale
12.06.2011
Сообщения: 18
Quote
Responsiv Layout

Hi,
Are you thinkig to do your design responsiv? A lot of templates for joomla are responsiv nowaday. But this is a problem with joomshopping. The numbers of products in a row is not responsiv. So the design brakes when you see the website with smartphone/tablet.
Is there a solution for that? (extept to do one product per row for all browser sizes).
Thanks, Pascale


Joomla: 2.5.6
JoomShopping: 2.13.2
 
23.03.2013 11:58
#2
swissa
Joomshopping forum user no avatar
Name: swissandy
10.10.2011
Сообщения: 183
Quote
Aw: Responsiv Layout

Responsive templates are here - http://www.webdesigner-profi.de/joomla-webdesign/joomla-shop/downloads/templates.html?lang=en

use Template defaultDiv

 
11.04.2013 06:03
#3
intown
Joomshopping forum user no avatar
Name: Steven Johnson
19.03.2013
Сообщения: 12
Quote
Aw: Responsiv Layout

Is the template default_div for Joomla 2.5 or Joomla 3.0? or will it work with both?

I am on a Joomla 2.5 / Joomshopping 3.14.2 install.

Thanks! -- Steven

 
17.09.2013 07:58
#4
vladsh
Joomshopping forum user no avatar
Name: Vlad
16.09.2013
Сообщения: 1
Quote
Aw: Responsiv Layout

How to make 3 goods position in each raw when using desktop resolution
and 1 poiteon e/r in smartphone resolution Template defaultDiv ?

 
19.12.2013 13:14
#5
psdtohtmlfive
User psdtohtmlfive
Name: Sam
19.12.2013
Сообщения: 3
Quote
Aw: Responsiv Layout

Can you check if your images have the class size-auto ,

<img class="size-auto" width="550" height="240" src="images/joomla theme/home_warp_teaser.jpg" />
Update:

Adding ;

$('img').addClass("size-auto");
just below

$(document).ready(function() {
so it looks like,

$(document).ready(function() {

$('img').addClass("size-auto");

var config = $('body').data('config') || {};
This will add the class to every single img tag automatically .


Website Url: www.psdtohtmlfive.com
 


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.