Another alternative is using GHL elements [forms, calendars, etc] on a Webflow website. This allows you to see website metrics, like form submissions, on GHL as if the site were built there, but you get all of the custom animations and interactivity that Webflow provides.
@@riccoghl Keep me posted, brother! I was a front-end web developer before jumping into entrepreneurship -- it's good to see another dev with mastery over CSS and JS. If you wanna keep in touch and share notes over the course of our journeys, let me know!
Congrats! I saw when you guys were just starting up and happy for the insane progress and level you've reached. Putting out better content, good looking SOPs, better websites than even some OGs right now. Keep going!
Hi Ricco, I just signed up for the 30 days trial earlier and just waiting for your confirmation. This is a leaf of faith for me as I don't really have that much knowledge about GHL and website building before but I`m trying my very best to learn everything and both you and Juan is such a great help for my journey.
Hi Ricco, Thanks for the great video. But I have a question. Can you please show how to overlap two elements or sections? Such as an image or square in another one next to it, and a little off at different heights?
Appreciate it. You could play around with the margins and padding to offset and position the elements to your liking but be sure to optimize for mobile too so that it makes sense for smaller devices too
I wanted to reach out to you but you have no contact form, chat widget, or phone on your website. Only schedule a call. Is there a way to simply message?
Hi, in ghl forms we have a option called inline, but in surveys how can i bring two custom fields in one line. Please answer this, I will be very thankful to you.
Hi mate, i always find within the website builder there is a massive padding on all of the elements, making it look more like a funnel over a website. how do you recommend that us agencies decrease the padding when this option isnt avaliable to us
You can try removing the padding as well as the margins. Also are you checking the “allow rows to take entire width” option off? I cover than on my video “how I fix ghl websites that get no clients” Hope that helps.
I have been working with a high level affiliate that built me two websites. Both websites score excellent in seo and best practices, but score terribly in the 30's for overall performance. Both websites rank lower than before i hired this person, when i built my own websites in WordPress. Does this overall performance score being lower affect my website ranking?
If you could bring the performance score higher that’d be great also for user experience (if it’s taking more than a couple of seconds to load). You can start by turning the image optimization on for huge image/video files. I also know that recently ghl moved over to cloudflare so any website that you set up domains for from this point forward should have increased performance. Hope that helps
@@riccoghl I'm just disappointed because when I used to build my own websites I annoyed above 90 in all categories and ranked in the top 5 for each website. When I asked our ghl Web guy about this he just started yelling 😂
Have you watched this video? ruclips.net/video/hKaTh_3SKt4/видео.html I saw an increase in the performance scores of my sites when I migrated my domains. I also heard it took other people's performance scores from 30s up to 80s! Worth a try if you built a GHL site before March 7 (that's when they did the switch)
Thanks for the video! Really enjoyed it. However, I feel the bundle and websites are a bit overpriced. I managed to replicate half of it myself, with the assistance of your video, of course. Still, I wouldn't market it as a high-ticket item in this niche.
Not at all if there’s just a couple of effects to make the website better. Of course the more stuff everywhere and adding a bunch of code, the more it will make it slower
Hello man, I am planing to do the same business. I have already booked one consulting call with my client. Would you be able to jump on a call with me and help me with something, thanks
here's the code for the animations as I mentioned: I = document.createElement('link'); I.rel='stylesheet'; I.href='//cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.compat.css'; s = document.createElement('script'); s.src = '//cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js'; document.head.appendChild(s); document.head.appendChild(I); watch4WOW = setInterval(function(){ if(typeof WOW == 'function'){ clearInterval(watch4WOW); new WOW().init(); } });
I am currently starting an agency-specific to my industry. You mentioned the template and code were available for download, but I do not see that on your site. I appreciate the great videos and your willingness to help. I know you are in the business of making money like we all are, so I do not want to waste any of your precious time. Can you provide an actual link?
Thanks for watching and good luck with your agency! You can get your copy of my notion web design doc here uno-flow.com/product-details/product/65d5a67f3e7e3e4a9da6c77f
Will you add more into it while you also find more valuable things that can make your website look better or is this the final touch that you wont add more to?@@riccoghl
I continue to update my notion doc all the time! It’ll go up in price as I continue to add more resources/tutorials and it’s more robust but once you grab your own copy you’ll see the stuff I add on your end too
I = document.createElement('link');
I.rel='stylesheet';
I.href='//cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.compat.css';
s = document.createElement('script');
s.src = '//cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js';
document.head.appendChild(s);
document.head.appendChild(I);
watch4WOW = setInterval(function(){
if(typeof WOW == 'function'){
clearInterval(watch4WOW);
new WOW().init();
}
});
Great video! I’ve built a ton of sites on GHL, but haven’t learned much CSS. I appreciate you putting these videos out.
glad to hear you found it useful, more vids on it coming soon
Another alternative is using GHL elements [forms, calendars, etc] on a Webflow website. This allows you to see website metrics, like form submissions, on GHL as if the site were built there, but you get all of the custom animations and interactivity that Webflow provides.
Yea that’s a good idea. So far I’ve only built on GHL but heard amazing things about webflow. Will have to try it out in the future
@@riccoghl Keep me posted, brother! I was a front-end web developer before jumping into entrepreneurship -- it's good to see another dev with mastery over CSS and JS.
If you wanna keep in touch and share notes over the course of our journeys, let me know!
That’s cool man! Wishing you luck on your new journey
Congrats! I saw when you guys were just starting up and happy for the insane progress and level you've reached. Putting out better content, good looking SOPs, better websites than even some OGs right now. Keep going!
Hey! That means a lot glad you’re loving the content and stuff about websites we’re putting out 🤝
Hi Ricco, I just signed up for the 30 days trial earlier and just waiting for your confirmation. This is a leaf of faith for me as I don't really have that much knowledge about GHL and website building before but I`m trying my very best to learn everything and both you and Juan is such a great help for my journey.
Did you receive your invite yet? If not send me an instagram DM @ricco.ghl
I can see your channel growing quickly as I have spoken to many High Level agency owners and they have mentioned this problem. Thanks for the video!
Appreciate your kind words. Glad you found the video useful
Hi Ricco,
Thanks for the great video. But I have a question. Can you please show how to overlap two elements or sections? Such as an image or square in another one next to it, and a little off at different heights?
Appreciate it. You could play around with the margins and padding to offset and position the elements to your liking but be sure to optimize for mobile too so that it makes sense for smaller devices too
@@riccoghl Thank you!
Great video. Thank you so much. I’m unable to find the notion CSS/HTML resource board. May I have the direct link please?
Hey, I’m glad the video was helpful. Here’s the direct link. uno-flow.com/product-details/product/65d5a67f3e7e3e4a9da6c77f
Thank you! Its very helpful! I would appreciate it if you would share the notion page with the codes. I subscribed
Glad the vid was helpful! You can get your copy here: uno-flow.com/products-list
Where could I know your pricing range for a custom website? I wouldn't like to schedule a call with you if you are not in my budget.
Hey Diego, Send me an email about what you need and I’ll get back to you
info@uno-flow.com
@@riccoghl sent
Great video! Thank you for the good work. I will be purchasing the notion doc, just wondering does it update as you keep adding more codes?
Hi Rajesh, sent you an email. Thanks for supporting!
@@riccoghl Hi, I was also wondering about auto-updating?
Hey Austin yes your link auto updates any time I make a change, you see the latest version.
Hey can you add the notion code in description please
check my other comment!
I wanted to reach out to you but you have no contact form, chat widget, or phone on your website. Only schedule a call. Is there a way to simply message?
absolutely, you can email me info@uno-flow.com
Hi, in ghl forms we have a option called inline, but in surveys how can i bring two custom fields in one line. Please answer this, I will be very thankful to you.
Hey brother I am not sure what you mean.. you can send me an instagram DM @ricco.ghl and I might be able to help you
Thank you , great informations, keep posting like this
Appreciate that. Glad you found it useful
Bro please can make me understand what is saas? And is it like brand or else?
It stands for software as a service. There’s quite a few videos on RUclips that explain what it is!
Hi mate, i always find within the website builder there is a massive padding on all of the elements, making it look more like a funnel over a website. how do you recommend that us agencies decrease the padding when this option isnt avaliable to us
hi guys just found the answer.
.fullSection > .inner {
max-width: 1280px !important
}
You can try removing the padding as well as the margins. Also are you checking the “allow rows to take entire width” option off? I cover than on my video “how I fix ghl websites that get no clients”
Hope that helps.
I have been working with a high level affiliate that built me two websites. Both websites score excellent in seo and best practices, but score terribly in the 30's for overall performance.
Both websites rank lower than before i hired this person, when i built my own websites in WordPress.
Does this overall performance score being lower affect my website ranking?
If you could bring the performance score higher that’d be great also for user experience (if it’s taking more than a couple of seconds to load). You can start by turning the image optimization on for huge image/video files. I also know that recently ghl moved over to cloudflare so any website that you set up domains for from this point forward should have increased performance. Hope that helps
@@riccoghl I'm just disappointed because when I used to build my own websites I annoyed above 90 in all categories and ranked in the top 5 for each website. When I asked our ghl Web guy about this he just started yelling 😂
Have you watched this video? ruclips.net/video/hKaTh_3SKt4/видео.html
I saw an increase in the performance scores of my sites when I migrated my domains. I also heard it took other people's performance scores from 30s up to 80s! Worth a try if you built a GHL site before March 7 (that's when they did the switch)
Want to learn more bro Great video !
Glad you you’ve it useful. More videos coming very soon
Thanks for the video! Really enjoyed it. However, I feel the bundle and websites are a bit overpriced. I managed to replicate half of it myself, with the assistance of your video, of course. Still, I wouldn't market it as a high-ticket item in this niche.
Glad the video helped you. My store is for busy entrepreneurs who need to save time. I'm happy you got value from the tutorial!
How does this impact page speed?
Not at all if there’s just a couple of effects to make the website better. Of course the more stuff everywhere and adding a bunch of code, the more it will make it slower
Very useful! Thank you!
Glad you found it useful. More tutorials coming soon
Bro high level course is good for beginner?
I’m dropping something on my RUclips channel that might interest you (free to join*) and help you out
Hello man, I am planing to do the same business. I have already booked one consulting call with my client. Would you be able to jump on a call with me and help me with something, thanks
Hey brother hope your call goes well. what do you need help with?
@@riccoghl Well with some stuff around gohigh level, you free tomorrow
Great video! do not see CSS. script
I'm looking for the scripts too!
here's the code for the animations as I mentioned:
I = document.createElement('link');
I.rel='stylesheet';
I.href='//cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.compat.css';
s = document.createElement('script');
s.src = '//cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js';
document.head.appendChild(s);
document.head.appendChild(I);
watch4WOW = setInterval(function(){
if(typeof WOW == 'function'){
clearInterval(watch4WOW);
new WOW().init();
}
});
check my other comment
I am currently starting an agency-specific to my industry. You mentioned the template and code were available for download, but I do not see that on your site. I appreciate the great videos and your willingness to help. I know you are in the business of making money like we all are, so I do not want to waste any of your precious time. Can you provide an actual link?
Thanks for watching and good luck with your agency! You can get your copy of my notion web design doc here uno-flow.com/product-details/product/65d5a67f3e7e3e4a9da6c77f
Thanks G
Glad you found it useful
How dou get acces to the codes G?
@@riccoghl
you can get my notion board here: uno-flow.com/products-list
Will you add more into it while you also find more valuable things that can make your website look better or is this the final touch that you wont add more to?@@riccoghl
I continue to update my notion doc all the time! It’ll go up in price as I continue to add more resources/tutorials and it’s more robust but once you grab your own copy you’ll see the stuff I add on your end too
Hey bro what is the best way to contact you? I have a few questions
Hey brother send me an email info@uno-flow.com or instagram dm @ricco.smma