C++ Audio File Programming Software Development by PratikM …; endl; cout << endl; cout << " C. Avada Kedavra." << endl; cout << endl; cout… Woocommerce SKU number not displaying Digital Media Digital Marketing by nufftalon Hi I am using Avada theme I created a child theme, I have woocommerce installed … Invalid Argument supplied for foreach() Wordpress Programming Web Development by dloj333 … any assistance anyone can bring me. I am using an Avada Theme with Fusion builder and everytime I create a new… Re: Psd to Wordpress Programming Web Development by nufftalon … I do is use a theme such as enfold or avada. Majority is enfold and just change the css and tweak… sites I tweaked Enfold Theme http://kaysvilleclinic.com/ Avada Theme http://www.myprotronix.com/ Avada Theme http://www.mabridalplus.com/ Ok so… Re: Black screen of death Hardware and Software Hardware by aniseed [I]Avada kedavra[/I] ;) Did you install anything recently? Re: The Vending Machine Game Community Center Geeks' Lounge by ~s.o.s~ You get Avada Kevadra. I put in some rice. Re: Need to move woocommerce sidebar Programming Web Development by Alberto Bucur … woocomerce-container div, make these changes: <div class="avada-row" style=""> <div id="… Re: Need to move woocommerce sidebar Programming Web Development by nufftalon sorry how do I translate that to css? I know avada had a place where I can put custom css which … Re: C++ Audio File Programming Software Development by raptr_dflo Does the following work for you? [CODE] int main() { PlaySound("RFD",NULL,SND_FILENAME|SND_LOOP|SND_ASYNC); Sleep(10000); PlaySound(NULL, NULL, 0); return 0; } [/CODE] In the future, please try to find a minimum failing case, or feel free to trim out code that you're sure doesn't contribute to the problem. But thanks … Re: Woocommerce SKU number not displaying Digital Media Digital Marketing by nufftalon I got it showing up in the cart by adding add_filter( 'woocommerce_in_cart_product_title', 'add_sku_in_cart', 20, 3); function add_sku_in_cart( $title, $values, $cart_item_key ) { $sku = $values['data']->get_sku(); return $sku ? $title . sprintf(" (SKU: %s)", $sku) : $title; } to my functions.php but still… Re: Woocommerce SKU number not displaying Digital Media Digital Marketing by nufftalon I fixed the thumbnail not displaying the sku number by adding this code to my themes functions.php file. I just need to figure out how to add code for the products single page and I am good to go! add_action( 'woocommerce_after_shop_loop_item_title', 'shop_sku' ); function shop_sku(){ global $product; echo '<span itemprop="… Re: Invalid Argument supplied for foreach() Wordpress Programming Web Development by alan.davies The reason you did [not] have a response could be that you did not give any useful information. Can you show any code? Screenshots? Anything? What other plugin do you have installed?