Hi,igor083 wrote:i need to change sidebar module view
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
Hi,igor083 wrote:yesviethemes wrote:Hi,igor083 wrote:i need to change sidebar module view
Do you mean you want to display the product module as list intead of grid?
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>
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
it could be solved using opencart admin settings , CSS .
for help get in touch at skype : Ramesh Chouhan VIT
Yes, you can add this code at the end of file catalog/view/javascript/common.jsKhal 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
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');
});
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
Could you send me your site url via PM, so I can take a look at that?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:
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
Users browsing this forum: No registered users and 5 guests