dcstorm2012
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Site Migration – Not showing Database information?No problem π
Forum: Fixing WordPress
In reply to: Site Migration – Not showing Database information?url didn’t change, stayed the same.
Forum: Fixing WordPress
In reply to: Error: Cookies are Blocked – Edit wp-login file helpHey TUBii thanks for the tip. I checked my wp_options and the URL for my site is correct so I’m still scratching my head on this one.
Forum: Fixing WordPress
In reply to: Images Display Gibberish in FirefoxUnderneath #EndWordPress right?
Tried that. Gives me an Internal Server Error.
Forum: Fixing WordPress
In reply to: Permitting SWF File TypeFigured it out. Needed to drop the line of code inside of my themes function.php file, instead of the one in WP-includes.
Forum: Fixing WordPress
In reply to: Permitting SWF File TypeOkay the error I’m getting is that this line is causing this fatal error: Fatal error: Call to undefined function add_filter() in ***/wp-includes/functions.php on line 4445
add_filter('upload_mimes','demo');In my functions.php file the only thing after that line is –
/** * Resets the mbstring internal encoding to a users previously set encoding. * * @see mbstring_binary_safe_encoding() * * @since 3.7.0 */Forum: Fixing WordPress
In reply to: Permitting SWF File TypeBack on this – just tried that line of code at a different website using the twenty-thirteen theme – broke that one too. Still get a blank screen.
Am I adding it to the wrong spot in the functions.php?
Forum: Fixing WordPress
In reply to: Permitting SWF File TypeNo problem. Just wanted to make sure it wasn’t something easy that could be resolved without me having to ask them. I will do so. Thanks!
Forum: Fixing WordPress
In reply to: Permitting SWF File TypeI’m using the Catalyst theme that I purchased at YooThemes. http://www.yootheme.com/
That worked perfectly, thank you! π
Forum: Plugins
In reply to: [WooCommerce] Product Images Not Sizing ProperlyHey – thanks JukeBoxWhiz – the settings that guy was using in his product sizing actually helped me resolve the issue.
I set Single Product Image to 415 x 578. Then I right mouse clicked on the image to view image info and saw what it was being scaled too (dimensions) I think reopened the image in Photoshop set the size to that scaled image size to prevent it from being blurry and now it looks perfect. It’s a book cover so I can deal with it being a li’ll large. Better than having to muck around in CSS code.
Forum: Plugins
In reply to: [Pinterest Lightbox] Dark overlaybradmkjr – thank you for that solution. It now works perfectly!