Found something here.
I used a custom page template for the forum page cause I wanted to be wider. Obvisously (no php knowledge here) I’ve done something wrong, I changed that and the font resizer works now!
The template I was using.
<?php
/**
Template Name: Page with background only
*/
?>
<?php
/**
* @package WordPress
* @subpackage MagUp_Theme
*/
get_header(); ?>
<?php get_header();?>
<div id="fullwidth">
</div>
<html>
<head>
<link rel="stylesheet" href="<?php bloginfo(‘stylesheet_url’); ?>" type="text/css" media="screen" />
<style type="text/css">
body { background-color: #000000; background-image: url(‘***’); background-size:100% 100%; background-position: top center; background-attachment: scroll; }
#page-content { width: 100%; margin: 20px auto; }
#page-content p { font-size: 1em; font-family: Georgia; line-height: 1.5em; text-align: justify; }
</style>
<title><?php wp_title( ‘|’, true, ‘right’ ); bloginfo(‘name’); ?></title>
<?php wp_head(); ?>
</problem-with-post-edit-buttonead>
<body>
<?php while (have_posts()) : the_post(); ?>
<div id="page-content">
<?php the_content(); endwhile; ?>
</div>
</body>
</problem-with-post-edit-buttontml
Can you tell me if you still get the same js error from the theme?
As for the second part of my question, where can I find and change the default font size of the forum? Is it in the site’s theme css or in the forum’s theme css (eg I use shades of grey theme).
Thanks a lot.
Alex M.