- This topic has 6 replies, 2 voices, and was last updated 5 years, 11 months ago by Rurmeer.
- AuthorPosts
- January 6, 2019 at 9:53 pm #9762RurmeerParticipant
How can I erase counting of visits in “Home slider” as well as in “About us section”?
It does´nt count visits but shows all the time “(1 Besuche)”Thanks for a wonderful theme!
RurmeerJanuary 7, 2019 at 8:26 pm #9783HashKeymasterHi,
Can you please show us in your website? We are not sure to which count you are referring to?
Thanks
January 7, 2019 at 9:56 pm #9789RurmeerParticipantThanks for answering. This is the link
https://www.2punkt4.de/.on “Home Slider” “(1 Besuche)” is shown since Version 1.12.15.
on “About Us” since everThe visits are counted by plug in “Top 10”.
Thanks
January 7, 2019 at 11:45 pm #9792HashKeymasterIt seems to be displayed by some other plugin. You need to either deactivate the plugin or add custom CSS code to disable it. To disable it using custom CSS code, go to Appearance > Customize > Additional CSS and paste the below CSS code
.ht-section .tptn_counter{display:none;}
January 8, 2019 at 10:35 pm #9811RurmeerParticipantOk, CSS code is working in the About us Section, but not in the Home Slider. Again in Home Slider it´s shown since Version 1.12.15.
January 9, 2019 at 7:24 pm #9815HashKeymasterAdd this code just below the previous code.
.ht-slide-cap-desc .tptn_counter{display:none;}
January 10, 2019 at 10:22 pm #9843RurmeerParticipantThanks for the code. It´s good working now.
- AuthorPosts
- You must be logged in to reply to this topic.