Category: Tutorials
-
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,…
-
How To Add A Field for a Quiz to Check A Written Answer in WebFlow
Add code into the head of the page: Where it says “correct text”, replace with the answer you want. This where you also edit the style of it. Then in the body where you want to input to occur. Add the “Code Embed” module under the “Advanced” section. Then add the following code: This is…
-
How To Create Custom Checkboxes In WebFlow
First, add the form block, then put in the Checkbox module. Then click the Checkbox Field, and then click on the gear icon next to the Checkbox. Then choose “Custom” in the style section. Then click the Checkbox itself. Go the style panel on the right side, and then edit the style however you want,…
-
How To Add Custom Tags/Fields Into Emails via Sendgrid
If you are sending out a email with custom field from a list, here’s how you do it on Sendgrid. Step 1: Upload your CSV Field and then create a custom field When you upload it, the next step is to map the field. Choose “Create New Custom Field”. I would suggest a unique naming…
-
How To Rotate Text In Adobe Illustrator
Surprisingly, this isn’t intuitive in Illustrator. Usually, when you rotate, the box only change and the text stay in the same place. That’s fine for some projects, but generally we want the text to rotate too. Finally, Click on the handle on in the corner and then rotate with your mouse That’s it have a…
-
Webflow’s Drop Down Double Click Issue Possible Solutions
When adding animations to a dropdown element in WebFlow, you might encounter a ‘double click’ issue, where the element requires two clicks to function correctly. SOLUTION 1 In the Dropdown settings panel, locate the ‘Close Delay’ option. Set this value to match the duration of your animation. This adjustment should help resolve the issue. SOLUTION…