Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Marcin Member

@lisekbox · Joined 4 years ago · 27 posts · 3 topics · 5 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • TNT search plugin - image in search result · 3 years ago

    Thanks, but this way will not work with TNT Search plugin (tried before multiple combinations like yours) - I think tntsearch.php need to be overwritten... public function onTNTSearchIndex(Event

  • TNT search plugin - image in search result · 3 years ago

    Hi! Does anyone have idea how to display images in search results of tnt search plugin...?? Title we can get by using {{ val.title|raw }} What Im looking for is something like {{ val.media.images|

  • Load JS Assets based on screen resolution · 3 years ago

    Hmmmm just made simple test... <script> if ((window.innerWidth || document.documentElement.clientWidth) < 980) { console.log('test') } </script> and script is executing only on

  • Load JS Assets based on screen resolution · 3 years ago

    try: if ((window.innerWidth || document.documentElement.clientWidth) < 980){ do some stuff }

  • Searching for expert · 3 years ago

    Hi, it will be much easier if you will specify what kind of job need to be done... You might get help here for free, or receive a private message with offer... Or just ask pamtbaau - he knows all answ

  • Paypal support in Grav · 3 years ago

    It's working 🙂 - need to fetch() Grav header and footer to codeshack, and fetch() from there basket icon (to show number of items in basket when user is browsing Grav pages)

  • More templates and the possibility to integrate templates from external providers · 3 years ago

    You can easily convert any html template into GRAV - all U need is html and GRAV basics knowledge

  • Paypal support in Grav · 4 years ago

    It looks like you will have to create own custom plugin to fit all your needs... I didn't try them yet, but after new year I will test codeshack shopping cart for restaurant orders. However I did try

  • Paypal support in Grav · 4 years ago

    try codeshack shopping cart in google, or snipcart

  • Content with 100% width and height and autoresize · 4 years ago

    I think my goal is already described. yes and we already give you a hint how to achieve that If you give me a complete HTML tree as a code example, does that mean I need to modify these twig files?