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?