hardik_satasiya Approved

Member since: 2016-11-19

Recent posts by hardik_satasiya
Post When

You can use

{% for img in module.project_images %}
   <div>
       <img src="{{ img | media }}" titl...

Posted in How to display images within repeater field ?

You can use {{this.page.id}} in your class to distinguish pages

You can read the full article here: ...

Posted in What is a clever way that I can style my header logo in different ways on different pages?

For backend usage, you must need some sort of database and October allows sqlite3 database which is ...

Posted in "Flat-file CMS" should not use database, isn't it?

Yes, it is in terms of theme and static pages. all theme files and their settings can be stored in f...

Posted in Is October 2 a true flat-file CMS?

if you just want to export based on the list you can check this example ref: https://tutorialmeta.co...

Posted in HOW TO use the new Import and Export feature in October

here is also one with an example, for user who need some help using examples ref: integrate-import-e...

Posted in Export List as CSV

I have 3 year of extreme experience with October CMS and I love to work with October CMS.

stack-over...

Posted in Indonesia Leading Digital Agency looking for a freelance OctoberCMS Frontend Developer

Hello Mark,

I am interested to do work with you.

I am top user for OctoberCMS in StackOverflow and, ...

Posted in October CMS Developer required for CSS & Template changes to existing site

According to ajax api you need to pass css selector or jquery object to loading option it will fir...

Posted in Ajax loading indicator not showing on when Ajax request triggered

Hey, you can use {{ dump() }} in page to see what variables you can access there.

you named your rep...

Posted in Using repeater and variable on a static page layout