1.Admin Panel/Page Problem and 2. other problems
-
Hi, was wondering a couple of things, hope you can help me.
1. I am unable to access the admin panel/page for this plugin. When I go to activate the plugin, there is no “settings” link, nor is there any sort of way to get to the admin page. When I try to navigate to admin.php, it says access denied (not that I expected that to work, but it was worth a shot). I am on the on 3.7.1 wordpress, and 1.1.3.1 wp-slimbox2. Is there anyway to get to the admin page to edit some of the available options?
2. My other problems are a little more problematic. First, I am in the process of redoing my website in wordpress (time consuming for me due to lack of php experience and not really knowing how to go about it). So right now, I have a website that is normal HTML/JS/jQuery/etc. and the blog is loaded into an iframe under a normal installation with an edited white paper theme (eww i know). When this is done, and I try to use slimbox, slimbox loads into the iframe which is often way lower on the screen. I tried to tell slimbox to load to window.parent.document but it was not working. ex: i edited slimbox2.js (it had the only mention of “body” other than under options in index.php) to this
function(){w('body', window.parent.document).append
But, this did not work, it still displays inside the iframe. Anyone know if I can get this version to display out of (or above) the iframe to get to the full browser until my conversion gets completed (if it ever gets completed) If I can get this to work, it would be greatly appreciated!
3. I was looking to change the opacity and color of the background overlay (css: lbOverlay). I edited every mention of the css, and went through each php, ended up editing index.php to this:
'overlayOpacity' => '0', 'overlayColor' => '#abc123',
but nothing worked. I went through every php and only saw black, #000, 000, etc. a few times and edited them all to reflect what i wanted, but was unsuccessful in my efforts
Thank you very much for time and consideration, any help would be greatly appreciated.
- The topic ‘1.Admin Panel/Page Problem and 2. other problems’ is closed to new replies.