JerBurdett
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Javascript being naughtyBasically, you rock. I paid some dude on fiverr to write that snippet for me and obviously it didn’t turn out so well.
This is the code I ended up with, in case someone else want to have a jump to page text box:
<script type="text/javascript"> function redirect_to(){ var pathname = window.location.host; var s = document.getElementById('redirect_s').value; if(s == "") { alert('Please Enter the number in textbox'); } else{ location.replace( "/" + s) ; } } </script> <form method="post" action="javascript:redirect_to();"> <label class="assistive-text" for="s">Search</label> <input value="" id="redirect_s" class="field" placeholder="Jump to image #" name="redirect_s" type="text"> <input id="searchsubmit" class="submit" value="Search" name="submit" type="submit"> </form>Thanks again, Chandan!
Forum: Fixing WordPress
In reply to: Javascript being naughtyOh, also: http://www.onceuponasidewalk.com
Forum: Fixing WordPress
In reply to: Search returns posts based on file urlJust resurfacing.
Forum: Fixing WordPress
In reply to: How can i Sync My wordpress site with facebook page ?Go and download the Facebook plugin, it looks like it will walk you through everything, step by step.
Forum: Fixing WordPress
In reply to: How can i Sync My wordpress site with facebook page ?It looks like you are going to have to create a facebook app to link to a wp plugin in order to get this to work for you. Have you created a facebook app?
Forum: Fixing WordPress
In reply to: How can i Sync My wordpress site with facebook page ?I’ll toy around with it and see if I can figure out how it works.
Forum: Fixing WordPress
In reply to: How can i Sync My wordpress site with facebook page ?There are plugins that will do this for you.
Specifically: Facebook Page Publish. I haven’t tried it, but it sounds like it should do what you want.