Home Forums Total visit counts on home slider

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #9762
    Rurmeer
    Participant

    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!
    Rurmeer

    #9783
    Hash
    Keymaster

    Hi,

    Can you please show us in your website? We are not sure to which count you are referring to?

    Thanks

    #9789
    Rurmeer
    Participant

    Thanks 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 ever

    The visits are counted by plug in “Top 10”.

    Thanks

    #9792
    Hash
    Keymaster

    It 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;}

    #9811
    Rurmeer
    Participant

    Ok, 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.

    #9815
    Hash
    Keymaster

    Add this code just below the previous code.

    .ht-slide-cap-desc .tptn_counter{display:none;}

    #9843
    Rurmeer
    Participant

    Thanks for the code. It´s good working now.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.