Hungrynow
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Changed permalink structure, now dashboard links don't workThank you, where? Inserting the redirect line in at that position didn’t change anything and replacing my existing .htaccess content broke the post links.
In case it helps I have created a test admin account, testadmin/parsley
Forum: Fixing WordPress
In reply to: Changed permalink structure, now dashboard links don't workI’m pulling my hair out now!!
I changed the permalink structure and immediately my dashboard link stopped working again. I cleared my browser cache and it worked. I tried it in a new browser and it worked.
Then I added the redirect line to my .htaccess:
`RedirectMatch 301 ^/([^/]+)/([^/]+).html$ http://www.parsleymonster.com/$2′
and my dashboard link stopped working again. No amount of clearing my browser cache is helping and in another new browser I can’t even sign in because “Oops! That page can’t be found”!!
I’m all out of ideas now. I had managed to get it running fine before I added the redirect. The redirect is effectively doing its job of redirecting old links to new links, but the only way to get into my admin panel is via the “+ New” button since the dashboard link itself just throws the “oops” error. So what am I doing wrong???
Forum: Fixing WordPress
In reply to: Changed permalink structure, now dashboard links don't workI did that too, several times. Interestingly, after deleting all my files and dropping all my database tables, I’ve done a completely fresh install with a fresh set of 4.2.2 files from wp.org, and after completing the installation – I still couldn’t access my dashboard!!
I had used www in my site url settings during set-up, I just went in and changed them to remove the www and my dashboard is accessible again just as it should be! I’ve changed back to www again and the dashboard link is still working.
So, now I’ve confirmed all is good before I start I’m going to try the permalink change and redirect again and see what happens. Fingers crossed…
Forum: Fixing WordPress
In reply to: Changed permalink structure, now dashboard links don't workI did. It didn’t bring back my dashboard :\
Forum: Fixing WordPress
In reply to: Changed permalink structure, now dashboard links don't workThanks for taking a look! Sorry, I was just coming back here to update. I reversed all my changes and still couldn’t access the dashboard, changed the permalinks to default and still couldn’t access the dashboard. So I have deleted my entire test site and am presently in the process of uploading a clean set of files to install afresh. I will let you know whether I run into the same issue. Thanks again 🙂
Sorry, please disregard. I think it was a memory issue, increasing my memory limit appears to have resolved the issue. Thanks for the plugin!
Apologies if I’m out of order here, I only installed this (rather amazing – thank you so much to the author!) plugin myself this morning, but xcblove, you have put the correct value in the “CSS of Menu To Hide” field, haven’t you?
Forum: Plugins
In reply to: [Media Credit] Showing empty div when there is no creditWow, that did it!!! That’s absolutely marvellous, thank you!!!!!
Forum: Plugins
In reply to: [Media Credit] Showing empty div when there is no creditThank you, I’ve done that. I’m still getting the empty div though :\
Forum: Plugins
In reply to: [Media Credit] Showing empty div when there is no creditI suppose so, yes. Does that make it easier?
Forum: Plugins
In reply to: [Media Credit] Showing empty div when there is no creditThanks for the fast reply! I don’t want to show credits on all images, only those where the copyrights belong to somebody else (used with permission of course, as long as they are duly credited).
The problem is I’m not a coder, I’m just a hack and not a very good one; it’s taken me most of the day to get this far. Please can you point me to some specifics for “use get_media_credit_html to assign the credit to a variable and check whether it is an empty string or not (and if not, echo it)”? An example of how this might look as code?
Thank you!