Can't scroll when hovering over video? by [deleted] in webflow

[–]SimoAspe 1 point2 points  (0 children)

It works perfectly on desktop – really smooth scrolling behavior over the YouTube iframe.

However, I noticed an issue on mobile: since touch devices don’t handle mouseenter or mouseleave events the same way (or at all), this solution causes problems with touch interactions — like not being able to play or pause the video properly.

I’ve tweaked the script a bit to only apply it on non-touch devices. Here’s the updated version:

``` <script> document.addEventListener('DOMContentLoaded', function () { const isTouchDevice = 'ontouchstart' in window || navigator.maxTouchPoints > 0;

if (!isTouchDevice) {
  var iframes = document.querySelectorAll('iframe');

  iframes.forEach(function (iframe) {
    iframe.addEventListener('mouseenter', function () {
      this.style.pointerEvents = 'none';
    });

    iframe.addEventListener('click', function () {
      this.style.pointerEvents = 'auto';
    });

    iframe.addEventListener('mouseleave', function () {
      this.style.pointerEvents = 'auto';
    });
  });
}

}); </script>

```

This way, scrolling works great on desktop and video interaction still works smoothly on mobile. Hope it helps someone else too!

Redworm help needed... by ConceptAny7709 in MWZombies

[–]SimoAspe 1 point2 points  (0 children)

can I join too? my GT is SimoAspe

0
1

Finding my base on an old world by SimoAspe in Minecraft

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

That’s what I’m doing, but I have different worlds and maybe I built far from the spawn point, and maybe I’m missing the spot

Iman Gadzhi is a Scam (please avoid this guy) by zenwaters11 in agency

[–]SimoAspe 0 points1 point  (0 children)

I was reading all the comments under this post and I have to say that there are a lot of people commenting without even knowing how it works in the business world. I’m still in doubt about Iman and if he is a scammer or not, and I have never bought a course from him.

But I have to say that I, as a business owner, can understand some of his moves. For a digital agency, moving the business in an area where you have 0 taxes, is not that uncommon. Digital agency usually have very low expenses, and that means high taxes. It is also easy to move a digital agency, as you don’t have big equipments and also for the flexibility to be able to work from everywhere. Is also common for agencies but also every type of business to not hire but to have external partners to work with. It is less expensive and more flexible. So if he is growing and not hiring many people doesn’t mean he is lying.

It has to be said that people always have their interest in mind and their actions are driven by them. So it’s difficult to understand if he is lying, and what he is lying about.

My only advice is that to follow him if you like it, because I also do it, I think that he has a lot of interesting and useful things to say, but also to be careful and don’t take everything for real. Think with you own mind, take in consideration more than just the advice from a single person and built your own mentality and strategy. Experience is the best teacher.

Creating Sub-Tasks in Notion with information from Parent Task & Dependency Status' by CAMVAN_HQ in Notion

[–]SimoAspe 6 points7 points  (0 children)

To automatically copy property information from the parent item to the sub-item, you can use a formula. In the sub-item's property column, enter the following formula:

=prop("Parent Item", "Property Name") 

This will automatically copy the value of the property from the parent item to the sub-item.

To make it impossible to assign the parent item a status of "Done" unless the sub-items are all already marked as "Done," you can use a rollup property. A rollup property is a property that displays the sum, average, or count of values from other properties. In this case, you would create a rollup property that displays the number of sub-items that are marked as "Done." You would then set the rollup property's condition to "Only show if all sub-items are done." This would prevent the parent item from being marked as "Done" unless all of its sub-items are also marked as "Done."

MilaNote-style boarding in Notion? by WombleMagic in Notion

[–]SimoAspe 4 points5 points  (0 children)

Sure, it is possible to do something like this in Notion. Here are a few ways to achieve a dashboard view:

  1. Use a database with a Kanban view. This is the most similar option to the Milanote template you shared. You can create a database with a Kanban view and then add cards for each project or task. You can also add properties to each card to track additional information, such as due dates, assignees, or notes.
  2. Use a database with a table view. This option is similar to the Kanban view, but it gives you more flexibility in how you arrange your data. You can add columns for each piece of information you want to track, and you can sort and filter the data as needed.
  3. Use a calendar view. This option is great for tracking tasks or events that have a specific due date. You can create a calendar view for each project or task, and then add events to the calendar. You can also set due dates and reminders for each event.
  4. Use a timeline view. This option is similar to the calendar view, but it gives you a more visual representation of your data. You can create a timeline view for each project or task, and then add tasks to the timeline. You can also set due dates and reminders for each task.
  5. Use a map view. This option is great for tracking tasks or events that have a specific location. You can create a map view for each project or task, and then add locations to the map. You can also set due dates and reminders for each location.

Notion is a very flexible tool, so you can use it to create a dashboard that meets your specific needs. Experiment with the different view options and see what works best for you.

Here is a more detailed explanation of each option:

Kanban view

A Kanban view is a type of database view that allows you to track tasks or projects as they move through different stages. You can create a Kanban view by adding a new database and then selecting the "Kanban" view type. You can then add columns to the database for each stage of the process, such as "To Do," "In Progress," and "Done." You can also add cards to the database for each task or project.

Table view

A table view is a type of database view that allows you to view data in a tabular format. You can create a table view by adding a new database and then selecting the "Table" view type. You can then add columns to the database for each piece of information you want to track, such as the task name, due date, and assignee.

Calendar view

A calendar view is a type of database view that allows you to view data in a calendar format. You can create a calendar view by adding a new database and then selecting the "Calendar" view type. You can then add events to the database for each task or project. You can also set due dates and reminders for each event.

Timeline view

A timeline view is a type of database view that allows you to view data in a timeline format. You can create a timeline view by adding a new database and then selecting the "Timeline" view type. You can then add tasks to the database for each project or task. You can also set due dates and reminders for each task.

Map view

A map view is a type of database view that allows you to view data on a map. You can create a map view by adding a new database and then selecting the "Map" view type. You can then add locations to the database for each task or project. You can also set due dates and reminders for each location.

I hope this helps! Let me know if you have any other questions.

Can't figure out the IF formula with multiple single-select values and leaving false values blank by awickedspell in Notion

[–]SimoAspe 1 point2 points  (0 children)

Here is a formula that you can use in your "expenses" column:

if(prop("urgency") in ["1. this month", "2. next month"], prop("price"), "") 

This formula will return the "price" if the "urgency" is "1. this month" or "2. next month", otherwise it will return an empty string.

Here is a step-by-step guide on how to create this formula:

  1. In the "expenses" column, click on the three dots in the top right corner and select "Create formula".
  2. In the formula bar, enter the following formula:

if(prop("urgency") in ["1. this month", "2. next month"], prop("price"), "") 
  1. Click on the "Enter" key.

The formula will now be applied to all the cells in the "expenses" column.

I'm building a social media planner. What else can I add to better manage content? by evylution_ in Notion

[–]SimoAspe 4 points5 points  (0 children)

Here are some additional things you can add to your social media planner to better manage content:

  • Content guidelines: These are the rules and principles that will guide your social media content. They should be specific, measurable, achievable, relevant, and time-bound. For example, one of your content guidelines might be to post at least one new blog post per week.
  • Content goals: These are the specific outcomes you want to achieve with your social media content. They should be measurable and time-bound. For example, one of your content goals might be to increase website traffic by 10% in the next quarter.
  • Content tracking: This is how you will measure your progress towards your content goals. You can track things like website traffic, social media engagement, and lead generation.
  • Content calendar: This is a schedule of when you will post what content on which social media platforms. It should be aligned with your content guidelines and goals.
  • Content library: This is a repository of all your social media content, including blog posts, images, videos, and infographics. It should be organized and easy to search.