Post by igor083 » Sat Jan 17, 2015 3:20 am

i need to change sidebar module view

Attachments

Untitled.jpg

Untitled.jpg (134.39 KiB) Viewed 1876 times


Newbie

Posts

Joined
Sat Jan 17, 2015 3:08 am

Post by viethemes » Sat Jan 17, 2015 11:28 am

igor083 wrote:i need to change sidebar module view
Hi,
Do you mean you want to display the product module as list intead of grid?

http://www.viethemes.com - OpenCart turtorials, news, tips and stricks, extension

Our extensions:
Visual Theme Editor - Powerful tool for customizing style of any theme visually
Live Theme Editor - Customize layout, colors, backgrounds, fonts of the default theme
Theme Animation - Animation Editor for any theme

Extra Positions PRO, Custom JavaScript, Custom CSS and others


User avatar
Active Member

Posts

Joined
Thu Jan 08, 2015 12:17 pm


Post by igor083 » Sat Jan 24, 2015 1:51 am

viethemes wrote:
igor083 wrote:i need to change sidebar module view
Hi,
Do you mean you want to display the product module as list intead of grid?
yes

Newbie

Posts

Joined
Sat Jan 17, 2015 3:08 am

Post by viethemes » Sun Jan 25, 2015 10:40 pm

igor083 wrote:
viethemes wrote:
igor083 wrote:i need to change sidebar module view
Hi,
Do you mean you want to display the product module as list intead of grid?
yes
Hi,
To sovle it, you can use my extension: Custom JavaScript and add this code:

Code: Select all

<script>
$(document).ready(function () {
$('#column-right .col-lg-3.col-md-3.col-sm-6').removeClass('col-lg-3 col-md-3 col-sm-6');
});
</script>
Last edited by viethemes on Tue Jan 27, 2015 12:13 am, edited 1 time in total.

http://www.viethemes.com - OpenCart turtorials, news, tips and stricks, extension

Our extensions:
Visual Theme Editor - Powerful tool for customizing style of any theme visually
Live Theme Editor - Customize layout, colors, backgrounds, fonts of the default theme
Theme Animation - Animation Editor for any theme

Extra Positions PRO, Custom JavaScript, Custom CSS and others


User avatar
Active Member

Posts

Joined
Thu Jan 08, 2015 12:17 pm


Post by ramesh_vikaschouhan » Mon Jan 26, 2015 6:41 pm

please give your live url .

it could be solved using opencart admin settings , CSS .

for help get in touch at skype : Ramesh Chouhan VIT


Posts

Joined
Tue Dec 31, 2013 12:22 pm

Post by Khal » Mon Jan 26, 2015 10:17 pm

I am also looking for a solution to this problem. Instead of using the Java script extension, could this code be added to a file? And which file?

Thanks for your help

OC 2.0.1.1

OC 2.0.1.1


Active Member

Posts

Joined
Thu May 24, 2012 9:24 pm
Location - Teesside, UK

Post by viethemes » Mon Jan 26, 2015 11:04 pm

Khal wrote:I am also looking for a solution to this problem. Instead of using the Java script extension, could this code be added to a file? And which file?

Thanks for your help

OC 2.0.1.1
Yes, you can add this code at the end of file catalog/view/javascript/common.js

Code: Select all

$(document).ready(function () {
$('.col-lg-3.col-md-3.col-sm-6').removeClass('col-lg-3 col-md-3 col-sm-6');
});
Last edited by viethemes on Tue Jan 27, 2015 12:13 am, edited 2 times in total.

http://www.viethemes.com - OpenCart turtorials, news, tips and stricks, extension

Our extensions:
Visual Theme Editor - Powerful tool for customizing style of any theme visually
Live Theme Editor - Customize layout, colors, backgrounds, fonts of the default theme
Theme Animation - Animation Editor for any theme

Extra Positions PRO, Custom JavaScript, Custom CSS and others


User avatar
Active Member

Posts

Joined
Thu Jan 08, 2015 12:17 pm


Post by Khal » Mon Jan 26, 2015 11:16 pm

Hi

Thanks for getting back to me.

I added the code at the end of the file you specified, but the modules are still displayed as grid view in the left and right columns:
Untitled-1.jpg

Untitled-1.jpg (88.89 KiB) Viewed 1797 times


OC 2.0.1.1


Active Member

Posts

Joined
Thu May 24, 2012 9:24 pm
Location - Teesside, UK

Post by viethemes » Mon Jan 26, 2015 11:32 pm

Khal wrote:Hi

Thanks for getting back to me.

I added the code at the end of the file you specified, but the modules are still displayed as grid view in the left and right columns:
Untitled-1.jpg
Could you send me your site url via PM, so I can take a look at that?

http://www.viethemes.com - OpenCart turtorials, news, tips and stricks, extension

Our extensions:
Visual Theme Editor - Powerful tool for customizing style of any theme visually
Live Theme Editor - Customize layout, colors, backgrounds, fonts of the default theme
Theme Animation - Animation Editor for any theme

Extra Positions PRO, Custom JavaScript, Custom CSS and others


User avatar
Active Member

Posts

Joined
Thu Jan 08, 2015 12:17 pm

Who is online

Users browsing this forum: No registered users and 5 guests