ecclescake
Forum Replies Created
-
Hi Becky, thanks for responding. Here are the details of my install:
WordPress: 3.4.2
NextGEN: 1.9.7MySQL: 5.5.27-cll
PHP: 5.3.18
PHP Safe Mode: OFFHost is HostGo, theme is custom by me (based on the Bones theme).
Plugins: Akismet, Contact Form 7, Image Widget, Justified Image Grid, MailChimp, NGG, Print Friendly and PDF, Wordfence, WP Firewall 2, and WP SEO.
This is a live site and I won’t be switching to a default theme or deactivating other plugins. However, I just noticed I don’t have the sorting issue on my local dev version of the site. I only have NGG and JIG plugins installed locally, and my local mySQL version is 5.5.9, local PHP version is 5.3.10. (Edit to add: Local version is on a MAMP stack.)
I hope this helps! Please let me know if I can help in any other way to solve this.
Thanks for the solution, Hephaestus! I, too, was hoping to not have to use a hack, but at least it’s a small one.
I’m surprised that we haven’t heard from Photocrati on this thread. Do they even monitor their support forum? Seems like it would be easy to incorporate your code into a new release….
Whoops! Sorry about that. Forgot about my firewall. You should be good now.
Yes, you’ll be able to edit the plugin. Let me know how it goes!
Thanks Mike!
Hi Mike,
I just set you up with a login to my site; you should have been emailed about it. However, 2.0 is no longer available through wp.org (I think?) and I don’t have a local copy. If you can get it installed through the plugin interface then go for it, or you can email it to me and I’ll upload it. erin[at]erincasteel[dot]com.
If 2.0 keeps affecting the login I can only test it through Monday evening; after that I have to let the users back in!
thanks so much,
erin.I just installed version 2 and had the same problem as foodiggity. I need the ability to view the frontend of the site as an admin while using shared SSL so I won’t revert back to the older version.
Upon activation I get kicked out of admin and taken to the login page, but after entering my username and password I just get redirected back to the login page. This happens the instant I activate version 2, even after deleting the old directory from my server.
Just wanted to let you know. If there’s something I can do to fix this, please tell me!
Forum: Themes and Templates
In reply to: IE-specific CSS background image not workingI laughed aloud at myself when I read your response. Usually I’m pretty good with directory paths, but sometimes I overlook them and then I’m blind to the fact that they’re causing the problem. I applied your change and it works fine now.
Thanks so much, Slobodan! I’ve been staring at code for too long. Time to go outside.
Thanks so much, Ofer, it worked a treat! Don’t know how I missed that before.
I call the widget thus:
<?php if(function_exists("transposh_widget")) { transposh_widget( array('before_title' => '<h2>', 'after_title' => '</h2>')); }?>and it does just what I need. Thanks again–I love Transposh!