Adjust Featured Categories

Home Support eCommerce Gem Plus Adjust Featured Categories

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15189
    Simon Lownsborough
    Participant

    Hi

    I’d like to be able to have five featured categories on the home page rather than four – e.g. be able to resize them to fit. Also, I’d like to have the image a clickable event as well as the text.

    Is this possible?

    foundform.com.au

    Simon

    #15333
    nirav
    Keymaster

    Hello Simon,

    Hope you are doing well!

    To change the number of items per slide, you will need to create a child theme so please create a child theme by mentioned steps here

    Once you create a child theme, please create a widget, paste current code of the widget from includes/widgets/featured-categories.php in it and search “slidesToShow”.

    In “slidesToShow”, there will be a default value ‘4’ so please make it 5 and to make it category image clickable, look for “product-thumb-wrap” in same widget file and wrap it with

    <a href="<?php echo esc_url( $term_link ); ?>">

    Don’t forget to close the tag after tag.

    Hope this helps!

    Have a great day ahead!

    Thanks and Regards,
    Team ProDesigns

    • This reply was modified 4 years ago by nirav.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.