We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 52349
    • 41 Posts
    Let me try and explain this. I believe since i am over thinking this, I am making it harder on myself. I have a product page for a furniture warehouse. Each Resource Document will house 12 images and some content. I really didnt want to create 12 tv groups for (image, brand, resource, call to action), but it looks to be that way. I was trying to go with one block of the code in a chunk ex: [[$our_products]]

    <section class="row contentRowPad">
    <div class="container">
    <div class="row">
    <div class="col-sm-3 product">
    <div class="productInner row m0">
    <div class="row m0 imgHov">
    <img src="[[*pro_image]]" alt="">
    <div class="row m0 hovArea">

    <div class="row m0 proType"><a href="#">[[*product_heading]]</a></div>

    <div class="row m0 proPrice"><i class="fa fa-usd"></i>[[*product_price]]</div>
    </div>
    </div>
    <div class="row m0 proName"><a href="[[*product_link]]">[[*product_button]]</a></div>
    <div class="row m0 proBuyBtn">

    </div>
    </div>
    </div>
    </section>
    and then somehow repeat it for the 12 blocks. I don't even think I am making any sense anyymore lol
      • 17301
      • 932 Posts
      Sounds like you'll be best looking at migxdb smiley
        ■ email: [email protected] | ■ website: https://alienbuild.uk

        The greatest compliment you can give back to us, is to spend a few seconds leaving a rating at our trustpilot: https://uk.trustpilot.com/review/alienbuild.uk about the service we provided. We always drop mention of services offered by businesses we've worked with in the past to those of interest.
        • 52349
        • 41 Posts
        I believe I have looked into that one, and I may return to it. Most tutorial vids are in Russian, but I agree I should go back to that and hope I don't get frustrated again.
          • 17301
          • 932 Posts
          The documentation is pretty good and I believe gel studios has a really good video on YouTube explaining the process.
            ■ email: [email protected] | ■ website: https://alienbuild.uk

            The greatest compliment you can give back to us, is to spend a few seconds leaving a rating at our trustpilot: https://uk.trustpilot.com/review/alienbuild.uk about the service we provided. We always drop mention of services offered by businesses we've worked with in the past to those of interest.