Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
162 views

I am using Woof product filter plugin and want to add a new taxonomy. Right now I have it set up with categories (type of products), brands using Perfect Brands for Woocommerce (assigns custom "...
TMA's user avatar
  • 1
-1 votes
2 answers
1k views

I want that the products not showing on the shop frontend who are missing the featured image. I did not found until now a good solution. I want excluded these products. Looking for a snippet code or ...
Carolus's user avatar
-1 votes
1 answer
521 views

I am new to Swift and also Xcode. In many tutorials I can see that snippets are really usefull especially for the beginners like me. Unfortunately I cant use them. When I am typing something, for ...
ufuk's user avatar
  • 3
2 votes
1 answer
319 views

Snippet: Name: run_test alert('test') If drag-drop from snippets pane to bookmark bar i get a bookmark with its name and snippet:///run_test as URL, but it is not doing anything when pressed Is there ...
0 4's user avatar
  • 43
1 vote
1 answer
1k views

After I have installed nbextensions, I have enabled a few extensions such as Hinterland, Snippets, and Snippets Menu. The other extensions are working pretty fine, except for Snippets Menu. I am not ...
Krazy_JT's user avatar
0 votes
0 answers
46 views

I am trying to change the default text thats in the empty side cart on WooCommerce. It just doesn't look inviting at all. For some reason all my atempts fail, I have limited understanding of PHP but ...
Nol's user avatar
  • 1
0 votes
2 answers
171 views

I wrote this snippet and I'm looking for a way to edit the import line at the head of the file and add the correct additions to Component class. "Angular Lifecycle Hooks": { "prefix&...
M. Almog's user avatar
0 votes
0 answers
35 views

i am using vscode as my editor, and i'm making a small meteo app in nextjs. For a few days, i've been having a problem that i can't seem to solve. Example 1: when i type clg, the editor is supposed to ...
Joseph Griffon's user avatar
0 votes
0 answers
86 views

In my vscode I have some handy user snippets but lately they don't properly show in suggestions when I want to use them. For example, I have a snippet called "dd" and another called "...
Bruno Gomes's user avatar
0 votes
0 answers
172 views

I am currently working in react js, and to work with css modules, every-time I make new component and I have to make corresponding css module file. I want snippet to make both files. Is there any way?
Usama Javed's user avatar
-1 votes
2 answers
82 views

I have this snippet. SELECT 'SELECT * FROM ' + OBJECT_SCHEMA_NAME(o.object_id, DB_ID(${20:})) + '.' + name, * FROM ${20/$/./}sys.all_objects o WHERE name LIKE '%${10:hadr}%' ORDER BY o.name; ...
Fajela Tajkiya's user avatar
0 votes
4 answers
880 views

After I updated my VS 2022 before a couple of days, the built in snippet cw(tab+tab) for Console.WriteLine(); stopped working as before. Sometimes it works , but sometimes not. Its like 50/50 . I have ...
Vladimir Petrov's user avatar
1 vote
0 answers
237 views

I would appreciate it if anyone could advise how to replace WooCommerce My Account registration form with a form created by the Gravity Forms User Registration plugin. Thank you, I tried the Enable ...
Majid's user avatar
  • 13
0 votes
1 answer
53 views

Basically I am trying to create a web page that will open boost mobiles web site and pull IMEI's from an MS sql database (no issues with the DB). What I can't figure out is how (or if it is even ...
Charles4341's user avatar
1 vote
1 answer
194 views

I have a HTML code with a canvas and a button, and all the necessary drawings are inside the draw(canvas) function. <script> init = (event) => { canvas = document....
user20934390's user avatar
0 votes
2 answers
489 views

I am not a developer and I don't know much about code so I'm struggling a bit with this. I have a shop that ships mainly to Peru, but i want to offer shipping to other countries now. The problem I ...
Sh0706's user avatar
  • 1
0 votes
1 answer
905 views

I have created a button using wordpress block editor. I have linked this button to a section. I need this button to be present in the beginning of all my posts.How can I automate it rather than having ...
Jeswin161198 's user avatar
0 votes
1 answer
75 views

i just developed a job and resume upload code for my website hoping it will work. Am using code snippets plugin to add the code. after adding the code, i get menu shortcut on my dashboard menu: ...
Thiarara's user avatar
1 vote
0 answers
96 views

i'm looking for a snippet that gives me the option of replacing the price with the text "Price on request" for a product variant from WooCommerce that already exists. I'm not a developer or ...
Sunday23's user avatar
-1 votes
3 answers
40 views

why can't i change innerHTML <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"&...
seidiburitto's user avatar
0 votes
1 answer
85 views

I've been trying to add a snippet/autocomplete in VSCode that works only inside quotes, for easily adding interpolation. Example of what I'm trying to achieve: "Ruby string interpolation": { ...
Vantalk's user avatar
  • 376
0 votes
1 answer
132 views

the code: add_filter( 'the_title', 'shorten_woo_product_title', 10, 2 ); function shorten_woo_product_title( $title, $id ) { if ( ! is_singular( array( 'product' ) ) && get_post_type( $id )...
reza99xz's user avatar
2 votes
1 answer
813 views

I'm struggling to get snippets work in vscode with a Quarto file. I have followed all the steps and I am confused about this. I've created the snippet in a quarto.json file. My snippet looks like ...
Nick Riches's user avatar
1 vote
1 answer
1k views

I am using VSCode Hypersnips (based off of Vi's https://github.com/SirVer/ultisnips), following this guide . See also Create-Snippets-For-Ultisnips. Consider the following example: I have a snippet ...
D.R's user avatar
  • 127
0 votes
0 answers
217 views

I have multiple product attributes with the same name and same terms but different slugs. That's a result of a migration from Shopify to Woocommerce. For example, attribute 'Μέγεθος'('Size' in Greek) ...
Christopher Konakas's user avatar

1 2
3
4 5
39