Digital experiences for all disciplines
Forum Replies Created
-
-
Same result when Parent theme is enabled
Hi Lyn, maybe I can help you out….
I’ve taken a look at your site cooljools.com – let’s take 1 issue at a time:
– The menu superimposed over your main page. This is the main menu for the store, but all sub levels are currently on top.
Go to your Dashboard/Appearance/Menus.
On the Edit Menus tab, Select a menu to edit should be set to “Main menu” – press select button.Underneath you’ll then see the Menu structure with all the links that are currently showing over your pages.
These are positioned in a hierarchy. The ones closest to the left are top level menu items, those further in are subcategories of their parents. You can drag and drop them into different positions.Hope that helps!
Hi I added the aux links override for child functions.php with the extra link but don’t see it reflected in the front end. Do I need to disable anything from admin in order to make it show?
This reply has been marked as private.Hi,
apologies but I can’t quite follow where this setting is.
Woocommerce/Settings/General there’s no add to cart settings here.
Woocommerce/Quickview/Quickview Trigger Settings – Only settings for Quick View but none for add to cart.
I’d like to keep ratings on product page but remove them from catalog pages
Hi is there a way to do this using function.php?
I’ve used the following to remove price from catalog page but rating doesn’t seem to get removed.
remove_action( ‘woocommerce_after_shop_loop_item_title’, ‘woocommerce_template_loop_price’, 10 );
remove_action( ‘woocommerce_after_shop_loop_item_title’, ‘woocommerce_template_loop_rating’, 15 ); -
Posted in: Reply To: Remove ratings