Paul
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] What happened to the woocommerce_add_to_cart_message Filter?That’s great! Thanks!
Forum: Plugins
In reply to: [WooCommerce] What happened to the woocommerce_add_to_cart_message Filter?Aaron-
Did you find a solution to this? My old function is not working as of WC 2.1.2
Just wondering if you figured this out or not.
Just to clarify, you are looking to list all subcategories of a specific category? If so, then this function is already setup to do just that. SImply call this function and insert the term_id for the “outdoors” in the args for that function.
For instance, if your “outdoors” category has a term_id of “3” your call to this function would look like this:
<?php get_product_terms( 3 ); ?>
It seems like the code you have listed here is setup to only run on the front page, so if you might want to copy this function and paste it with a different function name somewhere in your functions file so you can use it elsewhere.
Forum: Reviews
In reply to: [Ultimate Coming Soon Page] After looking at this plugin again..Maybe I had a dated version of the plugin, as now it seems to be completely in divs. I could not change my rating seeing that the recent updates to the plugin have div formatting.
Forum: Fixing WordPress
In reply to: Pagination not working in certain pagesThanks!
Forum: Fixing WordPress
In reply to: Pagination not working in certain pageswould you be able to explain this further or provide a code example? I am having the same issue!
Forum: Fixing WordPress
In reply to: Visual editor not working in posts or pagesI had the same issue… for it was was my ad blocker that was preventing it from showing. I added my site to the exclusion list and it started working again.
I was using simple ads manager and i think it thought it was an ad… perhaps…. who knows?
To post the problem, then say you found a solution and not post the solutions is very frustrating. This is the only cart66 paypal security header issue to show up in google…
Please post a solution
Forum: Plugins
In reply to: permalink to custom post type gives me 404 erroryou are a lifesaver! this is exactly why I use WP… because of the community support.
You just saved me a whole lot of time trying to figure out why I was getting 404s everywhere
THANKS!
Thanks so much! worked like a charm. I’ll notify the wp e-commerce support forum as well if people are having same issue…
can you change the order too? would there need to be an order field?
Forum: Fixing WordPress
In reply to: List sub pages with breif description, imagesThanks so much for posting this! It really helped me out in developing this site. Its awesome that you found your own solution and took time to post it. Much appreciated!