alexondrums
Forum Replies Created
-
Forum: Plugins
In reply to: Photographer portfolio gallery pluginHi all, just wondered if anyone has any suggestions for the above?
Forum: Themes and Templates
In reply to: List bullets – class shows original and new styleThanks, I changed the li:before to a normal list-style, and managed to get my class to work!
Forum: Fixing WordPress
In reply to: PHPMyAdmin – importing MySQL errorThank you! I’ll give it a go.
Upon checking there are some differences:
source mysql – 5.1.55
dest mysql – 5.0.91source php – 5.2.17
dest php – 5.2.9Is there a way round this if the export method you suggest doesn’t work?
Forum: Fixing WordPress
In reply to: Form input field >> URL valueGot it sorted ended with this:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js" type="text/javascript"></script> <script> jQuery(document).ready(function($){ $('#loginform').submit(function(){ window.location = 'https://www.mydomain.com/'+$('#login').val(); return false; }); }); </script> <form id="loginform"> <input id="login" type="text"> <input id="logingo" type="submit" value="Submit" /> </form>
Forum: Fixing WordPress
In reply to: Form input field >> URL valueCould anyone familiar with this kind of thing lend a hand please? It would be great to get this working. Thanks!
Forum: Fixing WordPress
In reply to: Form input field >> URL valueI’ve done a little testing and looking around. I’ve put the above jquery in a file, and point my form action at the .js file.
When i submit, the broswer just displays the JQuery code on a page. Not sure if this is because I’ve not set up the form / JQuery correcly, or if it’s to do with my XAMPP setup. (doing all this on localhost)
In the JQuery, I’ve changed #buttonid to the forms submit button ID value, and #fieldid to the forms input field ID. Guessing this is right? I’ve not used Javascript for years, and I’m very rusty on forms and server side stuff…
Forum: Fixing WordPress
In reply to: Form input field >> URL valueExcellent, thank you – I’m rusty on this sort of thing so will have to read up on how I implement it – in the meantime if anyone can explain, I’ll check back soon! Thanks
Forum: Fixing WordPress
In reply to: How to Bypass a URL redirectI’d be most interested to figure out how this is done.
I’ve been looking to do much the same, however I can’t get my domain to redirect to another directory on my web host. When i try to redirect:
https://www.domain.com
to
https://www.domain.com/folder/the browser reports a loop problem…
I need to develop my site online, but don’t want people viewing it until it’s finished. However I would like a temporary page to display there until it’s ready.
Forum: Themes and Templates
In reply to: Nested list navigation not displaying in themesHi I’m still experiencing this problem, can anybody offer some help?
Thanks