shortcodes

Posted in: Newsmag
Post count: 15

Hello,

I want to put columns in a text. But not all of the shortcodes are seen in the editor by ‘shortcodes’. Only ‘Video playlists, smart lists and button”. How can i solve this probleem or can you give my the list of shortcodes of the columns (and all the shortcodes), so that i can myself put these into the text?

greetz, marcel

Post count: 6535

Hi

The theme doesn’t have an option to add text on columns but you can use Visual Composer to achieve that. First you need to enable it for posts: http://screencast.com/t/Jh1zE0tL then use a text block on a layout with the desired number of columns: http://screencast.com/t/JrJ1zZK4Jhttp://screencast.com/t/gibZlJhNmDFV If you’re using within a post you will need some css customization, so add a custom css class in raw settings: http://screencast.com/t/kF1TDaqeTNH9 then the css code in theme panel custom css like here:

.text-colons.td-pb-row [class*="td-pb-span"]{
border-left: 0;
}

The result should be like here: http://screencast.com/t/CjZRWuWgZiFH

Let me know how it goes.
Thanks!

Post count: 15

Thx Andrei, it works!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newsmag’ is closed to new topics and replies.