roweenaweb
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirection] redirects for urls with $ sign not workingThanks for taking a look, I’ve found that if I set Query Parameters to Ignore all parameters those redirects for urls with $ in work.
I’ve testing this plugin and have the same issue, webinar registration page redirects to the homepage. Not a great start.
Forum: Plugins
In reply to: [Event Tickets and Registration] OOPS! THAT PAGE CAN’T BE FOUNDHello, did you find a solution to this? I have the same issue but can’t revert back to 3.7.1
I’ve put a support ticket in with Tribe, if I get a useful solution from them I’ll post it here.Thanks
Forum: Plugins
In reply to: [WooCommerce] WC 3.3: Issues with Categories displaying in ShopHi @adil1641
After some research I found the theme I’ve inherited from another developer wasn’t declaring woocommerce support, If you add this to your functions.php (check to make sure it’s not there already). This fixed the issue for me.function mytheme_add_woocommerce_support() {
add_theme_support( ‘woocommerce’ );
}
add_action( ‘after_setup_theme’, ‘mytheme_add_woocommerce_support’ );Forum: Plugins
In reply to: [WooCommerce] WC 3.3: Issues with Categories displaying in ShopI have an issue with a site that’s not using the correct template hierarchy after latest upgrade to 3.3.1, product category pages are not using the woocommerce archive page anymore (taxonomy-product_cat.php)… can anyone help?
O found how to sort this out, in Advanced > Settings set “Filter searches and archives?” to No
🙂
Hi thanks for your reply, yes I definitely need to get this to work. Do you have some example code I could adapt?
Thanks
Rowan
Forum: Plugins
In reply to: [Enhanced Media Library] Add media taxonomies to custom post typeThanks Nadia, appreciate your response, I’ll give that a try.