• Resolved FAiZaN08

    (@faizan08)


    Hi Author,

    First of all i would to thank you for this awesome plugin.
    Everything is working fine but when i make some changes in wpp.css nothing happens, i even tried to change the code to grid but nothing happened. Please let me know what’s problem. I’m using W3TC but i checked by disabling it nothing happened.

    https://wordpress.org/plugins/wordpress-popular-posts/

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Hector Cabrera

    (@hcabrera)

    Hi there,

    Can’t tell for sure without looking at your site directly. Chances are that your theme’s stylesheet is overriding your custom styles, but again I’d need to check to be sure.

    Thread Starter FAiZaN08

    (@faizan08)

    Here’s my site, mkvcage.com

    Plugin Author Hector Cabrera

    (@hcabrera)

    Alright, do any of the following:

    • Turn off W3TC’s CSS Minify option, and then clear both W3TC’s and your browser’s cache afterwards.
    • Include your custom CSS into your theme’s stylesheet, and then clear both W3TC’s and your browser’s cache afterwards.
    Thread Starter FAiZaN08

    (@faizan08)

    Didn’t get your 2 point but i have turned off W3TC’ss Minify and cleared the cache but it’s still the same. I have applied this code to make it look in grid but nothing happened (http://wordpress.org/support/topic/grid-thumbnails-1?replies=2)

    Plugin Author Hector Cabrera

    (@hcabrera)

    Ah, I see. Isabel (the OP of the other topic you linked to) is displaying only thumbnails while you’re using a different HTML layout, hence that CSS code I posted for her won’t work for you.

    Thread Starter FAiZaN08

    (@faizan08)

    Ok, i changed this code:

    .wpp-thumbnail {
                            border: none
    			display:inline;
    			float:left;
    			margin:0 5px 0 0;
    		}

    And this one:

    .post-stats {
    			display:block;
    			font-size:9px;
    			font-weight:bold;
    		}

    Nothing’s happening πŸ™ Strange

    Thread Starter FAiZaN08

    (@faizan08)

    It’s working fine now, i have added !Important then it worked and can you tell me how can i change it make it look in grid like Isabel.

    Thanks for your kind support, Hector. πŸ™‚

    Plugin Author Hector Cabrera

    (@hcabrera)

    Just gave it a shot and gotta say that a grid won’t look good in your case. The boxes won’t have the same height and will misalign because of the variable text (see this screenshot).

    If you still want to maintain the texts, one soultion would be to set e fixed height on these boxes but then you’d have to make sure to keep them short.

    Thread Starter FAiZaN08

    (@faizan08)

    Can’t we remove text by using text-indent? Can’t you make it look like this (http://i.imgur.com/KqJfQQ0.jpg)?

    Plugin Author Hector Cabrera

    (@hcabrera)

    Hi there,

    Sorry for the late reply, it’s been a busy week for me.

    Can’t we remove text by using text-indent?

    Yes, you could do that. Or you just remove those elements from the HTML markup. To do so:

    1. Go to the Widgets screen and in WordPress Popular Posts enable the Custom HTML Markup.
    2. Set Post HTML markup to <li>{thumb}</li>
    3. Save changes.

    Then, change the size of the thumbnails to your liking. You might needto adjust the CSS as well.

    Thread Starter FAiZaN08

    (@faizan08)

    Np, i am fine with current look. Well, thanks for your help, Hector πŸ™‚

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘CSS not working.’ is closed to new replies.