jefferisp7
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Images will NOT post in 3.8 WRITING size as 1px by 1pxwe tested with Twenty 14 and no plugins and deleted super cache and the problem still existed. We haven’t updated since then.
Forum: Fixing WordPress
In reply to: Images will NOT post in 3.8 WRITING size as 1px by 1pxTry this: maxxemm wrote:
I got the same problem after upgrading WP from 3.6.1 to 3.8.1.
It looks like there was a change in wp-includes/media.php function wp_constrain_dimensions(): width and height is set to max(1, $current_<w/h> * $ratio). I have changed:
$w = max ( 1, intval( $current_width * $ratio ) );
$h = max ( 1, intval( $current_height * $ratio ) );
to
$w = intval( $current_width * $ratio );
$h = intval( $current_height * $ratio );
as it was in v3.6.
It’s a hack rather than fix, so do it at your own risk.Okay, I have it working I think. However, there is a real problem. It will not let me import products and images without variations. None of the products I want to import have variations. And the date is not needed. Not sure what to do about it but it isn’t very useful with that limitation. I have to assign a false variation to the product which gets in the way of what I need to do after it is imported.
My solution was to create a variation called NONE, but it doesn’t allow for easy modification to 5o products.HI, I got this message in email. I may have found a problem related to ownership and permissions on plugins using my host’s installer, that made the ownership of all WP installed items as Nobody, preventing proper operation of the plugins and uploads of photos. I will find out if it corrected later in the week, as I’m swamped right now.
Forum: Fixing WordPress
In reply to: Images will NOT post in 3.8 WRITING size as 1px by 1pxUPDATE: it appears these problems are all related to the ownership and permission issue of WordPress installs of plugins and themes. Apparently, when Pair.com uses SIM, it installs WordPress with ownership as Nobody, standard for Apache servers. But when you then use WordPress to install plugins, it writes the ownership as nobody, so images and plugins are creating folders without proper permissions.
This isn’t a problem I guess if you do everything via sftp as the owner. But it makes working within WP problematic and does not save you time.
Either by drag and drop or multi file select, it starts to upload but stalls on the first one. It does not create a product in the Woo Catalog. I had it working at one time for one test, but then subsequently, it just fails at every attempt. Also, won’t upload unless I select a variation, which there are none.
Forum: Fixing WordPress
In reply to: Images will NOT post in 3.8 WRITING size as 1px by 1pxHi, I think I found a solution. Removing WP-SuperCache and following this procedure allowed me to bulk upload images and retain their size data.
Dear User,
WP Super Cache was removed from your blog but the mod_rewrite rules
in your .htaccess were not.Please edit the following file and remove the code
between ‘BEGIN WPSuperCache’ and ‘END WPSuperCache’. Please backup the file first!/usr/home/igota/public_html/MySite//.htaccess
Regards,
WP Super Cache Plugin
http://wordpress.org/extend/plugins/wp-super-cache/I had to manually uninstall SuperCache via FTP after changing temporarily the folder to 777. It appears something in super cache is interfering with the uploads.
I believe this was installed automatically by my host when installing the WP for this site. Pair does not use cPanel but SIM installer. Apparently the code for these host install programs may be causing trouble with 3.8?Forum: Themes and Templates
In reply to: [Absolum] Absolum is shrinking images in postsBTW, I suggested reverting to default theme just to test your setup. You won’t lose your stuff. You can just switch back to your created theme when you want. I found though that it did not help fix my image problems. It isn’t the theme. It is something else.
Forum: Themes and Templates
In reply to: [Absolum] Absolum is shrinking images in postsSorry, I’m not an expert. Just discovering other people are having image troubles as well with 3.8
I’ve had to do this manually for each image so far, however I may have found a solutionI just did a test upload and got the right image data. But I removed SuperCache first.
I think that may fix it, but did you do a bulk upload drag and drop? I did for my original images, and am wondering if a bulk upload is part of the problem.Also got this message:
Dear User,
WP Super Cache was removed from your blog but the mod_rewrite rules
in your .htaccess were not.Please edit the following file and remove the code
between ‘BEGIN WPSuperCache’ and ‘END WPSuperCache’. Please backup the file first!/usr/home/igota/public_html/SITENAME//.htaccess
Regards,
WP Super Cache Plugin
http://wordpress.org/extend/plugins/wp-super-cache/Forum: Fixing WordPress
In reply to: Images not loading in Multi site environment.I think only logos and backgrounds upload with Artisteer’s zip files. When you say single images, are you using the media library? FTP won’t work because the database doesn’t know the images are there.
Forum: Fixing WordPress
In reply to: Images not loading in Multi site environment.I just did a test upload and got the right image data. But I removed SuperCache first.
I think that may fix it, but did you do a bulk upload drag and drop? I did for my original images, and am wondering if a bulk upload is part of the problem.Also got this message:
Dear User,
WP Super Cache was removed from your blog but the mod_rewrite rules
in your .htaccess were not.Please edit the following file and remove the code
between ‘BEGIN WPSuperCache’ and ‘END WPSuperCache’. Please backup the file first!/usr/home/igota/public_html/SITENAME//.htaccess
Regards,
WP Super Cache Plugin
http://wordpress.org/extend/plugins/wp-super-cache/Forum: Fixing WordPress
In reply to: Images not loading in Multi site environment.if they aren’t appearing in the media library, how are you finding their actual address?
My thumbnails aren’t appearing but it appears to be that the size data is missing from the images:
http://screencast.com/t/646uuuu7M0Image data says it is missing
Forum: Themes and Templates
In reply to: [Absolum] Absolum is shrinking images in postsI’m having a similar problem Have you tried switching to default theme?
If you look in text view, what are the image dimensions ? Try removing height and width in code view.
Forum: Fixing WordPress
In reply to: Images not loading in Multi site environment.are your images not uploading, or are they there but uploading without dimensions? I have images that are uploading but the database says there are no width and height. see my thread
Forum: Fixing WordPress
In reply to: Images will NOT post in 3.8 WRITING size as 1px by 1pxNo. Not unless it was installed automatically by WooCommerce.