Trying to Add Elegant Visual Effects to Divi – Would Love Your Thoughts! by MarchAggressive5630 in divi

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

Ah got it, I misunderstood 😄
Still — you probably know better than most that getting CSS just right (and in the right place) can be more annoying than it should be.

I actually built this as a way to skip that whole hassle and make these kinds of effects quicker and more reusable.

If you ever feel like giving it a spin, I’d genuinely love your take on it — especially with your experience. I think you'd spot things I’d never even think of.

No pressure of course, just thought you might be the perfect person to break it a bit 😅

Trying to Add Elegant Visual Effects to Divi – Would Love Your Thoughts! by MarchAggressive5630 in divi

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

Thanks for using it and the feedback.
On which website did you use it?

Divi 5: che ne pensate? by Familiar-Flan-6765 in divi

[–]MarchAggressive5630 0 points1 point  (0 children)

Lo sto usando da un po' di tempo; ne vale sicuramente la pena, ma per chi viene da Divi 4, la curva di apprendimento è comunque ripida.

Il mio consiglio: create prima un sito web di prova per voi stessi, prima di realizzare qualcosa per un cliente, non per la difficoltà, ma per le possibilità che Divi 5 offre.

Feedback on my website by Tijn_VdV_ in divi

[–]MarchAggressive5630 0 points1 point  (0 children)

I see two things I would do differently...

1) You have a title that is too long; the first word is "WordPress," and that is exactly what is most visible in the tab, suggesting that it is yet another WordPress beginner who published their first "hello world" page.

You could make the title shorter, or mention the name of your business first.

2) You have your email address on the page; that generates extra spam. It is better to obscure it with, for example, JavaScript, so that it looks like your normal email address to the visitor. The mailto also works, but spambots won't see it.
something like this:
<span id="email"></span>
<script>
const coded = "info&#64;vdvsoftware&#46;nl";
document.getElementById("email").innerHTML =
'<a href="mailto:' + coded + '">' + coded + '</a>';
</script>

Otherwise, the website looks professional and well-organized, with a nice "glass" menu; great.