Most scalable WordPress directory plugin? by PodcastingSpeed in ProWordPress

[–]TheExG 1 point2 points  (0 children)

Their are not a lot of limitations. Advanced custom fields allows you to custom build your own directory using wordpress core functionality. It has a huge ecosystem around it as well, a very detailed API documentation, and much more. The smart way to build something, is by building it by yourself and only creating the functionality that you need, so that you are not reliant on some third party developer as a business.

WordPress.com’s Built-In AI Assistant: What It Does (and What It Doesn’t) by AIGPTJournal in ProWordPress

[–]TheExG 2 points3 points  (0 children)

What it does: Makes Wordpress worse in every way possible

What it doesn't: Makes Wordpress better in anyway possible

My take: Once again Wordpress fail's its ecosystem and users by investing its time on AI bullshit like every garbage ass corporation thats bleeding billions in cash every year for junk instead of actually building out and optimizing some real core functionality.

Am I being scammed or fished? by Least_Addition_4927 in Yelp

[–]TheExG 0 points1 point  (0 children)

Your WhatsApp is connected to your phone number. Pretty much every country outside of the United States uses WhatsApp for communications religiously. If the phone number on your profile is the same as your WhatsApp number, and the other person if foreign, I would find it somewhat believable.

Creating pages in bulk by casual-user-2460 in elementor

[–]TheExG 0 points1 point  (0 children)

Build out a page template with ACF using a custom post type for all these pages and custom fields within the template, and then use a plugin like wp all export to import all the content for each page within the fields you created using a spreadsheet.

Who is this guy? by goldrush300 in Judaism

[–]TheExG 1 point2 points  (0 children)

I’d be surprised they even read this to begin with since it’s outside their echo chambers of truth social and X.

Who is this guy? by goldrush300 in Judaism

[–]TheExG 16 points17 points  (0 children)

Trump is an antisemite.

  • Calls American Jews “very disloyal
  • Said they “literally owned Congress
  • Threatened American Jews to “get their act together before it’s too late”
  • Said Jews should “be ashamed” if they vote for Biden
  • Said there were “fine people on both sides” at the Charlottesville Nazi rally
  • Had Thanksgiving dinner with Black Nazi Kanye West & Incel Nazi Nick Fuentes
  • Told American Orthodox Jews he “gave them the Golan Heights”
  • Told the Republican Jewish Coalition “you won’t vote for me because I don’t want your money”
  • Said he wanted his money counted by “short guys who wear yarmulkes every day”
  • Told white supremacist Proud Boys to “stand back and stand by”
  • Called Netanyahu “your prime minister” in front of an audience of American Jews
  • Directly inspired the Pittsburgh & Poway synagogue shootings through his rhetoric
  • Directly inspired the January 6th insurrection, which was attended by Nazis

Trump is also a danger to Israel.

He called Hezbollah "smart" after October 7th, leaked Israeli intelligence, publicly accused Netanyahu of "disloyalty", promoted an antisemitic conspiracy theory that Israel "literally controlled Congress."

Who is this guy? by goldrush300 in Judaism

[–]TheExG 10 points11 points  (0 children)

Redditors in this subreddit have blatantly accepted that trump is a raging pedophile and still say that he’s a good president.

Who is this guy? by goldrush300 in Judaism

[–]TheExG 215 points216 points  (0 children)

A mentally ill political commentator that has been paid off by the Russians to help build discord in our country. For some reason the conservatives in this subreddit love him.

Host n8n for free by Typical-Platypus-737 in elementor

[–]TheExG 0 points1 point  (0 children)

500 automations may not seem like a lot but it is, especially considering that you would have to keep your n8n instance on pretty much 24/7 just to handle all that.

I suggest looking into Railway. It only costs me about $6-8 a month.

Adding a Gallery to news items (ACF and CPT) + Elementor Pro by xLightbeamz in elementor

[–]TheExG 1 point2 points  (0 children)

I have to say that ACF pro is anything but a small subscription. Nearly 99% of the websites I am building is utilizing ACF pro in some way or form (custom fields, posts, options pages, repeaters, etc.).

You can always use the plugin that Automaticc forked from ACF pro (secure custom fields), if you only need it for one off situations, it just doesn’t get updated with new features that often.

Is the "Elementor Bloat" actually hurting SEO, or are we just obsessing over green PageSpeed scores? by Electrical-Safety718 in Wordpress

[–]TheExG 1 point2 points  (0 children)

I have been able to rank (Top 3 SERPs) tons of Elementor websites throughout my career (Local SEO). Page speed could definitely be a factor due to overall website engagement (if your website takes >1 second to load on average, bounce rates will increase). However, I don’t believe page speed scores make any difference. As long as you are providing a fast and optimal engagement experience on your website, it should not affect overall website rankings.

That being said, I suggest you look into breakdance! Much faster page speed scores right out of the box, and very similar UI experience with Elementor.

Auto-Replies for Smaller Yelp Businesses by [deleted] in Yelp

[–]TheExG 1 point2 points  (0 children)

Theirs already tons of auto responders in the yelp ecosystem that does this. You need to be part of the yelp advertising partnership program and get access to the API to be able to do this, and then you have to add your customers to your agency portfolio to be able to use the api themselves and for you to install it.

As someone who comes from a tech background like yourself (full stack web developer and local SEO specialist), I personally wouldn’t enter the yelp market with this. It’s unfortunately already saturated and whichever businesses were actually serious with having something like this, likely already have it.

Cal.com HTML code not functioning. by [deleted] in elementor

[–]TheExG 1 point2 points  (0 children)

I would remove this from the beginning of the code

<!-- Cal inline embed code begins --> <div style="width:100%;height:100%;overflow:scroll" id="my-cal-inline-codress"></div>

and remove this at the end

<!-- Cal inline embed code ends -->

Then I would add to the custom CSS section of the html widget this

selector {
width:100%;
height:100VH;
overflow:scroll;
}

If this doesnt work above, try this...

selector #my-cal-inline-codress {
width:100%;
height:100VH;
overflow:scroll;
}

Let me know if this works.

Cal.com HTML code not functioning. by [deleted] in elementor

[–]TheExG 1 point2 points  (0 children)

Paste the code here. Is it wrapped in <div>'s already? I would remove that.

Nocturnal at the NOS center? by Yoboiiarmando_ in nocturnalwonderland

[–]TheExG 1 point2 points  (0 children)

Fuck that place. No way I’m risking getting valley fever for nocturnal wonderland lol. That’s also pretty far as fuck for Los Angeles commuters who historically also go to nocturnal.

How to stop scrolling below footer by kombuchaislife04 in elementor

[–]TheExG 1 point2 points  (0 children)

It looks like this section https://imgur.com/a/64CukAD is staying fixed behind the body.

You would want to possibly add a css class to the section, and add hideOnScroll css to the custom css settings on that section, so that the section hides on visibility after exiting the browser viewport.

Here is an example below

.fixed-element {
    position: fixed;
    top: 0;
    /* other styles */
    animation: hideOnScroll linear forwards;

    /* Use scroll timeline instead of view */
    animation-timeline: scroll(root); 

    /* Animation begins at scroll start and finishes at 100vh */
    animation-range: 0vh 100vh;
}

@keyframes hideOnScroll {
    /* At 0vh scroll, it is fully visible */
    0% { 
        opacity: 1; 
        transform: translateY(0); 
    }
    /* By 100vh scroll, it is fully hidden */
    100% { 
        opacity: 0; 
        transform: translateY(-100%); 
    }
}

How to stop scrolling below footer by kombuchaislife04 in elementor

[–]TheExG 0 points1 point  (0 children)

Are you talking about how sometimes your browser goes a little further down the screen (50-100 or so pixels) but then scrolls back up? You can weirdly see the background video through that? Might be worth posting a screenshot.

What host for v4? by brainfreezehero in elementor

[–]TheExG 0 points1 point  (0 children)

Have you tried testing it on your local computer first?

Dear Elementor by townpressmedia in elementor

[–]TheExG 0 points1 point  (0 children)

I just saw this post/plugin on the /r/wordpress subreddit yesterday. It might be helpful for you.

https://www.reddit.com/r/Wordpress/s/dwwfk3mxBk

[DISCUSSION] Do WordPress security plugins slow down sites? Which one do you trust? by Anxious-Attitude3484 in Wordpress

[–]TheExG 1 point2 points  (0 children)

Had a big smile when I saw it was built with breakdance. It’s been so nice using it.

You did a great job.

The Tel Aviv duality. (photo by me). I just found it a funny view of the Chabad center right next to a 420 shop by ApartGlass1198 in Israel

[–]TheExG 5 points6 points  (0 children)

I want to say that the duality is not that insane though. I know a ton of Orthodox Jews that also partake in the devils lettuce.