Announcement

Collapse
No announcement yet.

Base Ready Theme Duplicating Sub Categories

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Base Ready Theme Duplicating Sub Categories

    I am using the Base Ready Theme.. When I create child categories, they are all showing up doubled on the the ctgy page. I originally had the booc theme installed.. Is this creating a problem? I still see this in my file manager. Here is the content/subcat listing code. Any help is appreciated!

    <hr />
    <h4 class="subcategory-title">Subcategories in &mvte:category:name;</h4>
    <div class="clearfix"></div>
    <div class="subcategory-listing col-md-12 container-fluid clearfix">
    <mvt:foreach iterator="sub_category" array="subcats">
    <div class="col-md-4 col-sm-4 col-xs-6 subcategory-wrapper">
    <div class="subcategory-item box-shadow">
    <div class="item-image">
    <mvt:if expr="l.settings:sub_category:image">
    <a href="&mvt:sub_category:link;"><img src="&mvt:sub_category:image;" class="img-responsive" alt="Shop &mvte:sub_category:name; Now" title="Shop &mvte:sub_category:name; Now" /></a>
    <mvt:else>
    <a href="&mvt:sub_category:link;"><img src="http://placehold.it/150x150&text=150x150+image" class="img-responsive" alt="Shop &mvte:sub_category:name; Now" title="Shop &mvte:sub_category:name; Now" /></a>
    </mvt:if>
    </div>
    <div class="item-details">
    <h5><a href="&mvt:sub_category:link;">&mvte:sub_category: name;</a></h5>
    </div>
    </div>
    </div>
    </mvt:foreach>
    </div>

    <hr>

    #2
    Can you post a link to the page?
    Matt Zimmermann

    Miva Web Developer
    Alchemy Web Development
    https://www.alchemywebdev.com
    Site Development - Maintenance - Consultation

    Miva Certified Developer
    Miva Professional Developer

    https://www.dev4web.net | Twitter

    Comment


      #3
      Sorry! http://dyerpackaging.com.mymiva.com/...y_Code=OPENTOP

      Comment


        #4
        You might check to see if you have any duplicate code on the page or from the category tree. If that all looks normal, you may need to contact support so they can look through the code.
        Matt Zimmermann

        Miva Web Developer
        Alchemy Web Development
        https://www.alchemywebdev.com
        Site Development - Maintenance - Consultation

        Miva Certified Developer
        Miva Professional Developer

        https://www.dev4web.net | Twitter

        Comment

        Working...
        X