Tagged: x
-
AuthorPosts
-
February 22, 2017 at 1:04 pm #1381724
Adwin LParticipantHey 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 CustomizerAny chance you can have a look and see why this keeps happening?
Thanks in advance for your help
February 22, 2017 at 1:05 pm #1381725
Adwin LParticipantThis reply has been marked as private.February 22, 2017 at 7:04 pm #1382123
FriechModeratorHi 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.
March 3, 2017 at 11:59 am #1393586
Adwin LParticipantHello 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
March 3, 2017 at 11:23 pm #1394124
ChristopherModeratorHi 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-herewith your own code.Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1381724 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
