• Resolved KakauFiji

    (@kakaufiji)


    Todd,
    I am using WOP in conjunction with WP Shopping Cart and am unable to remove the WPSC title from my page. The issue is not regarding WPSC as I can run a clean ‘test’ WP site with only the WPSC installed and set in one of the sidebars with no problem. However, as the site that I’m working on has no sidebars (design issue), I’ve used WOP to add WPSC. The installed name of the WOP widget, “Shopping Cart” appears on my page and I am unable to get rid of it. Any ideas?

    https://www.ads-software.com/extend/plugins/widgets-on-pages/

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

    (@toddhalfpenny)

    Hey KakauFiji,

    This can probably be done with some simple CSS to display: none on the heading in the widget. Do you have a link I could take a look at?

    Thread Starter KakauFiji

    (@kakaufiji)

    Todd,
    Alas, I’m localhost at the moment during build. I’ve got a ‘hide’ with CSS running, but I’m also playing with the php setup, so I may resolve the issue that way. If you know of anything that may help along these lines, please let me know.
    Cheers.

    Plugin Author toddhalfpenny

    (@toddhalfpenny)

    Ah right… yes you can use the built in tools in Chrome/Firefox to help (just right click menu and “inspect element”).

    You will probably need to add something like the following;

    .widgets_on_page .widget-title {
    display: none;
    }

    Please let me know how you get on.

    Ta,
    Todd

    Thread Starter KakauFiji

    (@kakaufiji)

    Todd,

    Alas, adding the additional coding didn’t work. Running Firebug I found the offender, and gave me the opinion that it was being generated somewhere through Java and couldn’t trace it, so it must have been WPSC, whatever their guy said. End of the story, I’ve changed shopping carts and this newie is actually a tad more user friendly… effective? Guess I’ll have to wait until it’s all configured, but at least there isn’t any bloody ‘Shopping Cart’ being blasted across my page!!

    Thanks for the assist.

    Plugin Author toddhalfpenny

    (@toddhalfpenny)

    Glad you got it sorted… nice work!

    Todd

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Widgets on Pages] Removing Widget Title’ is closed to new replies.