Remove social menu footer – SEO
I am trying to create a website with wordpress, but I was asking me if it was possible to remove a "duplicate" menu --> I actually use Reyjavik theme, and created a child theme. It is possible to add a…
I am trying to create a website with wordpress, but I was asking me if it was possible to remove a "duplicate" menu --> I actually use Reyjavik theme, and created a child theme. It is possible to add a…
I want to have 5 random reviews appear on my home page each time someone visits. I found some code to fetch all the reviews: //add get product reviews to homepage function get_woo_reviews() { $count = 0; $html_r = "";…
This seems so simple, but it was late and I might have been over-complicating things! I'm currently using the woocommerce_thankyou hook in the WP functions file to compile some data and send it to a third party API. So far,…
I am trying to exclude some product variations that have specific product attributes from coupon discounts. In my case I am targeting product variations that have a product attribute "finish" set to "Classic Frame" or "Box Frame" term. I tried…
I am trying to make a GET/POST Request to my Wordpress REST API using Authorization Headers but in response i am getting preflight request doesn't pass access control check: It does not have HTTP ok status. I am using JWT…
We have a Woocommerce Page with a Facebook Pixel integration, on the category pages the pixel fires the following code: content_type: product_group domain: www.xxxxxx.tld content_category: Not Set event_hour: 15-16 user_roles: guest content_name: Abo content_ids: Hide ["wc_post_id_4987","wc_post_id_4994","wc_post_id_4979","wc_post_id_4968","wc_post_id_4952"] We created pages in…
I'm taking over an existing site to make updates for a client. The original developers dumped the files on the hosting provider, imported the database, and left. They never set up the site so it's not live and I don't…
I'm looking for a way to give free shipping on all orders based on weekday of the order. So if someone places an order (let's say on Monday) it will give him free shipping no matter what type of order…
I have faced a problem. I need to get a specific product purchase date using the user id and product id. Using "Checking if customer has already bought something in WooCommerce" answer code, it checks all product in the following:…
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 order: deactivated all plugins went…