• Resolved Anonymous User 17976131

    (@anonymized-17976131)


    So I am baffled, especially because in the past I’ve used this plugin with no issues whatsoever.

    The contents of my colophon footer are:

                <div class="site-info">
                    <a href="https://www.ads-software.com/" class="imprint">Proudly powered by WordPress</a>
                </div>
    

    If I put that entire thing into the plugin, it removes the open and close div tags but leaves the imprint anchor.

    If I put just the imprint anchor into the plugin, it will not remove it. I’ve tried with varying combinations of whitespace/no whitespace, and I can’t figure it out. It’s the imprint anchor that I am trying to get rid of.

    At the moment, I’m hiding the entire colophon via CSS, so if someone wants to take a gander, they’ll have to view source.

    • This topic was modified 2 years, 11 months ago by Anonymous User 17976131.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @bixfrankonis,

    Can you please try the code below:
    <div class="site-info"><a href="https://www.ads-software.com/" class="imprint">Proudly powered by WordPress</a></div>

    Warmly,
    Mihaela

    Thread Starter Anonymous User 17976131

    (@anonymized-17976131)

    Hm. Nope. Very strange. I must have some plugin conflict somewhere.

    Can you please let me know what theme do you use? I will install it and try on my end as well.

    Thread Starter Anonymous User 17976131

    (@anonymized-17976131)

    Twenty Fifteen.

    Thread Starter Anonymous User 17976131

    (@anonymized-17976131)

    FWIW, the other plugin out there (Remove “Powered by WordPress”) also doesn’t remove the .imprint class anchor tag. So it’s got to be some sort of plugin conflict on my end, I’d think?

    ETA: Actually, I guess it does but it only does it through CSS.

    • This reply was modified 2 years, 11 months ago by Anonymous User 17976131.
    • This reply was modified 2 years, 11 months ago by Anonymous User 17976131.

    I just install that theme it on my end and it worked to remove the copyright text using this code:

    <div class="site-info">
    									<a href="https://www.ads-software.com/" class="imprint">
    				Proudly powered by WordPress			</a>
    		</div><!-- .site-info -->

    Warmly,
    Mihaela

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Removes some text but not other text’ is closed to new replies.