sime0n
Forum Replies Created
-
Forum: Plugins
In reply to: [List Pages Shortcode] Nothing ShowsWhich plugin?
+1
Forum: Plugins
In reply to: [Gravity Forms Directory] Not Compatible with WP3.6 – No Directory Tab+1
Forum: Plugins
In reply to: [Page Theme] With latest WordPress version the plugin doesn't workI found HeadSpace2 also works to change the site’s theme on specific pages: https://www.ads-software.com/plugins/headspace2/
Forum: Plugins
In reply to: [Page Theme] With latest WordPress version the plugin doesn't work+1
Forum: Plugins
In reply to: [Document Repository] ob_start(); – admin doc search – XDomainRequestI eventually discovered the ie8 xdomainrequest error was caused by supercache trying to serve a static page rather than handoff the url to the pdf. All good now. I really appreciate the plugin. Thanks!
Forum: Fixing WordPress
In reply to: My Site Looks Different When Im Logged I VS When Im Logged Out??WP Super Cache has a setting: “Don’t cache pages for known users.” If you are seeing something different when logged in (cached) vs. when logged out (not cached), go ahead and delete the site’s cache so everyone’s on the same page. I have found the admin ‘delete cache’ doesn’t clean out all the files, so typically will ftp to /wp-content/cache/supercache/ and remove all the files manually. Once the files are gone, all will look as it should no matter if you’re logged in or not.
Forum: Plugins
In reply to: [Quick Page/Post Redirect Plugin] Export FormatVery cool, thanks for the assistance!
Forum: Plugins
In reply to: [Document Repository] ob_start(); – admin doc search – XDomainRequestI am, and actually think I may have just figured out how to prevent the XDomainRequest error in IE while WooCommerce is running. Adding: header( ‘Cache-Control: must-revalidate’ ); to document-repository.php prevents the XDomainRequest error for me. So in all I’ve changed the code to look like this:
ob_start(); ob_clean(); header( 'Content-Description: File Transfer' ); header( 'Content-Type: ' . $mime_type ); header( "Content-Disposition: attachment; filename={$filename}" ); header( 'Content-Transfer-Encoding: binary' ); header( 'Cache-Control: must-revalidate' );
Forum: Plugins
In reply to: [Document Repository] Duplicate Entries (admin area only)I just found this all over my site, not just in the doc repo area. Doh. Sorry to bother you with it.
Jeff,
Access documents via shortcode (for example):
[display-posts post_type=”umw_document” taxonomy=”library” tax_term=”fiction”]Using this plugin: https://www.ads-software.com/extend/plugins/display-posts-shortcode/
Forum: Plugins
In reply to: [Syndicate Press] limit article charactersAwesome. Thank you!
Forum: Reviews
In reply to: [Redirection] Clutters databaseWhich alternative? I like Page Links To, works great but Redirection is centralized so is easier to manage, but not at the expense of speed eh. The “modified posts” feature is a little dicey while dev’ing, Redirection should toggle that off by default imo. If your site has over 125k in the db my guess is Redirection was active during dev and it ran as expected, storing each and every modified post? I just searched based on your comment, found Quick Page/Post Redirect. I assume this will be part of Jetpack soon ha, but am always interested in speeding things up. Do you have the ‘modified posts’ feature active, and if so, was it active while you were dev’ing the site?
Forum: Plugins
In reply to: [WP Minify] [Plugin: WP Minify] Reset WP-Minify options before deactivatingEnded up using this: https://www.ads-software.com/extend/plugins/bwp-minify/
Forum: Plugins
In reply to: [Syndicate Press] limit article charactersVery cool, looking forward to the new description divs, thank you. I also was wondering about the cache not emptying, so I deleted them manually via ftp but it didn’t seem to resolve things. I installed SP via the ‘Add New’ plugin section on my site initially. I’ll get in touch via the support tab like you suggest. Thanks!