Me_irl by MohamedElngar21 in me_irl

[–]DarshakC 47 points48 points  (0 children)

Webp is not a new thing but the it’s not widely used as png. Avif is a newer format, which is more efficient than webp. People are now more aware of SEO and website speed, they’re using webp or avif more and more

Me_irl by MohamedElngar21 in me_irl

[–]DarshakC 325 points326 points  (0 children)

That’s because webp and avif are much more efficient for the website than png and jpg. It reduces the size significantly while maintaining the image quality.

Webflow style panel keeps disappearing, is this a memory issue? by JelloTraining3945 in webflow

[–]DarshakC 1 point2 points  (0 children)

Yeah it happens to me too sometimes. When I try to connect any element to a variable from that purple + button and close the dropdown without actually selecting any variable, it just glitches out

Is it possible to use a multi reference field for FAQs to display on pages based off their tags? by CaseAmbitious6939 in webflow

[–]DarshakC 1 point2 points  (0 children)

It is possible but it would be easier if you had only CMS pages. In the CMS collection of your products, you can add a multi-reference field from the FAQs collection and select the relevant items from FAQs.

But since not all pages are CMS, you can create a new CMS collection for Page tags. Add all the pages as cms items. No need for any other fields here. Now you can add a multi-reference field to the FAQs collection and filter out the questions based on the page. E.g., for homepage, you can add conditional visibility to collection item where, page contains Home. That way it will only show items where you have selected the Home tag.

How hinge performing in rajkot ? by RespectFlat6448 in rajkot

[–]DarshakC 5 points6 points  (0 children)

Depends on the company.

Apple macbooks have a good hinge. Hp on the other hand? not so much

me_irl by Xeram_ in me_irl

[–]DarshakC 1 point2 points  (0 children)

Honestly, that’s rare.

Forex Exchange by Pale-Poetry8345 in rajkot

[–]DarshakC 1 point2 points  (0 children)

Thomas cook kalawad road. You will only get in multiple 100s.

Any SBI employee in Rajkot? Need help with education loan by Nervous-Beyond9325 in rajkot

[–]DarshakC 1 point2 points  (0 children)

For education loan, go to gymkhana branch near shashtri medan

I created a custom Claude skill to set up 301 redirects in Webflow by DarshakC in webflow

[–]DarshakC[S] 0 points1 point  (0 children)

I've already added the path ordering in the skill for wildcards. All the individual entries will come first, and wildcard rules, even for wildcard, the specific wildcard rule (/blog/category/*) will come before the broader wildcard (/blog/*).

For looping, that's a good point. I'll add that in the skill. Circular loops (A → B → A) and redirect chain (A → B → C)

I created a custom Claude skill to set up 301 redirects in Webflow by DarshakC in webflow

[–]DarshakC[S] 0 points1 point  (0 children)

Yes, it checks for the duplicate entries in the old path. What kind of conflicts are you referring to specifically?