[solved] How can I customize list view?

More
9 years 1 week ago - 9 years 1 week ago #28084 by fcdigital
Hello,

how can I change list layout, from products per row to 3?

Example: gotchadepot.mx/mis-deseos
Last edit: 9 years 1 week ago by nordmograph.

Please Log in or Create an account to join the conversation.

More
9 years 1 week ago #28085 by nordmograph
Hello,

To customize the view you have to use Joomla template override method
docs.joomla.org/How_to_override_the_outp...rom_the_Joomla!_core

or CSS override
joomla.stackexchange.com/questions/3877/...tyles-in-my-template


For your case, I would copy use the default_masonry view:
copy components/com_vm2wishlists/views/list/tmpl/default.php
to
templates/YOUR_TEMPLATE_NAME/html/com_vm2wishlists/list/default.php
and modify this one if you need to change the HTML.
If you need to change the CSS only, you can use the css override of your template.

Hope it helps.

- Need help? Post the URL of the related page (eventualy as confidential info), it will help solve your issue faster.
- An error, notice or warning? report the exact message including the line number
- If you get a white page , enable error reporting and / or check your server error logs.

Please Log in or Create an account to join the conversation.

More
9 years 1 week ago #28100 by fcdigital
Hi thanks, my question was incomplete

How can I set 3 products rows? The default.php file generates a 4 products row. Is there any way to set a 2 or 3 or 5 products row instead 4 products?

Regards

Please Log in or Create an account to join the conversation.

More
9 years 1 week ago #28103 by nordmograph
well it is responsive and depends on the screen size.
But you can do change the product thumbnail container width with CSS.

- Need help? Post the URL of the related page (eventualy as confidential info), it will help solve your issue faster.
- An error, notice or warning? report the exact message including the line number
- If you get a white page , enable error reporting and / or check your server error logs.

Please Log in or Create an account to join the conversation.

More
9 years 1 week ago #28116 by fcdigital
Hi!

Thanks, I was expecting something similar to VM where you can set number of products per row. But I had fixed with CSS as you suggested.

Regards

Please Log in or Create an account to join the conversation.

More
9 years 1 week ago #28117 by nordmograph
Well done.

- Need help? Post the URL of the related page (eventualy as confidential info), it will help solve your issue faster.
- An error, notice or warning? report the exact message including the line number
- If you get a white page , enable error reporting and / or check your server error logs.

Please Log in or Create an account to join the conversation.

Time to create page: 0.327 seconds
Powered by Kunena Forum
Disclaimer: Nordmograph is not affiliated with or endorsed by The Joomla! Project™. Any products and services provided through this site are not supported or warrantied by The Joomla! Project or Open Source Matters, Inc. Use of the Joomla!® name, symbol, logo and related trademarks is permitted under a limited license granted by Open Source Matters, Inc.