Smart List Questions

Posted in: Newspaper
Post count: 6

1. Re: http://www.biznoz.com/best-print-on-demand-fulfillment-companies/ – Is it possible not to restrict the size of the image? The first one should be rectangular for example. I don’t want to limit it, how do I change this so it cuts them off after a certain size

2. How difficult would it be for a developer to create new smart lists? I’m looking for a few different styles. Anyone here able to create additional smart list templates?

  • This topic was modified 9 years by byalik.
Post count: 6

Also why are the images clickable? How do I disable that so it doesn’t take user to a larger version of the image.

Post count: 20688

Hi,

That particular smart list style uses thumbnail size for the images displayed. Other smart list templates have different styles and display images differently, that may be be more suited for your purpose. These styles are predefined in the theme, and at the moment you can only choose from the available ones. Maybe more styles will be made available in future updates but I could not say for sure when this will happen.
The images when clicked will open in a lightbox, there is no option to disable the lightbox in the smart lists. You could however cancel this effect with a code like this

.td-slide-smart-list-figure {
pointer-events: none;
}

If you enter this code in Theme panel->Custom Css nothing will happen when the image is clicked in the smart list.

Thanks

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