Viewing 15 replies - 1 through 15 (of 28 total)
  • Plugin Author toddhalfpenny

    (@toddhalfpenny)

    Hey webthisway,

    What you need is the following in your case. This is just down to the very explicit settings in your theme.

    #content .page .widgets_on_page ul li {list-style:none;background:none;}

    Remember if you like the widget and/or the support you get here then a nice 5* rating of the plugin would be nice ??

    Ta,
    Todd

    Thread Starter webthisway

    (@webthisway)

    Hi Todd,
    Thanks for the help with the fix. That did just what I needed. I’m confused as to why it was necessary and I have a very similar site that did not require that code to be added to the style sheet.

    Thanks again. I did rate the plugin. From your previous replys I knew you would be here to help.

    Plugin Author toddhalfpenny

    (@toddhalfpenny)

    Great news.

    As for the other site not needing this it’s all down to how explicit the CSS selectors are in the themes’s style.css file as to whether or not the fairly generic ones I’ve defined in the plugin are able to override them.

    Hello!

    After reading every single thread in this forum related to Widgets on Pages (LOVE IT, by the way. Thank you!) and trying every bit of code to remove the tenacious bullet, it just won’t go.

    These are the three pages where I’m using Widgets on Pages. Any ideas how to make that little bugger disappear for good?

    I’m using the Manifest theme (1.01-wpcom).

    THANK YOU, THANK YOU!

    https://www.wtfpinterest.com/a-few-words-about-this-site
    https://www.wtfpinterest.com/want-to-get-in-touch
    https://www.wtfpinterest.com/press

    Plugin Author toddhalfpenny

    (@toddhalfpenny)

    Ooooh… you were so close ??

    Just try this at the end of the style.css in place of what you already have.

    #core-content .widgets_on_page ul li {list-style:none;}

    Remember if you like the widget and/or the support you get here then a nice 5* rating of the plugin would be nice ??

    Thanks so much! But, darn it! Just tried and still no dice! Those bullets are trying to kill me. Any other solutions?

    And a 5 rating regardless of this silly bullet! Great plug-in – thanks so much!

    Plugin Author toddhalfpenny

    (@toddhalfpenny)

    I don’t see the bullets anymore… can you try refreshing a couple of times to make sure your browser brings down the new CSS?

    Lordy, I had to literally shut down, re-boot, re-install IE, re-boot again and then the cache cleared (what the heck?) so I could see the change – and now the dot is back but it’s a broswer issue I’m being told by our IT department (huh?) – I’m at work on a PC instead of home on a Mac – loads of fun…

    So, instead I looked at it on my Droid…AND, you have fixed the bullet. It is no more. I am eternally grateful! Accolades! Cookies! Party streamers! Cheers!

    THANK YOU ??

    Great plugin, thank you! 5* when my problem is solved ??

    I have a similar problem, but I only want to remove the first bullet in the list.

    I’ve inserted the “Custom Menu Widget” in the “Widgets on Pages” in the widget menu. Somehow I can’t remove the first bullet.

    Any solution?

    Example page: https://www.tg154.dk/behandlinger/broer/

    I found a way to deal with it. Just gave you 5* anyway…

    Plugin Author toddhalfpenny

    (@toddhalfpenny)

    Hey Optimator,

    Glad you found a way to style them as you wanted… and thanks for the 5* rating ??

    Hi Todd! This is just what I need but am unsure what to do to get rid of the bullet as well. here is a link to my style.css via pastebin

    https://pastebin.com/ECQ7UwKj

    Any assistance would be great!

    Josh

    Plugin Author toddhalfpenny

    (@toddhalfpenny)

    Hey spraguex,

    Thanks for the CSS link.

    Seems like you want to be overwriting line 2672… perhaps something like this might work for you?

    #wrapper .widgets_on_page ul li {list-style:none;background:none;}

    Can you give this a try and let me know how you get on? If it doesn’t work then a link to a live site would be really useful.

    Ta,
    Todd

    Ahh shoot sorry about that, I meant to send the live link. The code you sent worked great but now bullets won’t work for anything else… Here is the link to the one that works (sharing is caring)https://spraguefarm.com/portfolio/red-spotted-newt/#.UAxvwLSe7zI

    and here is a test page with no bullets in place where there should be.
    https://spraguefarm.com/bullet-test/

    Thanks again for your help, I really appreciate your time ??

    Plugin Author toddhalfpenny

    (@toddhalfpenny)

    Oh… sorry I wasn’t very clear.
    When I said overwriting I didn’t mean actually overwriting but I meant over-riding…. i.e. you want to keep line 2672 as it was but then add the extra CSS to the bottom of you style.css.

    Sorry for the confusion.
    Todd

Viewing 15 replies - 1 through 15 (of 28 total)
  • The topic ‘[Plugin: Widgets on Pages] Bullet won't go away’ is closed to new replies.