Viewing 12 replies - 1 through 12 (of 12 total)
  • You can use CSS and say display: none; on the widget header.

    Thread Starter foodobyte

    (@foodobyte)

    And where is the code for the widget header located for this plugin? thanks

    That all depends on your theme. The widget uses your theme’s widget header formatting. Do you have a link to your site so I can figure that out?

    Thread Starter foodobyte

    (@foodobyte)

    Oh I see! My website is https://www.foodobyte.com

    I wanted to remove ONLY the header of the Social Media Widget plugin, leaving everything else the same. thanks! ??

    yeeaaahhh.. I’m not sure that’s going to work since the header is outside of your widget wrappers.

    https://www.idontlikethisgame.com

    Notice how mine has a wrapper around each individual widget (SMW is in the footer)? Inside of that wrapper (#social-widget-3) is where my h3 tags so I would be able to remove the header by declaring

    #social-widget-3 .widget-title { display: none; }

    Unfortunately, your theme (it’s a very attractive and professional design, btw… I was very impressed) does not wrap each widget inside a separate wrapper so your h4 tags are just hanging out there with the actual sidebar as the parent. You’ll have to tweak your theme or use some jquery to remove it.

    Thread Starter foodobyte

    (@foodobyte)

    Aw man… thanks so much anyway! Still love your plugin!

    For what it’s worth, I think the header “Social Networks” looks really great. To be honest, without that there, I feel like your icons would look like they’re floating there for no reason.

    Thread Starter foodobyte

    (@foodobyte)

    Thanks! It was just that I was planning to add an urbanspoon badge (as a Jetpack Image w/ link) alongside your plugin but I didn’t want them to appear in two separate sections

    And please upgrade to 2.9.5 for some pretty important bug fixes (though it doesn’t appear any of your chosen icons were affected).

    Thread Starter foodobyte

    (@foodobyte)

    Will do! Thanks!

    Ohh I understand. Well, good luck with that. Sorry I couldn’t be more help. When I started up this widget, I had no idea how different the widget would react with so many different themes. Sometimes it gets pretty crazy!

    Thread Starter foodobyte

    (@foodobyte)

    Haha yeah, you can never predict it all! ??

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘[Plugin: Social Media Widget] Remove Header’ is closed to new replies.