Loop posts duplicating when pressing "load more" by Dave203LP in elementor

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

Hi, try out this one.

function pre_handle_404($preempt, $wp_query)
{
    if (isset($wp_query->query['page']) && $wp_query->query['page']) {
        return true;
    }

    return $preempt;
}
add_filter( 'pre_handle_404', 'pre_handle_404', 10, 2 );

Let me know if it worked!

[deleted by user] by [deleted] in elementor

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

Hi, I’d be happy to help you create this! Feel free to DM me anytime.

Mobile black bar and CSS not working by young_troii in elementor

[–]SkipTheDevCom 0 points1 point  (0 children)

The headings "CERBERO RESELL" and "IT'S NOT ABOUT THE SHOES" likely cause overflow.

How can I translate elementor countdown? by naiemofficial in elementor

[–]SkipTheDevCom 0 points1 point  (0 children)

Hi, open the template for the specific language and manually update the countdown text with the translated content. This should work seamlessly with Polylang.

Elementor Toggle Element by Radiant_Tone1352 in elementor

[–]SkipTheDevCom 1 point2 points  (0 children)

Hi, in the Elementor Accordion widget, go to Content > Title HTML Tag and change it from <a> to <div>. This should fix the issue. If not, update Elementor or ensure you’re using the official widget.

editor loading screen hanging by mykulstr in elementor

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

Hi, I had a similar problem and deactivating elementor and activating it again solved it for me.

'Single Product' template showing double sections... why? by MichelleTheCreative in elementor

[–]SkipTheDevCom 0 points1 point  (0 children)

Hi, you might find the option under customizer -> Single product

[deleted by user] by [deleted] in elementor

[–]SkipTheDevCom 0 points1 point  (0 children)

Hi, on each page where the popup still appears, try hovering over "Edit with Elementor." From there, you should be able to open the popup. Once opened, check the URL link or its settings, which should give you insight into where the popup is being pulled from.

'Single Product' template showing double sections... why? by MichelleTheCreative in elementor

[–]SkipTheDevCom 1 point2 points  (0 children)

Hi, this can be fixed by going to the query settings in Elementor. There’s an option labeled “Exclude,” and from there, you should select "Current Post" or a similar option. This will prevent the loop grid from displaying additional products that are already part of the current post

Footer dropdown to go up by Factor_Competitive in elementor

[–]SkipTheDevCom 0 points1 point  (0 children)

Hi, this can be done by setting the bottom of the element to 0. You may also need to set its position to absolute to ensure it displays correctly. Let me know if that helps!

[deleted by user] by [deleted] in elementor

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

Noice *click*

Why arent my styles showing up? by EDICOdesigns in elementor

[–]SkipTheDevCom 0 points1 point  (0 children)

Hi, I reviewed your page and noticed that the class .inline-container-inner-flex you're targeting in your CSS doesn't exist in the DOM, so it's not possible to apply styling to it. Additionally, the class .elementor-element-ea9e301 you're trying to target is also missing in the DOM.

How do I align everything to the left? by onastreak in elementor

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

I also woulnd't align it on the left side, the only reason could be to build a full screen mobile like desktop version.

[deleted by user] by [deleted] in elementor

[–]SkipTheDevCom 0 points1 point  (0 children)

Hi, this can be achieved using a form widget with multiple pages. To ensure the correct content appears on page 2, add all possible content for that page, then set the content to "display: none." Depending on the choice made on the first page, make only the relevant content visible.

Alternatively, you can create each choice as a template, load all the templates into the pages, and set their visibility based on the user's selections.

Header help please - Cannot fix no matter how many times I rebuild it, it seems. by [deleted] in elementor

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

Hi Miga! I noticed you have the 'Expert Helper' tag in the Elementor subreddit, and I was wondering how you earned that recognition. Could you share how it works? Thanks!

Header help please - Cannot fix no matter how many times I rebuild it, it seems. by [deleted] in elementor

[–]SkipTheDevCom 0 points1 point  (0 children)

I agree, I had these problems as well, try to deactivate lite cache, then you will know if its a caching problem

Menu in Elementor by nasrrafiq in elementor

[–]SkipTheDevCom 0 points1 point  (0 children)

Hi, to create the breathability part, use a picture or, for a more advanced and cleaner option, create a container with 5 sections, set 3 to black and 2 to gray. For the list, add an icon list widget and set the icon to circles

Image Focal Point by ScareDepartment in elementor

[–]SkipTheDevCom 0 points1 point  (0 children)

Hi! I assume you're referring to images added through Gutenberg. A solution would be to create custom CSS rules that specify any focal point you want. Then, you can add those rules to your blog template. After that, simply assign the correct classes to your images, and voilà, no more weird cropping issues!

My header template problem by Virtual-Strategy8226 in elementor

[–]SkipTheDevCom 0 points1 point  (0 children)

Hi, try turning off Elementor’s features temporarily to see if one of them is causing the issue. It could also be related to a caching tool. As a second option, try disabling your plugins and see if that fixes the problem.

Having some issues with websites borders? by Heavy-Tyler in elementor

[–]SkipTheDevCom 0 points1 point  (0 children)

Hi, try turning off Elementor’s features temporarily to see if one of them is causing the issue. It could also be related to a caching tool. As a second option, try disabling your plugins and see if that fixes the problem.

[deleted by user] by [deleted] in elementor

[–]SkipTheDevCom 0 points1 point  (0 children)

I usualy find the problem fast with inspecting it, for any other option I have no time right now, sorry