• Resolved VisTech Admin

    (@vistech-admin)


    I’ve run into a few problems that aren’t huge but are big enough to look unprofessional on a company site. The first problem is that starting today, theres been a small gap just above the header picture that shows a fraction of the background image and to the very left above the header image are the words “page contents” that I can’t seem to get rid of. I want to both close this gap and get rid of the words.

    Second problem. When on my site, instead of the company name being written in the tab, there’re the words “My title” written inside of it instead, whether it’s Chrome, Safari, Firefox and so on, I can’t figure out how this has happened.

    Both these problems showed up sometime today.

    Thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter VisTech Admin

    (@vistech-admin)

    NOTE: I have resolved the issues. For those who run into this problem here’s a solution. Go to Appearance>Editor>header.php – and locate the word “my title” or whatever it is showing up. You should see code like this:

    <html <?php language_attributes(); ?>>
    <head>
    <html>
    <head>
    <title> My title </title>
    </head>
    <body>
    page contents
    </body>
    </html>

    Just change where is says “My title” and get rid of “page contents” and it should work!

    Do not edit the theme itself. First create a child theme for your changes. Or install a custom CSS plugin.

    Thread Starter VisTech Admin

    (@vistech-admin)

    Thanks for the tip. I always make sure I have the code I’ve changed in a folder with the location incase something does happen anyway. Thanks for the input though! Will look into this child theme method. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘The words "page contents" show up & "My title" issue’ is closed to new replies.