• Resolved cmnthrds

    (@cmnthrds)


    How do I remove the post title when using the widget in my sidebar? I just want the image shown.

    Kinda figured it out by using the html options, but in order to create the space, I just listed another <li> line with a BR tag. Is there a better way to do this?

    • This topic was modified 7 years, 9 months ago by cmnthrds.
    • This topic was modified 7 years, 9 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter cmnthrds

    (@cmnthrds)

    Figured out how to remove the title, but now need to add space between the images.

    Plugin Author Hector Cabrera

    (@hcabrera)

    Hey there,

    It seems you’re using another popular posts plugin so I’m marking this as resolved.

    Also, please use the code button to wrap code, otherwise the forum gets all messed up (I wish the WordPress team would fix this already…)

    Thread Starter cmnthrds

    (@cmnthrds)

    Actually I was using another plug in and switched to this one. The other is still active but yours is the one I’m using as a widget in my sidebar.

    Sorry about the code. I’ll kepe that in mind next time.

    Plugin Author Hector Cabrera

    (@hcabrera)

    Really? But I don’t see WPP on your site’s sidebar. The one I’m seeing right now is the Top 10 widget (under “What everyone’s reading”, right?)

    Thread Starter cmnthrds

    (@cmnthrds)

    Yes. I replace it this morning and i just checked my widgets. The one in my widget list is the wpp plug in.

    Plugin Author Hector Cabrera

    (@hcabrera)

    Are you using a caching plugin by any chance? If so, you may need to flush its cache so changes are reflected on your site. Right now I still see the Top 10 widget 😛

    Thread Starter cmnthrds

    (@cmnthrds)

    I just deactivated the other.

    Plugin Author Hector Cabrera

    (@hcabrera)

    I really want to help you out with this but for some reason I’m still seeing the Top 10 widget on your sidebar: https://prnt.sc/kn5qpe.

    Thread Starter cmnthrds

    (@cmnthrds)

    sorry. I was on my phone and didn’t have the options to clear the cache easily. I think it’s cleared now.

    This is what I see. http://www.whatihavelearnedteaching.com/wp-content/uploads/2018/08/Screen-Shot-2018-08-26-at-3.30.26-PM.png

    I was using the old plug in and switched because I kept having issues with it.

    I think I have this one set up correctly, but kinda invented the spacing between the images. It does the job.

    • This reply was modified 7 years, 9 months ago by cmnthrds.
    Plugin Author Hector Cabrera

    (@hcabrera)

    Yep, that did the trick! Now I can see the WPP widget.

    It seems however that you already managed to add some space between the images so there’s nothing left for me to help you out with unless you have another question?

    Plugin Author Hector Cabrera

    (@hcabrera)

    Kinda figured it out by using the html options, but in order to create the space, I just listed another <li> line with a BR tag. Is there a better way to do this?

    There is!

    1. Go to Appearance > Customize.
    2. Under Additional CSS Rules, add the following:
      .wpp-list li {
          margin-bottom: 15px; /* adjust this value to your liking */
      }
    3. Click on the Publish button at the top to apply changes.

    You may need to flush your caching plugin’s cache again to view this change.

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

The topic ‘Remove Post Title from Widget’ is closed to new replies.