CSS conflict causing stray dot/loading animation issue
-
Hello,
I’m using your plugin to display post views on my website and I’ve noticed a formatting issue on my blog posts and custom post types (scenic_spot, itinerary).
The post views display correctly with the icon and number, but a small dot appears on a separate line below it.
Upon inspecting the page with my browser’s developer tools, it seems this dot is related to the plugin’s dynamic loading feature. The loading animation’s
::afterpseudo-element, which creates a spinner, appears to be causing this alignment problem, or is visible before the count is fully loaded. The HTML is structured like this:<span class="post-views entry-meta">...</span>I’ve tried adding custom CSS to hide the dot, but it hasn’t resolved the issue.
Could you please provide a solution to either:
- Disable the dynamic loading/AJAX feature to prevent the spinner from appearing.
- Provide the correct CSS code to completely hide the
::afterpseudo-element and fix the alignment.
Thank you for your help.
The page I need help with: [log in to see the link]
The topic ‘CSS conflict causing stray dot/loading animation issue’ is closed to new replies.