VesicP
Forum Replies Created
-
I got it solved. Turned out someone’s solution of putting an .ini file in the system to allow for larger file uploads was screwing everything up.
Forum: Themes and Templates
In reply to: My custom theme isn't displaying gallery photos in Explorer 8Thanks, I tried it, but not really sure about what happened.
Now in IE 8 , the compatibility view is shadowed out, but the compatibility list under that is available. Anyway, after adding the line, it still doesn’t show. BUT, if I refresh, the it does show.
I did clear cache, quit and restart with the same results. There is also the “error on page” which has these errors:
Message: Fatal error: Theme at https://vesic.com/wp-content/themes/VesicPhotography/galleria/src/themes/classic/galleria.classic.js could not load, check theme path.
Line: 3483
Char: 9
Code: 0
URI: https://vesic.com/wp-content/themes/VesicPhotography/galleria/src/galleria.js?ver=3.1.1Message: Fatal error: No theme found.
Line: 3483
Char: 9
Code: 0
URI: https://vesic.com/wp-content/themes/VesicPhotography/galleria/src/galleria.js?ver=3.1.1Perhaps I didn’t put the line you recommended in the right place? I put it here:
starting at the top with the first line:
<?php
/**
* @package WordPress
* @subpackage Nix Theme Framework
*/
?>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”https://www.w3.org/1999/xhtml” <?php language_attributes(); ?>>
<head profile=”https://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
<meta http-equiv=”X-UA-Compatible” content=”IE=EmulateIE7″ />
<title><?php wp_title(‘«’, true, ‘right’); ?> <?php bloginfo(‘name’); ?></title>Thanks for the help!