lamaquinadecontenidos
Forum Replies Created
-
As I received no answer, I want to simplify this post:
First point: I want a filter with buttons like in this screenshot:
https://lamaquinadecontenidos.com/wp-content/uploads/2014/12/Screenshot-menu-02.jpg
I want to do it in an easy way (HTML, shortcodes, widgets), no CSS. I know that I can make the buttons for time with this code but I don’t manage to get it for categories.
</div>
<div class=”filter-when”>
<span>?Cuando?</span><a_rel=”today”>HOY<a_rel=”tomorrow”>MA?ANA<a_rel=”next-month”>PRóXIMO MES<a_rel=”future”>PRóXIMAMENTE
</div>Second poing. Instead of showing the default events list I would like to show it with this code, more detailed. How should I do it? Shold I replace the events layout in the settings or could I do it in just the page I want?
<table style=”border-color: #e6e5e4; border-style: solid; background-color: #f6f6f6; border-width: 1px;” frame=”void” cellspacing=”0″ cellpadding=”0″>
<tbody>
<tr>
<td>#_EVENTIMAGE{60,90}</td>
<td style=”padding-left: 10px;” width=”250″><span style=”font-size: medium;”>#_EVENTLINK</span> <span style=”color: #808080;”>#_EVENTEXCERPT</span></td>
<td width=”190″> Donde: #_LOCATIONLINK #_ATT{Sala} <span style=”padding-left: 23px; color: #999999;”> #_LOCATIONADDRESS </span> <span style=”padding-left: 23px; color: #999999;”> #_LOCATIONTOWN</span> Género: #_CATEGORY Hasta: #@d de #@M del #@Y Precio: #_ATT{Precio}</td>
</tr>
</tbody>
</table>Thank you!