Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @slabadie,

    Thanks for your question! I see a contact widget on that url you provided. Is there somewhere else you wanted that to display?

    Could you provide a url where you’d like to see it?

    Thanks,
    David

    Thread Starter slabadie

    (@slabadie)

    Yes I need to have it displayed on the internal pages.

    Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi @slabadie,

    Thank you for your reply.

    I checked the internal pages of your site http://quantum.esu.edu/camps/ and found you have hid the Contact Information widget for all pages except the page having id 111 that is your home page. You have added the CSS code in your site to do this by using the Custom CSS plugin.

    To display it on all internal pages just remove the following code from your site which is added using the Custom CSS plugin.

    #text-3 {
    display: none;
    }

    Best Regards,
    WPMU DEV

    Thread Starter slabadie

    (@slabadie)

    I don’t see a custom CSS plugin in my dashboard.

    Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi @slabadie,

    It may be the custom CSS theme option of your theme, just remove the CSS code from there.

    If you don’t find it then alternatively you can overwrite it by adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin.

    http://wordpress.org/plugins/simple-custom-css

    #text-3 {
     display: block !important;
    }

    Regards,
    WPMU DEV

    Thread Starter slabadie

    (@slabadie)

    Never mind, I found it. Thanks again for your help.

    Out of all of the plugin support that is out there, you guys are the best.

    Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    You are most welcome, if I can be of any further assistance please don’t hesitate to ask 🙂

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Widget question’ is closed to new replies.