wow works! I forget clear the cache! 😉 great!!!! thanks AJP just I need image resize plugin… (I think that is easy, I alert you for help me 😊 )
one more thing:
by example I create a bullets and links ff matrix row… with lg replace, works when I insert a “box” of bullets… BUT! i I want insert another box of bullets or links???
see the entire code:
{exp:lg_replace:haystack needles="bullets|links|{articulo_images backspace="1"}image_{row_count}|{/articulo_images}|"}
{articulo_body}
{exp:lg_replace:replacement needle="bullets"}
<ul id="bullets">
{articulo_bullets}
<li>{if bullet_url != ""}<a href="http://{bullet_url}" target="{bullet_target}" rel="noopener">{/if}{bullet_name}{if bullet_url != ""}</a>{/if}</li>
{/articulo_bullets}
</ul>
{/exp:lg_replace:replacement}
{exp:lg_replace:replacement needle="links"}
<ul id="links">
{articulo_links}
<li><a href="http://{link_url}" target="{link_target}" rel="noopener">{link_name}</a></li>
{/articulo_links}
</ul>
{/exp:lg_replace:replacement}
{articulo_images}
{exp:lg_replace:replacement needle="image_{row_count}"}
{image_file}
{/exp:lg_replace:replacement}
{/articulo_images}
{/exp:lg_replace:haystack}
see the attach please:
on BODY I put {bullets} cool show that box of bullets BUT the question is how show one more box of bullets ... you know {bullets_1) {bullets_2) etc… the same for {links}
I attach the render too…
thanks A LOT!!!! YOU Save my week!