David Radovanovic
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Featured Images Missing After Migration on WP Multisite# RewriteEngine On # RewriteCond %{HTTP_HOST} ^creativecrib\.com # RewriteCond %{REQUEST_METHOD} GET # RewriteCond %{REQUEST_URI} /wp-login.php # RewriteRule (.*) http://www.creativecrib.com/$1 [L,R=302] php_flag display_errors off # BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^wp-admin$ wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^(wp-(content|admin|includes).*) $1 [L] RewriteRule ^(.*\.php)$ $1 [L] RewriteRule . index.php [L] RewriteEngine On RewriteCond %{REQUEST_URI} wp-content/uploads/sites/7 RewriteRule \.(?:jpe?g|gif|png)$ wp-content/plugins/new-nine-adaptive-images/adaptive-images.php [L] RewriteCond %{REQUEST_URI} wp-content/uploads/sites/9 RewriteRule \.(?:jpe?g|gif|png)$ wp-content/plugins/new-nine-adaptive-images/adaptive-images.php [L] # END WordPress RewriteEngine On RewriteRule ^(.*/)?\.svn/ - [F,L] ErrorDocument 403 "Access Forbidden"Forum: Networking WordPress
In reply to: Featured Images Missing After Migration on WP MultisiteYes. Tried 2012.
Will attach.
Subdomains.Forum: Plugins
In reply to: [WooCommerce] Product displays currency_symbol ($) after amount?terrytsang, Can’t believe I missed that setting. Thanks!
Forum: Reviews
In reply to: [Child Theme Creator by Orbisius] Advanced Child Theme Creatorit’s a great plugin… thank you!
Forum: Themes and Templates
In reply to: [Tiny Forge] Chid Themedone. thanks!
Forum: Plugins
In reply to: [Background Manager] Adaptive?thanks for a great plugin!
Forum: Plugins
In reply to: [New Nine Adaptive Images] Setting don't saveThe adaptive rewrite rule needs to come before WP rewrite rules:
# BEGIN WordPress RewriteEngine On RewriteCond %{REQUEST_URI} wp-content/uploads/sites/7 RewriteRule \.(?:jpe?g|gif|png)$ wp-content/plugins/new-nine-adaptive-images/adaptive-images.php [L] RewriteBase / RewriteRule ^index\.php$ - [L]Forum: Plugins
In reply to: [Picturefill.WP] Work on CSS background images?kylereicks – For one specific page, which it is [home] seems to be the simplest solution. Thanks for the link!
Forum: Plugins
In reply to: [Picturefill.WP] Work on CSS background images?Thanks for the quick response. There are two examples of what I’m referring to. The first is not technically Parallax (http://www.esopuscreekconservancy.org/) though the second one is http://esopus.creativecrib.com/ which is a true Parallax BootStrap (Twitter) Built theme. Thanks for your input!
Forum: Plugins
In reply to: [New Nine Adaptive Images] Setting don't save1. Check if your .htaccess file is being read properly by your server, e.g. apache, nginx, or whatever your web server is.
2. Has the plugin created ai-cache folder in your uploads folder?
3. Are your plugin and ai-cache folder writable by you/ proper permissions?
4. Is your install a wp multisite installation and if so make sure your .htaccess file contains the correct rewrite line.
5. Check with the Adaptive Images dev support for possible troubleshooting techniques.
6. Try Wp-Responsive plugin.
7. Most importantly SHARE your fix or experience.Good luck!
Forum: Fixing WordPress
In reply to: Multisite issue with subsite new domainSeems like a lot of work. Glad you got it fixed though.
Forum: Fixing WordPress
In reply to: Multisite issue with subsite new domainTry double-checking the proper spelling of all your domains in Sites menu and also restore the commented-out DOMAIN_CURRENT_SITE.
Forum: Plugins
In reply to: [New Nine Adaptive Images] Setting don't saveLet me clarify my previous comment: “Watch Cache?” and “Sharpen Image” select inputs will not save, other changes seem to change just fine.
Forum: Plugins
In reply to: [WP-Filebase Download Manager] "Show attached files" is not workingForum: Plugins
In reply to: [WordPress Beta Tester] 3.5.2 installed – where's 3.6beta1?perryb – right on the mark! Thanks. Been struggling with this for several weeks.