Viewing 4 replies - 1 through 4 (of 4 total)
  • with so many validation errors, it could be anything.
    try and fix these errors and see if it solves the problem.

    Thread Starter Justas

    (@nojus)

    Dump question: where I can fix these errors? For example, it’s written line 10, so in which file I should fix line 10? index.php, style.cc or in which one? I can’t find

    Yep, Nojus. Now comes the hard work. Make a safe copy of your theme files first, in case anything goes wrong.
    Next:
    Not in your style.css but in the several php files in your theme directory.
    Start looking at index.php It generates the frontpage (in most themes, sometimes called home.php).
    But not all the errors are in there itself, because it starts with <?php get_header(); ?> so it includes header.php in the end result. So line 10 is probably line 10 in header.php etc.

    Your “jumping” right-sidebar (=sidebar2) probably has to do with opening <div> and closing </div> statements not all being in the right places. This also cannot be seen in one file, because the first one opens in header.php and the last one closes in footer.php

    The only option I know is to work through all errors from top to bottom.

    Thread Starter Justas

    (@nojus)

    It was a problem with opening <div> and closing </div>. Thanks henkholland 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘sidebar2 from right side goes down on main page’ is closed to new replies.