Skip to main content
Filter by
Sorted by
Tagged with
-4 votes
0 answers
41 views

I have a fun challenge for you. The only problem is, I'm not 100% sure it's actually possible. I'm using YOOtheme Pro with the FORM element from ZOOlanders Essentials. I'm creating a new post via a ...
Yorlinq's user avatar
  • 119
1 vote
1 answer
40 views

I setup my WordPress local site using ddev without issues but now I want to share it with a friend using ngrok. Even though I have installed ngrok and put it in c:\ngrok and added it to my PATH system ...
nulldiv's user avatar
  • 21
0 votes
1 answer
50 views

I'm facing trouble with displaying an iframe from my subdomain on the main domain. It was working well until I updated WP core to 6.9 What didn't work for me put the code into the wp-config.php use ...
Артур Димерчан's user avatar
2 votes
3 answers
155 views
+50

See comment in the code: // Here I want to attach som text to checkout page under order review table for this specifik product id 7498 if quantity is 1 I have in the code bellow tried many things in ...
Tony's user avatar
  • 93
-3 votes
1 answer
60 views

I built my website with WordPress. When I search for my website (amngroup.se) on Google, the search results display a strange or incorrect favicon (a bird) instead of my own. However, when I visit the ...
ZedORYasuo's user avatar
4 votes
1 answer
74 views

I have dynamic text that Loco Translate isn't recognizing.I added the text myself to a plugin file I downloaded from the WordPress repository.I ran several different tests; I'll only include two here ...
unity-student's user avatar
-1 votes
0 answers
63 views

I'm trying to integrate a Google Apps Script (GAS) web app into a WordPress site via an iframe. The basic integration works, but only with a static iframe height. To achieve automatic height resize, I ...
Jumpy73's user avatar
  • 111
1 vote
1 answer
41 views

I'm trying to use the code below to retrieve the currently logged-in user's roles into a hidden field, Custom Value, in Forminator Form. However, after submitting the form, Submission only returns {...
MubieSam Lin's user avatar
-2 votes
0 answers
74 views

WordPress site infected with malware causing redirect to external domain even after disabling plugins and theme I’m dealing with a persistent malware issue on a WordPress site that redirects all ...
Front- Developer 1989's user avatar
Best practices
0 votes
2 replies
20 views

I have icon box widget so the title and description dynamic tag are working but when i try to fatch dynamic tag through icon from my acf field so here is no option or icon which help to get icon from ...
Manan Bohra's user avatar
Advice
0 votes
3 replies
28 views

I have a question regarding layout structure in WordPress Elementor. In my team, my seniors recommend continuing to use Sections and Columns, stating that sections provide better responsiveness. Their ...
Vinit Laddha's user avatar
Best practices
0 votes
1 replies
14 views

I have a question for wordpress and elementor users. Which is better a container or sections? My seniors are saying sections are better at responsiveness so we have to use sections, but I researched ...
Vinit Laddha's user avatar
0 votes
1 answer
108 views

I'm using code that displays a pop-up notification about adding a product to the cart. // Registration of styles and scripts add_action('wp_enqueue_scripts', '...
Dmitry's user avatar
  • 159
-4 votes
0 answers
53 views

I’m implementing a custom author archive in WordPress where the author page lists posts based on custom meta fields (ACF user fields), not post_author. What works /author/author-slug/ loads correctly ...
Sanad Qazi's user avatar
Advice
0 votes
2 replies
36 views

I have a product which i want the purchaser to build up a product by adding additional items, i have looked at using grouped or variable products but cant get the detail i require on the options, i ...
Mark's user avatar
  • 33
1 vote
0 answers
48 views

I'm working on a custom admin workflow for processing woocommerce order requests. I have a custom form that uses admin-post.php in the wp-admin. I also have a set of classes that add new WooCommerce ...
Alexandra Chavez's user avatar
-1 votes
1 answer
84 views

I have a wordpress site, where I added a new page for testing dragula.js. It works partly, because I can drag and drop, but there are some errors: when I try to drag the items down, the mobile ...
tzs's user avatar
  • 21
1 vote
1 answer
96 views

I added a custom table to my database and I want to call on a particular row as defined by the ID and then display the string contents of another column in that row. The user makes a selection from a ...
Steve's user avatar
  • 39
Advice
0 votes
19 replies
75 views

I added a custom table to my database and I want to call on a particular row as defined by the ID and then display the string contents of another column in that row. The user makes a selection from a ...
Steve's user avatar
  • 39
-1 votes
1 answer
62 views

I've noticed two different ways to add JavaScript files to a WordPress site: Using wp_enqueue_script() in functions.php Simply adding <script> tags directly in the header.php or footer.php file ...
Aditya Kale's user avatar
Advice
2 votes
1 replies
34 views

I am trying to understand how WordPress stores data internally in the database. I know that WordPress uses MySQL and that default posts and pages are stored in the wp_posts table. I would like to ...
Shravani Kurkute's user avatar
-3 votes
1 answer
62 views

<?php /* Plugin Name: Test Init Hook Plugin */ add_action('init', 'my_custom_init_function'); function my_custom_init_function() { error_log('Init hook triggered'); } I am learning WordPress ...
CyberSai's user avatar
Advice
0 votes
3 replies
54 views

What I am trying to do Fetch design data (frames, components, styles) from Figma using the Figma API Process that data and send it to the Open AI API Generate: WordPress theme structure PHP ...
Shibashish Mohapatra's user avatar
0 votes
1 answer
30 views

My Windows 10 system suddenly ran out of space on Local Disk (C:) – 0 bytes free. The computer froze and shut down unexpectedly. After restarting, LocalWP opened normally but all my old sites were ...
Raihan Hossain's user avatar
Best practices
0 votes
3 replies
36 views

I am building a custom WordPress theme and using the_excerpt() inside index.php. I want to understand: How WordPress decides the excerpt length by default Whether it is affected by theme or core ...
A.Aryan's user avatar
1 vote
0 answers
66 views

I have a wordpres website, where I am using the Elementor and Jet plugins. In an Elementor template I am using a Heading element with a static file link: /afx/wp-content/uploads/2022/02/file.pdf. I ...
mahethekiller's user avatar
Advice
2 votes
2 replies
26 views

I am learning WordPress theme development and trying to understand the correct way to include JavaScript and CSS files in a theme. I have seen examples where scripts are added directly using <...
Utkarsh Utkarsh's user avatar
-2 votes
1 answer
60 views

I am learning WordPress theme development and trying to add a custom JavaScript file to my theme. Currently, I am adding the script directly using a <script> tag in header.php, but I’ve read ...
Abhiraj Gupta's user avatar
Best practices
1 vote
2 replies
92 views

I am using a free WordPress.com site. I want to change the background color and font style of my website using custom CSS. I don’t see the Custom CSS option in the dashboard. Is it possible to add ...
MOHAMED AKRAM U's user avatar
1 vote
0 answers
76 views

I'm developing a WordPress plugin that sends push notifications via Firebase Cloud Messaging (FCM v1 API). The plugin works perfectly when sending to small topics (1-2 devices), but causes the entire ...
antocirino's user avatar
1 vote
0 answers
85 views

I am having issues implementing a payment method surcharge on my client's e-commerce store. The goal is to add a fee for PayPal and Stripe payment methods. I’ve tried using both plugins and custom ...
MarvWeb's user avatar
  • 23
0 votes
0 answers
83 views

On a site designed almost 10 years ago, a custom rewrite enables the use of the word "catalog" as both shop and category base. I can also set "catalog" as the custom product ...
CK MacLeod's user avatar
  • 1,052
0 votes
2 answers
143 views

I have a dropdown menu on my Wordpress website that adds submenu items and it's categories into a dropdown menu. This works for one menu-item, with the help of that #id class. Now i can't get it ...
Jelle's user avatar
  • 57
Advice
0 votes
0 replies
64 views

I'm writing a Chrome extension to help with Wordpress Gutenberg editor. When I click a block in the editor, a context menu appears, like this: How can I programmatically make this context menu appear ...
Esa Toivola's user avatar
  • 1,538
Advice
0 votes
6 replies
112 views

I have the following code on my site which sends a 'Ready to Collect' email to my customers, as well as updating the order status to ready to collect. function custom_status_action( $actions ) { ...
Elton's user avatar
  • 21
0 votes
2 answers
122 views

Ok I finally got all my code partially working. It only works in some specific scenarios, which I don't fully understand yet. I think the lifecycle of the checkout is not 100% clear to me. I'll ...
nomad_cool's user avatar
-1 votes
1 answer
112 views

My Wordpress project uses Barba.js for transitions. I am using Fluent Forms and when the user arrives at the website through a page that has a form, it works normally. However, if you navigate away ...
Lucas Lamonier's user avatar
0 votes
2 answers
166 views

I have a wordpress site that displays information about Projects (custom post type). I use the Advanced Custom Fields (ACF) plugin to create custom fields about each Project post, e.g. town and state....
jmelvin's user avatar
  • 657
0 votes
1 answer
137 views

I have created and activated a WordPress child theme. The site loads correctly, but CSS rules in the child theme style.css are not overriding the parent theme styles for the <header> element. ...
Vamsi Krishna's user avatar
Advice
0 votes
1 replies
45 views

I have purchased a WordPress theme from Envato and I would like to clarify the licensing and usage terms before proceeding with my projects. I am planning to develop two separate WordPress websites ...
Darshan Kothari's user avatar
1 vote
0 answers
95 views

I own a website that sells rare clothing products sourced from all around the country. Because no item that we buy is ever in the same condition, we create a different listing for each item with ...
MetroCity's user avatar
2 votes
3 answers
97 views

I need to retrieve registered users on my Wordpress website who have a Gravatar profile image. Would that be possible using a Wordpress core function, a custom user query (using WP_User_Query class), ...
Raph's user avatar
  • 23
0 votes
3 answers
199 views

I'm building a site in WordPress that uses the donation plugin Charitable. On the donation page, there are two sections with two sets of radio buttons for donation values. The plugin does not have a ...
James's user avatar
  • 27
0 votes
1 answer
84 views

When a meta field changes, I need to run a function that updates a second meta field for that same post. I'm using the updated_post_meta hook to detect meta field changes, and the callback function ...
Gabriel Bonifacio's user avatar
0 votes
0 answers
148 views

I’m trying to reproduce a “sticky scroll animation” (also known as scrollytelling / pinned scroll) inside a WordPress page built with Elementor. The effect I want is the same as the one used on thelot....
Leonardo Sawka's user avatar
Advice
0 votes
2 replies
50 views

I'm trying to write a Chrome extension for editing a WordPress page. I'd like the extension to modify an HTML block. I've tried to modify the textarea element's value and textContent but these changes ...
Esa Toivola's user avatar
  • 1,538
0 votes
0 answers
73 views

In WooCommerce Checkout Blocks, suppose I have added a custom text-input field using woocommerce_register_additional_checkout_field, and I want to update the value of that input via js. The update ...
adielbm's user avatar
  • 95
1 vote
1 answer
106 views

I have a WordPress website hosted on a server (Apache or Nginx). I am facing an issue where .php URLs (e.g., https://example.com/page/test.php) return a 404 error page from the hosting server, not the ...
hantoren's user avatar
  • 1,391
0 votes
0 answers
65 views

In WordPress 6.9 version and WooCommerce version 10.3.6, I want to display the Stripe based on the shipping zone. Shipping zone 1 consists of Post code 3000 Shipping zone 2 consists of Post code 4000. ...
Lijesh Shakya's user avatar
8 votes
2 answers
1k views

How can I remove all the inline block styles in WordPress 6.9? Before WordPress 6.9, I removed the global inline CSS with something like: wp_dequeue_style('wp-block-library'); But in 6.9 this no ...
Adrian Felder's user avatar

1
2 3 4 5
3810