thr1lled
Forum Replies Created
-
Forum: Plugins
In reply to: WP-Cycle not rotating images…I had the same problem too, of only 1 picture showing and not the others.
I fixed it by changing the setings in wp-cycle to :
Transition Enabled yes
Transition Effect Scrollup
Transition Delay 5 seconds
Transition Length 0 second(s)
Rotator DIV ID rotatorHope that helps someone!
Forum: Fixing WordPress
In reply to: CANNOT SAVE TEXT WIDGETThanks for replying kwbridge. I tried it in both IE and Mozilla, same result.
I have since discovered that I can save words, but not scripts, which is what I’m trying to put in. Weird.
Forum: Fixing WordPress
In reply to: Help – the links on my navbar go to a different pageI have resolved this issue, so if anyone has the same problem, try this.
It was nothing to do with the site itself. I replicated it on a different server, and it worked fine. So I got my hosting company to move the account into a different server – it took a while to convince them that this was the problem, but they did it eventually.
Forum: Fixing WordPress
In reply to: Help – the links on my navbar go to a different pageThis is still happening, although not all the time.
Different links, not always the same ones.When it does happen, 2 things occur :
1. the URL in the browser displays the correct URL.
2. the page being displayed is a different page, and this can be any page in the site, usually one that has already been clicked.I noticed this initially when clicking on a dropdown link on top of the submenu – the submenu page would appear, not the dropdown.
That doesn’t happen anymore though.Maybe this is a permalink/htaccess problem?
The permalinks are set to custom > /%postname%/Here is the htaccess :
# BEGIN WordPress RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress
This site was set up in 2.8.6, then updated to 2.9 – which did not fix the problem.
Can anyone throw any light on this?
Thanks
Forum: Fixing WordPress
In reply to: Help – the links on my navbar go to a different pageIt now works OK on my computer too! What the??
Thanks for looking, I’ll be back if it does it again.Forum: Fixing WordPress
In reply to: Cannot Remove blogroll / categories from Right Sidebar – HELP asapI also wanted to remove the blogroll, archive, recent posts and admin from the sidebar. I figured it out, so here goes..
They were in 2 sections called sidebar_left and sidebar_right.
My theme had separate php files for both these in the editor – sidebar_left.php and sidebar_right.php.In sidebar.php, I simply deleted these 2 lines :
<?php include(TEMPLATEPATH."/sidebar_left.php");?> <?php include(TEMPLATEPATH."/sidebar_right.php");?>
So now the sidebar code no longer includes them.
That’s it.Forum: Installing WordPress
In reply to: Can’t run install.phpDon’t worry, I managed to fix the problem, and the Install page has appeared. I had named the database name with a capital instead of a small letter, in wp-config.php
Forum: Installing WordPress
In reply to: Can’t run install.phpHi,
I have the same problem, ie https://url.com/folder/wp-admin/install.php comes up as page cannot be loaded. That’s in IE. Mozilla just comes up as a blank.
Michael, can you pls explain what you meant by adding the php test script into the folder with wp-config.php, thanks.