Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1381724
    Adwin L
    Participant

    Hey All

    I’ve been having troubles with the Socail media

    Everytime we do a post, the logo on the site comes up blurry

    Here are some things that I tried

    – Yoast Plugin
    – Your instructions in Customizer

    Any chance you can have a look and see why this keeps happening?

    Thanks in advance for your help

    #1381725
    Adwin L
    Participant
    This reply has been marked as private.
    #1382123
    Friech
    Moderator

    Hi There,

    Thank you for writing in, but I can’t replicate the issue. Try debuging the URL that you want to share to scrape a new data.

    https://cards-dev.twitter.com/validator
    https://developers.facebook.com/tools/debug/

    Thanks.

    #1393586
    Adwin L
    Participant

    Hello This still did not work, but I got some instructions from the client

    https://github.com/bullhorn/career-portal/issues/78

    Since there is no Index.HTML file, where should we insert this code

    #1394124
    Christopher
    Moderator

    Hi there,

    Because this requires a template change, I’d advise that you setup a child theme. This allows you to make code changes that won’t be overwritten when an X update is released. After your child theme is setup, please review how we recommend making template changes in Customization Best Practices.

    Please add following code in your child theme’s functions.php file :

    add_action( 'wp_head', 'adding_scripts_to_head', 10 );
    
    function adding_scripts_to_head(){
       echo 'metatag-goes-here';
    }

    Replace metatag-goes-here with your own code.

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1381724 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>