As I've started building my site, I have a few questions:
1. I'm more familiar with the Gutenberg editor than Elementor, but it looks like the theme demo was built in Elementor? Will I lose any functionality if I build my pages with Gutenberg instead of Elementor?
2. I would really like to have background video playback for portfolio items on mobile, but it seems like it always uses the fallback image. Is it possible to enable video playback on mobile? I'm viewing on an iPhone, if that matters.
3. I like the smooth scrolling on desktop, but on mobile (an iPhone) it requires too long of a swipe to advance to the next portfolio item on the homepage. It is possible to either adjust the smooth scroll settings on mobile so it's easier to scroll, or just disable it entirely if it's not possible to adjust?
4. On desktop, when videos are partially out of view, they stop autoplaying. I would like them to autoplay all the time (even if they're only slightly visible). When the site first loads, the video is static, but I'd like it to be playing right away before having to scroll. Is it possible to adjust this?
5. I would love to have all clickable links on my site highlighted in my brand color rather than white. Can I adjust this site-wide?
6. This is very minor, but I would prefer not to have the gray circle around the cursor except when hovering over a clickable link/project.
I know this is a lot of requests, but I would love some answers to these questions.
we two demo data sets one for Gutenberg and one for Elementor. Not sure which one did you pick but if you can send us wp admin access we can have a look.
see #1 regarding wp admin access this time making sure we have full rights using Appearance -> Theme File Editor
see #2 - we can disable smooth scrolling ONLY on mobile
where exactly, plz send us the page URL
is this about the normal <a> links or other clickable elements, if other can you send us an example (screenshot)?
try adding the following in customizer -> additional css
Just retested on my Android and the second video Lucid Motors plays fine on mobile. Tested in incognito mode with a hard refresh. Not sure why the first video does not play - is it a valid? So this part with enabling video on mobile looks like has been solved. (?)
Regarding scrolling, at least temporarily, can you disable smooth scrolling in customizer -> general settings? and retest on mobile see if it's working better. We can later disable it ONLY on mobile.
Customize the pop-up video player - what do you have in mind?
Hello,
As I've started building my site, I have a few questions:
1. I'm more familiar with the Gutenberg editor than Elementor, but it looks like the theme demo was built in Elementor? Will I lose any functionality if I build my pages with Gutenberg instead of Elementor?
2. I would really like to have background video playback for portfolio items on mobile, but it seems like it always uses the fallback image. Is it possible to enable video playback on mobile? I'm viewing on an iPhone, if that matters.
3. I like the smooth scrolling on desktop, but on mobile (an iPhone) it requires too long of a swipe to advance to the next portfolio item on the homepage. It is possible to either adjust the smooth scroll settings on mobile so it's easier to scroll, or just disable it entirely if it's not possible to adjust?
4. On desktop, when videos are partially out of view, they stop autoplaying. I would like them to autoplay all the time (even if they're only slightly visible). When the site first loads, the video is static, but I'd like it to be playing right away before having to scroll. Is it possible to adjust this?
5. I would love to have all clickable links on my site highlighted in my brand color rather than white. Can I adjust this site-wide?
6. This is very minor, but I would prefer not to have the gray circle around the cursor except when hovering over a clickable link/project.
I know this is a lot of requests, but I would love some answers to these questions.
Thanks,
Jacob
Hello Jacob!
display: none;
display: block;
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
Hello Jacob,
so we modified /include/hooks-config.php
https://prnt.sc/TeLaZL2tJHL-
to enable smooth scrolling ONLY on desktop
I modified /core/js/common.js to enable video on mobile
https://prnt.sc/QBSSwMDvvCeL
you need to hard refresh your cache before testing
3, ,4 ,5 are actually custom work.
4. how to do it. pick an element, for example View Our Work button in the hero section. right click on it. and go up where the color is set
https://prnt.sc/Z0n_Ktt0eMd3
get the css selector and set the color, for example
.light-content .button-text, .dark-section .button-text
{
color: yellow;
}
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
Hello Jacob,
Just retested on my Android and the second video Lucid Motors plays fine on mobile. Tested in incognito mode with a hard refresh. Not sure why the first video does not play - is it a valid? So this part with enabling video on mobile looks like has been solved. (?)
Regarding scrolling, at least temporarily, can you disable smooth scrolling in customizer -> general settings? and retest on mobile see if it's working better. We can later disable it ONLY on mobile.
Customize the pop-up video player - what do you have in mind?
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio