• Resolved aaceuk

    (@aaceuk)


    Hi, I really like this plugin, I need a slider for custom post types and this *almost* meets my needs completely.

    What seems to be missing is an autoplay option. Is it possible to autoplay the slider? That would be an excellent addition. With choice of delay between slides. Might I be able to add this with some custom code?

    Also, there seems to be a bug with Taxonomies. If you use ‘Get items by Taxonomy’, the terms underneath show all terms in all taxonomies, not just the taxonomy you’ve selected.

    Thanks for a great plugin.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Veda

    (@vedathemes)

    Hi there,

    Thanks for trying DPT.

    1. Sure, I will include slider autoplay option in next update (scheduled by end of this week).

    2. I have checked again and it seems taxonomies and terms are working well. However, please inform what taxonomies you are using and if you are using custom taxonomies, how have you created them. I will check again with the information provided and make corrections if necessary.

    Thanks,

    Thread Starter aaceuk

    (@aaceuk)

    Hey, thanks for the reply, that’s great you’re including autoplay in your next update, thank you very much, I will keep a look out for that.

    Re the taxonomies and terms, I added them with the CPT UI plugin. I am using Elementor as the page builder, if that makes any difference? Your plugin works well with it, but the taxonomies seem to cause a problem. I have included a screenshot – image link below. It’s a custom post type, with a custom taxonomy, but the terms displayed underneath seem to be *all* the terms in WordPress, not just the ones from the selected taxonomy.

    View post on imgur.com

    Thanks for your help.

    Date is not showing

    At first: I am excited about DPT. Very well job.
    Problem: I chose “date” by settings, but i can’t see the date.
    As emergency solution i chose “meta” an disabled “dpt-author” via CSS.
    Now i can see the “Date”, but it starting with “point”.

    Plugin Author Veda

    (@vedathemes)

    Hi @creatory ,

    Use following css to remove the dot.

    .dpt-author + .dpt-date::before {
      display: none;
    }

    Please inform if any other help is required.

    Thanks,

    Thank you.
    I just used both codes, and it works like a charm.
    _________________________________________

    .dpt-author + .dpt-date::before {
    display: none;
    }
    .dpt-author {
    display: none;
    }

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Autoplay slider?’ is closed to new replies.