Skip to:
Content
Pages
Categories
Search
Top
Bottom

Copy Link in Forum. WP logo inside


  • markleeuw
    Participant

    @markleeuw

    Hey Guys,

    Is it possible to remove the whiteness and wordpress logo if you copy paste a product into the forum section.?

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

  • Robin W
    Moderator

    @robin-w

    you’ll need to explain what exactly you are doing – ie what do you mean by ‘product’ and how are you copying it and pasting it


    markleeuw
    Participant

    @markleeuw

    So I have a forum and if I paste the link of a product from woopress inside the forum i see this.

    I want the white standard black and want to remove the worddpress logo.

    This is how i do it.


    Robin W
    Moderator

    @robin-w

    Easiest way is to change the display using css. Add these to your theme custom css

    remove logo by

    .wp-embed-footer {
    	display: none !important;
    }

    and change the background via

    .wp-embed {
    	background: #000 !important;
    }

    Robin W
    Moderator

    @robin-w

    you will also need to change the fonts as it is currently black, so also add these

    .wp-embed {
    	color: #fff !important;
    }

    and

    .wp-embed-heading a {
    	color: #fff !important;
    }

    markleeuw
    Participant

    @markleeuw

    This didn’t work.

    null

    It is still the same


    Robin W
    Moderator

    @robin-w

    you have warning triangles next to each, so it doesn’t like something.

    Try typing one rather than copy/paste and see if that makes a difference


    markleeuw
    Participant

    @markleeuw

    Hi,

    I typed it and it didnt work.


    Robin W
    Moderator

    @robin-w

    I’ve done some more digging…

    Wordpress uses an embed function to do this, which my simple css changes won’t alter

    There are 3 ways to overcome this, as pre this blog

    https://kinsta.com/knowledgebase/disable-embeds-wordpress/

    The first is a plugin, but that is an old one.

    I tested

    Disable Embeds

    and this worked fine.


    markleeuw
    Participant

    @markleeuw

    Hi,

    Yes the plugin stops the whole embed. But thats not want i want equally.

    I want to remove the logo below and the white background.

    I have asked the THeme owner about the codes and he said. The code doesnt work because there is nothing in those blocks.


    Robin W
    Moderator

    @robin-w

    this isn’t a bbpress thing – wordpress does this for comments, and bbpress just hooks to that.

    A quick google found this which shows you how to change the files.

    https://www.ostraining.com/blog/wordpress/embed-theming/

    sorry – writing a specific solution for you is beyond free help.


    markleeuw
    Participant

    @markleeuw

    How much would this costs me, i am prepared to pay to fix this?


    Robin W
    Moderator

    @robin-w

    contact me via my website

    http://www.rewweb.co.uk

Viewing 12 replies - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.