zartgesotten
Forum Replies Created
-
Put chmod rights 777 on your whole WordPress – foldeR (just the folder, not all files and subfolders), then go to dashboard and into the settings. There should be a menu item named “permalinks”. There you can define what your nice links will look like and wordpress will generate the file for you.
If you get errors after that, you probably don’t have mod_rewrite. You can check that by uploading a .php file to your server (anywhere) with
<?php phpinfo(); ?>
in it and calling it in your browser. Then look out for mod_rewrite and see if it’s on.
If it’s your server, you can turn it on yourself, if you’re with a provider it depends…
Let us know what happened.
Good luck
anjaForum: Fixing WordPress
In reply to: Adding an swf instead of a background-image in a div in the headermy guess, too.
Forum: Fixing WordPress
In reply to: Only one of my child pages is showing. Please help.Looks fine in my firefox.
My guess is, you will have to read a bit about a lovely thing called z-index.Forum: Fixing WordPress
In reply to: Adding an swf instead of a background-image in a div in the headerHi omegaiori,
There is a div<div id="headerimg"> <a href="https://www.macandpartners.com/"></a> </div>
In between that, you will have to put the Flash-code
<div id="headerimg"> <embed...bla blah flash...blah blah > </embed> </div>
hope that helps!
Forum: Fixing WordPress
In reply to: Any URL is ok for WordPress!!Can you post a Link to your page? It will be a lot easier to help you….
Marius,
Do you have mod-rewrite enabled on your server?
That might be the problem.Forum: Themes and Templates
In reply to: Posibility to exclude pages from the navigation barI always use the Plugin “Page Link Manager” for that.
Works!Forum: Fixing WordPress
In reply to: Only one of my child pages is showing. Please help.I don’t think anyone understands what you mean. You will have to be more precise in the description of your problem.
Forum: Fixing WordPress
In reply to: Adding a Post Category to a PageThere is a way! Put this in the loop of you index.php or page.php
<?php if (is_page('xy')) { query_posts('cat=yx') } ?>
Good luck
AnjaForum: Fixing WordPress
In reply to: page displaying very strangelyI don’t see a problem.
Please describe further what it is that bothers you.Forum: Fixing WordPress
In reply to: Title of posts not showing upredrooster,
I have looked into your HTML/Css and there is a line of code in your style.css on line 115 that says:h2 { display:none; }
get rid of that and you’ll be happy again.
Forum: Fixing WordPress
In reply to: dynamic page menuHi Froggy,
As far as I know you don’t have to do anything. The Menu generated by wordpress with wp_list_pages already is dynamic. It marks the current page with the tag “current_page_item”. You can style it then as you like.You can also read THIS to help you.
Anja
Forum: Fixing WordPress
In reply to: Visual EditorI made it!
Finally fixed the Problem using this post
HELP!
For me it showed brabble in step 4 and I turned off the compression as described. That did the trick!!
THANK YOUForum: Fixing WordPress
In reply to: Visual EditorI have the same problem.
I have duplicated my original wordpress installation three times to make versions for different languages.
From that moment on all three extra versions don’t have the visual editor any more. I have tried disabling all plugins, changing the CHMOD on the wp-includes/js/tinyme folder, nothing helps so far.
Hope someone finds a fix soon!
ThanxForum: Themes and Templates
In reply to: No Sidebar on Home Page – Two Different Sites!!!Good job!
Keep on blogging ??
Anja