daileycon
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Twitter TimelineThat’s the way to go! Use a text widget not jetpacks version and use these options:
data-chrome=”noheader nofooter noborders transparent noscrollbar” data-tweet-limit=”3″
Clean!
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Twitter TimelineHas anyone figured out why it shows “My tweets” half the time!!! Need a fix!
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Twitter TimelineI was wondering the same thing. How to show only 3-5 tweets and no scroll bar!
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Twitter TimelineSame here, just updated and tweets won’t load. Put in the old twitter widget and it works fine. Twitter Timeline needs work before May 7th!
Forum: Plugins
In reply to: [WooCommerce] Add Extra Fields on User Registration?Forum: Plugins
In reply to: [WooCommerce] What file holds theme version number?That worked! You the man! Thanks a lot
Forum: Plugins
In reply to: [WooCommerce] What file holds theme version number?Let me be more clear. Mystile just came out with an update 1.2.9 but only includes/woo-themes.php had changes. So I switched that file with the new one but my dashboard still says I’m using 1.2.8. If I re-installed Mystile completely I would need to add my custom code to functions.php and custom.css and make a few other template changes that I’ve made. I’m trying to avoid that by just updating the changes file but I want my dashboard to say its using 1.2.9.
Forum: Plugins
In reply to: [WooCommerce] What file holds theme version number?I’m using Mystile. I only have a few small changes to templates and i have to re-add my code to functions.php and custom.css but it still takes time.
Forum: Plugins
In reply to: [WooCommerce] Changing from Slider Ratings to Star Ratings (Mystile)Hey mike, How can we update that css for the new star font? I tried changing the font to “star” and changing the unicodes but nothing seems to work.
We need to just have the Mystile developer change from the slider!Forum: Plugins
In reply to: [WooCommerce] Hiding the yellow product count markI just changed mine to:
mark.count {
background-color: transparent;
color: #8bc73c;
}
and it works just the same, Thanks splashingpixels.comForum: Plugins
In reply to: [WooCommerce] Hiding the yellow product count markI needed to remove all the yellow backgrounds. I don’t even know what the !important does and I can’t remember where I copied the code from. I’m going to change mine when I get home, I think transparent; is better too.
They should change this in the next update and make it standard. Does anyone like the yellow?Forum: Plugins
In reply to: [WooCommerce] Hiding the yellow product count markI’m using the Mystile theme and use this code to change the background to white and the text color.
mark {
background-color: white !important;
color: #8bc73c;
}Forum: Plugins
In reply to: [WooCommerce] Hiding the yellow product count markTry:
mark {
display: none !important;
}Forum: Plugins
In reply to: [WooCommerce] Cart doens't clear after paymentThat sucks. Are you using any kind of cache plugin?
Forum: Plugins
In reply to: [WooCommerce] Mystile Theme CustomizationMystile comes with like 8 different color css’s. do you want it even more unique? Use FireBug to help u find out what to edit if so.