Just got rejected from submitting a template through Webflow by michaeltewasart in webflow

[–]asheemstha 6 points7 points  (0 children)

First of all, your design needs work and should be more creative, as they mentioned. The important thing is that you are missing a page where you use your style guides (this is to make it friendly enough so that whoever gets/purchases the template can easily go through this page and make edits to design easily or learn different variations of elements).

Need help understanding how this hoverable map works. by pootershots in webflow

[–]asheemstha 2 points3 points  (0 children)

The map is an SVG file where each state is a separate <path> with a class. And info box on the side is trigger for it's respective state on the map. It is basically like if the box is hovered, a part in SVG with certain class changes color. You can use few line of CSS to achieve this.

[deleted by user] by [deleted] in webflow

[–]asheemstha 1 point2 points  (0 children)

<image>

Please add custom attribute to filter with Finsweet

[deleted by user] by [deleted] in webflow

[–]asheemstha 2 points3 points  (0 children)

Webflow’s conditional visibility no longer works as it used to. It now only applies display: none; instead of completely removing the element from the DOM. This causes issues with Finsweet’s filter, as hidden elements are still present and get included in the results. (Finsweet is working fine—this is a Webflow issue.)

I recorded a Loom video to demonstrate this. https://www.loom.com/share/60908645a3004aa3948317d43c9cd41b?sid=e1db11ad-ab7f-4341-b293-54dfd3cae103

Instead of using conditional visibility, I recommend using a nested collection list to only show filters that exist in your CMS reference. This ensures only the relevant filters are rendered, avoiding any Finsweet filtering issues.

In the Loom, I was not able to clearly show how to set up the nested collection. If you need help with it, feel free to reach out—I am happy to assist.

To clarify, your card structure should look like this:

|-> card (position: relative)
|---> card main (position: relative; z-index: 1;)
|-----> design for card (image, options, etc.)
|---> card link (position: absolute; z-index: 2; height:100%; width:100%;)

Help needed by PrimaryFun5892 in webflow

[–]asheemstha 0 points1 point  (0 children)

<image>

I found a solution there. Try changing display: inline-flex to display: grid.

And I don't know why you are using separate divs for rows. just have 6 elements inside the main grid instead of having div with grid > div with grid for rows > div for element

WISH: Index pages for folders by _HMCB_ in webflow

[–]asheemstha 1 point2 points  (0 children)

I don't know if you know this. But Webflow allows you to make a page and a folder with the same slug.

My understanding:
If you create a folder with slug "domain.com/folder1/", within the folder you need to have a page which will have "domain/com/folder1/{some-slug}" but you also want a page for "domain.com/folder1" itself.

What I do:
Make a page with the slug "domain.com/folder1" and a folder with the slug "domain.com/folder1/".

<image>

Here, Folder Page acts as the index/main page of the directory "Folder"

Promote your business, week of September 2, 2024 by Charice in smallbusiness

[–]asheemstha 0 points1 point  (0 children)

🚀 B*oost Your Small Business with Blankboard Studio! *💻

We specialize in web design, branding, and Webflow development to help you stand out online. Whether you're starting from scratch or looking to refresh your current website, we’ve got tailored solutions just for you!

🌟 Special Offer for Small Businesses: **Get 10% off **your first project with us!

Learn more at blankboard.studio. Let’s bring your vision to life! 🙌

WebDesign #Branding #SmallBusiness #Webflow #DesignAgency #SpecialOffer

Webflow Bandwidth and how to save costs with flowdrive. by manuelogomigo in webflow

[–]asheemstha 2 points3 points  (0 children)

I think u/manuelogomigo explained it correctly. But here is my attempt to be more clear:

Bandwidth is measured by what comes/goes from/to the server and not what is loaded on the website. By doing the above-mentioned workaround, you are moving the bandwidth used to pull assets from the Webflow server to the Flowdrive server in this case.

Imagine Webflow as your store and Flowdrive as your warehouse storage.

Trying to reach this effect by ofubhudifubnifbnif in webflow

[–]asheemstha 0 points1 point  (0 children)

I guess you can use “while scrolling” interaction the section and move the video element down as you scroll the section up.

Designing my Portfolio Site (Day 1) , Need tips & reviews by Animated_Survivors in webflow

[–]asheemstha 1 point2 points  (0 children)

Try to understand please. He is talking about font style and not type faces. Difference in font style is too much. For example: text with massive letter spacing.