Saltar navegación

[Resuelto] creating a jQuery carousel

This support ticket is created hace 5 años, 6 meses. There's a good chance that you are reading advice that it now obsolete.
Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

Este tema contiene 1 mensaje y tiene 0 respuestas.

>

Asistido por: Shane.

Autor
Mensajes
#1295095
carousel.JPG

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?
enlace oculto

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