Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
0 answers
30 views

Ocorreu um erro. Cannot read properties of null (reading 'endpoints') I'm having this error that appears in the section of my WordPress Widget. I've tried everything I could. I deactivated plugins, I ...
Márcio de Barros's user avatar
2 votes
3 answers
62 views

I know that there are similar questions to my question like this one: Insert php variable in a href But my problem does not solve with them! I am using "acf plugin" for adding some codes to ...
hamid-davodi's user avatar
  • 2,024
-3 votes
0 answers
16 views

I’m working on a WordPress website and I ran into an issue. I’m trying to fix the error 405, but it keeps showing up. The error message I get is: [your error message or unexpected output here] I’ve ...
Ayo Mide's user avatar
2 votes
2 answers
70 views

I found some old code here to change the name of my 'Deliver to different address?' title in Woocommerce. Works perfectly... but I also want to change the name of my Billing Details title, to Billing ...
Elton's user avatar
  • 21
0 votes
0 answers
19 views

I am trying to use Elementor’s built-in Sticky feature for a header section, but it only works inside the Elementor editor. On the live frontend, the section does not stick at all when I scroll. ...
Joynal Abed's user avatar
-4 votes
0 answers
27 views

I am facing one issue, When some one fill contact information, I am not receiving any notification. I have provided all information to my hosting support and they verified every thing from their end ...
Haseeb Yousuf's user avatar
-3 votes
0 answers
33 views

I am experiencing a serious issue with my WordPress website, https://ttegroup.vn, which has been infected with malware/a virus. I have already implemented proactive measures to enhance security, ...
Tiến Thành Group's user avatar
Best practices
0 votes
2 replies
42 views

Please read full first I’m working on a WooCommerce shop using Twenty Twenty-Five as a child block theme (full site editing). I have a small custom script (product.js) that should only run on single ...
Joynal Abed's user avatar
0 votes
1 answer
57 views

I am looking to remove <script data-no-optimize="1">var litespeed_docref=sessionStorage.getItem("litespeed_docref");litespeed_docref&&(Object.defineProperty(document,&...
user31225's user avatar
-3 votes
0 answers
58 views

I'm building a website and am new to coding. I'm using the newest version of Divi for WordPress and can't get an MP4 to autoplay when in viewport and loop. This is the video HTML: <figure class=&...
Sieara Smith's user avatar
1 vote
1 answer
55 views

I'm developing a WordPress plugin that provides chat functionality via REST API endpoints. Currently, I'm using IP-based rate limiting, but this causes issues in university/company environments where ...
user29255210's user avatar
-2 votes
0 answers
48 views

My site contains many download buttons (Elementor buttons) that all point to a .exe file download URL. I want to change the download link from one central place, and automatically update all download ...
Nicer Ata's user avatar
-3 votes
0 answers
69 views

In Elementor 3.32 Pro, the builder now fully respects the user’s reduced-motion preference. This means that no Motion Effects are activated when reduced motion is enabled. I manage a school website, ...
Bosscoe's user avatar
Best practices
4 votes
3 replies
62 views

I have been wondering how to version Wordpress projects correctly. Versioning the entire Wordpress directory? I'd be versionning a lot of code that's not mine (Wordpress core, theme(s), plugins...) ...
Lily Bergonzat's user avatar
1 vote
1 answer
73 views

I am trying to load custom dynamic subdomains to load as specific subfolders on my WordPress site. Example: apple.example.com should load the content from example.com/subfolder/apple apple.example....
m3tsys's user avatar
  • 3,977
3 votes
1 answer
62 views

I am learning the interactivity API, and when I tried the wp-each directive, I noticed that there is no way to get the index of the array. e.g., if this is my array $config = [ 'fruits' => [ ...
Reagan's user avatar
  • 2,672
-2 votes
1 answer
96 views

i installed this wp plugin in my Blog. I want to use this Shortcode plugin multiple times in Category and tag pages but the Shortcode is working Same for all pages. How can I change width and height ...
EMILY MARCIANO's user avatar
0 votes
0 answers
107 views

I am building a custom client-side price filter in WooCommerce. Prices come from an external API (LitRes) in RUB, and I use YayCurrency to convert prices to EUR/USD/GBP on the front end. My JavaScript ...
Argishti Hakobyan's user avatar
-4 votes
0 answers
28 views

I’m working on a WordPress site where the client already has a Toast Online Ordering page set up. The WordPress site links to it through a button that opens the Toast ordering URL. The issue is that ...
Chitra Vivid's user avatar
0 votes
1 answer
65 views

I've created a custom Wordpress role to extend the capabilities of the Editor role. I want to give users the ability to change the site appearance as needed without providing full admin rights. The ...
unsquare's user avatar
0 votes
0 answers
28 views

I'm building a threaded comment system using custom query providers. I use Bricks Builder and the Query loop it provides. I created custom query types for parent comment and replies comment. Parent ...
Orange Guy's user avatar
1 vote
1 answer
38 views

Is there a way to change text in Add Item button for repeater? "Add Item" button text, Its a single button that adds new repeater item. I have muliple repeaters and I want each to have ...
Toniq's user avatar
  • 5,158
0 votes
1 answer
46 views

For a client's website I'm using Elementor to build up the website. The client wants to show photo's of his projects in a Image Carousel. For this I've created some code to add a meta box to the posts ...
Alwin Verduijn's user avatar
Advice
0 votes
2 replies
54 views

i would like to execute a SQL Query after specific product bein purchased, any solution to that ? Its about a "Tokens" currency that people can use in my software but first You have to ...
user1337's user avatar
-7 votes
2 answers
118 views

(Not sure how much more programming-oriented this question could be. When developing sites with supplied plugins, there are often notices that don't effect critical issues, and if you're trying to ...
Phil's user avatar
  • 19
0 votes
1 answer
77 views

I’m running a WordPress site (https://example.com) behind Traefik on a VPS using rootless Docker (Docker daemon socket is /run/user/1000/docker.sock). Everything works fine except updating plugins ...
M. Safari's user avatar
  • 319
0 votes
2 answers
38 views

I have a block which dynamically updates a group. Its working, but, if the group content contains a lightbox for an image, it doesn't work. I see the lightbox indicator, but pressing it does not ...
Don Bowman's user avatar
2 votes
1 answer
125 views

I’m getting a fatal PHP error from my shutdown function on my WordPress site hosted on OVH: PHP Fatal Error: ini_set(): Session ini settings cannot be changed after headers have already been sent in /...
Jakub Hopciaś's user avatar
1 vote
1 answer
92 views

I have a custom WooCommerce plugin that generates a PDF voucher and sends it to the customer after payment. Most of the time it works perfectly, but occasionally, the email is not sent and no errors ...
Jakub Hopciaś's user avatar
Advice
0 votes
0 replies
76 views

I want to experiment with object caching using redis server for a woocommerce store. However the store is using dynamic pricing, meaning that depending on the visitor's IP, the back-end serves the ...
zuko's user avatar
  • 11
0 votes
1 answer
44 views

I’m using the WooCommerce PDF Invoices & Packing Slips plugin by WP Overnight. I’ve successfully: Created a second custom PDF template (a voucher version without prices). Added a button on the ...
Mina's user avatar
  • 303
-4 votes
1 answer
58 views

I’m experiencing an issue where all my WooCommerce products are only visible when logged in as an admin, but guests cannot see them. All products are published, in stock, and have their catalog ...
Vignesh Kumar's user avatar
0 votes
0 answers
60 views

I have decoration image in my website. They don't have an alt attribute value because I don't want that the screen reader are disturbing by decoration images. But wordpress put just the word alt ...
carosch's user avatar
  • 45
-8 votes
1 answer
70 views

I’m using Local (by Flywheel) to develop a WordPress site. When I click “Open Site”, it opens the link http://localhost:10005/, even though my site is named MySite, and I want it to open as http://...
Vitalii Hladchenko's user avatar
1 vote
1 answer
91 views

I know this has been asked 1000 times already, but I'm not seeing anything wrong in my code and am still getting a 400 error (XHR). Here is the code from my plugin: require_once( plugin_dir_path( ...
someguy's user avatar
  • 29
0 votes
1 answer
50 views

I am using Elementor Pro and the JetEngine plugin on my WordPress site. When trying to edit text on a CPT post using the standard WordPress page editor, I can only do it via the WYSIWYG editor. ...
Maria's user avatar
  • 21
Best practices
1 vote
2 replies
97 views

I would like to open one navigation item in lightbox/modal. I have just a homepage (fullscreen slider) and one other page ("Privacy"). Can I do this with/without a Wordpress Plugin? I try ...
ingozoell's user avatar
2 votes
1 answer
118 views

I'm building a WooCommerce store that sells to local municipalities, so some orders need sales tax applied while others are tax-exempt. I've set up tax rates in WooCommerce settings standard rates for ...
Aatish Kumar's user avatar
-1 votes
1 answer
79 views

My site shows a white screen and some PHP warnings when I try to: Activate any plugin Log in to wp-admin (if logged out) Save changes in the page builder This happens only when using the Medservice-...
working 101's user avatar
-4 votes
1 answer
64 views

I’m creating a custom WordPress plugin that depends on an external JavaScript library for certain front-end features. However, I’m running into issues where the library sometimes loads after my main ...
Syeda Aneesa's user avatar
-1 votes
2 answers
66 views

I’m helping a friend troubleshoot their WordPress website. The site itself loads and works normally, but both of the following return 404 errors: https://websitename.com/wp-admin https://websitename....
Yana Allport's user avatar
0 votes
0 answers
48 views

I believe a custom solution is required in 2025 to address this issue, so I'm asking if the community either knows of a workaround, or can suggest a custom development approach to address the ...
Tom Auger's user avatar
  • 20.2k
0 votes
0 answers
78 views

I am building a WooCommerce multi-vendor marketplace using: WooCommerce (latest) WCFM Marketplace WCFM Stripe Split Pay Stripe Connect with Direct Charges and Express accounts When a customer ...
g1us1's user avatar
  • 9
2 votes
1 answer
81 views

I am trying to develop a custom WP block, have read approximately the entire internet, have tried many things and still can't solve the problem(s) I have. I am a WP noob and the more I read, the more ...
dioptrical's user avatar
0 votes
1 answer
61 views

I am using WPGraphQL(v2.3.8), Add WPGraphQL SEO(v5.0.0) and WP Gatsby(v2.3.3) plugins in wordpress. graphQL query- { posts { nodes { id title seo { title # yoast seo ...
shubh singh's user avatar
3 votes
2 answers
87 views

I have no idea why this is not working. It finds the names that i want, but does not delete the transients, when the plugin is deactivated. According to the documentation, the name is required for ...
timholz's user avatar
  • 520
1 vote
1 answer
76 views

I am getting a warning about a preload link for a background image on WordPress most likely caused by a previously installed theme or by a current Elementor theme kit. The warning states that this ...
MWMoriarty's user avatar
  • 1,001
1 vote
0 answers
75 views

Problem Description: I'm developing a chat application with image upload functionality using WordPress REST API. When users attach multiple large images (3 images), the request doesn't reach the ...
user29255210's user avatar
0 votes
2 answers
85 views

I tried to assign single product template to product by its category. I had searched for similar questions but found answers in classic theme. Below are 2 examples of several codes that Gemini gave me ...
FUFY's user avatar
  • 19
-1 votes
2 answers
59 views

I’ve just discovered that my wordpress site is throwing a critical error. I last published a post yesterday and it was fine. I haven’t made any changes to the site, code, themes, or plugins since then....
Avery's user avatar
  • 15

1
2 3 4 5
3813