nicolesmithweb
Forum Replies Created
-
Yes, many properties have been added, so I submitted a private ticket to manually fix this as suggested. Thank you.
Forum: Plugins
In reply to: [PDF Image Generator] The image was not GENERATED!!FYI, I’m experiencing the same problem. I installed the latest version 1.5 and uploaded a PDF, and it generated the thumbnail; however, when I tried uploading another PDF it didn’t generate the thumbnail, and every time I went into the PDF Image Generator settings to regenerate thumbnails to all PDFs that had none, it wouldn’t generate for my PDF’s attachment ID. I downgraded to version 1.4.6 as suggested by @groggy72 and it worked.
Forum: Plugins
In reply to: [WooCommerce Better Thumbnail Navigation] Not working@adamkinder – Your solution worked, thank you! I hate changing a core plugin’s code, so hopefully this is corrected on the next update.
@filamentworld – Your code should look like this…
function custom_wc_ajax_variation_threshold( $qty, $product ) { return 250; } add_filter( 'woocommerce_ajax_variation_threshold', 'custom_wc_ajax_variation_threshold', 10, 2 );
I am experiencing the same exact issue. I adjusted the AJAX variation threshold using this snippet to 50, and that seemed to work for 31 variations. I haven’t added in my full amount of variations though, but basically I’m assuming we won’t be able to utilize the new use of AJAX?
Forum: Plugins
In reply to: [WooCommerce] Headers error after woocommerce 2.4.6 upgradeI too am experiencing this on a development website. “output started at … header.php in … pluggable.php on line 1207”. I downgraded WooCommerce per Jay’s suggestion and everything’s back to normal.
Mind you, this error was only displaying on the single product page for me, and on the shop page none of my categories or products were showing.
Forum: Plugins
In reply to: [WooCommerce] Auto select variation with single attribute?No, I haven’t found a solution yet ??
The IPN history shows “sent” for each one, and when I click on the message ID, the IPN type shows “transaction made”.
My permalink is /%category%/%postname%/
Forum: Fixing WordPress
In reply to: Permalinks for internal pages not workingI think I may have figured out the issue… I wasn’t able to view mywebsite.com/contact/ because I had contact.php in the root directory. Deleted contact.php, and the pages work fine now! Now sure why this would happen, but at least I figured it out.
Thank you for all your help!
Forum: Fixing WordPress
In reply to: Permalinks for internal pages not workingYes, when I switched to the default theme with no plugins activated, I did save the permalinks settings. I’ve also cleared my browser’s cache.