190,784 questions
-4
votes
0
answers
35
views
How do I align the hero image to the top of my astra shop category archive pages? [closed]
I'm building a Woocommerce shop on my Wordpress website with the astra free theme using Elementor. I'm trying to get the hero image to line up to the top of the page on my shop's category archive ...
1
vote
1
answer
25
views
Customed shortcode shows same value to the whole post query loop (WordPress Archive page)
I created a shortcode using the code below and placed the shortcode in the post query loop, e.g. archive page. At the result, all the items in the query loop show 'bread' regardless to what category ...
0
votes
0
answers
31
views
Replacing "Read more" text on the buttons of post query loop (WordPress archive page)
I tried to replace "Read more" text on the buttons at the end of each post in the post query loop, e.g. archive page, using 3 versions of codes below. None of them worked, the text still ...
0
votes
0
answers
32
views
Sorting completed date in WooCommerce order list (admin dashboard)
I added a new column of completed date in the woocommerce order list page using the code here. The new column shows sorting buttons (up/down arrows) properly but when clicked, seems like it sorts on ...
0
votes
0
answers
26
views
WordPress Admin Widgets Page not loading properly - Facing Strange Issue
While accessing the Appearance -> Widgets page I am facing a strange issue, a strange URL is loading. Attached a screenshot from the Developer Tools below
Strange URL starting with about:// is ...
0
votes
1
answer
39
views
WordPress RestAPI in Javascript. How to get array data out of the response
I am working on a Gutenberg block and am modifying the Edit.js file. I want to fetch the root categories in the database. From the reading I have done, it seems a good way to do this is to use the ...
0
votes
0
answers
29
views
CUSTOM FIELD OF META BOX PLUGIN
I created this code snippet that, when an image with the name TRANSAZIONE_ at the beginning of its header is uploaded to WordPress, directly creates a new post of the "transazione" custom ...
-2
votes
0
answers
31
views
Cloudflare not refreshing updated JavaScript and CSS files on my WordPress site [closed]
I’m running a WordPress site https://pestixpert.ca
with Cloudflare CDN enabled.
The issue I’m facing is that even after updating JavaScript or CSS files, Cloudflare keeps serving the older cached ...
-1
votes
0
answers
39
views
Woocommerce klarna text color [closed]
[![enter image description here][1]][1]
I'm trying to change text color on the left side of klarna badge, in my woocommerce site. But I didn't find a solution. I changed css, I added a function in ...
-2
votes
0
answers
47
views
Website not redirecting to non www and therefore SSL not loading [closed]
I have a website that I'm using the non-www version of. The SSL is installed fine on the non-www version, but the www. version shows the error message www.anothercoast.com doesn't support a secure ...
0
votes
1
answer
58
views
How to Trigger an Elementor Off-Canvas Element with a Custom Animated Button (html/ CSS/ JS)?
I am learning web programming and recently encountered a problem.
I am using WordPress v6.8.3 and Elementor Pro 3.32.2.
I would like to use a manually created animated hamburger menu button to trigger ...
0
votes
0
answers
43
views
how to fetch data from database with php (custom tables) and insert them into wordpress elementor element loop [closed]
I'm learning WordPress and migrating a site I built using plain HTML, CSS, jQuery, and PHP over to it. I’ve found that, using shortcodes, I can pull values from the database and display them on the ...
0
votes
0
answers
42
views
Trying to set HttpOnly but no changes are working [closed]
After a PenTest was told to set the HttpOnly flag on all of our cookies.
We have an Ubuntu Server 22.04 & 24.04 LAMP stack with a WordPress website. I have made changes to
/etc/apache2/apache2....
0
votes
0
answers
18
views
Wordpress assets loading. Uncaught TypeError: Failed to resolve module specifier
I hope you can help me with one, it's drivinig me crazy :(
I recently splitted a giant file called admin.js into many modules, using these two WordPress functions:
wp_register_script_module
...
-1
votes
0
answers
29
views
How to sort products by custom field in WooCommerce product collection block [closed]
I have vibe coded those functions to sort Upsells, Cross sells and Related products in WooCommerce by a custom field _ggcom_stage_date.
/**
* Tri unifié des produits liés, upsells et cross-sells
* ...