Plugin Author
Veda
(@vedathemes)
Hello @kennchin ,
Thanks for using DPT and giving your kind review.
Can you please inform the issue in a bit more detail? What specific dots are we talking about (Is it possible to share a page having this issue)? I will check the issue in detail and will certainly provide a solution.
Thanks,
My site is navis.cc
Dots on home page.
Thank you for prompt reply
Plugin Author
Veda
(@vedathemes)
Hi there,
You can try following solution,
1. Go to WordPress Dashboard > Appearance > Customizer
2. Look for “Additional CSS” field in the left sidebar. Click on it.
3. Copy and paste following CSS in the left field,
.display-post-types .flickity-button {
display: block !important;
}
.display-post-types .flickity-page-dots {
display: none !important;
}
4. Click on the “update” or “Publish” button on top of the left sidebar.
It should resolve the issue. Inform if any other help is required with the plugin.
Thanks,
It works, thank you for the CSS trick.
Hopefully you make this a permanent solution in your next update. There are no dots on desktop, laptop or tablet. I thought it’s a bug when dots appear on mobile phone/device.
Thanks again for your help.