Bob
-
Getting posts from different categories on different pages
Hmm.. could be an option, but I have a menu that is dynamically made by Wordpress and I don't know if (or how) it can include categories as menu items. Anyway, I figured it would be easier to create templates for each page... each template wit…
-
Getting posts from different categories on different pages
Of course I have those pages, but now I need to display the posts belonging to that certain category on those pages.
-
Member administration
Well, I was thinking of using phpmyadmin as it indeed works with the DB directly, but my colleagues unfortunately won't have much knowledge of using that. So in that way, an easy gui like ms access has would be better. Also I think it would be …
-
HTML email help.
You could just use the php mail() function, which allows the user to write a message in the browser and send it from there, instead of firing up the email client.
-
[SOLVED] jQuery not working at all!
Yeah actually I didn't put anything in my custom.js file, I had it right in my html document but forgot to paste it in my above posts.. For some reason though, it is working now! I have no idea how or why that happened, I don't believe I …
-
[SOLVED] jQuery not working at all!
Ofcourse, you're right. I took this example from the jquery website but for me it does't work: Click here This is the paragraph to end all paragraphs. You should feel lucky to have seen such a paragraph in your life. …
-
[SOLVED] jQuery not working at all!
And last part: found@flexomat.com 84939 941-964-7004 $3916.83 240.145.198.78 http://www.fish.org
-
[SOLVED] jQuery not working at all!
Second part: jQuery Tablekit Email Id Phone Total Ip Url Time ISO Date UK Date devo@flexomat.com 66672 941-964-8535 $2482.79 172.78.200.124 http://gmail.com
-
[SOLVED] jQuery not working at all!
First part: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> http://www.w3.org/1999/xhtml"> jQuery Starterkit jQuery Starterkit This page contains code to test the examples. Most of it is only relevant for a…
-
[SOLVED] jQuery not working at all!
The code is too long to post, but it's just the starterkit file taken directly from http://docs.jquery.com/Tutorials:Getting_Started_with_jQuery. And the jquery.js file I link to is just the jQuery file I downloaded from jQuery.com - I don'…
-
Coding a simple form
Ok great thanks for the help @Adman and @ChristopherBurton and @Eric. I have removed the div around the form, it was useless indeed and also put the forgot your password in a list item. Thanks again for the help :)
-
sending e-mail via php
Have you tried using the mail function separately? What I mean is, have you tried letting it send you the email after filling in a form and clicking the submit button? Maybe there is something wrong and your code won't recognize it correctly wh…
-
Coding a simple form
Ok, so now I used an unordered list: Log in to! Username: Password: Forgot your password? Remember me…
-
Coding a simple form
@Eric: what is the advantage of using inline-block on my labels and inputs? @Adman, @ChristopherBurton: I thought border-radius should have that because its a CSS3 thing, but I guess it works now without the vendor prefix then.. that's good t…
-
HTML & CSS Issues
You can add -moz-user-select: none; -webkit-user-select: none; user-select: none;to your img tag. So it would be like img { position: absolute; bottom: 0; left 0; -moz-user-select: none; -webkit-user-select: none; user-select: none; }I've never…
-
HTML & CSS Issues
Well this was just a quick example I tested on my laptop - of course, you can just add the css code to your css stylesheet you already have, but then you would need to give the body for this template a special id (like ) and reference to it accordin…
-
HTML & CSS Issues
Are you looking for something like this? body { background: url('minter-body-bg.png'); } img { position: absolute; bottom: 0; left 0; } #text { margin:0 auto; width: 400px;} Who is Minter Tweed?
-
[SOLVED]Simple CSS query.
Do you have any html/css so far that you can show us? It might make helping you a bit easier, you wouldn't want us to do all the work now would you ;) Looking at your picture though, I think this is just a html thing.. just put the header div …
-
Span Header(s) across all columns
Maybe you can assign a id or a class to the topleft and topright table cells and then use the border-top-left-radius and the border-top-right-radius properties to only the topleft and right corners are rounded.
-
CSS Text Problem!
Just a tip: I think most of us prefer if someone shares a live link or maybe post the code, instead of posting a zip or rar file, just in case of viruses or anything malicious. I'm not saying yours is malicious or anything, but I know I wouldn&…
-
site not looking good.
@ChristopherBurton: Why would you want to change the href paths from relative to an absolute url? The relative urls seem to work just fine..
-
site not looking good.
There could be 2 possibilities I think: you didn't upload it to the server, or the path to the image is wrong.
-
Search vs. Homepage
Ok I only quickly scanned the code you posted, no idea if I have the right thing here.. but in your index.php file, right after your you are calling that function you posted here above: .In your archive.php and your search.php file, there is no such…
-
Search vs. Homepage
Phew, please put it between code tags :) Edit your post, select the code and press the 'Code' button (4th button from the left on this comment box).
-
Search vs. Homepage
Actually I think you can find it in the loop-page.php file.
-
site not looking good.
If I were you the first thing I'd do is to get your code a little different. Your footer div for example could contain the facebook and twitter div. I also assume you want those 3 little image within your container div so put them in there. Giv…
-
site not looking good.
Actually your background image is showing up, but you have a div placed over it with another background image. How exactly do you want your site to look? Do you have a mockup image maybe?