Support Forum
Can you set something up so we can see this? If so...
Please PM credentials to both myself, to 'Mr Papa' and to 'Ike'. Please include in the PM a link to your site, a link to this thread and brief reminder of the problem. And one of us will take a look for you.
YELLOW
SWORDFISH
|
Before delving too deeply I notice that you are using a fully custom theme (at least I assume this is not a child theme in use). Can you tell me what version of Simple:Press you are running there and if, over the different upgrades, you have applied any of the CSS styling changes that have been recommended?
YELLOW
SWORDFISH
|
The main problem with a custom theme is that if we do need to make styling changes then custom themes do not get updated. This is why we moved to child themes as soon as were able as they are much easier to work with.
Could you perform a quick test for me please? That theme you are using looks like it is based on our original 'default' theme. You will almost certainly have a copy of this available. If so could you (a) ensure it is updated to the latest version and then (b) switch your site over to use it (c) clear your browser cache before trying it and then see if it resolves these issues....
YELLOW
SWORDFISH
|
First thing to do would be to read up on Creating a Child Theme, then next download the correct child theme framework from the store.
It's then a case of adding back in your changes, so for example if you've made changes to spFoot.php to remove stats, you will need to copy the entire spFoot.php template from the untouched Default themes templates folder to your child themes templates folder. You can then make the changes required. You can do the same for any other templates that you've made changes to.
CSS works differently, as if you need to add anything you just add it one custom rule at a time to your child themes stylesheet which will be loaded after the parent theme.
Hope that helps!
Good news! Child themes are always worth while..
As to the gap at the bottom, you should be able to fix it in your WordPress stylesheet by adding some padding to the bottom of your page, but if you're having trouble you can always add margin to the bottom of the forum container. Something like:
#spMainContainer { margin-bottom: 10px; }
In your child theme stylesheet should do the job. Of course you can always up the 10px to whatever value suits your needs.
1 Guest(s)