schaefermic
Forum Replies Created
-
you can just insert the jquery itself, which is very easy.
all the plugin was doing was inserting 3 lines into your header, nothing fancy or codey.
https://www.appelsiini.net/projects/lazyload
once you download the files from there just insert this into your header, using your own location for the lazyload.js and the grey.gif (or whichever image you choose):
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript" charset="utf-8"></script> <script src="jquery.lazyload.js" type="text/javascript" charset="utf-8"></script> <script type="text/javascript" charset="utf-8"> $(function() { $("img").lazyload({ placeholder : "grey.gif", effect : "fadeIn", threshold : 0 }); }); </script>
Forum: Fixing WordPress
In reply to: New template pages render blank in IE and Safariahhhh, i should’ve validated. i figured it out. besides the <head> screw up (good tip, thanks),it was actually a screw up in the post, not the template. It was a mixture of a facebook embed’s messed up comment, and a non properly closed <p>… sheesh, THANKS!
Forum: Fixing WordPress
In reply to: Safari 4 Sees Blank Pages on New Changes in WordPress 2.8is there any fix on this? this is happening to me, and i can’t create any new pages without this happening! (old pages are fine though)
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] imagebrowser, links to single imagesdoes anyone know if this is possible?
Forum: Fixing WordPress
In reply to: Sticky (non home) Page in Wp_Page_Menu?ahhhh that did it!
thanks so much! you’ve been very helpful!
Forum: Fixing WordPress
In reply to: Sticky (non home) Page in Wp_Page_Menu?ahhh, that seems like the right direction, but when i tried that it displayed nothing?
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Get Gallery Description for Image BrowserIs it possible for me to use the gallery description? Or can i only display the alt text from the image?
Forum: Fixing WordPress
In reply to: Reverse sort order of wp_page_menuAhhh, that’ll do it!
DESC got it to start with the newest.
Thanks SO much!
Forum: Fixing WordPress
In reply to: Reverse sort order of wp_page_menuanyone know if there is a fix for this?
Forum: Plugins
In reply to: Shortcode Within ShortcodeAnyone have an idea how to use these two shortcodes within each other?
Forum: Plugins
In reply to: NextGEN Gallery – List Gallery Namesanyone have an idea how to do this? thanks!
Forum: Fixing WordPress
In reply to: Moving WordPress to Root Uses Old Template FIlesyep! that did the trick! THANK YOU! any idea why that happened, and how to avoid it? this has happened to me on a few sites.
Forum: Fixing WordPress
In reply to: Moving WordPress to Root Uses Old Template FIlescan anyone else help me with this matter? any suggestions? thanks.
Forum: Fixing WordPress
In reply to: Moving WordPress to Root Uses Old Template FIlesas ive explained, ive followed every one of those steps.
im sorry, but simply sending me the tutorial (that i used in the first place), is not very helpful at all. And yes, I Know having a problem is not a good idea, thats why im asking for help to remedy this issue.
i have:
1. backed up everything.
2. Changed the URI’s in Settings.
3. Moved my core files over to the root. (yes while leaving the other files in tact, as a backup).
If i try to delete the backups in the /site/ folder, the whole website goes down.
Forum: Fixing WordPress
In reply to: Moving WordPress to Root Uses Old Template FIleshow do i stick with one install when im switching to the root? i’m not sure what i did wrong.