191,413 questions
-1
votes
0
answers
8
views
after form submission 404 error coming in wordpress
Hi I have created a form function code inside a theme functions.php file
my file is https://example.com/counsellor-registration/
which is showing html layout of form when i open this link .
problem is ...
0
votes
2
answers
13
views
I am looking for how to pull the Post ID from a currently active page in Wordpress using Shortcode to apply in a dynamic filter
I am using Shortcode in Wordpress also using Ninja Tables. The code is pulling from a Google Spreadsheet managed by a non-developer admin person. Generally easy. I am looking to embed this in a ...
0
votes
0
answers
14
views
Changing the Template in Wordpress bricks builder doesn't work
I duplicated a template in Wordpress bricks builder and added a simple css-styled link as a round button. I want to have it displayed on some pages.
The preview works and shows the round button ...
-1
votes
0
answers
11
views
Read query parameters and add new one
A wordpress page is containing a contact form 7 receiving a url parameter. Works fine. (www.mysite.com/contact?product=TShirt will prepopulate contact form 7 field)
On the page with the contact form I ...
0
votes
0
answers
31
views
Automatically change user role after completed orders in WooCommerce
I'm using code that gives the user a new role after three orders.
The default user role is “Customer” and I have created an additional role “Regular Customer”.
/* Create a new role */
add_action('init'...
-1
votes
1
answer
38
views
I get this error when I activate my WooCommerce Plugin: [closed]
thrown in /home/tenthspor/public_html/wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_DBLogger.php on line 29
PHP Warning: include(/home/tenthspor/...
-1
votes
0
answers
38
views
Footer appearing in sidebar when using Elementor Header & Footer Builder [closed]
I’m currently having an issue with my WordPress site where the footer is displaying inside the sidebar instead of at the bottom of the page.
After inspecting the HTML, I noticed that the footer is ...
-1
votes
0
answers
25
views
WordPress Site: Change Embedded Excel in HTML Block by Clicking a Button?
I have a WordPress site that has many Excel spreadsheets from OneDrive embedded using Custom HTML blocks.
I'd like to minimize the number of spreadsheets being loaded on a page by having a user be ...
0
votes
1
answer
25
views
Change Wordpress Image URL without Search and Replace
Is it possible either through PHP or SQL to update Wordpress image URLs without using search and replace?
I ask because I have several hundred that I need to get changed but I can't use search and ...
-2
votes
0
answers
18
views
Sorting draft posts in admin Wordpress does not work [closed]
I have several draft posts in Wordpress. I want to sort them by title, but sorting does not work. Also, sorting by date does not work.
I have a plugin installed called 'Simple Custom Post Order ...
1
vote
2
answers
55
views
WP_Query Pagination on Category Archive Returns 404 on Last Page
I am encountering a 404 error on the last page of a category archive when using WP_Query for pagination in WordPress 6.8. I'm seeking insights into the cause of this issue and potential solutions.
...
0
votes
0
answers
52
views
Why the changes that I have made in the WordPress editor doesn't change anything on the website? [closed]
So for context, this company website is rarely used, and no one really cares about it. I and the IT guy have no IT background whatsoever, but the boss is kind of a dickhead, so he just pushes IT work ...
0
votes
1
answer
35
views
Woocommerce add free product if there are other products in the cart. Scrollbar disappearance problem if the free product is not already present [duplicate]
This script reads the cart, sees if the two products are present and adds another one different from the others.
The addition of the quantity of the new product depends on the quantities of the others....
-2
votes
0
answers
45
views
Why is npm run preview running into a site not found error?
I am following the tutorial at https://www.youtube.com/watch?v=NKqogVcqDHA, where I am Making a React project in WordPress, and here is the code from the boilerplate where I should be seeing what's ...
-2
votes
0
answers
27
views
How to restrict content from unsubscribed users in WordPress [closed]
I'm currently working on a charity website and using the MemberPress Premium plugin to manage memberships. I want to ensure that only users who have subscribed to a membership plan can access specific ...