marshalljohns
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Uploading Image HTTP errors and failure to save image editingyes of course. I use a child theme also.
Taylor
if you are not using a child theme your customization’s will be overwritten every time you update it. Hopefully you know that and are already using a child theme. if not…
i suggest using this primer from Elegant Themes – https://www.elegantthemes.com/blog/resources/a-basic-guide-to-wordpress-theme-customizationForum: Fixing WordPress
In reply to: Uploading Image HTTP errors and failure to save image editingTaylor
i’m not a developer so keep that in mind…
go to Appearance in your wordpress dashboard and select Editor. On the right you will see all the pages in your template. select Functions.php and add the code.add_filter( 'wp_image_editors', 'change_graphic_lib' ); function change_graphic_lib($array) { return array( 'WP_Image_Editor_GD', 'WP_Image_Editor_Imagick' ); }
then update the file. if it doesnt work you can go in the same way and delete it.
so far this has fixed my issues.
hope it helps and sorry for the late reply.
p.s. I know that the forum watchdogs will want to see an explanation on what this code does and how it works. i have no idea….
Forum: Fixing WordPress
In reply to: Uploading Image HTTP errors and failure to save image editingForum: Fixing WordPress
In reply to: Uploading Image HTTP errors and failure to save image editingi am having this exact same problem. tried all of the ideas listed above and reached out to the host with no solution. any other options?
Hi i have this issue. iThemes is writing to .htaccess properly but the referral traffic is still showing up. Some guidance on how to resolve this please.
Forum: Plugins
In reply to: [Realtyna Organic IDX plugin + WPL Real Estate] Images not publishingThanks for support.
for anyone in the future…i was clicking the check mark thinking that i was enabling the photo. didn’t realize i was disabling the image instead.
Forum: Plugins
In reply to: [Realtyna Organic IDX plugin + WPL Real Estate] Images not publishingi opened a ticket. thanks for the help
Forum: Fixing WordPress
In reply to: Insert an image button not workingok for anyone out there looking over and over for an answer to this like i did.
I deleted the wp-admin
and the wp-incldes folders off the server.
then downloaded a fresh wordpress and uploaded the new wp-admin and wp-includes folder and it fixed every poblem i had.Forum: Fixing WordPress
In reply to: visual editor gone after php upgradeok for anyone out there looking over and over for an answer to this like i did.
I deleted the wp-admin
and the wp-incldes folders off the server.
then downloaded a fresh wordpress and uploaded the new wp-admin and wp-includes folder and it fixed every poblem i had.Forum: Fixing WordPress
In reply to: Upload Media button not workingok for anyone out there looking over and over for an answer to this like i did.
I deleted the wp-admin
and the wp-incldes folders off the server.
then downloaded a fresh wordpress and uploaded the new wp-admin and wp-includes folder and it fixed every poblem i had.Forum: Fixing WordPress
In reply to: Pictures missingok for anyone out there looking over and over for an answer to this like i did.
I deleted the wp-admin
and the wp-incldes folders off the server.
then downloaded a fresh wordpress and uploaded the new wp-admin and wp-includes folder and it fixed every poblem i had.Forum: Fixing WordPress
In reply to: Add an Image in post not working on upgrade to 3.1.3Same problems here. Any help here?
Forum: Fixing WordPress
In reply to: Insert an image button not workingHow did you fix it! i have the same poblem
Forum: Fixing WordPress
In reply to: visual editor gone after php upgradewhat about buttons not working. my upload media buttons are not working at all so i cant even add photos.
Forum: Fixing WordPress
In reply to: Pictures missingstill having tons of trouble.
anyone?