Support Forum

Resize text plug in – er how does it work

33 Answers

New Answer

YS Yellow Swordfish
Yellow Swordfish
Member

I had included support for the plugin in the Default theme but not the iForum theme. That has now been added. If it is not working for you could you try commenting out your code to see if it just has a problem being in two places at the same time?

CF Conrad_Farlow
Conrad_Farlow
Member

If by the support you’ve added in the theme you mean the single box top right with the 3 gradually increasing letter As then that works absolutely fine whether or not I have added the line

sp_FontResizer ( );

into the header or footer. However adding that line produces non functioning buttons since you added the support if that makes sense.

Conrad

YS Yellow Swordfish
Yellow Swordfish
Member

Probably just the one instance is valid.

CF Conrad_Farlow
Conrad_Farlow
Member

Looks that way, anyway as support for the plugin is now incorporated into the default and iForum theme I have no issues.

Might I suggest that you make it a little bigger though?

YS Yellow Swordfish
Yellow Swordfish
Member

That’s going to come down to your theme CSS. It is the one plugin so far that sits outside of the forum container.

LH Lee H
Lee H
Member

Yellow Swordfish said:

That’s going to come down to your theme CSS. It is the one plugin so far that sits outside of the forum container.

Agreed. I spotted a easy adjustment when I was over there Conrad. Remind me to share with you later.

TI tidusuper91
tidusuper91
Member

Want to put under your attention that Font Resizer Plugin breaks User Profile Interface. SP doesn’t load Profile informations…

MP Mr Papa
Mr Papa
Member

are you saying that if you use font resize plugin and increase or decrease the font size, the sp profile forms stop working??  I cannot duplicate that on multiple sites…  works here, for example…  have you tried here?  or are you saying just on your site?

TI tidusuper91
tidusuper91
Member

This happens on my site. If that plugin is installed in profile i don’t see the “loading wheel” for profile informations. Moreover i have problem even with TinyMCE Adv. Editor plugin so i suppose it’s my problem. Is there a way to “reinstall” simple press without deleting database records?

It seems that Javascript calls don’t work. You can see it here:

www.tuttingegneri.com/blog/forum

YS Yellow Swordfish
Yellow Swordfish
Member

that is not your problem which is your theme or plugin loading an old copy of jquery and loading a non-wp version from the google cdn. this also applies to the jquery ui library.

TI tidusuper91
tidusuper91
Member

So i should hardcode my theme to force it loading the newest version of Jquery?

I think i succeeded in changing jquery version loaded but things didn’t changed. Any suggestion?

MP Mr Papa
Mr Papa
Member

themes should just load the version of jquery that ships with wp…  or else plugins and core might not get the jquery expected…
no, jquery and jquery ui still being loaded from googleapis…

<script type=’text/javascript’ src=’https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js’></script>
<script type=’text/javascript’ src=’http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js’></script>