Home Theater

Home Forums All Other Themes Home Theater

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #186973
    Francisco Rubén Jorquera VillarroelFrancisco Rubén Jorquera Villarroel
    Participant
    • Topics: 27
    • Replies: 70
    • Total: 97
    Member since: December 31, 2020

    Home Theater

    Hi friends

    In the “Home Theater” Theme, At the “Home” Categories section, I need to show only the main categories to appear and not the subcategories.

    https://somosastore.cl

    #187065
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly send us your URL of the site and WordPress admin details (Username & Password) via email:[email protected] Please mention this forum URL while replying so that we understand what needs to be done.

    We’ll check and revert back to you.

    Regards,
    Dave

    #187087
    Francisco Rubén Jorquera VillarroelFrancisco Rubén Jorquera Villarroel
    Participant
    • Topics: 27
    • Replies: 70
    • Total: 97
    Member since: December 31, 2020

    Ready

    #187089
    Francisco Rubén Jorquera VillarroelFrancisco Rubén Jorquera Villarroel
    Participant
    • Topics: 27
    • Replies: 70
    • Total: 97
    Member since: December 31, 2020

    Ready, I’m waiting for your reply

    #187140
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Issue have been resolved. Kindly check and confirm.

    Regards,
    Dave

    #187228
    Francisco Rubén Jorquera VillarroelFrancisco Rubén Jorquera Villarroel
    Participant
    • Topics: 27
    • Replies: 70
    • Total: 97
    Member since: December 31, 2020

    It’s perfect, thanks I would like to know the change they made, to replicate it a next time, in case of updating the theme or its implementation with another client. Thank you

    #187240
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    We have make this changes in function.php.

    Kindly go to sktframe >> core-functions.php >> line no. 1873 and make change below.

    <?php $categories = get_categories( array('taxonomy' => 'product_cat', 'parent' => 0)); foreach ($categories as $category) { ?>

    We have added ???? 'parent' => 0 code after 'product_cat'.

    Regards,
    Dave

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.