Widget shows a point
-
Hi, I’m rebuilding a client’s site in a subdomain, in the shop section, in the sidebar I have inserted some widgets, before each widget it shows a dot, analyzing with inspecting I see the ::marker
Do you know how to hide it, remove it or something?
The page I need help with: [log in to see the link]
-
you can start to narrow down the source of the issue by installing Health Check plugin and using troubleshooting mode deactivate theme and plugins.
looks like the area might be related to Elementor plugin. request guidance from the team most familiar – use the following link – https://wordpress.org/support/plugin/elementor/
So is this a problem generated by Elementor?
It’s a safe guess, but the only way to be sure is by ruling out your theme and the rest of your plugins.
Please attempt to deactivate all plugins and switch to the default Twenty Twenty-Four theme. If the problem goes away, re-activate them one by one to identify the source of the problem.
If you can install plugins, install Health Check. On the troubleshooting tab, you can click the button to deactivate all plugins and change the theme for you while you’re still logged in without affecting normal visitors to your site.
This is less a problem with any plugin, more a question of HOW you have integrated these widgets there? How did you insert them into Elementor? Background to the question: the HTML code output by the Elementor widget is not valid – Elementor does not normally generate something like this by itself. Due to this faulty code, there is no style for the list items, so the browser standard for list items is displayed here.
The solution would actually be to insert these widgets correctly with valid HTML code. To clarify how you can do this, I would need to know the answer to the above question.
The theme used is Hello, with Elementor Pro. The widget selection in appearance did not appear, reading in the Elementor blog you need to add a string of code in fuction.php:
if (function_exists(“register_sidebar”)) {
register_sidebar();Then when I inserted the sidebar on the shop page I noticed the dot, I hope I was clear
In that case, I recommend asking at https://wordpress.org/support/theme/hello-elementor/ so the theme’s designers and support community can help you with this.
The widget selection in appearance did not appear
Sounds more like a bug in Elementor Pro. I would recommend their support here: https://elementor.com/support/
The topic ‘Widget shows a point’ is closed to new replies.