MrNiceGuy2
Forum Replies Created
-
Forum: Plugins
In reply to: [Firelight Lightbox] [Plugin: Easy FancyBox] Help?Oh no, I was talking about the xmlns=””, that was unneeded, but the fancybox still won’t center vertically.
Forum: Plugins
In reply to: [Firelight Lightbox] [Plugin: Easy FancyBox] Help?I took them out, whole site works fine, seems a little faster but it may just be my imagination.
Forum: Plugins
In reply to: [Firelight Lightbox] [Plugin: Easy FancyBox] Help?Also,
xmlns="https://www.w3.org/1999/xhtml" dir="ltr" lang="en-US"
Is that supposed to be there? Part of wordpress theming I believe, because I didn’t put it there, and I can see it in other wordpress themes. Is it necessary? Causing problems?
Forum: Plugins
In reply to: [Firelight Lightbox] [Plugin: Easy FancyBox] Help?I had no idea that was even being rendered. Yes, something strange is going on. I had an issue a while back where I was adding a container somewhere, but I forgot to close a style tag and the entire site tried to load as a style, it gave me a server error and I didn’t realize until the next day that the entire index page was a style, lol. After that day some odd things are going on in the site, pages duplicate themselves about 10 or so times and I have to backup, delete the site, and re-upload for it too work. It’s an issue in confliction with wordpress, and I’m not surprised fancybox loads, al it is is a javascrpt that tells an image to popup in a frame with a ice jaascript effect. Pretty simple actually, lightboxes are.
I’m currently working out the strange pre-head you’ve noticed. It must be recent, because I would notice that… hmmm
Anyway, try and focus on the lightbox positioning. Is there any way to simple have fancybox load the image 400px higher? Seems like a simple solution, might mess it up on other pages though, so I’ll do some other tests.
Forum: Plugins
In reply to: [Firelight Lightbox] [Plugin: Easy FancyBox] Help?Turn out, was a css problem on my side. Overflow for the container I was wrapping the image in was set to hide overflowing content, so the image was pushed up. However, now I was a similar problem, the image is too far down. About half of it is visible, but you’ve got to scroll down to see the rest, which is frustrating as hell.
take a look:
Click the thumbnail image halfway down the page.
Forum: Plugins
In reply to: [Firelight Lightbox] [Plugin: Easy FancyBox] Help?There’s a link. In my header.php I’m not calling google analytics twice, nor fancybox. And I’m not loading header in the footer at all or in index.php more then once. Not sure whats going on. Might be a plugin confliction.
Also, new update, The effect goes back in, but it doesn’t do the easing effect on the way out. SO it expands in a split second, but goes in with jquery in the easing effect.
ON the about page, click the image thumbnail, then scroll up to the top of the page to see the overlay and the fancybox, then click away fromt he image to see it ease back in.
Forum: Fixing WordPress
In reply to: Opening Login/Logout Widnow in a LightboxThen how would I get it to display “login” when logged out an d”logout” when I’m logged in? That’s the big problem. I’ve found how to make it open in a lightbox, but I still cannot apply the ability to show “login” one way and “logout” the other.
Forum: Fixing WordPress
In reply to: Opening Login/Logout Widnow in a LightboxI’ve had this post open for a month, any help?
Forum: Fixing WordPress
In reply to: Infinite Scrollingbump
Forum: Fixing WordPress
In reply to: Opening Login/Logout Widnow in a Lightboxbump
Forum: Fixing WordPress
In reply to: Opening Login/Logout Widnow in a LightboxI should also note that the idea is to have a login link when logged out, and a log out link. The only way I can see of achieving this is through php. What php can I write that can achieve this? or how can I edit existing php within wordpress so that it uses:
class="top_up" toptions=" type= iframe,"
Forum: Fixing WordPress
In reply to: Opening Login/Logout Widnow in a LightboxNope, that doesn’t work.
I need to open wp-login.php in a lightbox. I don’t see why I’d have to link the form directly since somewhere there is a link or redirect to
wp-login.php
.I’m using topup.
If I figure out how to do this I’ll surely have to make a plugin of it.
Forum: Fixing WordPress
In reply to: Opening Login/Logout Widnow in a LightboxWhere do I put the
class="top_up" toptions=" type= iframe,"
Woudl I write:
<a class="top_up" toptions=" type= iframe," href="<?php wp_login_form(); ?>">Login ??</a>
?
Forum: Fixing WordPress
In reply to: Transparent background not working in ALL BROWSERSwait, so I should put
style="background-color:transparent none"
in the opening <html> tag rather then the closing one?ALso, how can I remove the scrollbars?
Thanks SOOO much! ??Forum: Fixing WordPress
In reply to: Transparent background not working in ALL BROWSERSPLZ PLZ PLZ