• Resolved Didi Kong

    (@didi-kong)


    Hello all

    I am just getting to grips with wordpress and using Layers 1.1.1 for my first website.

    Does anyone know the answer to the following questions regarding this theme:

    – How can I change the footer colour to be the same as the one in the header?

    – How can I delete the comment at the of the website below the footer saying: “WordPress powers Remote Assistants. Layers theme Designed by Jai Pandya.”?

    – How can I change the order of the menu on my homepage?

    – How can I delete the blogroll & categories on the side menu on the homepage which came with the installation? and the blog opyion which is on my menu?

    Sorry if these questions are basic.

Viewing 9 replies - 1 through 9 (of 9 total)
  • There are literally thousands of WordPress themes – which means that many people won’t be familiar with your particular theme. So a link to your site where people can see the theme might result in more responses.

    Thread Starter Didi Kong

    (@didi-kong)

    Here is a link to the site:

    http://remote-assistants.com

    1. That’s not the footer block. Looks to be a secondary menu location. edit style.css and look for:

    #secondary {
        background: url("images/secondaryBackground.png") repeat-x #7D5601;
        float: left;
        padding: 30px 0;
        width: 100%;
    }

    Remove background: url("images/secondaryBackground.png") repeat-x #7D5601;

    2. Edit the theme’s footer.php template file.

    3. Try setting up Page Order numbers on each of your Pages. Or consider creating a custom menu.

    4. Try adding an empty Text widget to your sidebar.

    5. To remove the Blog link, you will need to edit the relevant template file in your theme (header.php?) and delete the hardcoded link to Blog.

    Thread Starter Didi Kong

    (@didi-kong)

    Thanks will try all that.

    Thread Starter Didi Kong

    (@didi-kong)

    I don’t know which part of the code to delete to get rid of the blog in the header template php.

    Other than that, I have managed to do everything with your advice.

    Thanks.

    Drop a copy of the file into the WordPress pastebin and post the pastebin url here. Perhaps someone will be able to spot the problem and suggest a solution.

    Thread Starter Didi Kong

    (@didi-kong)

    If anyone can help here is the paste:

    http://pastebin.com/4aLFZeQJ

    Remove <li><a href="<?php echo get_option('home'); ?>/">Blog</a></li>

    Thread Starter Didi Kong

    (@didi-kong)

    Thank you.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Layers 1.1.1’ is closed to new replies.