Support Forum

"Reply" button not working

AL a_creative_life
a_creative_life
Member

I installed the latest version of S:P a few weeks ago, and only just realized that I needed the additional S:P plugins to regain WYSIWYG functionality, images, etc.

 

Okay, no problem — I paid my $99 and followed the instructions to install the plugins I wanted. However, the reply function does not seem to work anymore. When I click (or even mouse over) the “Add Reply” button, all I get is a javascript:void(null) at the bottom of my browser window.

 

??? Am I missing something?

 

Thanks for any help you can offer. My poor members are kinda frozen until this reply issue is solved. 🙁

8 Answers

New Answer

AL a_creative_life
a_creative_life
Member

Seems to be all fixed now! I updated the default theme — apparently that was the problem!

 

Thank you for your help!

 

I do have a question, though: how do I increase the default font size? Is that with the font size plugin, or do I have to use CSS for that, or..?

 

Thanks!

YS Yellow Swordfish
Yellow Swordfish
Member

Odd but good news.
if you are using the default theme then you need to edit the overlay file that you are using. You can do this with the theme editor.
In the top block you will find the entry $mainFontSize which is set to 100%. You can increase the percentage and this will globally up the font size on the forum.
As always we recommend that you create your own SP theme so that any customisation is not lost during a future update. (http://codex.simple-press.com/codex/themes/theme-basics/creating-a-theme/)

AL a_creative_life
a_creative_life
Member

Thanks for the info! Question: what do you mean by “in the top block”? Would that be in the default.php file (assuming I’m using the default theme — which I gather from the codex would be mythemename.php if I make my own theme)?

 

The only instance of $mainFontSize that I can find is here (inside default.php):

 

#spMainContainer {
    color: <?php echo($mainBackGroundColor); ?>;
    background: <?php echo($mainBackGround); ?>;
    border: <?php echo($mainBackGroundBorder); ?>;
    font-family: <?php echo($mainFontFamily); ?>;
    font-size: <?php echo($mainFontSize); ?>;
    line-height: <?php echo($mainLineHeight); ?>;
    <?php echo($smallRadius); ?>
    padding: 1px;
}

 

I don’t see where this is set to 100%.

 

??

 

Thanks!

AL a_creative_life
a_creative_life
Member

Never mind — I found it! As you wrote (but I missed), it was the overlay php file that needed to be edited. 🙂

 

Thank you!

BR Brandon
Brandon
Member

You would change that in whichever overlay file you are using with your theme. The red one, blue one, silver one, etc.

AL a_creative_life
a_creative_life
Member

Thanks, Brandon — yes, I got it to work. 🙂