jcbbuller
Forum Replies Created
-
Hey George, this plugin works on the ‘Home’ page without a slug. It doesn’t allow you to set who can access block pages based on their specific admin assignment though.
Forum: Plugins
In reply to: [WooCommerce] Upload Products But Don't Push LiveI knew it was a simple answer, thanks!
Forum: Plugins
In reply to: [WooCommerce] Custom Shop Landing PageThanks Mike! I ended up making a custom WordPress template, using the shortcode in the WYSIWIG content for the featured products and pulled the WooCommerce sidebar with the widgets via the template code. Working great so far!
Forum: Plugins
In reply to: [WooCommerce] Custom Shop Landing PageGreat! Could I also incorporate the WooCommerce sidebar into a text based page template
using this code?<?php /** * woocommerce_sidebar hook. * * @hooked woocommerce_get_sidebar - 10 */ do_action( 'woocommerce_sidebar' ); ?>
Or does it only work on specific WooCommerce templates?
Forum: Plugins
In reply to: [WooCommerce] Custom Shop Landing PageI have a home page that has business information. The shop page is a separate page, but I’d like to add these features to the landing page you come to when clicking the ‘Shop’ link. I’d also like the landing page to have the same sidebar as the generic shop page, I just want to incorporate a custom ad banner at top and only show the featured products on the landing page.
I’d rather follow WooCommerce’s theming structure and not have to create a custom WordPress page template and copy/paste the WooCommerce loops into that, just for the sake of future plugin updates and such, but if I can’t get these changes using archive-product.php then I will.
Also you don’t happen to know why ACF can’t work on the archive-product.php page do you?
Thanks for the help!
Forum: Plugins
In reply to: BackWPup Free Plugin Not AvailableAwesome, thanks!
Forum: Fixing WordPress
In reply to: Is there a way to build an image from scratch?You can achieve this by creating a custom page template and using a background image on that template. This would require a little research into the WordPress Codex and how to create custom templates using php.
Forum: Plugins
In reply to: [Advanced Custom Fields: Image Crop Add-on] Getting link to original image?