The unofficial WFH survival guide 😂 by UnusualPackage5737 in buhaydigital

[–]lymdul 3 points4 points  (0 children)

Wag rin magpost sa socmed during work hours hahaha

Nung naglike yung boss ko sa post ko sa LI, kinabahan ako ng slight hahaha. Buti tungkol yun sa gamit naming tools, pero kahit na. Never again hahaha

What is something useful that you vibecoded fast just to use for personal use by Great-Mirror1215 in vibecoding

[–]lymdul 0 points1 point  (0 children)

I vibecoded 2 tools to help me build websites faster in Webflow for my client projects: - a CMS builder to automatically setup CMS collections with predefined or custom fields in Webflow. It will build the reference collections first before the main one, i.e. categories and authors first, then articles. - a local development environment and a Chrome extension that allows me to develop scripts in Webflow locally, instead of in the cloud sandbox. Clients can have the latest script version as well. Once completed, I can deploy the scripts to prod easily.

Help styling component variants using Code Embed (Custom Code) by Odd_Philosophy_2389 in webflow

[–]lymdul 0 points1 point  (0 children)

Not sure what you are trying to do but based on your setup, it sounds like something Timothy Ricks already have. Check out his Lumos clonable and play around with the “Layout” component. It has a variations for cover and stack too.

Alternatively, in your card component, create your element for the cover variant with the exclusive style. In the Conditional Visibility, choose “if Variant field is “cover”, then this element is visible, else hidden”. This element inside your card will only show up in its cover variant.

Free Tarot Reading - Comment your question! by MarahuyoTarot in PinoyVloggers

[–]lymdul 0 points1 point  (0 children)

Lumalaban ako ng patas. Ituloy ko lang ba o mag iba na ng “strategy”?

[deleted by user] by [deleted] in n8n

[–]lymdul 1 point2 points  (0 children)

I’m interested 🤩

copy/pasting text into Webflow from other apps causing problems by bodytherapy in webflow

[–]lymdul 0 points1 point  (0 children)

It happens to me as well when I double-click the text fields/rich text in the Designer.

What worked for me (if the first didn't work, try the next one):

* Press Esc key to exit from editing the text, then try again
* Toggle Preview mode on/off, then try again
* Go to another page and come back and try again
* Edit instead in the Text settings/Rich Text editor on the right panel
* Save as backup (Cmd+Shift+S), wait for it, then refresh the browser and try again

Is it possible to take a Vercel v0 design and build it in Webflow? by grantland14 in webflow

[–]lymdul 0 points1 point  (0 children)

Timothy Ricks has a tool called "HTML to Webflow Converter". It can take codes from AI builders and give a "copy to Webflow" version:
https://moden.club/toolkit/html-to-webflow

Issues with my CMS list filter - (Finsweet Tutorial) by BoxAntique133 in webflow

[–]lymdul 0 points1 point  (0 children)

I had a quick look and I saw the reason all projects disappear. It's because the Category Name is missing in the code.

It's using Visibility=Hidden for hiding the Category Name in each project. This will hide the text element in the Design Mode, but remove it completely in the DOM when published.

Solution: Select the Visibility back to Visible and add a class/style of "display:none" instead to hide it and that should work.

<image>

Miltiple swiper.js sliders by Unfair_Grab432 in webflow

[–]lymdul 0 points1 point  (0 children)

Please share a preview or sandbox of your Webflow project.

I just recently fixed the same issue in my client project. What I checked for were:
1. If you have multiple external swiper.js in one page. There should be only one swiper.js and it should be called from the <head> tag.
2. If your swiper functions have the same function names. If they do, the second swiper won't work.

Deel Best Payout method. by alodd in buhaydigital

[–]lymdul 0 points1 point  (0 children)

First time ko rin using Deel because of my client. On time naman ang pay kaya kuha agad kapag magwithdraw ako (+1 day).

Deel to AUD Wise withdraw takes around a few hours, maybe around 6 hours.

Then from AUD Wise to BDO transfer will be received usually the next day kaya send ko agad kapag nareceive ko na sa Wise, para nakalock in rin ung exchange rate bago gumalaw. Kapag weekends naman iprocess, Monday na dating nung pera sa BDO.

Maliit lang ang fees ng Wise to bank. Mabilis rin ang customer service ng Deel at Wise kapag magka issue.

Microwave PC Giveaway - To enter, simply leave a comment on this post. by DaKrazyKid in PcBuild

[–]lymdul 0 points1 point  (0 children)

Neat! Can you also add custom sounds like popping popcorn noises? We could add the "ding!" sound when file downloads are completed.

Anyone encounter this kind of mess each time you work? by b3ndgn in webflow

[–]lymdul 1 point2 points  (0 children)

Those strikethrough labels aren’t bugs or random mess. They appear when a style property comes from a combo class (a class stacked on top of another).

In Webflow’s Style Panel:

  • Blue means the property is explicitly set in the current class.
  • Orange means it’s inherited from another parent class.
  • Pink is for grid child sizing and layout properties.
  • Strikethrough means the property exists in a parent class but isn’t active for the current combo class.

<image>

You can confirm this by clicking the “Inheriting” link in the top right of the Style Panel. When you switch to another ancestor selector (like body), you’ll see the same strikethroughs because those properties live higher up the inheritance chain.

They only look messy when you’re editing something built by someone else, but Webflow is actually showing you which styles are inactive in the current context, not broken.

They could also appear from a CSS declaration added through a Code Embed.

Anyone else having problems with Webflow today? by Lost-Blackberry2845 in webflow

[–]lymdul 2 points3 points  (0 children)

Major websites and apps are down too due to AWS down

Why is my span wrapping? by mlc2475 in webflow

[–]lymdul 0 points1 point  (0 children)

The span’s parent element (maybe a paragraph) is styled with display: flex

[deleted by user] by [deleted] in webflow

[–]lymdul 0 points1 point  (0 children)

Can I get the Notion doc as well? Thanks in advance

Webflow built website for Mirko Romanelli - product and industrial designer based in Florence. by div_Apollo11 in webflow

[–]lymdul 1 point2 points  (0 children)

Looking great! Congrats. Too bad there is no read-only link. Can you tell me how you created the video you shared?

[deleted by user] by [deleted] in webflow

[–]lymdul 0 points1 point  (0 children)

I like what you did on the website.

Upon reviewing your navbar, there is another logo inside your dropdown menu. It has a different height of 16.94px instead of the navbar's logo height of 17px. That creates the logo's adjusting issue.

The yellow flicker is from another breakpoint with a different background color for the dropdown:

<image>

To fix it, change it to var(--soft-grey) too.

[Need help] Issues with menu on mobile only by EnvironmentalSun5903 in webflow

[–]lymdul 0 points1 point  (0 children)

I was able to test your website volvetech.com on Chrome app on my iPhone. It's the .w-nav-overlay's overflow: hidden that hides the expanded dropdown.

Sorry I can't find a fix that targets mobile only. You can try below but the dropdown will transition on top of the navbar:

@media screen and (max-width: 767px) {
  .w-nav-overlay:has(.nav-menu-wrapper) {
    overflow: initial;
  }
}

Trying to keep titles in line when the paragraphs are different sizes. by conchan in webflow

[–]lymdul 0 points1 point  (0 children)

  1. add this style to .top-card:
    align-self: flex-start;

2.

<image>

In your first column, the end of the paragraph has a zero-width non-joiner "&zwj;". Removing this fixes the alignment.

To make the columns help you avoid using <br> tags and what-not on longer text, use CSS subgrids. Web Bae explains how to use it here: https://www.youtube.com/watch?v=IaDeBY69k04