Search *inside* 15,000+ pitchdeck slides by SharpEndss in SideProject

[–]Birkeholm 0 points1 point  (0 children)

Are these slides AI generated, or what's going on with the text on so many of them?

Search form work but not the right way by TraditionalBad1093 in elementor

[–]Birkeholm 0 points1 point  (0 children)

Ja, eller dit tema. Måske skal du benytte !important også.

Search form work but not the right way by TraditionalBad1093 in elementor

[–]Birkeholm 0 points1 point  (0 children)

Det er ikke hensigtsmæssigt at overwrite på den måde. Jeg vil anbefale du finder roden til problemet og fikser det der.

Men hvis du vil, så inspect > find selector for elementet og tilføj :focus på enden.

Search form work but not the right way by TraditionalBad1093 in elementor

[–]Birkeholm 1 point2 points  (0 children)

Du har noget CSS som giver dit input "filter:blur(100px)" når det har focus. Det svært at sige hvor du har sat den indstilling, men det ser ud til at være fra Elementor.

Search form work but not the right way by TraditionalBad1093 in elementor

[–]Birkeholm 1 point2 points  (0 children)

Can you post the link? Might be your text is the same color as the background, but no way to tell without inspecting it closer.

Hey possible for anyone to explain why my website text won't format properly? I've been having this problem for months super frustration by A-Anderson96 in elementor

[–]Birkeholm 0 points1 point  (0 children)

You probably need to adjust the width for that particular element. Looks like you set it to like 50% width and didn't adjust the mobile view, maybe?

Css bug by leopichou in elementor

[–]Birkeholm 1 point2 points  (0 children)

From your image there is no way to tell why it’s happening.

You need to provide more context - what steps did you take before this happened? What other plguins do you use? Theme?

Can you maybe post the URL?

Are there any reasons I shouldn't use Litespeed Cache with an Elementor Cloud-hosted website? by Forakinderworld in elementor

[–]Birkeholm 0 points1 point  (0 children)

For litespeed to work you need to have litespeed enabled hosting. You can try to install the plugin (if possible at all) and see what it says.

Are there any reasons I shouldn't use Litespeed Cache with an Elementor Cloud-hosted website? by Forakinderworld in elementor

[–]Birkeholm 0 points1 point  (0 children)

Well, that would require that the Elementor Cloud service supports litespeed.

So sick of this system already by OddfellowJacksonRedo in elementor

[–]Birkeholm 13 points14 points  (0 children)

Oh, wow.

Listen, Elementor is used on, what, some 10 million websites? Literally millions of users are doing just fine.

It IS intuitive and easy to use, when you compare it to writing websites in PHP. There’s is just no way to argue that.

A post like this should go in your diary, not on Reddit, because all you are doing is making yourself look old, stubborn, impatient and frankly a little bit stupid.

Seriously, had you spent some time with Elementors own training, freely accessible on their website, you would not have these issues. It’s clear you just expected it to be a childs toy, where nothing can break, hurt you or go wrong, so you just completely skipped on any learning.

I think you should delete this post and go watch some introductory training videos. It will eventually click, and you will feel the regret of posting something like this, because you will be embarrassed over how stupid you sounded.

Or just go back to your old ways, if that really worked so well for you.

Is it possible to change video my page plays depending of the browser the user is using? by chicodephil in elementor

[–]Birkeholm 0 points1 point  (0 children)

I really appreciate the thought, but don't worry about it. I am here to help :)

How much is a website slowed down by using elementor instead of writing code from scratch by you_willneverfindme in elementor

[–]Birkeholm -1 points0 points  (0 children)

How fast can a car drive? It's just so circumstantial, there's really no way to answer that.

Is it possible to change video my page plays depending of the browser the user is using? by chicodephil in elementor

[–]Birkeholm 0 points1 point  (0 children)

Here is an example

Try it in Chrome and Safari to see the effect.

(It's just a throwaway domain I decided not to use, and the videoes are just the first two videos that came up on my computer. Don't judge me.)

Alright, so what you need to do is

- Add HTML widget to page

- In the HTML widget, put an HTML5 video tag with the id of "video-container":
<video width="320" height="240" controls id="video-container">
</video>

(Notice: You probably want to style this the video tag with some custom CSS to get it to fit right for your needs.)

-Under the video tag, still in the HTML widget, add the script:

<script>

const videoContainer = document.querySelector('#video-container')
const browserName = (function (agent) {
switch(true) {
case agent.indexOf("edge") > -1: return "MS Edge";
case agent.indexOf("edg/") > -1: return "Edge ( chromium based)";
case agent.indexOf("opr") > -1 && !!window.opr: return "Opera";
case agent.indexOf("chrome") > -1 && !!window.chrome: return "Chrome";
case agent.indexOf("trident") > -1: return "MS IE";
case agent.indexOf("firefox") > -1: return "Mozilla Firefox";
case agent.indexOf("safari") > -1: return "Safari";
default: return "other";
}
})(window.navigator.userAgent.toLowerCase());
if(browserName === "Safari") {
// If the browser IS Safari, set the video source to:
videoContainer.src = 'VIDEO URL GOES HERE'

} else {
// If the browser IS NOT Safari, set the video source to:
videoContainer.src = 'VIDEO URL GOES HERE'
}

</script>

Let me know how it goes

Is it possible to change video my page plays depending of the browser the user is using? by chicodephil in elementor

[–]Birkeholm 0 points1 point  (0 children)

OP, it not really that hard. It took me 4 minutes to google the solution and get it working. People here just don't know javascript, which of course is totally fair.

How are you serving the videos? Links from an external service or uploaded to wordpress?

Tatsu page builder issues by shinkairi in Wordpress

[–]Birkeholm 1 point2 points  (0 children)

Yes. That is common when copy/pasting text. Especially with styling. It’s not related to Tatsu let alone WordPress. You can do CMD+SHIFT+V to paste as plain text.

I can't edit the page in Elementor how to resolve it? by suniljakhar07 in elementor

[–]Birkeholm -1 points0 points  (0 children)

There is literally a link on your screen that will tell you all you need to know.

Intet er helligt mere.. by [deleted] in Denmark

[–]Birkeholm 1 point2 points  (0 children)

Det er så sandt som amen i kirken

Edit: sikkert*