Support » Plugin: WordPress Popular Posts » Popular Post Widget encroaching onto widget below it

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

    (@hcabrera)

    Hi, lizzydo!

    Try the following:

    1. Go to Plugins > Editor and select WordPress Popular Posts.
    2. Click on wordpress-popular-posts/style/wpp.css to edit plugin’s stylesheet.
    3. Find:
      .wpp-list li { /* LI - post container */
      	/*display:inline-block;*/ /* <-- uncommenting this line is recommended when using post thumbnails */
      	float:none;
      	clear:left;
      }

      … and change it to:

      .wpp-list li { /* LI - post container */
      	display:inline-block; /* <-- uncommenting this line is recommended when using post thumbnails */
      	float:none;
      	clear:left;
      }

    4. Hit the Update file button to save changes.

    Note that any changes you make to WPP’s stylesheet will be lost every time you upgrade the plugin since the wpp.css file will be overwritten. You can prevent this by copying the wpp.css file into your theme’s folder (wp-content/themes/YOUR-THEME-FOLDER).

    Let me know if you need further help!

    ipexmedia

    (@synergeticcorp)

    I thought I was also having this problem. I’m going to downgrade to previous version until this issue is fixed.

    Plugin Author Hector Cabrera

    (@hcabrera)

    Hi Ipex Media,

    The solution is posted right above your answer. If it doesn’t work, please post your site’s URL so I can take a look.

    Plugin Author Hector Cabrera

    (@hcabrera)

    Since it’s been a week since OP last replied, I’m assuming the above suggestion did fix the issue so I’m marking this as resolved.

    @lizzydo if the problem still persists and you need further assistance, please feel free to change the status of this topic to unresolved and leave a reply.

    Thread Starter lizzydo

    (@lizzydo)

    I searched for the above code in the style sheet, but it wasn’t there, therefore I couldn’t change it. I’m not sure if it’s been changed with the latest updates. Thanks for any help!

    Thread Starter lizzydo

    (@lizzydo)

    Plugin Author Hector Cabrera

    (@hcabrera)

    You should find the stylesheet at wp-content/plugins/wordpress-popular-posts/style/wpp.css. You can also add that code to your theme’s stylesheet and the effect should be the same.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Popular Post Widget encroaching onto widget below it’ is closed to new replies.