Eric Mann
Forum Replies Created
-
Just so you know, we’ll be dumping
openfile.phpentirely in the next version.For now, you can do a quick patch yourself to skip past it.
First, open
/lib/class.publication-markup.phpand remove the following two lines (20-21):$this->uri = str_replace('http://', 'http|', $this->uri); $this->uri = str_replace('https://', 'https|', $this->uri);Then look for the
get_the_link()function on line 104. Replace it with this:public function get_the_link() { return apply_filters( 'wpa-uri', $this->uri, $this->ID ); }Forum: Fixing WordPress
In reply to: Having trouble activating Absolut Privacy PluginWhen I try to visit that link, I don’t see your site … it automatically redirects to the login page. So you have at least something locking down your site.
Feel free to email me outside of the forums and I can try to take a closer look. eric[at]eamann[dot]com
Forum: Fixing WordPress
In reply to: Having trouble activating Absolut Privacy Plugin@anytimo It would be easier to help if we knew:
- Exactly what you see on your site that you don’t want to see.
- What steps you’ve already taken to try to solve this issue.
- What “post earlier regarding the same issue” you used as an example.
If you can answer those questions, maybe I can help.
At the moment, no. But I’ll add that to my backlog of pending feature requests.
Forum: Plugins
In reply to: Moving a Rotating BannerThe way your theme is set up, it’s not going to be easy. You’re inserting that image inside the page content … and your theme is rendering a lot of markup between the navigation bar and your page’s content (most notably, a page header section).
I recommend contracting with a developer to have parts of your theme customized as needed. You can post a WordPress-specific job listing at http://jobs.wordpress.net.
As for a plugin that works in all browsers … JS Banner Rotate does work in all browsers. If you found an issue, you need to report it so I can track down a potential bug and fix it.
Forum: Plugins
In reply to: Moving a Rotating BannerHeather,
Yes, this is possible, and would likely require a change of your site’s stylesheet (
style.css) to align things properly.Unfortunately, when I visit the link you posted above, I can’t see any rotating banners on your site. Did you remove it? I can’t provide support if I can’t see the problem.
Forum: Plugins
In reply to: Registration@kbalia8 I’ll take a look at the email functionality. But just to be sure, can you verify that you get WP emails through other functions? Sometimes servers aren’t capable of sending messages at all … so I want to be sure.
David,
I see what you’re trying to do there. Unfortunately, the default WP search doesn’t look through post meta to find content. Like I said, it’s something I’m already working on …
David, that site uses IP filtering, so I can’t see it (and I use a dynamic IP, so I can’t give you one to get access).
But I do understand that search results need to look at the summary … that’s something I’m already working on.
Forum: Networking WordPress
In reply to: Multisite, posts on 1 site throwing a 500 error.First things first … are you serving the site via IIS or Apache? And have you checked both the server logs and the Windows Event logs for error messages?
Makes sense, but no, you can’t do this at the moment. I’ll see what I can do to add this kind of filtering to a future version, but I can’t promise anything at the moment.
No you didn’t miss anything. Clicking “insert into post” should be inserting the URL of the document into the Absolute URL field for you. Something is going on that’s preventing that.
Can you list out which plugins you have installed? Something might be interfering.
It doesn’t look like the uploaded files were attached to the Publications 🙁
Edit one of the publications and double-check the URL in the Publication box (it should be the second box on the page, the first being Summary and the third being Thumbnail). If there’s a link there … then we’ve got something else breaking.
For now, using CSS
display: none;is the easier way. Anything more would require modifying the core PHP code (which will be overwritten when the plugin is updated next).But a future version (still working on it) will support customizing the display.
Forum: Plugins
In reply to: [Plugin: Absolute Privacy] 2.0.6 breaksGlad we were able to sort things out. Once again, my apologies for the error. Not sure why it didn’t trigger any issues during testing 🙁