daileycon
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Show only specific Product Categories on homepageThis might be a dumb question but in Mystile theme options under Layout Options it has an area for
Specify a comma seperated list of category IDs or slugs that you’d like to exclude from your homepage (eg: uncategorized).
You did try this right?
Forum: Plugins
In reply to: [WooCommerce] Show only specific Product Categories on homepageHave you added a support ticket to the Mystile developer? I have sent requests all the time and he gets it done (star rating, remove twitter, etc). If you do contact him, tell him to add captcha to the contact for like Canvas uses!
Forum: Plugins
In reply to: [WooCommerce] Show only specific Product Categories on homepageForum: Plugins
In reply to: [Social Media Feather] Align social buttons to the rightOk, I’ll try that. The day I wrote that first post none of the images were loading on synved.com. I tried through a proxy and they still wouldn’t load just to make sure it wasn’t my browser, connection. It’s working fine now.
Forum: Plugins
In reply to: [WordPress Varnish] Purge CSS filesI voted for it haha. Thanks cd34!
Forum: Plugins
In reply to: [Social Media Feather] Align social buttons to the rightHi Syved,
No the buttons show up perfect, I was just curious how to align them to the right side of the page..synved-social-resolution-single {
display: inline-block;
float: right;
}Does the job! Even though the mail button is spaced different. I’ll have to play around with it.
Thanks Synved, keep it up.Forum: Plugins
In reply to: [WooCommerce] Show only specific Product Categories on homepageNo. Look at update 1.2.14, it’s filter able, no edit required
Forum: Plugins
In reply to: [WooCommerce] Free Shipping – am I stupid?Check out the Dynamic Pricing extension
Forum: Plugins
In reply to: [WooCommerce] Checkout Stages IndicatorAgreed!
Forum: Plugins
In reply to: [WooCommerce] Coupon only for first order (per customer)I like this idea. Someone has already submitted it here with 19 votes so far. http://ideas.woothemes.com/forums/133476-woocommerce/suggestions/3165666-add-ability-for-coupon-to-be-one-time-use-per-cust
dsfgsdg, brings up a good point though. What would stop people from just create a new account every time they order?
Forum: Plugins
In reply to: [WooCommerce] changing number of products displayed at a time in the shopAdd it to your functions.php file not css.
Forum: Plugins
In reply to: [WooCommerce] changing number of products displayed at a time in the shopI use this to change how many to show.
// Display products per page
add_filter(‘loop_shop_per_page’, create_function(‘$cols’, ‘return 32;’));Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Twitter TimelineChange this to show more tweets data-tweet-limit=”3″
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Twitter TimelineThese are the advanced options I’m using, change as you like:
“noheader nofooter noborders transparent noscrollbar”Add a text widget and add this code. Just change the twitter id and widget id to yours:
<a class="twitter-timeline" data-dnt="true" href="https://twitter.com/YOURTWITTERID" data-widget-id="YOURWIDGETID" data-chrome="noheader nofooter noborders transparent noscrollbar" data-tweet-limit="3">Tweets by @YOURTWITTERID</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Twitter TimelineWhy are you guys even using the widget? Just add a text widget and paste the widget code twitter gives you. Add the advanced options to make it look like you want.