• Resolved marbak

    (@marbak)


    I need a simple hit counter just to display number of hits and there is problem with simpliest of all!
    WP-Hit counter is showing vertical and not horizontal as it should be.
    Can you help me with that? Maybe there is some other similar plugin that will work but I just can’t find it.

    Thank you!

    http://www.zapisi-reportaze.com

    Edit> Well, now it wont work at all. When I try to update settings it shows error> Deprecated: Function split() is deprecated in /home/nbadovin/public_html/wp-content/plugins/wp-hit-counter/settings_wphcu.php on line 30

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter marbak

    (@marbak)

    I deleted WP-Hit counter cause of that error and instal another plugin called Mechanic Visitor Counter and it works but…still showing number of hits in vertical and NOT in horizontal at right sidebar widget! SO, it seems that Preference lite theme have some problem with that verticals, hmm.. because I had same problem with display of gallery albums thumbnails. They was showing vertical too untill you gave me code to put in style.css to fix that.

    Theme Author Styled Themes

    (@gejay)

    This css will align the images horizontally for the plugin you are currently using:

    #mvccount img {
        float: left;
    }
    Thread Starter marbak

    (@marbak)

    Thanks! It works just fine. 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WP-Hit counter showing vertical?!’ is closed to new replies.