• Resolved kingschild2016

    (@kingschild2016)


    [ Moderator note: moved to Fixing WordPress. Please do not use Developing With WordPress for these topics. ]

    Hi i need help with a plugin The Twitter profile

    i did make a post on the forum but since there is only 2 posts i doubt i will get any help or maybe even any views so… so im asking for help here, what i want to do is remove the information highlighted in this red box

    if it helps heres the plugins Editor, if you need just ask me what code to paste,

    keep in mind that half of these are empty, well not 100% empty but have this same code:

    <?php

    # Silence of gold.

    website : http://fungadgetworld.com

    thank you very much in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi
    You can hide that whole block of text and icons by adding below CSS code to your child theme CSS file

    .wpt-tp-content {
    display: none!important;
    }

    if the above not works try with that:

    .wpt-tp-content-wrap{
    display: none!important;
    }

    • This reply was modified 8 years, 12 months ago by Ilian.
    • This reply was modified 8 years, 12 months ago by Ilian.
    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    I’ve moved your topic deleted your duplicate. This isn’t a coding topic and doesn’t belong in Developing with WordPress. Please don’t use that sub-forum for this.

    The right place to post is here.

    https://ww.wp.xz.cn/support/plugin/the-twitter-profile/#new-post

    Thread Starter kingschild2016

    (@kingschild2016)

    duly noted, sorry for the inconvenience.

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

The topic ‘Help With A Widget Plugin’ is closed to new replies.