daileycon
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Changing from Slider Ratings to Star Ratings (Mystile)http://www.eatseed.com/wp-content/themes/mystile/custom.css
I use google pagespeed so its kinda hidden.
Here it is loaded in the source, weird how I see the stars in the source.
<!– Custom Stylesheet –>
<style>GLOBAL STYLES
—————-
Add styles beneath this line that you want to be applied across your entire site */img {border:0;-ms-interpolation-mode:bicubic;max-width:100%;height:auto;width:auto}body{font:1.3em Century Gothic,sans-serif}::selection{background:#8bc73c;color:#000}::-moz-selection{background:#8bc73c;color:#000}.widget h3{font:italic 1.3em/1em “Crafty Girls”,arial,sans-serif;color:#8bc73c}h1{font:1.5em/1em Century Gothic,sans-serif}h2{font:1.5em/1em Century Gothic,sans-serif}h3{font-size:1.1em}mark{background-color:#fff!important;color:#8bc73c}div.ppt,.pp_description{display:none!important}.woocommerce .star-rating,.woocommerce-page .star-rating{float:right;overflow:hidden;position:relative;height:1em;line-height:1em;font-size:1em;width:5.4em;font-family:”Helvetica Neue”,Helvetica,Arial,sans-serif!important}.woocommerce .star-rating:before,.woocommerce-page .star-rating:before{content:”☆☆☆☆☆”;color:#e0dadf;float:left;top:0;left:0;position:absolute;letter-spacing:0.1em;letter-spacing:0 \9 }.woocommerce .star-rating span,.woocommerce-page .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.woocommerce .star-rating span:before,.woocommerce-page .star-rating span:before{content:”★★★★★”;top:0;position:absolute;left:0;letter-spacing:0.1em;letter-spacing:0 \9 }.woocommerce .products .star-rating,.woocommerce-page .products .star-rating{display:block;margin:0 0 0.5em;float:none}.woocommerce .hreview-aggregate .star-rating,.woocommerce-page .hreview-aggregate .star-rating{margin:10px 0 0 0}</style>
</head>Forum: Plugins
In reply to: [WooCommerce] Changing from Slider Ratings to Star Ratings (Mystile)I’ve added that code to my custom.css file but the bars are still showing up. What am I missing?
My site is: eatseed.comForum: Plugins
In reply to: [WooCommerce] No logout available whatsoeverYou could add a hyper link to the menu with
http://www.YOURSITE.com/wp-login.php?action=logout
till you get a solution. Have you submitted a support ticket with woo?Forum: Plugins
In reply to: [WooCommerce] No logout available whatsoeverWeird. Do other shortcodes load? Are you using the latest woocommerce?
Forum: Plugins
In reply to: [WooCommerce] No logout available whatsoeverYour using the wrong shortcode.
Set up a page with [woocommerce_logout] on it. Set it up in the WooCommerce page settings as the ‘logout page’. Add that page to your menus where you want the “logout” option to appear.