custom-vc-column-layout

Описание

Этот плагин был закрыт с 30.10.2019, он более не доступен для загрузки. Плагин был закрыт навсегда. Причина: Запрос автора.

Отзывы

18.12.2016
It does not work, it won't allow custom columns, is better to be removed from here, just a waist of time
03.09.2016
it makes 5 columns but then the row extends to two rows! bad plugin coding...
03.09.2016 2 ответа
User jamiesmachon left a comment with a work-around to get this plugin to work, but for those still having the issue of 5 column layouts - don't both downloading this. I'll be honest, I didn't even download it to try it, I read the reviews and a few people said it doesn't work, also jamiesmachon left the work-around I mentioned. This 'work-around' actually works on it's own without the plugin. I'll paste his comment back here again. No need to download, just copy & paste. You can use the custom CSS space on the page you are working on (the gear icon, top right of VC editor) to include the code (no need to edit back-end CSS), and just add the custom classes to the elements as he specified. Thanks Jamie! Hi everyone, I dont know if it was due to the latest updates to WordPress and VC but I had to modify the code I use to get this plugin to work again. As before I installed the plugin as normal. I then assigned a custom class to the row itself (one-fifth-row) and then a class to each of the first 4 element (one-fifth) then the final element was given another class (one-fifth-last). Please note that as before the column layout goes a bit mad and changed to 1/12 from 1/5 as soon as I saved the custom classes. To remedy this again simply re-selected the 1/5 layout and updated the page. I then applied the below css code to the style.css file. .one-fifth-row .vc_col-sm-3 { width: 19%; } .one-fifth { float: left; width: 18.8%; padding: 0; margin-right: 1.2%; min-height: 0; } .one-fifth-last { float: left; width: 20%; padding: 0; margin-right: 0; min-height: 0; } @media (max-width: 768px) { .one-fifth-row .vc_col-sm-3 { width: 100%; } .one-fifth, .one-fifth-last { float: none; width: 100%; } }
03.09.2016
THIS APP JUST USES 6 COLUMNS, MAKING THE LAST ONE EMPTY YET STILL SHOWING ON THE PAGE. REALLY USELESS PLUGIN.
Посмотреть все 15 отзывов

Участники и разработчики

«Custom VC Column Layout» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «Custom VC Column Layout» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.