Forum replies created
Yes, i’m using 2.7.7.
Ive not tried firebug yet but something can’t be right if it’s missing the referenced files.
the code is in Functions.php
function alora_admin_scripts($hook) {
if( is_admin() && $hook == 'nav-menus.php' ) {
wp_enqueue_media();
wp_register_style('alora_megamenu', get_bloginfo('template_directory') . '/css/megamenu.css');
wp_enqueue_style('alora_megamenu');
wp_register_script('alora_megamenu', get_bloginfo('template_directory') . '/js/megamenu.js');
wp_enqueue_script('alora_megamenu');
}
}
and get_bloginfo(‘template_directory’) in general-template.php looks like it returns null;
i.e.
`case ‘template_directory’:
case ‘template_url’:
$output =;`
This is odd;
I had a de-activated plugin called “supreme shortcodes”. When i activate this the telephone number in the header (defined in Banner Code For Header #4) doesn’t flicker anymore, although there is a noticeable delay before it appears.
But i still have the problem of the blog(s) briefly appearing in horizontal format before switching to 3 column vertical in the links below.
http://46.183.9.78/category/testimonials/
http://46.183.9.78/category/research/
Is this a problem with the theme not handling category filtered blogs correctly?
Thanks
Unfortunately it didn’t work.
i’m going to have a play around with the fonts and see if that helps.
Imran
The site is hosted at;
It’s difficult to get a screenshot as the un-styled content only appears for a fraction of a second, but it’s very noticeable.
if you browse to my site using Chrome you will probably notice the telephone number and email (in the site header) change font on load. Also, go into the “research” section and you will briefly see the blog post appear in horizontal format.
Thanks for your help.