mutantcheese
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Unit Of Measure] Unit of Measure not displayingI have found a conflict with the plugin “Advanced Dynamic Pricing For Woocommerce”
Forum: Plugins
In reply to: [Multi-column Tag Map] Use with Woocommerce product tags?That worked thanks. I had left out the Taxonomy= part so it didn’t work previously.
Forum: Fixing WordPress
In reply to: HTTP Error. when uploading imagesFor me the fixed was server/host side.
—>ini_set() has been disabled for security reasons<—
Add the php.ini file to public html, wp-admin and wp-includes folders.
1. Login to your domain via regular or secure FTP (FTP over TLS/SSL – Auth TLS Explicit highly recommended)
2. Create blank file named php.ini
3. Edit php.ini file then add following lines (please copy and paste each line separately – 5 lines in total):
extension=pdo.so
extension=pdo_sqlite.so
extension=sqlite.so
extension=pdo_mysql.so
disable_functions = show_source, system, shell_exec, passthru, exec, phpinfo, popen, proc_open, allow_url_fopen, ini_alter, proc_terminate, proc_get_status, proc_nice, escapeshell, eshellarg, escapeshellcmd, dl, symlink4. Save file
5. Set php.ini permissions to 600. It will lock configuration file. You may set 600 permissions via File Manager – right click on php.ini file then select “Change Permissions” > 600.
Forum: Fixing WordPress
In reply to: Problems with 4.5 upgrade ADD MEDIA not workingI reverted to 4.4.2 and everything is working as expected now.
Forum: Fixing WordPress
In reply to: Cant updateCount yourself lucky. Every one of my sites that auto updated to 4.5 is having issues.
Forum: Fixing WordPress
In reply to: Problems with 4.5 upgrade ADD MEDIA not workingStill doesn’t explain why a fresh install of 4.5 with no plugins or themes added fails to upload images through the media center. I can upload if i install a gallery plugin, but media uploads still fail.
Forum: Fixing WordPress
In reply to: Problems with 4.5 upgrade ADD MEDIA not workingI’ll contact my host regarding this issue. They may have a solution.
Forum: Fixing WordPress
In reply to: Problems with 4.5 upgrade ADD MEDIA not workingyes, I only changed false to true in the line that was already there.
Forum: Fixing WordPress
In reply to: Problems with 4.5 upgrade ADD MEDIA not workingThat has been disabled by my host apparently…
Warning: ini_set() has been disabled for security reasons in /home/bellsmakeup/public_html/wp-includes/load.php on line 292
I just ran a test on one of my other wp sites running 4.4.2. I was able to upload images fine. I updated to 4.5 and updated all plugins and themes. Now I can not upload an image.
Forum: Fixing WordPress
In reply to: Problems with 4.5 upgrade ADD MEDIA not workingI quoted the error in my post.
An error occurred in the upload. Please try again later.
Forum: Fixing WordPress
In reply to: Problems with 4.5 upgrade ADD MEDIA not workingFresh install of 4.5 here and unable to upload any image in admin panel. Add me to the list
An error occurred in the upload. Please try again later.
Forum: Plugins
In reply to: [Offers for WooCommerce] Button showing but unable to clickThanks for all of your help. I will see what i can do and let you know if I’m successful.
Forum: Plugins
In reply to: [Offers for WooCommerce] Button showing but unable to clickOh I do see the offer section BELOW all of my images. I just don’t think people will notice it there since we have so many pics for most products. The Lightbox option is not working though.
Forum: Plugins
In reply to: [Offers for WooCommerce] Button showing but unable to clickThe theme is called “Unconditional” with a Unconditional-Child them used on the products page. The child theme just removes the top banner from subsequent pages.
Not sure what you mean about the offer you submitted.
Forum: Plugins
In reply to: [Offers for WooCommerce] Button showing but unable to clickThanks for the input. I may have to duplicate the site and try a different theme there. We just recently launched and have been getting a lot of interest and visits so i don’t want to try new themes on the site right now. I did try the lightbox option with no changes. it’s a shame because I think your plugin would increase our sales quite a lot.