winmonaye
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Add Custom CSS] SSL/HTTPS Is not supportedThank you for the quick reply.
I am seeing the following mix error on console.
Mixed Content: The page at 'https://www.sample.com/for-dev/' was loaded over HTTPS, but requested an insecure stylesheet 'http://www.sample.com/?display_custom_css=css'. This request has been blocked; the content must be served over HTTPS.but when I checked the source code
<link rel='stylesheet' id='wp-add-custom-css-css' href='https://www.sample.com/?display_custom_css=css' type='text/css' media='all' />So, I guess, something wrong with the console…
This is due to the Woocommece updates.
https://wordpress.org/support/topic/3-0-error-option-ajax-is-not-allowed-for-select2/
A lot of discussions at
https://wordpress.org/support/topic/select2-js-error-after-updating-to-woocommerce-3-0/
Forum: Plugins
In reply to: [Regenerate Thumbnails] Resize failure on some images with odd messageI am seeing the same error message too.
Forum: Plugins
In reply to: query_posts excluding cat by slugDoes anyone know how to exclude post from certain category even if post are belong to multiple category.
Example-> Post A belongs to Category B and C
i used query_post with cat=-B
And Post A still show (I guess) because it belongs to C.Is there any work around??
Thank you,