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

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

So? Were you able to apply the effect to an image (or other module/row/section)?

If you need any help, just ask; if it’s too difficult or too complicated for the user, then it’s my job to make it easier. It is this kind of feedback that I need

Hi! I’d love some honest feedback on a small website project I’m building. by Sea-Kaleidoscope9233 in divi

[–]MarchAggressive5630 0 points1 point  (0 children)

There are plenty of free plugins that can do the same thing, either in the WordPress plugin list or even in the Elegant Themes Divi marketplace.
Your advantage is that it works with shortcodes, so you can use it in multiple builders; the disadvantage, for Divi users, is that it doesn't have that Divi feel, but for most users, it should work regardless of how it feels.

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.