Category: Tutorials
-
How To Create A Sliding Puzzle in Webflow
CREATING THE PUZZLE First, create your image. It should be 3×3 squares. Resulting in 9 boxes. The last needs to be a transparent image. Export and save. Put in a container and give it a class of ” puzzle-container “ Next drop in the grid, create a 3 x 3 grid. Ensure the cell is…
-
Why Does My Column Look Weird in Outlook From SendGrid?
Honestly, SendGrid is kinda of bad when it comes to columns. My opinon, use images in place of columns because not all email platforms read the same code the same way, so it will come out wonky. This is just a fact we have to accept. Outlook itself is unique as it reads emails as…
-
How To Add Alt Image Text As Captions in WebFlow CMS
When managing multiple images and adding captions in WebFlow, creating separate text fields for each caption can be inefficient and clutter your project. A more streamlined approach is to use the alt text field. When working with the CMS multiple image field, hover over an image and click the three dots that appear. Then, select…
-
How To Find A List Of Contacts Who Open Your Email In SendGrid
Go to Activity in the left panel. Then click Advanced Search Add the following filters: You have to put the exact subject, and exact sender. Then click Search and it will pull the the list. Important Note: SendGrid retains this type of data for only 7 days. After this period, the information becomes inaccessible. To…
-
How to create a personality quiz in WebFlow without CMS And Forms
There are several tutorials available that explain how to create a Buzzfeed-style personality quiz using Webflow’s CMS and Forms. While these methods work well, they come with a drawback: they increase your CMS item count and which are subject to Webflow’s limits. An alternative approach is to use HTML embeds and JavaScript. While this method…
-
How to add Ads.txt in WebFlow
Step 1 – Create a txt document with your Ads.txt info Step 2 – Upload it to your assets within WebFlow. Ensure that it is saved ads.txt Step 3 – Grab the URL by going into the settings for the file Step 4 – Go into your Site Settings and then click “Publishing” on the…
-
How to use Custom Fonts in HubSpot
In the email editor click the + more option. Choose the “HTML-Email” Module. Insert it into your email by dragging it into the body. Then in the content tab, you can write the HTML/code into the box below. The code is: DISCLAIMER: You will have to try and see if your font name works, some…
-
How to get your site approved for AdSense
Getting your site approved for Google AdSense can be a rewarding step towards monetizing your content, but it requires meeting certain criteria and sometimes a bit of persistence. Below is a checklist with proven steps to increase your chances of approval, along with a few tips based on experience. Disclaimer: I had to apply multiple…
-
Fatal Error in WordPress
You may encounter the following error on your WordPress site: Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in … This typically stems from a PHP memory limitation. Here are some solutions: If the error persists, consider alternative fixes or consult additional resources. Pro tip: If your site requires…
-
The Web Capture operation you have requested has failed because of an error
When creating an interactive PDF with links, you might encounter the error, “The Web Capture operation you have requested has failed because of an error,” when testing it in Adobe Acrobat Pro. This issue often occurs if the link contains special characters. How to fix it? Try using a URL shortener like TinyURL, or explore…
-
How to use the Generative Feature in Adobe Photoshop
First, you should have the latest version of Adobe Photoshop to have this feature. When you open photoshop and a new project, there should be the “Contextual Task Bar” like the one below. If you do not see it, you can open it by going to Windows>Contextual Task Bar. Then select the marquee tool and…
-
How To Read Export CSV In Different Language Properly
Sometimes when you export an file in CSV the characters are in a different language and turns out funky looking. Here’s how to fix it. You can see above there are two types of CSV, but there are actually more. This is what causes the issues it reads differently. It’s best to use XSL file,…