Pixelbits
Forum Replies Created
-
Same here on test site. Something is going wrong in this plugin with latest WooCommerce. In the mean time using Dropdown… 🙁
List is what I want. 🙂
In the source I see YITH plugin code where my lists should be, but the widget is empty.
…Downloaded the older version to test where the problem introduced itself?
2.8.1 still worksSame problem here with Visual Composer (in Strata) en YOAST 2.0.
Enable WordPress SEO plugin –> Disabled the VC-editor button in pages/posts.I have checked this: http://wpexplorer-themes.com/total/docs/visual-composer-issues/ (scroll to Yoast part)… Did not fix anything.
Forum: Plugins
In reply to: [Mentionable] Extend to other types?Woocommerce, CustomPostTypes, anchors, (custom)menu’s, .. although the wp-options table is not very friendly and it would take a lot of memory to quicky scan thousands of woo-products it still is a very nice feature.
Forum: Installing WordPress
In reply to: [Plugin: NextGEN Gallery] lite.piclens.comThis script is located in media-RSS.php
This file exists in the ‘lib’ directory of your NextGen Gallery.
You can change this file and host the JS locally – but when you upgrade the reference is changed back as well…I would opt this JS will be included in the plugin…
Code you need to change:
Function add_piclens_javascript() { echo "\n" . '<!-- NextGeEN Gallery CoolIris/PicLens support -->'; echo "\n" . '<script type="text/javascript" src="<strong>http://lite.piclens.com/current/piclens_optimized.js</strong>"></script>'; echo "\n" . '<!-- /NextGEN Gallery CoolIris/PicLens support -->'; }