daileycon
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Squares showing up instead of stars in product ratingIf you have upgraded to 2.0.6
Forum: Plugins
In reply to: [WooCommerce] Squares showing up instead of stars in product ratingTake the star code from woocommerce.css that now uses the star font and copy it to your mystiles custom.css file
Forum: Plugins
In reply to: [WooCommerce] Cart doens't clear after paymentI had this problem once, I had to go into my WooCommerce settings and clear transcripts (I think that’s what it said). I would tell you exactly but I’m in bed on cell. Just look around in your settings.
Forum: Plugins
In reply to: [WooCommerce] woocommerce comment rating stars won't showYep it’s going to be font-family: ‘star’;
Forum: Plugins
In reply to: [WooCommerce] woocommerce comment rating stars won't showYes, http://wordpress.org/support/topic/changing-from-slider-ratings-to-star-ratings-mystile?replies=16
It looks like this will be fixed in the next update. The changelog says they have created a new font to solve the inconsistency.
Forum: Plugins
In reply to: [WooCommerce] Changing from Slider Ratings to Star Ratings (Mystile)Chrome + Windows was where I couldn’t get it to work too. Highlight the rating, right click and use chromes Inspect element to see what font it is using. I did that and then used Firefox firebug to change the font till I got one that worked.
Forum: Plugins
In reply to: [WooCommerce] Changing from Slider Ratings to Star Ratings (Mystile)I feel your pain. It took me forever to find a solution but it was worth it. The stars look so much better. I wish the Mystile developer would just change this in an update.
Can you see the stars in other browsers?
Do you see the stars in your Dashboard widget Woocommerce Recent Reviews?
I would use some of my custom.css anyway that fix some alignment issues in Mystile.Forum: Plugins
In reply to: [WooCommerce] Changing from Slider Ratings to Star Ratings (Mystile)I finally fixed the problem! I had to add a font (Arial Unicode MS). Now the stars show in all browsers.
font-family: “Arial Unicode MS”, “Helvetica Neue”, Helvetica, Arial, sans-serif !important;
Forum: Plugins
In reply to: [WooCommerce] Changing from Slider Ratings to Star Ratings (Mystile)No, I had to disable Jetpack comments a while ago because of another issue with working in woocommerce. I just tried deactivating Jetpack but didn’t work. It’s the weirdest thing. When I go to this page I can see the stars and its using the same code so something else on my site is causing it. Something with the encoding of the custom.css file maybe, idk.
Forum: Plugins
In reply to: [WooCommerce] Changing from Slider Ratings to Star Ratings (Mystile)In my Dashboard widget Woocommerce Recent Reviews the little purple stars are showing up but not on my site. I am perplexed.
Forum: Plugins
In reply to: [WooCommerce] Changing from Slider Ratings to Star Ratings (Mystile)I just tried on a windows xp machine with firefox 19.0.2 and IE and both won’t load the star character. Is there a way to load this character another way? Do I have any options?
Forum: Plugins
In reply to: [WooCommerce] How to get quantity of product?We need more details than that.
Forum: Plugins
In reply to: [WooCommerce] Changing from Slider Ratings to Star Ratings (Mystile)Ok, We’re getting closer. It looks good in Firefox but in Chrome its showing little green squares? In Chromes source it shows the stars, weird. Is this hopeless?
http://www.eatseed.com/wp-content/themes/mystile/custom.cssAlso when you load the pop up to leave a review its still using the bar not stars.
I have added my green color to the stars too, hope they are in the right spot. Man it looks good in Firefox just need to cross browserable! I appreciate all the help on this Saturday, mikejolly.
Forum: Plugins
In reply to: [WooCommerce] How to change the color of woo commerce button“you mean i put in the theme css ,right ?”
No, go to Appearence – Editor and you should see a file custom.css at the very bottom list of files to edit. Add that code in that file after it says:
GLOBAL STYLES
—————-
Add styles beneath this line that you want to be applied across your entire site */Good Luck
I’m no expert but I like to tinker around.
Forum: Plugins
In reply to: [WooCommerce] How to change the color of woo commerce buttonTry adding these lines to your custom.css and just change to the colors you want.
#top .primary-background, .dropcap2, div .button, input[type=”submit”], #submit, .info_text_header, .numeric_controls a:hover, .numeric_controls .active_item, .contentSlideControlls a.activeItem, #top th, #top .related_posts .contentSlideControlls a.activeItem, #top .arrow_controls a, #main .content #searchsubmit:hover, .callout a {
background-color: #333333;
}#top .on-primary-color, #top .on-primary-color a, .dropcap2, div .button, input[type=”submit”], #submit, .info_text_header, .info_text_header a, .info_text_header a:hover, .contentSlideControlls a.activeItem, #top .related_posts .contentSlideControlls a.activeItem, .contentSlideControlls a:hover, #top .related_posts .contentSlideControlls a:hover, #top th, #top th a, a.button:hover, #top #wrap_all .sub_menu .menu > .current_page_item > a {
color: #444444;
}