Help with CSS Digital Media UI / UX Design by queendaedra …href="http://www.woothemes.com">WooThemes</a>. Author: WooThemes Author URI: http://www.woothemes.com Tags: woothemes Copyright: (c)… 2009-2011 WooThemes. License: GNU… Changing toggle states depending on URL Hash Programming Web Development by TheVendor Hi there, I am trying to customize a Woothemes shortcode toggle in their 'Canvas' theme, and in my particular … then run location.hash or something similar. I am using WooThemes shortcode system, so the toggle is comprised of the following… wordpress / content / advice Digital Media Digital Marketing by LogicWeb … I wish to use this the popular Fresh Theme by Woothemes. So I want the WP to not look like a… Fatal Error? Programming Web Development by london-G … my review-order.php <?php /** * Review order form * * @author WooThemes * @package WooCommerce/Templates * @version 1.6.4 */ if ( ! defined( 'ABSPATH… Re: KEEP GETTING Parse error: syntax error, unexpected T_STRING in /home/a2460084/public_ Programming Web Development by rubidee …VARIABLES $themename = "Bueno"; $manualurl = 'http://www.woothemes.com/support/theme-documentation/bueno/'; $shortname = "woo"; …quot;, "std" => "http://www.woothemes.com", "type" => "text…;, "std" => "http://www.woothemes.com", "type" => "text… Re: wordpress plugin help Programming Web Development by Frankey … server? Do yo mean something like [URL="http://demo.woothemes.com/?name=chapters"]http://demo… Re: Need help finding a source code Digital Media UI / UX Design by lps … have some themes online for example:[URL="http://woothemes.com"]http://woothemes.com[/URL], have it installed and modified based… Re: How to integrate Google Checkout in Woocommerce. Programming Web Development by LastMitch … single product manually. It's called [Google Wallet](http://www.woothemes.com/products/google-wallet/) It's a plugin for **Woocommerce… **Google Wallet** to **Woocommerce** you can read this: http://docs.woothemes.com/document/google-wallet/#configurethegateway Re: Wordpress Woocommerce modification help Programming Web Development by LastMitch … a plugin. Here is an link to it: http://www.woothemes.com/woocommerce/ Re: How to integrate Google Checkout in Woocommerce. Programming Web Development by EmilyJohnson first of all a big thanks to you ( **@LastMitch** ) for your reply. As you have given a woothemes link, that was of paid plugin. And i have gone through it earlier. But is there any way to manually integrate google checkout for my store, without using any paid plugin. Re: Need to move woocommerce sidebar Programming Web Development by nufftalon … article on woocomerce itself regarding incompatibility with themes http://docs.woothemes.com/document/third-party-custom-theme-compatibility/ Isn't there… Re: Text Fields on woocommerce product page Programming Web Development by iamthwee … ons. I believe this is what you need. http://www.woothemes.com/products/product-add-ons/ It's half the price… Re: Responsive gallery with thumbnails Digital Media UI / UX Design by mattster …](http://bxslider.com/examples/thumbnail-pager-2) * [FlexSlider](http://flexslider.woothemes.com/dynamic-carousel-min-max.html) Re: Java imageslider Programming Web Development by lps http://flexslider.woothemes.com/thumbnail-slider.html Re: Best tool to build E-Commerce Digital Media Digital Marketing by angelinashantu shopify and woothemes are my top 2 ecommerce tools Re: Help with CSS Digital Media UI / UX Design by hericles It looks like you just need to change the float of the menu as it is currently set to float: right; I'd follow the advice at the top of the CSS file and add a new CSS file after this one that has the new CSS rules in it. That way it will overwrite the rules you need to but leave your original CSS untouched. By doing it this way you can also play … Re: Help with CSS Digital Media UI / UX Design by queendaedra Awesome thanks so which tag was it the one below? > header nav { float: right; margin: 15px 0 0; } Re: Help with CSS Digital Media UI / UX Design by queendaedra That did it! Thank you so much!! Re: Changing toggle states depending on URL Hash Programming Web Development by TheVendor This is how the toggles are rendered on the page: <div class="shortcode-toggle toggle-close-me open default border"><h4 class="toggle-trigger"><a href="#">Close Me</a></h4> <div class="toggle-content">Content to be toggled.</div><!--/.toggle-… Re: wordpress / content / advice Digital Media Digital Marketing by allena you can some photos and videos in my links. Re: Fatal Error? Programming Web Development by Unimportant WC_Cart::get_fees() is undefined. You'll have to write the function. Re: Fatal Error? Programming Web Development by Squidge Or include the file that has the function :) Re: Fatal Error? Programming Web Development by Atli A quick Google search reveales that the WC_Cart class for WooCommerce didn't include the `get_fees` function in version 1.6, but it does show up in version 2.0. The header in your file mentioens version 1.6.4. Are you perhaps trying to use parts of code from a later version of WooCommerce in a site that uses an older version?