• When I post my WP page link over at FaceBook…it brings up the entire location of the data (see below). I have tried so many setting changes – anyone have a fix? Thanks!
    I post my link: https://www.cole-collective.com/

    And FaceBook automatically does this:
    https://www.cole-collective.com
    ?#header{background:#3f3e3f url(/htdocs/wp-content/themes/layers/images/WesLogoAndPicFromCorrine.jpg) no-repeat; width:1260px;
    height:480px;} #headerTop{color:#FFFFFF;font-family:’century gothic’,’arial
    narrow’,arial,sans-serif;position:absolute;top:48px;left:30px;} #headerTop h1{display:inline;f

Viewing 9 replies - 1 through 9 (of 9 total)
  • That’s because there is CSS styling in your header.php file that isn’t wrapped in <style> tags.

    Thread Starter Cole-Collective

    (@cole-collective)

    Thank you so much…forgive my ignorance…but all I need to do is put
    <style> before and after the CSS for my header?
    Whoa…thanks!

    Thread Starter Cole-Collective

    (@cole-collective)

    Again…whoa..I just looked at the header.php editor…I would have no idea where the change needs to go…..

    Somewhere in your theme is the CSS code. From outside it looks like it is in the header.php file

    Where you see #header – you would insert <style> tag in front, and </style> at the end of the css.
    You may want to put the source on Pastebin so that specific advice can be provided.

    Thread Starter Cole-Collective

    (@cole-collective)

    Thanks for your help…went over to PasteBin and made an account…this is all new to me! I have a couple books on the topic…hopefully I can work thru it!

    Thread Starter Cole-Collective

    (@cole-collective)

    As an update to this problem: this code that pops up below my paste on FaceBook (noted above) isn’t even the code for the header I am currently using. It’s for an OLD pic and OLD theme that I USED to have! Go figure. So, I went and deleted those files in Network Solutions…yet it still does the same thing!

    You made an account at pastebin. Copy the contents of your header.php file from your theme and paste it on a page over there. Share the link to the page here and we might be able to help.

    Thread Starter Cole-Collective

    (@cole-collective)

    Thanks! I think I have accomplished this…BTW…is it obvious by now that bass players are challenged in the area of building web pages!?
    Here’s the page:
    https://pastebin.com/7J6BpQfH

    Thread Starter Cole-Collective

    (@cole-collective)

    Thanks! I think I have accomplished this…BTW…is it obvious by now that bass players are challenged in the area of building web pages!?
    Here’s the page:
    https://pastebin.com/7J6BpQfH

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘WP link on other site posts ALL CSS code’ is closed to new replies.