Tell us what you are trying to do?
Hi, I need a carousel for images I'd like to display on a page.
Is there any documentation that you are following?
https://toolset.com/forums/topic/photothumbnails-slider-gallery-for-my-custom-post-type/
Is there a similar example that we can see?
What is the link to your site?
lien caché
I followed the above documentation, this is the html I used to display my images:
[CODE]
<!-- Slider - start here -->
<div id="flexslider" class="flexslider">
<ul class="slides">
<!--
[types field="fotkes" separator="
" width="770" height="510" alt="[wpv-post-title]"][/types]
-->
[wpv-post-taxonomy type='plant-image' format='name' separator='
' width='770' height='510' alt='[wpv-post-title]']
</div>
<div id="carousel" class="flexslider">
<ul class="slides">
<!--
[types field="fotkes" separator="
" width="120" height="80" alt="[wpv-post-title]"][/types]
-->
[wpv-post-taxonomy type='plant-image' format='name' separator='
' width='120' height='80' alt='[wpv-post-title]']
</div>
<!-- Slider - end here -->
[/CODE]
and this is the CSS I succeeded to decipher from CT.png (in the above documentation)
[CODE]
.flex-container a:hover,
.flexslider a:hover
{outline: none;}
.slides, .slides > li,
.flex-control-nav, .flex-direction-nav
{margin: 0;
padding: 0;
list-style: none;}
.flex-pauseplay span {
text-transform: capitalize;}
[/CODE]
The attached screenshot shows what I receive instead of the images carousel.
Thanks for your help
David
ps.
Much preferred the previous support screen, much easier to see the whole picture without srolling back and forth all the time