|
How to create custom pagination (with images from content)
Started by: ivoR
in: Types Community Support
Quick solution available
Problem:
How can I create a slider that uses images as pagination links?
Solution:
We suggest you do have a look at Module Manager Plugin.
After you download and install it on your System (you can grab it from the known Toolset Download section), you will find that you can install several so-called "Modules".
These are data packages with Structures like Views, Content Templates and Post Types, that let you kickstart Toolset development since you can quickly set up complex systems without having to build them from scratch.
One of those Modules is the "Flex Slider" module, that provides you with the exact feature you ask for.
You have to create 2 views, 1 for the slides, 1 for pagination.
After that you can combine those 2 with some javascript magic. A possibility is Slick (http://kenwheeler.github.io/slick/) to make the slider work (and it is responsive).
The Module works out of the box, if your Theme enqueues the JS (as per Module description)
|
|
2 |
3 |
7 years, 9 months ago
ivoR
|
|
Different shop page based on product category
Started by: arisF
in: Types Community Support
Quick solution available
Problem: I would like to create and use different page designs for different product category archives
Solution: Use different filtered product category taxonomy Views for each product category, use custom pages for each View, and use custom Content Templates for each product
Relevant Documentation: N/A
|
|
2 |
5 |
7 years, 9 months ago
arisF
|