Jump to content

BestValuItems

Member
  • Posts

    4
  • Joined

  • Last visited

Posts posted by BestValuItems

  1. @ayz1 I have followed the steps that you have provided and I still have the sub-categories on the main category page. I have attached pics. Let me know if I did anything wrong. As I stated html coding is really not my thing at all. I really don't understand html coding one bit:huh:.

    On ‎8‎/‎16‎/‎2016 at 7:06 AM, ayz1 said:

    You will need to find the file templates/content.category.php in your stores file manager. You can usually access this via something called cPanel which you have access to at http://bestvalueditems.com/cpanel. You should have been provided with a password and username by your webhost. Once you log in you will see an icon for file manager. Open this and locate the file in public_html/skins/foundation/templates/content.category.php. Click on the filename and then on the Edit icon/button.

    Change/Edit

    {if isset($category.image)}
    <div class="row">
       <div class="small-12 columns"><img src="{$category.image}" alt="{$category.cat_name}" class="marg-bottom"></div>
    </div>
    {/if}

    to

    <!-- {if isset($category.image)}
    <div class="row">
       <div class="small-12 columns"><img src="{$category.image}" alt="{$category.cat_name}" class="marg-bottom"></div>
    </div>
    {/if} -->

     

    Save the file.

     

    Capture.JPG

    Capture-1.JPG

  2. I would like to know how do I remove the sub categories from showing on the category page? I don't want this to show on the page. I have provided a image of what I would like to remove. Also you can take a look at my site at http://bestvalueditems.com as well. Please help me with removing this. Thanks in advance to anyone that is willing to help me with this. Also if it has to do with any html coding I am not able to do that on my own I would need a detailed step by step with that.

    Capture.JPG

×
×
  • Create New...