arturito.net
Forum Replies Created
-
Thanks for your help!
Please ignore it. It is caused by SAVIOUR template. In the functions.js
the code has to be changed to the one below starting from line: 187.jQuery(“iframe”).each(function(){
var ifr_source = jQuery(this).attr(‘src’);
var wmode = “wmode=transparent”;
if(ifr_source.indexOf(‘?’) != -1) {
var getQString = ifr_source.split(‘?’);
var oldString = getQString[1];
var newString = getQString[0];
jQuery(this).attr(‘src’,newString+’?’+wmode+’&’+oldString);
}
else jQuery(this).attr(‘src’,ifr_source+’?’+wmode);
});Line 188
In
js/functions.js?ver=3.3.1I get :
Uncaught TypeError: Property ‘$’ of object [object DOMWindow] is not a function
I mean “prefix” instead of “suffix”.
Hi Vasyl,
First of all thanks for this brilliant plugin. I use it on almost all of my sites.However, I have similar problem on one of my sites. Before I found your plugin I used Role Scoper plugin and I tried to change things around.
After the installation of your plugin (didn’t ask me to create super admin) the blank page comes up when I click on Access Manager. All options are there but hidden with css.I removed all rows with suffix wp_wpaccess from the options table. On the activation of your plugin again these are recreated and the problem is still there.
Any idea what might cause that?