Smart List Issues

Posted in: Newsmag
Post count: 1

The Smart List is pretty great except…

1. There is no reason for a lightbox on the second style, as the images are very large. Light box should be an option for all styles.

2. Each of the list items seems to contain a URL element that connects the list to the post and refreshes the page.

3. The biggest issue is that it changes the default paragraph font inside the list and I cannot seem to figure out where it is changing it.

4. The images inside the list seem to move wherever they feel like it. I would like a little more control where the image ends up, within the visual editor.

5. The standard format is nice, but I wish there were other formatting options.

Post count: 7909

Hi,

1-2-4-5 Unfortunately there is no option to do this, smartlist overwrite image settings and for the moment is not possible. We plan to add a new format for the smart lists in a future update and to have more control to the smartlist, but I cannot say when it’s going to be implemented, we have a lot of features on the list and we have to take them in the order of priority.

3. Smartlist 2 and 4 were designed to use font size 12px, so you will need to use custom css for them. Sorry for inconveniece!
For Smartlist 2 use this css: http://screencast.com/t/wjC1qAmOnC

.td_smart_list_2 .td-sml2-description p{
font-size: 16px;
}

For Smartlist 4 use this css: http://screencast.com/t/GVIs51hNybV

.td_smart_list_4 .td-sml4-description p{
font-size: 16px;
}

Smartlists 1 and 3 use post content size: http://screencast.com/t/3RYfrX4ehttp://screencast.com/t/e1RM35nrxd

Thanks!

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