robinvd
Forum Replies Created
-
Why isn’t analytics working? It takes 24 hours to index your site.
Forum: Alpha/Beta/RC
In reply to: WP 3.0 Newbie Question – Network of Blogsedit, double posted
Forum: Alpha/Beta/RC
In reply to: WP 3.0 Newbie Question – Network of BlogsOk, found out how it worked.. Took alot of more work then I thought but it’s not a problem.
Now i’ve got only one problem:
I’d like to run a script on my .com landing page. I’m in need of a script wich redirects to the browser language.
English and all EXCEPT dutch –> .com/en/
Dutch –> .com/nl/Forum: Alpha/Beta/RC
In reply to: WP 3.0 Newbie Question – Network of BlogsIpstenu, will this work also for the same domain?
Im currently creating a dutch information website about Apple and it’s OS X. I’d like to transform it also to english in the future.
This means my domains will look like this:
thedomain.com/nl/ <– Dutch
thedomain.com/en/ <– EnglishI thought this would be in the 3.0 beta2 release “but” I don’t see the network tab anywhere.. Is it just deleted in the beta or?
My bad.. looks like I need to change something in the config.php. Will try it for now =)
Forum: Alpha/Beta/RC
In reply to: Broken Menu on Latest NightlyWow, .. it took me only 5 hours to find out I need to drag and drop the item to the right to make it a child under a parent.. I feel pretty stupid but guess im not the only one who will think this is odd..
Now I only have my post problem.. it got deleted in beta 2 so how can I add these under a category parent?!
Forum: Alpha/Beta/RC
In reply to: Broken Menu on Latest NightlyDoing a complete reinstall of beta 2, curious If it will help.
Update: did clean install of beta 2. Adding posts under a category option is removed? When adding custom link, still can’t drag it on top of parent to make it a child.
Forum: Alpha/Beta/RC
In reply to: Broken Menu on Latest NightlyHmz, updated to beta 2 but can’t drag it on top of a parent..
Forum: Alpha/Beta/RC
In reply to: Broken Menu on Latest NightlyI’ve got the issue in the backend system with nav menu feature. I can’t drop the a child under a parent option. Moving won’t help aswell, it just will go up. They still stack under eachother.
The output is still
<ul> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> </ul>Instead of
<ul> <li></li> <li></li> <li></li> <li></li> </ul> <ul> <li></li> <li></li> <li></li> <li></li> </ul>Tlongren, I think it’s a CSS problem. You checked the Z-index’es?
Forum: Alpha/Beta/RC
In reply to: Broken Menu on Latest NightlyI confirm, Menu’s don’t drop down.
In the backend it’s not possible to make child under parent menu.
Before I had this:
Parent (drop down)
child (when dropped down)
child
childNow it’s:
Parent
Parent
ParentAlso, It’s not possible to put posts as menu item?
Forum: Fixing WordPress
In reply to: Dynamic menu (or any menu!) not working in FirefoxOk wait.
What version are you using atm? 3.0 or 2.9.2? Are you using the newest menu? Why make all kind’s of lists instead of the simple line below:
<div id="access"><?php wp_nav_menu( array( 'sort_column' => 'menu_order', 'container_class' => 'menu-header' ) ); ?></div>You still need to edit a few things. The menu is working perfect on my website this way.
Forum: Fixing WordPress
In reply to: Dynamic menu (or any menu!) not working in FirefoxMight have found something..
In your topmenu all buttons are linking to yourwebsite.au/about .. instead of yourwebsite.au/about/ .. put an extra ‘/’ .. it might work.
Forum: Everything else WordPress
In reply to: How to know the CMS behind a websitevldr
The Guess CMS detector isn’t really working good. It couldnt find ouf my own website was running WP3.0 beta. Or im just a really cool coder suddenly =)
Forum: Everything else WordPress
In reply to: Worldpress can send massive number of emails?Um.. arent you looking for mailchimp or some email service? This is a bit odd to see in a wordpress forum lol
Forum: Everything else WordPress
In reply to: Learning to convert PSDs into workable wordpress websiteDear Karin,
As a designer myself I know what you mean. There’s only one ‘but’:
I’m a design student who has internet experience for over 10 years. Im coding html alot, also for my own company, so keep this in mind.
What I normaly do:
Devide your design into ‘layers’. Each layer can be a <div></div> element. When markup a document I normaly start with these first.
If you have all the layers within the <body></body> tags your template is finished. Now you should devide the template into three parts:
header.php
Header.php normaly contains the navigation and maybe header.index.php
Index.php has all the content you like to change. Think about a sidebar and content text (lorum ipsum=)).footer
Here goes your end </html> tag in and the footer of your template.I’m afraid if you don’t know what im talking about you really need to practice with HTML/CSS first. Or.. you try a simple template and try to configure it to your own template. In my opinion: This takes way longer.
Tip: wpdesigner.com/ has a full tutorial how to create a template
Forum: Fixing WordPress
In reply to: ” /> ” /> appearing in headerWell, when checking his website it looks all ok now.