Forum Replies Created

Viewing 7 posts - 16 through 22 (of 22 total)
  • Posted in:
  • in reply to: Slider fade in FF #264746
    doyley3
    Member
    Post count: 22

    Same result when Parent theme is enabled

    in reply to: Wish I Could Have Done It…. #254885
    doyley3
    Member
    Post count: 22

    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!

    in reply to: Adding drop-down menu to an Account (on header) #254754
    doyley3
    Member
    Post count: 22

    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?

    in reply to: Remove add to cart using functions.php #254324
    doyley3
    Member
    Post count: 22
    This reply has been marked as private.
    in reply to: Remove add to cart using functions.php #254294
    doyley3
    Member
    Post count: 22

    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.

    in reply to: Remove ratings #254233
    doyley3
    Member
    Post count: 22

    I’d like to keep ratings on product page but remove them from catalog pages

    in reply to: Remove ratings #254196
    doyley3
    Member
    Post count: 22

    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 );

Viewing 7 posts - 16 through 22 (of 22 total)