Eric Mann
Forum Replies Created
-
Forum: Plugins
In reply to: [seoslides] Option to not scale background imageThere are two routes you can take to do this currently:
- Upgrade to Premium. As a Premium subscriber you receive a copy of the exclusive White Label plugin, which avails the option of replacing the default seoslides watermark with one of your own choosing – or remove it entirely.
- You can also edit the Slide Master to add a set of default canvas elements. For example, my WordCamp Boston presentation (http://eamann.com/slides/php-unit-testing/) has a repeating footer logo and footer on each slide.
Forum: Plugins
In reply to: [Absolute Privacy] Uploads still publicly visible in complete lockdown modeWhen you access a file in the uploads directory directly, you aren’t going through WordPress at all – you’re being passed through to the static file by the web server directly. WordPress can’t block that, and neither can Absolute Privacy.
That helps immensely, actually. From the looks of the PDF file served, the copy on the server might be corrupt. As for the URL issue, though, this gives me some information with which I can fix the issue.
Forum: Plugins
In reply to: [RegLevel] BuddyPress problemsUnfortunately no. RegLevel is no longer under active development and hasn’t been tested beyond WordPress 3.1.4. I have no plans at this time to develop/release an update.
Forum: Plugins
In reply to: [Absolute Privacy] Why is it not working on internet explorerDefine “would not work,” please.
Forum: Plugins
In reply to: [Absolute Privacy] WordPress 3.5.1 CompatibilityJust updated to silence a couple of deprecated functionality errors. You should be good to go for 3.5+
Forum: Reviews
In reply to: [Absolute Privacy] Still works—Posting here is a good start. I’ll see what I can do for a quick version update.
Forum: Plugins
In reply to: [WP Publication Archive] Upgrading to 3.0There is an outstanding bug with the latest version that makes download URLs break with the “default” WordPress permalink structure (the one that looks like
?p=123). You’ll need to switch to a “pretty” permalink structure (like/2013/post-title) to get things to work.Forum: Plugins
In reply to: [WP Publication Archive] Error 404@dilasso Have you flushed your permalinks since updating the plugin? Merely visiting Settings >> Permalinks is all you need to do to flush things.
Forum: Plugins
In reply to: [WP Publication Archive] Error 404Incompatibilities with a premium plugin I do not own are not something I have time to fix. If this is a conflict with WPML, and downgrading works for you, then downgrade. Otherwise, please contact the support team at WPML where you are paying to support the plugin.
The point of the plugin is to make it so your end users don’t download the file directly from the absolute URL. The file is read from the absolute URL directly and is passed directly through the browser to the end user.
Whether you use the standard link structure (?p=123) or a pretty permalink structure, the behavior inside the plugin is the same. But there is a bug with the standard link structure at the moment.
Do you have pretty permalinks enabled, or are you using the default ?p=234 format?
Forum: Plugins
In reply to: [WP Publication Archive] error when installing v3.0Not sure this is an issue with WP Publication Archive, but perhaps with SitePress? Considering you’re not the first person to have this kind of issue:
http://wordpress.org/support/topic/pls-i-need-urgent-help?replies=8
Considering that SitePress Multilingual CMS is a premium plugin I do not have access to, you should contact them for further support.
Not sure what’s happening there. Can you provide more details regarding the WordPress and PHP versions on your server? Is there any chance I can get a copy of the error logs from when things broke?
@a.estrada
The dropdowns will no longer take you to the Publication landing page but will immediately open the publication instead as of version 3.0.1.
The “individual-strange looking page” is a Publication landing page. Since I can’t predict what theme you have running on your system, the default landing page template is based on WordPress’ default theme (Twenty Twelve).
You can replace the template by dropping a
single-publication.phpfile in your theme root and styling it however you want. Take a look at the default template in/wp-publication-archive/includes/single-publication.phpto see how the different Publication fields are being retrieved and used by PHP.Forum: Plugins
In reply to: [WP Publication Archive] Not working on WP 3.5.2.The difference in the link is intentional. The regular link (http://www.kerryfung.com/publication/what-is-bodytalk-3/) is a landing page for the publication and is meant to display the publication’s information, along with a pair of links to either open or download the publication.
From what I saw on your site, the problem is that the default landing page template is incompatible with your theme. The landing page template is the file
/includes/single-publication.phpand is based on the WordPress default themes.To customize things, you’d need to drop a copy of
single-publication.phpinto your theme and modify it to fit the sidebar placement of the rest of the site. Unfortunately, this is a case-by-case customization thing and not something I can predict or prepare for in code.