Kralle
-
Displaying a date difference
Thanks a lot for your help, sir! That worked out pretty well.
-
Creating Animated Responsive Menu
You could always check out the :target pseudo selector and combine it with your media queries.
-
Testimonials in Wordpress with Custom Post Types
I found out that the slug I'm using in the custom post type is causing problems with the page, since they're using the same. Case solved! Thanks a lot guys, you saved me from a complete headache.
-
Testimonials in Wordpress with Custom Post Types
Thanks a lot, jamy_za. I think that snippet is quite easy to grasp. Although, when I put this in my page template-file (and make the page use this template in the admin panel), it's not using that template - instead it shows the index.php cont…
-
Testimonials in Wordpress with Custom Post Types
I really did not want to use a plugin, but that one is doing amazingly well! Thanks a bunch, TheDoc. Could you or someone else tell me how to list the custom post types in a page via a short code or a page template? Thanks in advance.
-
How difficult would it be to make the content scrolling effect in this site?
Check out Waypoints.js, it's really easy to implement. http://imakewebthings.com/jquery-waypoints/
-
(~) in css, what it means?
Check out: http://www.quirksmode.org/css/selector_sibling.html And for the selector's compatibility in other browsers check out: http://www.quirksmode.org/css/contents.html
-
How can I make columns as divs flow after & beside each other (example included)
Take a look at Masonry: http://masonry.desandro.com/
-
Show Specific Banners for Specific Pages
You, sir, are a legend. Thanks a bunch man. It works perfectly!
-
Show Specific Banners for Specific Pages
How would I implement basename($_SERVER['PHP_SELF']) in the image-code - or even better, how would you write the final code? I really appreciate your help. Thanks in advance, Kralle
-
my first HTLM5 website
Regarding the UTF-8 charset: Æ, Ø and Å works perfectly fine. I'm a Dane as well, and I've been using UTF-8 the last couple of years without having any problems. If you want to be on the safe side, you can easily convert the special charac…
-
Implement a comments section
As Eric said, Disqus is quite simple to implement. Take a look at it here: http://disqus.com/
-
Including and gathering of different snippets from one php-file
Simply because it's a mess looking at in the FTP, since I have quite a lot of files in my directory - and it'd make it a lot easier to manage those snippets from one file.
-
Thanks for the Flags
I honestly didn't know what it was for, and I could imagine other people are quite ignorant of its function. Renaming it would be a good idea in my opinion. :-)
-
.htaccess file in WordPress folder
I don't have an answer to your question, sorry, but when I enter www.justritebeds.com, I get redirected to http://www.justritebeds.com/wp-admin/install.php and now have the opportunity to install a new fresh Wordpress installation. Thought you …
-
Weird menu and missing background
I apologize for not responding, clokey2k. I made the decision to make an image of #topinfo, set it to absolute positioning inside a relative positioned wrapper. This made it look fine. :-) Thanks for your help though! I'm about to make the fr…
-
Coda vs Espresso
I'm using Coda, and I've never tried anything else. That probably means I'm quite satisfied.
-
Weird menu and missing background
@michaeloneill. Thanks, I was expecting it to work in IE9, hehe. @clokey2. Yes exactly, and it annoys me. Is it the #topinfo div that interacts with the menu? Does anyone have a solution to this problem? Thanks in advance, Kralle
-
Please explain color inheritance
wolfcry911 that description was golden. Thanks a lot!
-
Wordpress "Step by Step"-plugin
I believe it's something like that. Since I'm not English, I couldn't find a word for it, but that sounds pretty good. Do you have something in mind? Thanks. EDIT: But I'm not supposed all the steps, only two etc, so it's …
-
Content showing in sidebar and not "main content area"
I know it's a huge question, but you're right. I should get to know Wordpress a little better before I jump into something this "big". It's too much for a guy at my level. I think I'll start by making a few custom templ…
-
Adding a submenu in the sidebar for a specific page
I'm sorry to bump this, but I cannot figure out what to do. Can anyone help me?
-
Aligning text next to an image
Thanks a lot for your help. I learned something new today, wuhu!
-
Background image in a sidebar
Thanks a bunch for your help, ozee and virtual. It's been a great help! I really appreciate all the contributions. :-) ended up using virtual's correction. May I ask why exactly 90% did it, and what did it exactly do?
-
Background image in a sidebar
It works perfectly when I apply it to the #sidebar-wrapper, but I want it to be on #content, since a page like this page won't allow the background to continue down to the footer. I tried applying overflow:auto to #content and the background to…
-
Background image in a sidebar
Yes, I only posted the structure. Nothing happens with content in it - sadly. You can see a preview here:
-
Image change on hover without link
I know that. :) But I'm looking for a way to do this without any links.
-
Image change on hover without link
I don't think there's anything called img:hover?
-
[SOLVED] Border-bottom now showing at the right place
Thanks a lot for your help, guys. I used wolfcry911's advice and it works perfectly.