Help with altering homepage, wordpress.

by 14 replies
16
I need to alter a very small part of the html for my homepage as there is an error which means that something is not displaying correctly. When I use dev tools to look at the code for my homepage, I can pinpoint exactly what needs to be altered in order to get this working. Problem is, I have looked in every single template file and the code I am looking at when I use dev tools is not present anywhere

This maybe a noob question, but its got me baffled.

Ideas?
#website design #altering #homepage #wordpress
  • If you give us the url, someone might be able to help.
    • [1] reply
    • ok, its kevindavisondesign.com
  • Now that you have shown us the site, you need to give out the secret: What do you want to change?

    By the way, the site is showing as kevindavisondesign.com but you are listing www.kevindavisondesign.com in the footer, it's best to be consistent.
    • [1] reply
    • In the block of 3 images just below the footer, the first image is not showing in the circular container. This was inserted using the theme options, and the other 2 are working fine.

      What do you mean about the web address in the footer? Is that closely related to SEO? Before anybody starts flaming me, all of the work within this business is being done by 2 web designers who are coming on board in 2 weeks, just wanted to get a head start and learn a little while I go.
      • [1] reply
  • I'm not sure why your quote is different from robins post but it looks like they are referring to your site URL in the address bar as not using www while at the bottom it's listed with the www appended. it can cause confusion in cookies and such in addition to it just not being consistently displayed. You might just want to leave the coding to... nevermind. Yer business... but so far as clarifying what robin meant hopefully ya follow that.

    It shouldn't affect your SEO at all.
    • [1] reply
    • You say 'they' are reffering to my site in the address bar as not using www. Who are 'they'?
  • Change the <i class="icon-laptop-alt"> in your source code to <i class="icon-laptop". As simple as that. By the way, if you are going to offer web development service, you must know to handle much more complicated issues or have someone to help. You might also want a better design for your website to impress clients.
    • [1] reply
    • Did u even read the post? I know what to alter, I am asking where the source code for my homepage is located within wordpress because it is not in ANY of the template files. And I think I made it clear that 2 web designers are coming in board in a few weeks...
  • Hi kevd10,

    You could use a freebie app like Notepad++ and do a directory search (Find in Files on n++) for 'icon-laptop-alt'. That should give you the file and location you are after.

    Hope this helps.

    Paul
    • [1] reply
    • What exactly do I need to open in n++ to search for this?
  • Things that you need to do:

    * Check WP theme structure and template file structure
    * Learn how codes can be added via function files

    Any piece of code on homepage can be in the index file, a separate content file, frontpage template, page template or even function files.
    • [1] reply
    • But like I said, when I look at my homepage through dev tools, NONE of the html code I see is in ANY of the template files.
      • [1] reply

Next Topics on Trending Feed

  • 16

    I need to alter a very small part of the html for my homepage as there is an error which means that something is not displaying correctly. When I use dev tools to look at the code for my homepage, I can pinpoint exactly what needs to be altered in order to get this working. Problem is, I have looked in every single template file and the code I am looking at when I use dev tools is not present anywhere This maybe a noob question, but its got me baffled.