peepfunk
Forum Replies Created
-
Forum: Plugins
In reply to: [SVG Support] PHP error with WordPress 5.7 when Advanced Mode is enabledBig up @spikyc!
That worked for me.
I too had this problem and the fix provided by Anton has solved it.
Forum: Plugins
In reply to: [YITH WooCommerce Product Gallery & Image Zoom] jquery browser in deprecatedHi,
Just had the same problem. It’s because jQuery.browser was removed from the core as of jQuery 1.9 (http://api.jquery.com/jquery.browser/) so if you’re using jQuery 1.9 or above it breaks the YITH magnifier.I solved by including jQuery.migrate (https://github.com/jquery/jquery-migrate/)
I know this is a bit old but anyone else searching for a solve to this problem might be interested.
Forum: Plugins
In reply to: Complicated Pricing MatrixI’m needing something similar myself. This may help you :
http://www.woothemes.com/products/measurement-price-calculator/
Although I don’t think it will do everything you need…
Forum: Plugins
In reply to: Display Custom Field Data in PagesI think you’re making sense… I think I’m looking to do the same kind of thing.
I want to list all the child pages of a certain page and along with the title of the page include some custom field metadata (so it would basically be a link to the page with a short description of what is on that page below it)
I can’t see a way to do it, and editing wp_list_pages looks a bit mind blowing for my meagre php skills… Did you ever find a way to do it?