peregrine
MVPperegrine MVP
Thank you, Bleistivt and Vrijvlinder for letting me transfer ownership of my plugins to you both, You are the only two people I have given permission. over and out of here
Reactions
-
Re: how enable plugin but hide in side panel
if you remove this from the feedeq plugin it should fix things. $Sender->AddJsFile('http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js'); (View Post)1 -
Re: Internet Explorer 8 - Win 7 - 1024 x 768
I would also ask at vanillaforums.com since those are the people hosting you. if I am not confused by your web address. http://vanillaforums.com/ (View Post)1 -
Re: how enable plugin but hide in side panel
also you are loading multiple versions of jquery 1.9.x and 1.7.2 that would also be something to avoid. (View Post)1 -
Re: how enable plugin but hide in side panel
when you have issues. it is wise to use the most recent version of plugin and/or theme available. although it may not solve the problem. your bootstrap theme is older version. upgrade your version of… (View Post)1 -
Re: how enable plugin but hide in side panel
also it is better to write the programs this way in the Feedek js jQuery(document).ready(function($) { not this way... $(document).ready(function() { (View Post)1