neiller
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Favorite Posts] Favourites Page stylingHi all.
You may have found a solution for this already, but if not, you can simply copy the
wpfp-page-template.php
file to your theme folder. Then feel free to modify it to your hearts’ content, and it won’t get over-written.I am assuming that any future updates to the plugin don’t actually need to affect this page template, because it is nothing more than a template.
I found I was able to add excerpts and other custom fields to my list of favourites.
Hope this helps someone.Neil
Forum: Plugins
In reply to: [WooCommerce] Adding Multiple Products to the Cart at onceHi all.
I wanted to achieve the same thing on a site I built last year, but couldn’t find any way to do it. In the end I hacked it a bit as follows:1. Get the shop to list a load of items on a page (using tags to group them).
2. Click on an ‘add ALL to cart’ button which, in turn, fired off all the AJAX ‘add to cart’ buttons for each product in the list.
3. At the same time, it started a timer which waited long enough to make sure all the items had added to cart by AJAX.It’s not ideal because it relies heavily on javascript (although we never actually had this problem reported), and the timer solution is not great… But it worked for me for the small numbers of products I was adding.
Will try out your group suggestions and get back here if I can make it work.
Forum: Plugins
In reply to: [mobble] Thinks iPad is_mobileThanks so much Scott. That was indeed the problem!
Great little plugin by the way. Any way I can drop you a donation (that isn’t flattr!)?
Cheers
Forum: Plugins
In reply to: [WP Carousel] [Plugin: WP Carousel] Page Excerpts?CowboyFrank – Thanks ever so much for finding this out.
I had to make two changes, and not in exactly the same place, but still in the wp-carousel.php file. I just did a search and replace, so your method is good!
I also agree, this is a nice little plugin. Thanks Sumolari.