wordpress Questions
2
Solved
I'm quite new to WordPress and I'm following a Udemy course on theme development and one part involves using the Google Maps API. When I register/enqueue the script, it doesn't appear in the HTML s...
Photoneutron asked 12/5, 2017 at 5:5
3
So I'm trying to hide certain ship methods in Woocommerce based on a product tag. The main problem I face is my own lack PHP knowledge so I frankensteined the following code together with the help ...
Mord asked 1/7, 2013 at 16:17
3
Solved
I have a strange behaviour that I don't understand
I've changed the woocommerce_shop_loop_item_title hook to add a link to the title of the product. This is my code inside functions.php
// Add HR...
Bohannan asked 12/9, 2017 at 10:57
4
How I can create an API KEY for woocommerce by WP-CLI?
I'm creating a WooCommerce store by this commands:
sudo /usr/local/bin/wp --info --allow-root
sudo /usr/local/bin/wp cli update --allow-root...
Shote asked 28/9, 2016 at 0:16
5
Any pages with page type posts, order type posts, or posts show this error. This is only visible on a hosted environment. I cannot replicate the errors locally
I have done the following in this or...
Gabriel asked 11/9, 2019 at 1:42
2
Solved
My website is going down every morning ! i have contacted hosting people they said "The reason of suspension here is because the hosting service have exceeded the database limit of 1GB ,As part of ...
3
Solved
I am developing a plugin for WooCommerce. I want to override the order details template of admin. i have read about on https://www.skyverge.com/blog/override-woocommerce-template-file-within-a-p...
Runck asked 13/4, 2015 at 9:44
5
Solved
Wordpress blog is now showing Install page ? the db is still there and wp-config has correct details
I am not sure what happened but I just looked at my wordpress site and it is showing the install page /wp-admin/install.php instead of showing the blog content.
I checked wp-config and it has cor...
Karren asked 21/11, 2013 at 8:1
5
Solved
I'm using the following code to display a 'previous posts' link on my Wordpress blog.
<nav>
<ul>
<li><?php previous_posts_link('Newer Entries &raquo;') ?></li>...
Tradescantia asked 27/4, 2010 at 17:21
3
Solved
We have a bunch of products with either:
No price
Zero price
We made them purchasable with the built-in hook but the cart still displays them as having a 0 price during checkout.
We'd like the...
Banwell asked 27/6, 2016 at 15:4
3
Solved
There are many PHP solutions and WP plugins, they all come with additional options that I don't want/need, i.e. how the converted files are served, where they are stored, etc.
I need none of all th...
4
Solved
I would like to display the default product attributes form value and it's regular price in my front end template file.
The var_dump below shows options in an array. I Need to get the [default_attr...
Josephinejosephson asked 9/12, 2017 at 10:37
5
Solved
Does anyone know how to disable duplicate comment detection in Wordpress (2.9.2)? I'm looking for a way to do this programatically without editing core files. We're adding comments via XMLRPC and t...
Ilion asked 31/5, 2010 at 10:57
4
Solved
how are you?
My website was working well and now I'm unable to create or edit pages using elementor because the 'loading' keeps spinning and nothing happens.
I see a console error where I get /wp-a...
9
I tried to install Elementor plugin for wordpress on Mac in localhost, but the installation has failed. These are the details:
Hostname: /Applications/XAMPP/xamppfiles/htdocs/wordpress/wp-content/...
2
Solved
hoping for some advice.
I'm programmatically inserting a large number of posts into wordpress from a JSON feed. The wp_insert_post function is working brilliantly and the posts are created, along...
Encratia asked 1/4, 2015 at 22:3
7
Solved
In WooCommerce I would like to hide Out of Stock products from Related products in single product pages. Is it possible?
Any track is appreciated.
Rover asked 1/3, 2019 at 20:29
2
Solved
Is there woocommerce function that will return me all related orders (at least the order ID) for the specific subscription that user has bough?
I have found in this official documentation Subscrip...
Cilice asked 14/3, 2017 at 16:13
4
Solved
I've tried a bunch of different functions and approaches but so far I haven't been able to get it working.
The goal is to add an Advanced Custom Field group to the backend of Wordpress with some PH...
Christyna asked 7/1, 2020 at 13:4
3
Solved
I am adding styles when registering my block:
styles: [
{ name: "my-style-1", label: "Style Name" }
{ name: "my-style-2", label: "Style Name 2" }
],
In th...
Fulsome asked 18/10, 2021 at 5:14
11
Solved
I installed Polylang Plugin and configed that but I have a problem when I set the default language in Persian language the site loaded in English mode and it is not deference if change default lang...
Sorel asked 18/4, 2016 at 10:41
2
Solved
Before I updated to WC at 4.3.1 ,I had this code and it worked well
add_action( 'rest_api_init', function () {
register_rest_route( 'px-module-woocommerce', '/px/cart', array(
'methods' => 'P...
Rollick asked 24/7, 2020 at 15:52
1
I´m trying to use wp_mail in cronjob task, but no email was sent. Instead pure php function mail() works.
Question 1): Why does mail() work but wp_mail doesn't?
Question 2): Calling www.domain.de...
4
Solved
I am trying to change the WooCommerce Registration form minimum password strength and I am unable to do much.
Can anyone please share a solution by which I can amend the minimum password strength ...
Filberto asked 10/5, 2017 at 17:36
6
I have a custom post type that supports password protected entries. In a custom loop using a new WP_Query object, I want to exclude those password protected posts from the results. What arguments d...
Stowage asked 24/9, 2011 at 12:19
1 Next >
© 2022 - 2024 — McMap. All rights reserved.