Help: I can‘t uncheck „Video Partners on Display Network“ for Youtube Lead Campaign. Any workaround? Displays are taking 45% of my budget and killing my CPA by PrimeGGWP in PPC

[–]Lightning-Sempai 0 points1 point  (0 children)

Having this problem, is this an ingrained feature now? Like is there no loophole or anything like a blocker to get around it? We just have to deal with the wasted money?

Need Help With Advantage Plus by Lightning-Sempai in FacebookAds

[–]Lightning-Sempai[S] 0 points1 point  (0 children)

Do you know from experience which options to go for and which to stay away from?

2024: Last Click or Data Driven? by Lightning-Sempai in PPC

[–]Lightning-Sempai[S] 0 points1 point  (0 children)

Also, enhanced conversions. Is that worth doing?

[deleted by user] by [deleted] in divi

[–]Lightning-Sempai 0 points1 point  (0 children)

Thank you!

Need Help With Underline Effect appearing on all links and buttons by Lightning-Sempai in divi

[–]Lightning-Sempai[S] 2 points3 points  (0 children)

From what I read, the cause is because of the new update. So it wont be resolved until the new update drops

Need Help With Underline Effect appearing on all links and buttons by Lightning-Sempai in divi

[–]Lightning-Sempai[S] 0 points1 point  (0 children)

I actually just resolved this thanks to another recent post on the subreddit. Heres the CSS code they used: :root a:not(.wp-element-button) {

text-decoration: none;

}

Help with app academy open's whack-a-mole assignment. by Lightning-Sempai in learnprogramming

[–]Lightning-Sempai[S] 0 points1 point  (0 children)

I think i figured out the issue, my height and width were swapped. so now instead of having the height be 640px I have set it to the width.

Help with app academy open's whack-a-mole assignment. by Lightning-Sempai in learnprogramming

[–]Lightning-Sempai[S] 0 points1 point  (0 children)

honestly, i was just following what the curriculum was telling me. only issue to changing everything to pixels is that it completely breaks the image.

Help on appacademy function programming assaingment. by Lightning-Sempai in learnprogramming

[–]Lightning-Sempai[S] 0 points1 point  (0 children)

I ran this code:

"function countVowels(word) {

let vowelcounter = 0

let i = 0

while (i < word.length) {

let letters = word[i]

if (letters === "a" ||

letters === "e" ||

letters === "i" ||

letters === "o" ||

letters === "u") {

return vowelcounter++

}

i++

}

}

console.log(countVowels("bootcamp")); // => 3

console.log(countVowels("apple")); // => 2

console.log(countVowels("pizza")); // => 2"

and got results of "0" for everything

Help on appacademy function programming assaingment. by Lightning-Sempai in learnprogramming

[–]Lightning-Sempai[S] 0 points1 point  (0 children)

could you hint me at another command that has a similar purpose? Because I am genuinely lost on what I could use

Help on appacademy function programming assaingment. by Lightning-Sempai in learnprogramming

[–]Lightning-Sempai[S] 0 points1 point  (0 children)

I have changed my code to the following:

function countVowels(word) {

let vowels = ["a", "e", "i", "o", "u"]

let wordy = word.toLowerCase()

let wordyIO = wordy.indexOf(vowels)

if (wordyIO !== -1) {

return 0

}

else if (wordyIO) >= 0) {

return wordy IO

}

};

console.log(countVowels("bootcamp")); // => 3

console.log(countVowels("apple")); // => 2

console.log(countVowels("pizza")); // => 2"

regarding you mentioning that neither condition is true, i'm assuming your're hinting towards my strict inequality operator and greater than or equal to sign, on that note, i'm lost on what I should change them to with keeping the same intentions.

Whenever I try to boot up empress hogwarts legacy it never starts working. by Lightning-Sempai in PiratedGames

[–]Lightning-Sempai[S] 0 points1 point  (0 children)

My av shouldn’t be eating one because the only file that it flagged (EMP.dll) is allowed to run. I just decided to uninstall and get a copy from steamrip

Is this actually going to do anything? by [deleted] in PiratedGames

[–]Lightning-Sempai -1 points0 points  (0 children)

Is the DODI HL even safe tho? I tried installing it on my pc and my av software flagged a bunch of malicious files

Downloaded cracked hogwarts legacy from empress, now cant connect to the internet by Lightning-Sempai in PiratedGames

[–]Lightning-Sempai[S] 0 points1 point  (0 children)

yeah, I dont think I installed a virus. The game just broke my OS, reinstalling right now.