• I upgraded to wp 4 yesterday I’m not sure if this is a problem that has happened with the update. I think it could be something else.
    the site is http://section6seeds.co.uk

    Any info would be much appreciated =]

    <div id=”main” data-scroll-offset=”88″>

    File not found.

    thats what it says in inspector =/

    EDIT: Also i dont think it is anything to do with the theme as i tried changing the theme and still got the file not found message

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi PeaHeaD,

    Good idea trying to change themes, that would have been my first try too! Have you tried disabling plugins? That would be the next most likely candidate. You could disable all plugins, and then turn them on one by one, or turn them off one by one. Either way, when that error message is affected, you’ve found the culprit.

    Also, I’m seeing the words “f****n glitch” before “file not found”. I’d be very tempted to search the code for that string. That would give you a starting point to trace where that code is called from.

    Thread Starter PeaHeaD

    (@peahead)

    thankyou for your reply and yeah ive tried disabling all the plugins and the same problem persists, and yeah i put that text in just now lmao.

    Im really not sure about this whole situation. when i use firebug or any inspector it just shows as text

    here is what i beleve the problem starts

    <div id=’wrap_all’>

    <?php
    if(!$blank) //blank templates dont display header nor footer
    {
    //fetch the template file that holds the main menu, located in includes/helper-menu-main.php
    get_template_part( ‘includes/helper’, ‘main-menu’ );

    } ?>

    <div id=’main’ data-scroll-offset='<?php echo avia_header_setting(‘header_scroll_offset’); ?>’>here is the glitch

    <?php do_action(‘ava_after_main_container’); ?>

    am i being blonde? and missing something obvious?

    The first thing I would do is comment out the do_action(‘ava_after_main_container’); function call. If the error goes away, that will confirm that the error is being generated by something using that hook.

    If it is, figure out what uses this hook.
    It will be call to add_action(‘ava_after_main_container’, ‘some_function_name’).

    Search your code base for ‘ava_after_main_container’ and see what comes up other than the do_action line you already reported.

    Thread Starter PeaHeaD

    (@peahead)

    wow ive just checked out another site i made.

    http://www.sbdpaving.co.uk

    it has the exact same issue. =/
    facepalm

    Since they seem to both use the same theme, I’d suggest contacting the theme developer here: http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226

    Maybe deleting the theme from your server and uploading a new copy.

    I did notice that your site was flagged as using an outdated Apache version vulnerable to security issues… you might want to contact your host and ask about that, although probably has nothing to do with your current situation.

    http://sitecheck.sucuri.net/results/section6seeds.co.uk/

    Hi Janet,

    OP says that changing themes didn’t solve the problem.

    Shawn

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘File not found – Below Header – Above main slider’ is closed to new replies.